����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
-- +-------------------------------------------------+
-- © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
-- +-------------------------------------------------+
-- $Id: feed_essential.sql,v 1.27 2015-05-18 09:25:37 dgoron Exp $
-- MySQL dump 10.14 Distrib 5.5.36-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: bibli
-- ------------------------------------------------------
-- Server version 5.5.36-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `abo_liste_lecture`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abo_liste_lecture (
num_empr int(8) unsigned NOT NULL DEFAULT '0',
num_liste int(8) unsigned NOT NULL DEFAULT '0',
etat int(1) unsigned NOT NULL DEFAULT '0',
commentaire text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_empr,num_liste)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abo_liste_lecture`
--
LOCK TABLES abo_liste_lecture WRITE;
/*!40000 ALTER TABLE abo_liste_lecture DISABLE KEYS */;
/*!40000 ALTER TABLE abo_liste_lecture ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_abts`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_abts (
abt_id int(10) unsigned NOT NULL AUTO_INCREMENT,
abt_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
base_modele_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
base_modele_id int(11) NOT NULL DEFAULT '0',
num_notice int(11) NOT NULL DEFAULT '0',
date_debut date NOT NULL DEFAULT '0000-00-00',
date_fin date NOT NULL DEFAULT '0000-00-00',
fournisseur int(11) NOT NULL DEFAULT '0',
destinataire varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cote varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
typdoc_id int(11) NOT NULL DEFAULT '0',
exemp_auto int(11) NOT NULL DEFAULT '0',
location_id int(11) NOT NULL DEFAULT '0',
section_id int(11) NOT NULL DEFAULT '0',
lender_id int(11) NOT NULL DEFAULT '0',
statut_id int(11) NOT NULL DEFAULT '0',
codestat_id int(11) NOT NULL DEFAULT '0',
type_antivol int(11) NOT NULL DEFAULT '0',
duree_abonnement int(11) NOT NULL DEFAULT '0',
abt_numeric int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (abt_id),
KEY index_num_notice (num_notice),
KEY i_date_fin (date_fin)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_abts`
--
LOCK TABLES abts_abts WRITE;
/*!40000 ALTER TABLE abts_abts DISABLE KEYS */;
/*!40000 ALTER TABLE abts_abts ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_abts_modeles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_abts_modeles (
modele_id int(11) NOT NULL DEFAULT '0',
abt_id int(11) NOT NULL DEFAULT '0',
num int(11) NOT NULL DEFAULT '0',
vol int(11) NOT NULL DEFAULT '0',
tome int(11) NOT NULL DEFAULT '0',
delais int(11) NOT NULL DEFAULT '0',
critique int(11) NOT NULL DEFAULT '0',
num_statut_general smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (modele_id,abt_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_abts_modeles`
--
LOCK TABLES abts_abts_modeles WRITE;
/*!40000 ALTER TABLE abts_abts_modeles DISABLE KEYS */;
/*!40000 ALTER TABLE abts_abts_modeles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_grille_abt`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_grille_abt (
id_bull int(11) NOT NULL AUTO_INCREMENT,
num_abt int(10) unsigned NOT NULL DEFAULT '0',
date_parution date NOT NULL DEFAULT '0000-00-00',
modele_id int(11) NOT NULL DEFAULT '0',
`type` int(11) NOT NULL DEFAULT '0',
nombre int(11) NOT NULL DEFAULT '0',
numero int(11) NOT NULL DEFAULT '0',
ordre int(11) NOT NULL DEFAULT '0',
state int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id_bull),
KEY num_abt (num_abt)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_grille_abt`
--
LOCK TABLES abts_grille_abt WRITE;
/*!40000 ALTER TABLE abts_grille_abt DISABLE KEYS */;
/*!40000 ALTER TABLE abts_grille_abt ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_grille_modele`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_grille_modele (
num_modele int(10) unsigned NOT NULL DEFAULT '0',
date_parution date NOT NULL DEFAULT '0000-00-00',
type_serie int(11) NOT NULL DEFAULT '0',
numero varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
nombre_recu int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (num_modele,date_parution,type_serie),
KEY num_modele (num_modele)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_grille_modele`
--
LOCK TABLES abts_grille_modele WRITE;
/*!40000 ALTER TABLE abts_grille_modele DISABLE KEYS */;
/*!40000 ALTER TABLE abts_grille_modele ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_modeles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_modeles (
modele_id int(10) unsigned NOT NULL AUTO_INCREMENT,
modele_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_notice int(10) unsigned NOT NULL DEFAULT '0',
num_periodicite int(10) unsigned NOT NULL DEFAULT '0',
duree_abonnement int(11) NOT NULL DEFAULT '0',
date_debut date DEFAULT NULL,
date_fin date DEFAULT NULL,
days varchar(7) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1111111',
day_month varchar(31) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1111111111111111111111111111111',
week_month varchar(6) COLLATE utf8_unicode_ci NOT NULL DEFAULT '111111',
week_year varchar(54) COLLATE utf8_unicode_ci NOT NULL DEFAULT '111111111111111111111111111111111111111111111111111111',
month_year varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '111111111111',
num_cycle int(11) NOT NULL DEFAULT '0',
num_combien int(11) NOT NULL DEFAULT '0',
num_increment int(11) NOT NULL DEFAULT '0',
num_date_unite int(11) NOT NULL DEFAULT '0',
num_increment_date int(11) NOT NULL DEFAULT '0',
num_depart int(11) NOT NULL DEFAULT '0',
vol_actif int(11) NOT NULL DEFAULT '0',
vol_increment int(11) NOT NULL DEFAULT '0',
vol_date_unite int(11) NOT NULL DEFAULT '0',
vol_increment_numero int(11) NOT NULL DEFAULT '0',
vol_increment_date int(11) NOT NULL DEFAULT '0',
vol_cycle int(11) NOT NULL DEFAULT '0',
vol_combien int(11) NOT NULL DEFAULT '0',
vol_depart int(11) NOT NULL DEFAULT '0',
tom_actif int(11) NOT NULL DEFAULT '0',
tom_increment int(11) NOT NULL DEFAULT '0',
tom_date_unite int(11) NOT NULL DEFAULT '0',
tom_increment_numero int(11) NOT NULL DEFAULT '0',
tom_increment_date int(11) NOT NULL DEFAULT '0',
tom_cycle int(11) NOT NULL DEFAULT '0',
tom_combien int(11) NOT NULL DEFAULT '0',
tom_depart int(11) NOT NULL DEFAULT '0',
format_aff varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
format_periode varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (modele_id),
KEY num_notice (num_notice),
KEY num_periodicite (num_periodicite)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_modeles`
--
LOCK TABLES abts_modeles WRITE;
/*!40000 ALTER TABLE abts_modeles DISABLE KEYS */;
/*!40000 ALTER TABLE abts_modeles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `abts_periodicites`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE abts_periodicites (
periodicite_id int(10) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
duree int(11) NOT NULL DEFAULT '0',
unite int(11) NOT NULL DEFAULT '0',
retard_periodicite int(4) DEFAULT '0',
seuil_periodicite int(4) DEFAULT '0',
consultation_duration int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (periodicite_id)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `abts_periodicites`
--
LOCK TABLES abts_periodicites WRITE;
/*!40000 ALTER TABLE abts_periodicites DISABLE KEYS */;
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (1,'Mensuel',1,1,7,4,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (2,'Hebdomadaire',7,0,4,2,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (3,'Quotidien',1,0,3,1,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (4,'Trimestriel',3,1,30,15,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (5,'Bimestriel',2,1,30,15,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (6,'Annuel',1,2,365,180,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (7,'Quinzomadaire',14,0,14,7,0);
INSERT INTO abts_periodicites (periodicite_id, libelle, duree, unite, retard_periodicite, seuil_periodicite, consultation_duration) VALUES (8,'Semestriel',6,1,180,60,0);
/*!40000 ALTER TABLE abts_periodicites ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `acces_profiles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE acces_profiles (
prf_id int(2) unsigned NOT NULL AUTO_INCREMENT,
prf_type int(1) unsigned NOT NULL DEFAULT '1',
prf_name varchar(255) COLLATE utf8_unicode_ci NOT NULL,
prf_rule blob NOT NULL,
prf_hrule text COLLATE utf8_unicode_ci NOT NULL,
prf_used int(2) unsigned NOT NULL DEFAULT '0',
dom_num int(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (prf_id),
KEY prf_type (prf_type),
KEY prf_name (prf_name),
KEY dom_num (dom_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `acces_profiles`
--
LOCK TABLES acces_profiles WRITE;
/*!40000 ALTER TABLE acces_profiles DISABLE KEYS */;
/*!40000 ALTER TABLE acces_profiles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `acces_rights`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE acces_rights (
dom_num int(2) unsigned NOT NULL DEFAULT '0',
usr_prf_num int(2) unsigned NOT NULL DEFAULT '0',
res_prf_num int(2) unsigned NOT NULL DEFAULT '0',
dom_rights int(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (dom_num,usr_prf_num,res_prf_num),
KEY dom_num (dom_num),
KEY usr_prf_num (usr_prf_num),
KEY res_prf_num (res_prf_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `acces_rights`
--
LOCK TABLES acces_rights WRITE;
/*!40000 ALTER TABLE acces_rights DISABLE KEYS */;
/*!40000 ALTER TABLE acces_rights ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `actes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE actes (
id_acte int(8) unsigned NOT NULL AUTO_INCREMENT,
date_acte date NOT NULL DEFAULT '0000-00-00',
numero varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
type_acte int(3) unsigned NOT NULL DEFAULT '0',
statut int(3) unsigned NOT NULL DEFAULT '0',
date_paiement date NOT NULL DEFAULT '0000-00-00',
num_paiement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_entite int(5) unsigned NOT NULL DEFAULT '0',
num_fournisseur int(5) unsigned NOT NULL DEFAULT '0',
num_contact_livr int(8) unsigned NOT NULL DEFAULT '0',
num_contact_fact int(8) unsigned NOT NULL DEFAULT '0',
num_exercice int(8) unsigned NOT NULL DEFAULT '0',
commentaires text COLLATE utf8_unicode_ci NOT NULL,
reference varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_acte text COLLATE utf8_unicode_ci NOT NULL,
devise varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaires_i text COLLATE utf8_unicode_ci NOT NULL,
date_valid date NOT NULL DEFAULT '0000-00-00',
date_ech date NOT NULL DEFAULT '0000-00-00',
nom_acte varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_acte),
KEY num_fournisseur (num_fournisseur),
KEY `date` (date_acte),
KEY num_entite (num_entite),
KEY numero (numero)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `actes`
--
LOCK TABLES actes WRITE;
/*!40000 ALTER TABLE actes DISABLE KEYS */;
/*!40000 ALTER TABLE actes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_session`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE admin_session (
userid int(10) unsigned NOT NULL DEFAULT '0',
`session` mediumblob,
PRIMARY KEY (userid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_session`
--
LOCK TABLES admin_session WRITE;
/*!40000 ALTER TABLE admin_session DISABLE KEYS */;
/*!40000 ALTER TABLE admin_session ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `analysis`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE analysis (
analysis_bulletin int(8) unsigned NOT NULL DEFAULT '0',
analysis_notice int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (analysis_bulletin,analysis_notice),
KEY analysis_notice (analysis_notice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `analysis`
--
LOCK TABLES analysis WRITE;
/*!40000 ALTER TABLE analysis DISABLE KEYS */;
INSERT INTO analysis (analysis_bulletin, analysis_notice) VALUES (7,125);
INSERT INTO analysis (analysis_bulletin, analysis_notice) VALUES (7,126);
INSERT INTO analysis (analysis_bulletin, analysis_notice) VALUES (8,127);
INSERT INTO analysis (analysis_bulletin, analysis_notice) VALUES (11,133);
/*!40000 ALTER TABLE analysis ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `arch_emplacement`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE arch_emplacement (
archempla_id int(8) unsigned NOT NULL AUTO_INCREMENT,
archempla_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (archempla_id)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `arch_emplacement`
--
LOCK TABLES arch_emplacement WRITE;
/*!40000 ALTER TABLE arch_emplacement DISABLE KEYS */;
INSERT INTO arch_emplacement (archempla_id, archempla_libelle) VALUES (1,'Présentoir');
INSERT INTO arch_emplacement (archempla_id, archempla_libelle) VALUES (2,'Rayonnages');
INSERT INTO arch_emplacement (archempla_id, archempla_libelle) VALUES (3,'Réserve');
INSERT INTO arch_emplacement (archempla_id, archempla_libelle) VALUES (4,'En ligne');
/*!40000 ALTER TABLE arch_emplacement ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `arch_statut`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE arch_statut (
archstatut_id int(8) NOT NULL AUTO_INCREMENT,
archstatut_gestion_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
archstatut_opac_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL,
archstatut_visible_opac tinyint(1) unsigned NOT NULL DEFAULT '1',
archstatut_visible_opac_abon tinyint(1) unsigned NOT NULL DEFAULT '1',
archstatut_visible_gestion tinyint(1) unsigned NOT NULL DEFAULT '1',
archstatut_class_html varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (archstatut_id)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `arch_statut`
--
LOCK TABLES arch_statut WRITE;
/*!40000 ALTER TABLE arch_statut DISABLE KEYS */;
INSERT INTO arch_statut (archstatut_id, archstatut_gestion_libelle, archstatut_opac_libelle, archstatut_visible_opac, archstatut_visible_opac_abon, archstatut_visible_gestion, archstatut_class_html) VALUES (1,'Empruntable','Empruntable',1,0,1,'statutnot1');
INSERT INTO arch_statut (archstatut_id, archstatut_gestion_libelle, archstatut_opac_libelle, archstatut_visible_opac, archstatut_visible_opac_abon, archstatut_visible_gestion, archstatut_class_html) VALUES (2,'Consultation sur place','Consultation sur place',1,0,0,'statutnot1');
INSERT INTO arch_statut (archstatut_id, archstatut_gestion_libelle, archstatut_opac_libelle, archstatut_visible_opac, archstatut_visible_opac_abon, archstatut_visible_gestion, archstatut_class_html) VALUES (3,'Texte intégral','Texte intégral',1,0,0,'');
/*!40000 ALTER TABLE arch_statut ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `arch_type`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE arch_type (
archtype_id int(8) unsigned NOT NULL AUTO_INCREMENT,
archtype_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (archtype_id)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `arch_type`
--
LOCK TABLES arch_type WRITE;
/*!40000 ALTER TABLE arch_type DISABLE KEYS */;
INSERT INTO arch_type (archtype_id, archtype_libelle) VALUES (1,'Imprimé');
INSERT INTO arch_type (archtype_id, archtype_libelle) VALUES (2,'Electronique');
/*!40000 ALTER TABLE arch_type ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `audit`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE audit (
type_obj int(1) NOT NULL DEFAULT '0',
object_id int(10) unsigned NOT NULL DEFAULT '0',
user_id int(8) unsigned NOT NULL DEFAULT '0',
user_name varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
type_modif int(1) NOT NULL DEFAULT '1',
quand timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
info text COLLATE utf8_unicode_ci NOT NULL,
type_user int(1) unsigned NOT NULL DEFAULT '0',
KEY type_obj (type_obj),
KEY object_id (object_id),
KEY user_id (user_id),
KEY type_modif (type_modif)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `audit`
--
LOCK TABLES audit WRITE;
/*!40000 ALTER TABLE audit DISABLE KEYS */;
/*!40000 ALTER TABLE audit ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `aut_link`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE aut_link (
aut_link_from int(2) NOT NULL DEFAULT '0',
aut_link_from_num int(11) NOT NULL DEFAULT '0',
aut_link_to int(2) NOT NULL DEFAULT '0',
aut_link_to_num int(11) NOT NULL DEFAULT '0',
aut_link_type varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
aut_link_reciproc int(1) NOT NULL DEFAULT '0',
aut_link_comment varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (aut_link_from,aut_link_from_num,aut_link_to,aut_link_to_num,aut_link_type)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `aut_link`
--
LOCK TABLES aut_link WRITE;
/*!40000 ALTER TABLE aut_link DISABLE KEYS */;
/*!40000 ALTER TABLE aut_link ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `author_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE author_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `author_custom`
--
LOCK TABLES author_custom WRITE;
/*!40000 ALTER TABLE author_custom DISABLE KEYS */;
/*!40000 ALTER TABLE author_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `author_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE author_custom_lists (
author_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
author_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
author_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (author_custom_champ),
KEY editorial_champ_list_value (author_custom_champ,author_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `author_custom_lists`
--
LOCK TABLES author_custom_lists WRITE;
/*!40000 ALTER TABLE author_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE author_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `author_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE author_custom_values (
author_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
author_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
author_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
author_custom_text text COLLATE utf8_unicode_ci,
author_custom_integer int(11) DEFAULT NULL,
author_custom_date date DEFAULT NULL,
author_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (author_custom_champ),
KEY editorial_custom_origine (author_custom_origine),
KEY i_acv_st (author_custom_small_text),
KEY i_acv_t (author_custom_text(255)),
KEY i_acv_i (author_custom_integer),
KEY i_acv_d (author_custom_date),
KEY i_acv_f (author_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `author_custom_values`
--
LOCK TABLES author_custom_values WRITE;
/*!40000 ALTER TABLE author_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE author_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authorities_sources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authorities_sources (
id_authority_source int(10) unsigned NOT NULL AUTO_INCREMENT,
num_authority int(10) unsigned NOT NULL DEFAULT '0',
authority_number varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
authority_type varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_origin_authority int(10) unsigned NOT NULL DEFAULT '0',
authority_favorite int(10) unsigned NOT NULL DEFAULT '0',
import_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
update_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (id_authority_source)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authorities_sources`
--
LOCK TABLES authorities_sources WRITE;
/*!40000 ALTER TABLE authorities_sources DISABLE KEYS */;
/*!40000 ALTER TABLE authorities_sources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `authors` (
author_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
author_type enum('70','71','72') COLLATE utf8_unicode_ci NOT NULL DEFAULT '70',
author_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_rejete varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_date varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_see mediumint(8) unsigned NOT NULL DEFAULT '0',
author_web varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_author text COLLATE utf8_unicode_ci,
author_comment text COLLATE utf8_unicode_ci,
author_lieu varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_ville varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_pays varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_subdivision varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_numero varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
author_import_denied int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (author_id),
KEY author_see (author_see),
KEY author_name (author_name),
KEY author_rejete (author_rejete)
) ENGINE=MyISAM AUTO_INCREMENT=90 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authors`
--
LOCK TABLES authors WRITE;
/*!40000 ALTER TABLE authors DISABLE KEYS */;
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (11,'70','Blixen','Karen','1885-1962',0,'',' blixen karen ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (12,'70','Metzger','Marthe','',0,'',' metzger marthe ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (13,'70','Bâ','Amadou Hampâté','1901-1991',0,'',' ba amadou hampate ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (14,'70','Zaïd','Nassera','',0,'',' zaid nassera ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (15,'70','Depardon','Raymond','1942-....',0,'',' depardon raymond ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (16,'70','Grosléziat','Chantal','',0,'',' grosleziat chantal ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (17,'70','Nouhen','Elodie','1970-...',0,'',' nouhen elodie ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (18,'70','Mindy','Paul','1952-...',0,'',' mindy paul ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (19,'70','Dedieu','Thierry','',0,'',' dedieu thierry ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (20,'70','De Boel','Anne-Catherine','1975-....',0,'',' de boel anne catherine ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (21,'70','Abouet','Marguerite','1971-....',0,'',' abouet marguerite ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (22,'70','Oubrerie','Clément','1966-....',0,'',' oubrerie clement ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (23,'70','Mabanckou','Alain','1966-....',0,'',' mabanckou alain ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (24,'70','Marechera','Dambudzo','1952-1987',0,'',' marechera dambudzo ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (25,'70','Garnier','Xavier','',0,'',' garnier xavier ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (26,'70','Evette','Jean-Baptiste','1964-....',0,'',' evette jean baptiste ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (27,'70','Gravett','Emily','',0,'',' gravett emily ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (28,'70','Gudule','','',0,'',' gudule ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (29,'70','Durual','Christophe','',0,'',' durual christophe ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (30,'70','Heitz','Bruno','1957-....',0,'',' heitz bruno ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (31,'70','Melot','Michel','1943-....',0,'',' melot michel ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (32,'71','Association des bibliothécaires français','','',0,'',' association des bibliothecaires francais ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (33,'70','Alix','Yves','1953-....',0,'',' alix yves ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (34,'70','Pallier','Denis','1944-....',0,'',' pallier denis ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (35,'70','Brisou-pellen','Evelyn','',0,'',' brisou pellen evelyn ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (36,'70','Beinhart','Larry','1947-....',0,'',' beinhart larry ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (37,'70','Carrer','Patrice','1953-....',0,'',' carrer patrice ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (38,'70','Mahy','Margaret','1936-....',0,'',' mahy margaret ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (39,'70','Blake','Quentin','1932-....',0,'',' blake quentin ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (40,'70','Saint-Dizier','Marie','1944-....',0,'',' saint dizier marie ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (41,'70','Farré','Raymond','1941-....',0,'',' farre raymond ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (42,'70','Bonnet','Jacques','1949-....',0,'',' bonnet jacques ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (43,'70','Bella Ola','Alexandre','',0,'',' bella ola alexandre ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (44,'70','Cuvilliez','Joëlle','',0,'',' cuvilliez joelle ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (45,'70','Tabuteau','Jean-Luc','',0,'',' tabuteau jean luc ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (46,'70','Nantet','Bernard','1938-....',0,'',' nantet bernard ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (47,'70','Gourounas','Jean','1965-....',0,'',' gourounas jean ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (48,'70','Guettier','Bénédicte','1962-....',0,'',' guettier benedicte ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (49,'70','Gay-Para','Praline','1956-....',0,'',' gay para praline ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (50,'70','Prigent','Andrée','1963-....',0,'',' prigent andree ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (51,'70','Guidoux','Valerie','',0,'',' guidoux valerie ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (52,'70','Corentin','Philippe','1936-....',0,'',' corentin philippe ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (53,'70','Loubier','Virginie','',0,'',' loubier virginie ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (54,'70','Serres','Alain','1956-....',0,'',' serres alain ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (55,'70','Jarrie','Martin','1953-....',0,'',' jarrie martin ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (56,'70','Teyras','Emmanuelle','',0,'',' teyras emmanuelle ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (57,'70','Clément','Marie-Christine','',0,'',' clement marie christine ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (58,'70','Freymann','Saxton','',0,'',' freymann saxton ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (59,'70','Elffers','Joost','',0,'',' elffers joost ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (60,'70','Bravi','Soledad','1965-....',0,'',' bravi soledad ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (61,'70','Bradbury','Ray','1920-....',0,'',' bradbury ray ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (62,'70','Chambon','Jacques','1942-2003',0,'',' chambon jacques ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (63,'70','Robillot','Henri','',0,'',' robillot henri ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (64,'70','Pratchett','Terry','1948-....',0,'',' pratchett terry ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (65,'70','Couton','Patrick','',0,'',' couton patrick ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (66,'70','Burton','Tim','',0,'',' burton tim ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (68,'70','De baecque','Anto','',0,'',' de baecque anto ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (69,'70','Silloray','Florent','1971-...',0,'',' silloray florent ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (70,'70','Depp','Johnny','',0,'',' depp johnny ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (71,'70','Ryder','Winona','',0,'',' ryder winona ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (72,'70','Keaton','Mickael','',0,'',' keaton mickael ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (73,'70','McGregor','Ewan','',0,'',' mcgregor ewan ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (74,'70','Makeba','Miriam','1932-2008',0,'',' makeba miriam ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (75,'70','Lo','Ismaël','1956-....',0,'',' lo ismael ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (76,'70','Traoré','Rokia','1974-....',0,'',' traore rokia ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (77,'70','Keita','Salif','',0,'',' keita salif ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (78,'71','Amadou & Mariam','','',0,'',' amadou mariam ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (79,'71','ENSSIB','','',0,'',' enssib ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (80,'70','Bonnet','Jacques','',0,'',' bonnet jacques ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (81,'70','Akkouche','Mouloud','',0,'',' akkouche mouloud ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (82,'70','Aïoutz','Renaud','',0,'',' aioutz renaud ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (83,'71','Interactica','','',0,'',' interactica ','','','','','','',0);
INSERT INTO authors (author_id, author_type, author_name, author_rejete, author_date, author_see, author_web, index_author, author_comment, author_lieu, author_ville, author_pays, author_subdivision, author_numero, author_import_denied) VALUES (84,'70','Boulnois','Philippe','',0,'',' boulnois philippe ','','','','','','',0);
/*!40000 ALTER TABLE authors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authperso`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authperso (
id_authperso int(10) unsigned NOT NULL AUTO_INCREMENT,
authperso_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
authperso_notice_onglet_num int(10) unsigned NOT NULL DEFAULT '0',
authperso_isbd_script text COLLATE utf8_unicode_ci NOT NULL,
authperso_view_script text COLLATE utf8_unicode_ci NOT NULL,
authperso_opac_search int(10) unsigned NOT NULL DEFAULT '0',
authperso_opac_multi_search int(10) unsigned NOT NULL DEFAULT '0',
authperso_gestion_search int(10) unsigned NOT NULL DEFAULT '0',
authperso_gestion_multi_search int(10) unsigned NOT NULL DEFAULT '0',
authperso_comment text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_authperso)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authperso`
--
LOCK TABLES authperso WRITE;
/*!40000 ALTER TABLE authperso DISABLE KEYS */;
/*!40000 ALTER TABLE authperso ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authperso_authorities`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authperso_authorities (
id_authperso_authority int(10) unsigned NOT NULL AUTO_INCREMENT,
authperso_authority_authperso_num int(10) unsigned NOT NULL DEFAULT '0',
authperso_infos_global text COLLATE utf8_unicode_ci NOT NULL,
authperso_index_infos_global text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_authperso_authority)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authperso_authorities`
--
LOCK TABLES authperso_authorities WRITE;
/*!40000 ALTER TABLE authperso_authorities DISABLE KEYS */;
/*!40000 ALTER TABLE authperso_authorities ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authperso_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authperso_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
custom_prefixe varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authperso_custom`
--
LOCK TABLES authperso_custom WRITE;
/*!40000 ALTER TABLE authperso_custom DISABLE KEYS */;
/*!40000 ALTER TABLE authperso_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authperso_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authperso_custom_lists (
authperso_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
authperso_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
authperso_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (authperso_custom_champ),
KEY editorial_champ_list_value (authperso_custom_champ,authperso_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authperso_custom_lists`
--
LOCK TABLES authperso_custom_lists WRITE;
/*!40000 ALTER TABLE authperso_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE authperso_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authperso_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE authperso_custom_values (
authperso_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
authperso_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
authperso_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
authperso_custom_text text COLLATE utf8_unicode_ci,
authperso_custom_integer int(11) DEFAULT NULL,
authperso_custom_date date DEFAULT NULL,
authperso_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (authperso_custom_champ),
KEY editorial_custom_origine (authperso_custom_origine),
KEY i_acv_st (authperso_custom_small_text),
KEY i_acv_t (authperso_custom_text(255)),
KEY i_acv_i (authperso_custom_integer),
KEY i_acv_d (authperso_custom_date),
KEY i_acv_f (authperso_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authperso_custom_values`
--
LOCK TABLES authperso_custom_values WRITE;
/*!40000 ALTER TABLE authperso_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE authperso_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `avis`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE avis (
id_avis mediumint(8) NOT NULL AUTO_INCREMENT,
num_empr mediumint(8) NOT NULL DEFAULT '0',
num_notice mediumint(8) NOT NULL DEFAULT '0',
note int(3) DEFAULT NULL,
sujet text COLLATE utf8_unicode_ci,
commentaire text COLLATE utf8_unicode_ci,
dateajout timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
valide int(1) unsigned NOT NULL DEFAULT '0',
avis_rank int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_avis),
KEY avis_num_notice (num_notice),
KEY avis_num_empr (num_empr),
KEY avis_note (note)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `avis`
--
LOCK TABLES avis WRITE;
/*!40000 ALTER TABLE avis DISABLE KEYS */;
/*!40000 ALTER TABLE avis ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_abon`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_abon (
num_bannette int(9) unsigned NOT NULL DEFAULT '0',
num_empr int(9) unsigned NOT NULL DEFAULT '0',
actif int(1) unsigned NOT NULL DEFAULT '0',
bannette_mail varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (num_bannette,num_empr),
KEY i_num_empr (num_empr)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_abon`
--
LOCK TABLES bannette_abon WRITE;
/*!40000 ALTER TABLE bannette_abon DISABLE KEYS */;
/*!40000 ALTER TABLE bannette_abon ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_contenu`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_contenu (
num_bannette int(9) unsigned NOT NULL DEFAULT '0',
num_notice int(9) unsigned NOT NULL DEFAULT '0',
date_ajout timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (num_bannette,num_notice),
KEY date_ajout (date_ajout),
KEY i_num_notice (num_notice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_contenu`
--
LOCK TABLES bannette_contenu WRITE;
/*!40000 ALTER TABLE bannette_contenu DISABLE KEYS */;
/*!40000 ALTER TABLE bannette_contenu ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_equation`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_equation (
num_bannette int(9) unsigned NOT NULL DEFAULT '0',
num_equation int(9) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_bannette,num_equation)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_equation`
--
LOCK TABLES bannette_equation WRITE;
/*!40000 ALTER TABLE bannette_equation DISABLE KEYS */;
/*!40000 ALTER TABLE bannette_equation ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_exports`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_exports (
num_bannette int(11) unsigned NOT NULL DEFAULT '0',
export_format int(3) NOT NULL DEFAULT '0',
export_data longblob NOT NULL,
export_nomfichier varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
PRIMARY KEY (num_bannette,export_format)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_exports`
--
LOCK TABLES bannette_exports WRITE;
/*!40000 ALTER TABLE bannette_exports DISABLE KEYS */;
/*!40000 ALTER TABLE bannette_exports ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_facettes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_facettes (
num_ban_facette int(10) unsigned NOT NULL DEFAULT '0',
ban_facette_critere int(5) NOT NULL DEFAULT '0',
ban_facette_ss_critere int(5) NOT NULL DEFAULT '0',
ban_facette_order int(1) NOT NULL DEFAULT '0',
KEY bannette_facettes_key (num_ban_facette,ban_facette_critere,ban_facette_ss_critere)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_facettes`
--
LOCK TABLES bannette_facettes WRITE;
/*!40000 ALTER TABLE bannette_facettes DISABLE KEYS */;
/*!40000 ALTER TABLE bannette_facettes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannette_tpl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannette_tpl (
bannettetpl_id int(10) unsigned NOT NULL AUTO_INCREMENT,
bannettetpl_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
bannettetpl_comment varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
bannettetpl_tpl text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (bannettetpl_id)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannette_tpl`
--
LOCK TABLES bannette_tpl WRITE;
/*!40000 ALTER TABLE bannette_tpl DISABLE KEYS */;
INSERT INTO bannette_tpl (bannettetpl_id, bannettetpl_name, bannettetpl_comment, bannettetpl_tpl) VALUES (1,'Template PMB','','{{info.header}}\r\n<br /><br />\r\n<div class=\"summary\">\r\n{% for sommaire in sommaires %}\r\n<a href=\"#[{{sommaire.level}}]\">\r\n{{sommaire.level}} - {{sommaire.title}}\r\n</a>\r\n<br />\r\n{% endfor %}\r\n</div>\r\n<hr>\r\n{% for sommaire in sommaires %}\r\n<a name=\"[{{sommaire.level}}]\" />\r\n<h1>{{sommaire.level}} - {{sommaire.title}}</h1>\r\n{% for record in sommaire.records %}\r\n{{record.render}}\r\n<hr>\r\n{% endfor %}\r\n<br />\r\n{% endfor %}\r\n{{info.footer}}');
/*!40000 ALTER TABLE bannette_tpl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannettes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannettes (
id_bannette int(9) unsigned NOT NULL AUTO_INCREMENT,
num_classement int(8) unsigned NOT NULL DEFAULT '1',
nom_bannette varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
comment_gestion text COLLATE utf8_unicode_ci NOT NULL,
comment_public text COLLATE utf8_unicode_ci NOT NULL,
entete_mail text COLLATE utf8_unicode_ci NOT NULL,
date_last_remplissage datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_last_envoi datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
proprio_bannette int(9) unsigned NOT NULL DEFAULT '0',
bannette_auto int(1) unsigned NOT NULL DEFAULT '0',
periodicite int(3) unsigned NOT NULL DEFAULT '7',
diffusion_email int(1) unsigned NOT NULL DEFAULT '0',
categorie_lecteurs int(8) unsigned NOT NULL DEFAULT '0',
nb_notices_diff int(4) unsigned NOT NULL DEFAULT '0',
num_panier int(8) unsigned NOT NULL DEFAULT '0',
limite_type char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
limite_nombre int(6) NOT NULL DEFAULT '0',
update_type char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'C',
typeexport varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
prefixe_fichier varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
param_export blob NOT NULL,
piedpage_mail text COLLATE utf8_unicode_ci NOT NULL,
notice_tpl int(10) unsigned NOT NULL DEFAULT '0',
group_type int(10) unsigned NOT NULL DEFAULT '0',
group_pperso int(10) unsigned NOT NULL DEFAULT '0',
display_notice_in_every_group int(10) unsigned NOT NULL DEFAULT '0',
statut_not_account int(1) unsigned NOT NULL DEFAULT '0',
archive_number int(10) unsigned NOT NULL DEFAULT '0',
document_generate int(10) unsigned NOT NULL DEFAULT '0',
document_notice_tpl int(10) unsigned NOT NULL DEFAULT '0',
document_insert_docnum int(10) unsigned NOT NULL DEFAULT '0',
document_group int(10) unsigned NOT NULL DEFAULT '0',
document_add_summary int(10) unsigned NOT NULL DEFAULT '0',
groupe_lecteurs int(8) unsigned NOT NULL DEFAULT '0',
bannette_opac_accueil int(10) unsigned NOT NULL DEFAULT '0',
bannette_tpl_num int(6) unsigned NOT NULL DEFAULT '0',
bannette_aff_notice_number int(10) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_bannette)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannettes`
--
LOCK TABLES bannettes WRITE;
/*!40000 ALTER TABLE bannettes DISABLE KEYS */;
/*!40000 ALTER TABLE bannettes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannettes_descriptors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bannettes_descriptors (
num_bannette int(11) NOT NULL DEFAULT '0',
num_noeud int(11) NOT NULL DEFAULT '0',
bannette_descriptor_order int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (num_bannette,num_noeud)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannettes_descriptors`
--
LOCK TABLES bannettes_descriptors WRITE;
/*!40000 ALTER TABLE bannettes_descriptors DISABLE KEYS */;
/*!40000 ALTER TABLE bannettes_descriptors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `budgets`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE budgets (
id_budget int(8) unsigned NOT NULL AUTO_INCREMENT,
num_entite int(5) unsigned NOT NULL DEFAULT '0',
num_exercice int(8) unsigned NOT NULL DEFAULT '0',
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaires text COLLATE utf8_unicode_ci,
montant_global double(12,2) unsigned NOT NULL DEFAULT '0.00',
seuil_alerte int(3) unsigned NOT NULL DEFAULT '100',
statut int(3) unsigned NOT NULL DEFAULT '0',
type_budget int(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_budget)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `budgets`
--
LOCK TABLES budgets WRITE;
/*!40000 ALTER TABLE budgets DISABLE KEYS */;
/*!40000 ALTER TABLE budgets ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bulletins`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE bulletins (
bulletin_id int(8) unsigned NOT NULL AUTO_INCREMENT,
bulletin_numero varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
bulletin_notice int(8) NOT NULL DEFAULT '0',
mention_date varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_date date NOT NULL DEFAULT '0000-00-00',
bulletin_titre text COLLATE utf8_unicode_ci,
index_titre text COLLATE utf8_unicode_ci,
bulletin_cb varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
num_notice int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (bulletin_id),
KEY bulletin_numero (bulletin_numero),
KEY bulletin_notice (bulletin_notice),
KEY date_date (date_date),
KEY i_num_notice (num_notice)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bulletins`
--
LOCK TABLES bulletins WRITE;
/*!40000 ALTER TABLE bulletins DISABLE KEYS */;
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (4,'N° 403',120,'septembre 2012','2012-09-01','Numéro spécial Afrique',' numero special afrique ','',121);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (5,'N° 393',120,'novembre 2011','2011-11-01','L\'Île de Pâques',' ile paques ','',122);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (6,'N° 402',120,'août 2012','2012-08-01','Compostelle, Shikoku, Lalibela... Les chemins de la sagesse',' compostelle shikoku lalibela chemins sagesse ','',123);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (7,'Tome 55, n° 6',124,'','2010-11-01','La bibliothèque vue par ses usagers, même',' bibliotheque vue par ses usagers meme ','',0);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (8,'Tome 57, n° 5',124,'','2012-09-01','Bibliothèques et techniques',' bibliotheques techniques ','',0);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (9,'Numéro Moustache',129,'','2012-10-24','',' ','',130);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (10,'Numéro Cupcake',129,'','2012-10-24','',' ','',131);
INSERT INTO bulletins (bulletin_id, bulletin_numero, bulletin_notice, mention_date, date_date, bulletin_titre, index_titre, bulletin_cb, num_notice) VALUES (11,'N° 37',132,'avril 2012','2012-04-01','',' ','',0);
/*!40000 ALTER TABLE bulletins ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_amendes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cache_amendes (
id_empr int(10) unsigned NOT NULL DEFAULT '0',
cache_date date NOT NULL DEFAULT '0000-00-00',
data_amendes blob NOT NULL,
KEY id_empr (id_empr)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cache_amendes`
--
LOCK TABLES cache_amendes WRITE;
/*!40000 ALTER TABLE cache_amendes DISABLE KEYS */;
/*!40000 ALTER TABLE cache_amendes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `caddie`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE caddie (
idcaddie int(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'NOTI',
`comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
autorisations mediumtext COLLATE utf8_unicode_ci,
caddie_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
acces_rapide int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idcaddie),
KEY caddie_type (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `caddie`
--
LOCK TABLES caddie WRITE;
/*!40000 ALTER TABLE caddie DISABLE KEYS */;
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (17,'Nouveautés DVD','NOTI','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (18,'Nouveautés périodiques','NOTI','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (14,'Nouveautés fiction jeunesse','NOTI','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (13,'Nouveautés fiction adultes','NOTI','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (6,'Exemple de panier de bulletins','BULL','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (12,'Nouveautés en page d\'accueil','NOTI','','1','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (8,'Exemple de panier d\'exemplaires','EXPL','','1 4 3 2','',0);
INSERT INTO caddie (idcaddie, name, type, comment, autorisations, caddie_classement, acces_rapide) VALUES (11,'Exemple de panier de notices','NOTI','','1','',0);
/*!40000 ALTER TABLE caddie ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `caddie_content`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE caddie_content (
caddie_id int(8) unsigned NOT NULL DEFAULT '0',
object_id int(10) unsigned NOT NULL DEFAULT '0',
content varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
blob_type varchar(100) COLLATE utf8_unicode_ci DEFAULT '',
flag varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (caddie_id,object_id,content),
KEY object_id (object_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `caddie_content`
--
LOCK TABLES caddie_content WRITE;
/*!40000 ALTER TABLE caddie_content DISABLE KEYS */;
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,71,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,119,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,102,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,88,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,112,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,128,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,123,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (12,127,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,68,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,75,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,76,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,77,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,78,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,86,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,103,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,104,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (13,105,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,73,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,74,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,79,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,80,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,81,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,85,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,87,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,91,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,92,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,93,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,95,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,101,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (14,102,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (17,110,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (17,111,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (17,112,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (17,113,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (17,114,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,120,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,121,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,122,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,123,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,124,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,125,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,126,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,127,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,129,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,130,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,131,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,132,'','',NULL);
INSERT INTO caddie_content (caddie_id, object_id, content, blob_type, flag) VALUES (18,133,'','',NULL);
/*!40000 ALTER TABLE caddie_content ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `caddie_procs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE caddie_procs (
idproc smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'SELECT',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
requete blob NOT NULL,
`comment` tinytext COLLATE utf8_unicode_ci NOT NULL,
autorisations mediumtext COLLATE utf8_unicode_ci,
parameters text COLLATE utf8_unicode_ci,
PRIMARY KEY (idproc)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `caddie_procs`
--
LOCK TABLES caddie_procs WRITE;
/*!40000 ALTER TABLE caddie_procs DISABLE KEYS */;
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (2,'SELECT','Notices en doublons',0x6372656174652054454D504F52415259205441424C4520746D702053454C45435420746974312046524F4D206E6F7469636573205748455245206E69766561755F6269626C696F3D276D2720414E4420747970646F6320213D276C272047524F5550204259207469743120484156494E4720636F756E74282A293E313B0D0A53454C454354206E6F746963655F6964206173206F626A6563745F69642C20274E4F544927206173206F626A6563745F747970652046524F4D206E6F74696365732C20746D70205748455245206E6F74696365732E746974313D746D702E7469743120414E44206E69766561755F6269626C696F3D276D2720414E4420747970646F6320213D276C27,'Sélection des notices en doublons sur le premier titre','1 2 3','');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (3,'SELECT','EXPL par section / propriétaire',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F73656374696F6E20696E2028212173656374696F6E21212920616E64206578706C5F6F776E65723D212170726F7072696F2121,'Sélection d\'exemplaires par section par propriétaire','1 2','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"section\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Section]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idsection, section_libelle from docs_section order by section_libelle]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n <FIELD NAME=\"proprio\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Propriétaire]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>select idlender, lender_libelle from lenders order by lender_libelle</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (4,'SELECT','EXPL où cote commence par',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F636F7465206C696B6520272121636F6D6D655F636F746521212527,'Sélection d\'exemplaire à partir du début de cote','1 2','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"comme_cote\" MANDATORY=\"no\">\n <ALIAS><![CDATA[Début de la cote]]></ALIAS>\n <TYPE>text</TYPE>\n<OPTIONS FOR=\"text\">\r\n <SIZE>20</SIZE>\r\n <MAXSIZE>20</MAXSIZE>\r\n</OPTIONS> \n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (5,'ACTION','Changement de statut des exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F7374617475743D21216E6F75766561755F7374617475742121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"nouveau_statut\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[nouveau_statut]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>SELECT idstatut, statut_libelle FROM docs_statut</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (17,'ACTION','Changement de localisation des exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F6C6F636174696F6E3D21216E6F7576656C6C655F6C6F63616C69736174696F6E2121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"nouvelle_localisation\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[nouvelle localisation]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idlocation, location_libelle from docs_location order by location_libelle]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[sélectionnez une localisation]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (6,'SELECT','Jamais prêtés',0x53454C454354206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652C20636F6E63617428224C4956524520222C74697431292061732054697472652046524F4D206E6F7469636573206A6F696E206578656D706C6169726573206F6E206578706C5F6E6F746963653D6E6F746963655F6964204C454654204A4F494E20707265745F61726368697665204F4E206172635F6578706C5F6E6F74696365203D206E6F746963655F6964207768657265206172635F6578706C5F6964204953204E554C4C20414E44206578706C5F6964204953204E4F54204E554C4C20554E494F4E2053454C454354206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652C20636F6E6361742822504552494F20222C746974312C2022204E756DC3A9726F203A20222C62756C6C6574696E5F6E756D65726F292061732054697472652046524F4D202862756C6C6574696E7320494E4E4552204A4F494E206E6F7469636573204F4E2062756C6C6574696E732E62756C6C6574696E5F6E6F74696365203D206E6F74696365732E6E6F746963655F69642920494E4E4552204A4F494E206578656D706C6169726573206F6E206578706C5F62756C6C6574696E3D62756C6C6574696E5F6964204C454654204A4F494E20707265745F61726368697665204F4E206578706C5F6964203D206172635F6578706C5F696420574845524520707265745F617263686976652E6172635F6964204973204E756C6C,'Ajoute dans un panier les exemplaires jamais prêtés','1 2','');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (7,'SELECT','Sélection d\'exemplaires par statut',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F73746174757420696E20282121737461747574212129,'','1 2','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"statut\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[statut]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idstatut, statut_libelle from docs_statut]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (8,'SELECT','Sélection d\'exemplaires par localisation, section, statut, propriétaire',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F73656374696F6E20696E2028212173656374696F6E21212920616E64206578706C5F6C6F636174696F6E20696E202821216C6F636174696F6E21212920616E64206578706C5F73746174757420696E2028212173746174757421212920616E64206578706C5F6F776E65723D212170726F7072696F21212020,'','1 2','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"section\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Section]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idsection, section_libelle from docs_section order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n <FIELD NAME=\"location\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Localisation]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idlocation, location_libelle from docs_location order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n <FIELD NAME=\"statut\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Statut]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idstatut, statut_libelle from docs_statut order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n <FIELD NAME=\"proprio\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Propriétaire]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idlender, lender_libelle from lenders order by 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (9,'ACTION','Changement de section des exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F73656374696F6E3D21216E6F7576656C6C655F73656374696F6E2121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1 4 3 2','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"nouvelle_section\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[nouvelle section]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select * from docs_section order by section_libelle]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[Choisissez une section]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (18,'ACTION','Ajout d\'une catégories aux notices d\'un panier',0x7265706C61636520696E746F206E6F74696365735F63617465676F7269657320286E6F7463617465675F6E6F746963652C6E756D5F6E6F657564292053454C454354206E6F746963655F69642C202221216E6F7576656C6C655F63617465676F7269652121222066726F6D206E6F7469636573207768657265206E6F746963655F696420696E2028434144444945284E4F54492929,'Via un sélecteur','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"thesaurus\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[thesaurus]]></ALIAS>\n <TYPE>text</TYPE>\n<OPTIONS></OPTIONS>\n </FIELD>\n <FIELD NAME=\"langue\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[langue]]></ALIAS>\n <TYPE>text</TYPE>\n<OPTIONS></OPTIONS>\n </FIELD>\n <FIELD NAME=\"nouvelle_categorie\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[nouvelle_categorie]]></ALIAS>\n <TYPE>selector</TYPE>\n<OPTIONS FOR=\"selector\">\r\n <METHOD>1</METHOD>\r\n <DATA_TYPE>2</DATA_TYPE>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (19,'ACTION','Suppression d\'une catégorie aux notices d\'un panier',0x64656C6574652066726F6D206E6F74696365735F63617465676F72696573207768657265206E756D5F6E6F6575643D22212173757070725F63617465676F72696521212220616E64206E6F7463617465675F6E6F7469636520696E2028434144444945284E4F54492929,'Via un sélecteur d\'autorité','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"suppr_categorie\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Catégorie à supprimer :]]></ALIAS>\n <TYPE>selector</TYPE>\n<OPTIONS FOR=\"selector\">\r\n <METHOD>1</METHOD>\r\n <DATA_TYPE>2</DATA_TYPE>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (20,'ACTION','Changement du code statistique d\'exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F636F6465737461743D21216E6F75766561755F636F6465737461742121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"nouveau_codestat\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Nouveau code statistique]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idcode, codestat_libelle from docs_codestat order by codestat_libelle]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (21,'ACTION','Changement de type de document des notices d\'un panier',0x757064617465206E6F74696365732073657420747970646F633D21216E65775F747970646F632121207768657265206E6F746963655F696420696E2028434144444945284E4F54492929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"new_typdoc\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[Nouveau type de document]]></ALIAS>\n<TYPE>list</TYPE>\n<OPTIONS FOR=\"list\">\n<ITEMS>\n<ITEM VALUE=\"b\">texte manuscrit</ITEM>\n<ITEM VALUE=\"c\">partition musicale imprimée</ITEM>\n<ITEM VALUE=\"d\">partition musicale manuscrite</ITEM>\n<ITEM VALUE=\"e\">document cartographique imprimé</ITEM>\n<ITEM VALUE=\"f\">document cartographique manuscrit</ITEM>\n<ITEM VALUE=\"g\">document projeté ou vidéo</ITEM>\n<ITEM VALUE=\"i\">enregistrement sonore non musical</ITEM>\n<ITEM VALUE=\"j\">enregistrement sonore musical</ITEM>\n<ITEM VALUE=\"k\">document graphique à deux dimensions</ITEM>\n<ITEM VALUE=\"l\">document électronique</ITEM>\n<ITEM VALUE=\"m\">document multimédia</ITEM>\n<ITEM VALUE=\"r\">objet à 3 dimensions, artefacts, ...</ITEM>\n</ITEMS>\n<MULTIPLE>no</MULTIPLE>\n<UNSELECT_ITEM VALUE=\"a\">texte imprimé</UNSELECT_ITEM>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (22,'ACTION','Changement de message des exemplaires d\'un panier',0x757064617465206578656D706C616972657320736574206578706C5F6E6F74653D2721216E65775F6E6F7465212127207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"new_note\" MANDATORY=\"no\">\n<ALIAS><![CDATA[Nouveau message]]></ALIAS>\n<TYPE>text</TYPE>\n<OPTIONS FOR=\"text\">\n<SIZE>25</SIZE>\n<MAXSIZE>25</MAXSIZE>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (23,'ACTION','Changement d\'une partie de la cote des exemplaires d\'un panier',0x757064617465206578656D706C616972657320736574206578706C5F636F74653D7265706C616365286578706C5F636F74652C202721216D6F7469665F312121272C202721216D6F7469665F3221212729207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"motif_1\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[Remplacer]]></ALIAS>\n<TYPE>text</TYPE>\n<OPTIONS FOR=\"text\">\n<SIZE>50</SIZE>\n<MAXSIZE>50</MAXSIZE>\n</OPTIONS>\n</FIELD>\n<FIELD NAME=\"motif_2\" MANDATORY=\"no\">\n<ALIAS><![CDATA[Par]]></ALIAS>\n<TYPE>text</TYPE>\n<OPTIONS FOR=\"text\">\n<SIZE>50</SIZE>\n<MAXSIZE>50</MAXSIZE>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (24,'ACTION','Changement de propriétaire des exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F6F776E65723D21216F776E65722121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"owner\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[propriétaire]]></ALIAS>\n<TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\n<QUERY>select idlender, lender_libelle from lenders order by lender_libelle</QUERY>\n<MULTIPLE>no</MULTIPLE>\n<UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (25,'ACTION','Changement de support des exemplaires',0x757064617465206578656D706C616972657320736574206578706C5F747970646F633D21216E6F75766561755F747970646F632121207768657265206578706C5F696420696E2028434144444945284558504C2929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"nouveau_typdoc\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[nouveau support]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idtyp_doc, tdoc_libelle from docs_type order by 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (26,'ACTION','Changement de statut des notices d\'un panier',0x757064617465206E6F746963657320736574207374617475743D2721216E65775F737461747574212127207768657265206E6F746963655F696420696E2028434144444945284E4F54492929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"new_statut\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[Nouveau statut]]></ALIAS>\n<TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\n<QUERY>select id_notice_statut, gestion_libelle from notice_statut order by 2</QUERY>\n<MULTIPLE>no</MULTIPLE>\n<UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (27,'SELECT','Collecte des 20 titres les plus empruntés par sections et localisations',0x73656C656374206E6F746963655F6964206173206F626A6563745F69642C274E4F544927206173206F626A6563745F747970652066726F6D206E6F7469636573207768657265206E6F746963655F696420696E202873656C656374202A2066726F6D202873656C656374206172635F6578706C5F6E6F746963652066726F6D20707265745F61726368697665206C656674206A6F696E20646F63735F73656374696F6E206F6E206172635F6578706C5F73656374696F6E3D696473656374696F6E206C656674206A6F696E20646F63735F6C6F636174696F6E206F6E206172635F6578706C5F6C6F636174696F6E3D69646C6F636174696F6E207768657265206172635F6578706C5F6C6F636174696F6E20696E2028212163686F69786C6F636121212920616E64206172635F6578706C5F73656374696F6E20696E2028212163686F697873656374696F6E21212920616E64206172635F6578706C5F6E6F74696365213D302067726F7570206279206172635F6578706C5F6E6F74696365206F7264657220627920636F756E742864697374696E6374206172635F6964292044455343206C696D697420302C32302920616C69617329,'Idéal pour constituer en un clic des étagères en OPAC sur les titres les plus empruntés par section','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?><FIELDS><FIELD NAME=\"choixloca\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[Choisissez une ou plusieurs localisations :]]></ALIAS>\n<TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\n<QUERY>select idlocation, location_libelle from docs_location order by 2</QUERY>\n<MULTIPLE>yes</MULTIPLE>\n<UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\n</OPTIONS>\n</FIELD>\n<FIELD NAME=\"choixsection\" MANDATORY=\"yes\">\n<ALIAS><![CDATA[Choisissez une ou plusieurs sections :]]></ALIAS>\n<TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\n<QUERY>select idsection, section_libelle from docs_section order by 2</QUERY>\n<MULTIPLE>yes</MULTIPLE>\n<UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\n</OPTIONS>\n</FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (28,'SELECT','Sélection / Pointage des exemplaires en cours de prêt',0x53454C45435420707265745F69646578706C206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D2070726574,'','1','');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (29,'SELECT','Sélection d\'exemplaires à partir d\'un fichier de code barres',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F636220696E2028212166696368696572212129,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"fichier\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[fichier]]></ALIAS>\n <TYPE>file_box</TYPE>\n<OPTIONS FOR=\"file_box\">\r\n <METHOD>1</METHOD>\r\n <TEMP_TABLE_NAME></TEMP_TABLE_NAME>\r\n <DATA_TYPE>1</DATA_TYPE>\r\n</OPTIONS> \n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (30,'SELECT','Sélection / pointage à partir d\'un panier de bulletins',0x73656C6563742062756C6C6574696E5F6964206173206F626A6563745F69642C202742554C4C27206173206F626A6563745F747970652066726F6D2062756C6C6574696E732077686572652062756C6C6574696E5F696420696E202873656C656374206361646469655F636F6E74656E742E6F626A6563745F69642066726F6D206361646469655F636F6E74656E74206A6F696E20636164646965206F6E20286361646469655F69643D69646361646469652920776865726520696463616464696520696E2028212163686F697863616464696521212929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choixcaddie\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisir un ou plusieurs paniers :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idcaddie, name from caddie where type=\'BULL\' order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (31,'SELECT','Sélection / pointage à partir d\'un panier d\'exemplaires',0x73656C656374206578706C5F6964206173206F626A6563745F69642C20274558504C27206173206F626A6563745F747970652066726F6D206578656D706C6169726573207768657265206578706C5F696420696E202873656C656374206361646469655F636F6E74656E742E6F626A6563745F69642066726F6D206361646469655F636F6E74656E74206A6F696E20636164646965206F6E20286361646469655F69643D69646361646469652920776865726520696463616464696520696E2028212163686F697863616464696521212929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choixcaddie\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisir un ou plusieurs paniers :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idcaddie, name from caddie where type=\'EXPL\' order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
INSERT INTO caddie_procs (idproc, type, name, requete, comment, autorisations, parameters) VALUES (32,'SELECT','Sélection / pointage à partir d\'un panier de notices',0x73656C656374206E6F746963655F6964206173206F626A6563745F69642C20274E4F544927206173206F626A6563745F747970652066726F6D206E6F7469636573207768657265206E6F746963655F696420696E202873656C656374206361646469655F636F6E74656E742E6F626A6563745F69642066726F6D206361646469655F636F6E74656E74206A6F696E20636164646965206F6E20286361646469655F69643D69646361646469652920776865726520696463616464696520696E2028212163686F697863616464696521212929,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choixcaddie\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisir un ou plusieurs paniers :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idcaddie, name from caddie where type=\'NOTI\' order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>');
/*!40000 ALTER TABLE caddie_procs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cashdesk`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cashdesk (
cashdesk_id int(10) unsigned NOT NULL AUTO_INCREMENT,
cashdesk_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cashdesk_autorisations varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cashdesk_transactypes varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cashdesk_cashbox int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (cashdesk_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cashdesk`
--
LOCK TABLES cashdesk WRITE;
/*!40000 ALTER TABLE cashdesk DISABLE KEYS */;
/*!40000 ALTER TABLE cashdesk ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cashdesk_locations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cashdesk_locations (
cashdesk_loc_cashdesk_num int(10) unsigned NOT NULL DEFAULT '0',
cashdesk_loc_num int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (cashdesk_loc_cashdesk_num,cashdesk_loc_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cashdesk_locations`
--
LOCK TABLES cashdesk_locations WRITE;
/*!40000 ALTER TABLE cashdesk_locations DISABLE KEYS */;
/*!40000 ALTER TABLE cashdesk_locations ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cashdesk_sections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cashdesk_sections (
cashdesk_section_cashdesk_num int(10) unsigned NOT NULL DEFAULT '0',
cashdesk_section_num int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (cashdesk_section_cashdesk_num,cashdesk_section_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cashdesk_sections`
--
LOCK TABLES cashdesk_sections WRITE;
/*!40000 ALTER TABLE cashdesk_sections DISABLE KEYS */;
/*!40000 ALTER TABLE cashdesk_sections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categ_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE categ_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categ_custom`
--
LOCK TABLES categ_custom WRITE;
/*!40000 ALTER TABLE categ_custom DISABLE KEYS */;
/*!40000 ALTER TABLE categ_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categ_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE categ_custom_lists (
categ_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
categ_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
categ_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (categ_custom_champ),
KEY editorial_champ_list_value (categ_custom_champ,categ_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categ_custom_lists`
--
LOCK TABLES categ_custom_lists WRITE;
/*!40000 ALTER TABLE categ_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE categ_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categ_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE categ_custom_values (
categ_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
categ_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
categ_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
categ_custom_text text COLLATE utf8_unicode_ci,
categ_custom_integer int(11) DEFAULT NULL,
categ_custom_date date DEFAULT NULL,
categ_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (categ_custom_champ),
KEY editorial_custom_origine (categ_custom_origine),
KEY i_ccv_st (categ_custom_small_text),
KEY i_ccv_t (categ_custom_text(255)),
KEY i_ccv_i (categ_custom_integer),
KEY i_ccv_d (categ_custom_date),
KEY i_ccv_f (categ_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categ_custom_values`
--
LOCK TABLES categ_custom_values WRITE;
/*!40000 ALTER TABLE categ_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE categ_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categories`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE categories (
num_thesaurus int(3) unsigned NOT NULL DEFAULT '1',
num_noeud int(9) unsigned NOT NULL DEFAULT '0',
langue varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fr_FR',
libelle_categorie text COLLATE utf8_unicode_ci NOT NULL,
note_application text COLLATE utf8_unicode_ci NOT NULL,
comment_public text COLLATE utf8_unicode_ci NOT NULL,
comment_voir text COLLATE utf8_unicode_ci NOT NULL,
index_categorie text COLLATE utf8_unicode_ci NOT NULL,
path_word_categ text COLLATE utf8_unicode_ci NOT NULL,
index_path_word_categ text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_noeud,langue),
KEY categ_langue (langue),
KEY libelle_categorie (libelle_categorie(5))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categories`
--
LOCK TABLES categories WRITE;
/*!40000 ALTER TABLE categories DISABLE KEYS */;
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2512,'fr_FR','~termes non classés','','','',' termes non classes ',' ~termes non classés ',' termes non classes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1378,'fr_FR','Art et culture','','','',' art culture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1379,'fr_FR','Institutions et politique','','','',' institutions politique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1380,'fr_FR','Jeunesse','','','',' jeunesse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1381,'fr_FR','Sciences','','','',' sciences ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1382,'fr_FR','Sciences humaines','','','',' sciences humaines ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1383,'fr_FR','Société','','','',' societe ',' Société ',' societe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1384,'fr_FR','Sports et loisirs','','','',' sports loisirs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1385,'fr_FR','Techniques','','','',' techniques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1386,'fr_FR','Vie pratique','','','',' vie pratique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1387,'fr_FR','Zones géographiques','','','',' zones geographiques ',' Zones géographiques ',' zones geographiques ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1388,'fr_FR','Essais','','','',' essais ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1389,'fr_FR','Illustration','','','',' illustration ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1390,'fr_FR','Architecture','','','',' architecture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1391,'fr_FR','Bande dessinée','','','',' bande dessinee ',' Bande dessinée ',' bande dessinee ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1392,'fr_FR','Cinéma','','','',' cinema ',' Cinéma ',' cinema ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1393,'fr_FR','Design','','','',' design ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1394,'fr_FR','Littérature','','','',' litterature ',' Littérature ',' litterature ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1395,'fr_FR','Livre','','','',' livre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1396,'fr_FR','Mobilier et objets d\'art','','','',' mobilier objets art ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1397,'fr_FR','Musées','','','',' musees ',' Musées ',' musees ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1398,'fr_FR','Musique','','','',' musique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1399,'fr_FR','Peinture','','','',' peinture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1400,'fr_FR','Photographie','','','',' photographie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1401,'fr_FR','Sculpture','','','',' sculpture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1402,'fr_FR','Architectes','','','',' architectes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1403,'fr_FR','Moyen-Age','','','',' moyen age ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1404,'fr_FR','Ecoles et styles','','','',' ecoles styles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1405,'fr_FR','Edifices','','','',' edifices ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1406,'fr_FR','Géographie','','','',' geographie ',' Géographie ',' geographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1407,'fr_FR','XIXème siècle','','','',' xixeme siecle ',' XIXème siècle ',' xixeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1408,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1409,'fr_FR','XXème siècle','','','',' xxeme siecle ',' XXème siècle ',' xxeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1410,'fr_FR','Afrique','','','',' afrique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1411,'fr_FR','Récit historique','','','',' recit historique ',' Récit historique ',' recit historique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1412,'fr_FR','Heroic fantasy','','','',' heroic fantasy ',' Heroic fantasy ',' heroic fantasy ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1413,'fr_FR','Fantastique','','','',' fantastique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1414,'fr_FR','Science-fiction','','','',' science fiction ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1415,'fr_FR','Policier','','','',' policier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1416,'fr_FR','Humour','','','',' humour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1417,'fr_FR','Aventure','','','',' aventure ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1418,'fr_FR','Manga','','','',' manga ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1419,'fr_FR','Réalité','','','',' realite ',' Réalité ',' realite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1420,'fr_FR','Par genre (sélection)','','','',' par genre selection ',' Par genre (sélection) ',' par genre selection ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1421,'fr_FR','Antiquité grecque et romaine','','','',' antiquite grecque romaine ',' Antiquité grecque et romaine ',' antiquite grecque romaine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1422,'fr_FR','Moyen-Age','','','',' moyen age ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1423,'fr_FR','Renaissance','','','',' renaissance ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1424,'fr_FR','XVIIème siècle','','','',' xviieme siecle ',' XVIIème siècle ',' xviieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1425,'fr_FR','XVIIIème siècle','','','',' xviiieme siecle ',' XVIIIème siècle ',' xviiieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1426,'fr_FR','De 1800 à 1849','','','',' 1800 1849 ',' De 1800 à 1849 ',' 1800 1849 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1427,'fr_FR','De 1850 à 1899','','','',' 1850 1899 ',' De 1850 à 1899 ',' 1850 1899 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1428,'fr_FR','De 1900 à 1949','','','',' 1900 1949 ',' De 1900 à 1949 ',' 1900 1949 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1429,'fr_FR','De 1950 à 1999 (sélection)','','','',' 1950 1999 selection ',' De 1950 à 1999 (sélection) ',' 1950 1999 selection ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1430,'fr_FR','De 2000 à aujourd\'hui (sélection)','','','',' 2000 aujourd hui selection ',' De 2000 à aujourd\'hui (sélection) ',' 2000 aujourd hui selection ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1431,'fr_FR','Roman historique','','','',' roman historique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1432,'fr_FR','Récits de voyage et d\'exploration','','','',' recits voyage exploration ',' Récits de voyage et d\'exploration ',' recits voyage exploration ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1433,'fr_FR','Fantastique et merveilleux','','','',' fantastique merveilleux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1434,'fr_FR','Roman policier','','','',' roman policier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1435,'fr_FR','Science-fiction','','','',' science fiction ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1436,'fr_FR','Nouvelles','','','',' nouvelles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1437,'fr_FR','Littérature en miettes','','','',' litterature miettes ',' Littérature en miettes ',' litterature miettes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1438,'fr_FR','Distorsions','','','',' distorsions ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1439,'fr_FR','Mémoires et autobiographies','','','',' memoires autobiographies ',' Mémoires et autobiographies ',' memoires autobiographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1440,'fr_FR','Journaux et carnets','','','',' journaux carnets ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1441,'fr_FR','Correspondance','','','',' correspondance ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1442,'fr_FR','Littérature asiatique','','','',' litterature asiatique ',' Littérature asiatique ',' litterature asiatique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1443,'fr_FR','L\'écrivain et son oeuvre','','','',' ecrivain son oeuvre ',' L\'écrivain et son oeuvre ',' ecrivain son oeuvre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1444,'fr_FR','Le livre comme miroir','','','',' livre comme miroir ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1445,'fr_FR','Littérature américaine','','','',' litterature americaine ',' Littérature américaine ',' litterature americaine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1446,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1447,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1448,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1449,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1450,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1451,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1452,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1453,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1454,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1455,'fr_FR','Littérature hispano-américaine','','','',' litterature hispano americaine ',' Littérature hispano-américaine ',' litterature hispano americaine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1456,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1457,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1458,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1459,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1460,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1461,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1462,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1463,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1464,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1465,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1466,'fr_FR','Littérature allemande','','','',' litterature allemande ',' Littérature allemande ',' litterature allemande ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1467,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1468,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1469,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1470,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1471,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1472,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1473,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1474,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1475,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1476,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1477,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1478,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1479,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1480,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1481,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1482,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1483,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1484,'fr_FR','Antiquité','','','',' antiquite ',' Antiquité ',' antiquite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1485,'fr_FR','Moyen-Age','','','',' moyen age ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1486,'fr_FR','Renaissance','','','',' renaissance ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1487,'fr_FR','XVIIème siècle','','','',' xviieme siecle ',' XVIIème siècle ',' xviieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1488,'fr_FR','XVIIIème siècle','','','',' xviiieme siecle ',' XVIIIème siècle ',' xviiieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1489,'fr_FR','XIXème siècle','','','',' xixeme siecle ',' XIXème siècle ',' xixeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1490,'fr_FR','XXème siècle','','','',' xxeme siecle ',' XXème siècle ',' xxeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1492,'fr_FR','Par sujet','','','',' par sujet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1493,'fr_FR','Biographies','','','',' biographies ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1494,'fr_FR','Essais politiques','','','',' essais politiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1495,'fr_FR','France','','','',' france ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1496,'fr_FR','Europe','','','',' europe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1497,'fr_FR','Monde','','','',' monde ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1498,'fr_FR','Science politique','','','',' science politique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1499,'fr_FR','Administration','','','',' administration ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1500,'fr_FR','Citoyenneté','','','',' citoyennete ',' Citoyenneté ',' citoyennete ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1501,'fr_FR','Président et gouvernement','','','',' president gouvernement ',' Président et gouvernement ',' president gouvernement ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1502,'fr_FR','Parlement','','','',' parlement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1503,'fr_FR','Justice','','','',' justice ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1504,'fr_FR','Collectivités territoriales','','','',' collectivites territoriales ',' Collectivités territoriales ',' collectivites territoriales ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1505,'fr_FR','Défense nationale - Sécurité publique','','','',' defense nationale securite publique ',' Défense nationale - Sécurité publique ',' defense nationale securite publique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1506,'fr_FR','Droit','','','',' droit ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1507,'fr_FR','Elections','','','',' elections ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1508,'fr_FR','Fiscalité','','','',' fiscalite ',' Fiscalité ',' fiscalite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1509,'fr_FR','Partis politiques','','','',' partis politiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1510,'fr_FR','Protection sociale','','','',' protection sociale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1511,'fr_FR','Syndicats','','','',' syndicats ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1512,'fr_FR','Mondialisation','','','',' mondialisation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1513,'fr_FR','Organisations internationales','','','',' organisations internationales ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1514,'fr_FR','Relations internationales','','','',' relations internationales ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1515,'fr_FR','Animaux','','','',' animaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1516,'fr_FR','Corps et santé','','','',' corps sante ',' Corps et santé ',' corps sante ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1517,'fr_FR','Découvrir le monde','','','',' decouvrir monde ',' Découvrir le monde ',' decouvrir monde ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1518,'fr_FR','Eveil et apprentissage','','','',' eveil apprentissage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1519,'fr_FR','Sports et loisirs','','','',' sports loisirs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1520,'fr_FR','Nature et environnement','','','',' nature environnement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1521,'fr_FR','Personnages extraordinaires et mondes imaginaires','','','',' personnages extraordinaires mondes imaginaires ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1522,'fr_FR','Art et culture','','','',' art culture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1523,'fr_FR','Vivre ensemble','','','',' vivre ensemble ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1524,'fr_FR','Chat','','','',' chat ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1525,'fr_FR','Mammifères','','','',' mammiferes ',' Mammifères ',' mammiferes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1526,'fr_FR','Par environnement','','','',' par environnement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1527,'fr_FR','Champs','','','',' champs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1528,'fr_FR','Forêt','','','',' foret ',' Forêt ',' foret ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1529,'fr_FR','Montagne','','','',' montagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1530,'fr_FR','Jungle','','','',' jungle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1531,'fr_FR','Poissons','','','',' poissons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1532,'fr_FR','Insectes','','','',' insectes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1533,'fr_FR','Oiseaux','','','',' oiseaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1534,'fr_FR','Animaux menacés','','','',' animaux menaces ',' Animaux menacés ',' animaux menaces ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1535,'fr_FR','Dinosaures','','','',' dinosaures ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1536,'fr_FR','Corps','','','',' corps ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1537,'fr_FR','Hygiène et santé','','','',' hygiene sante ',' Hygiène et santé ',' hygiene sante ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1538,'fr_FR','Nourriture','','','',' nourriture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1539,'fr_FR','Vêtement et coiffure','','','',' vetement coiffure ',' Vêtement et coiffure ',' vetement coiffure ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1540,'fr_FR','Avoir un bébé','','','',' avoir bebe ',' Avoir un bébé ',' avoir bebe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1541,'fr_FR','Maladie','','','',' maladie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1542,'fr_FR','Handicap','','','',' handicap ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1543,'fr_FR','Médecin et hôpital','','','',' medecin hopital ',' Médecin et hôpital ',' medecin hopital ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1544,'fr_FR','Sexualité','','','',' sexualite ',' Sexualité ',' sexualite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1545,'fr_FR','Voyage','','','',' voyage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1546,'fr_FR','Transports','','','',' transports ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1547,'fr_FR','Communiquer - S\'informer','','','',' communiquer s informer ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1548,'fr_FR','Géographie','','','',' geographie ',' Géographie ',' geographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1549,'fr_FR','Préhistoire','','','',' prehistoire ',' Préhistoire ',' prehistoire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1550,'fr_FR','Amérique','','','',' amerique ',' Amérique ',' amerique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1551,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1552,'fr_FR','Science et expériences','','','',' science experiences ',' Science et expériences ',' science experiences ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1553,'fr_FR','Espace - Planètes','','','',' espace planetes ',' Espace - Planètes ',' espace planetes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1554,'fr_FR','Premiers acquis','','','',' premiers acquis ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1555,'fr_FR','Autour du langage','','','',' autour langage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1556,'fr_FR','Vers l\'autonomie','','','',' vers autonomie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1557,'fr_FR','Langues étrangères','','','',' langues etrangeres ',' Langues étrangères ',' langues etrangeres ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1558,'fr_FR','Informatique','','','',' informatique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1559,'fr_FR','Activités manuelles','','','',' activites manuelles ',' Activités manuelles ',' activites manuelles ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1560,'fr_FR','Cuisine','','','',' cuisine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1561,'fr_FR','Jardinage','','','',' jardinage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1562,'fr_FR','Sport','','','',' sport ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1563,'fr_FR','Jeux et jouets','','','',' jeux jouets ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1564,'fr_FR','Déguisements','','','',' deguisements ',' Déguisements ',' deguisements ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1565,'fr_FR','Dessin et peinture','','','',' dessin peinture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1566,'fr_FR','Enigmes et devinettes','','','',' enigmes devinettes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1567,'fr_FR','Adjectif','','','',' adjectif ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1568,'fr_FR','Campagne','','','',' campagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1569,'fr_FR','Montagne','','','',' montagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1570,'fr_FR','Forêt','','','',' foret ',' Forêt ',' foret ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1571,'fr_FR','Mer et océan','','','',' mer ocean ',' Mer et océan ',' mer ocean ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1572,'fr_FR','Désert','','','',' desert ',' Désert ',' desert ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1573,'fr_FR','Ville','','','',' ville ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1574,'fr_FR','Air','','','',' air ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1575,'fr_FR','Eau','','','',' eau ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1576,'fr_FR','Feu','','','',' feu ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1577,'fr_FR','Saisons','','','',' saisons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1578,'fr_FR','Arbres','','','',' arbres ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1579,'fr_FR','Fleurs','','','',' fleurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1580,'fr_FR','Météo','','','',' meteo ',' Météo ',' meteo ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1581,'fr_FR','Protéger l\'environnement','','','',' proteger environnement ',' Protéger l\'environnement ',' proteger environnement ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1583,'fr_FR','Sorcière','','','',' sorciere ',' Sorcière ',' sorciere ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1584,'fr_FR','Monstre et dragon','','','',' monstre dragon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1585,'fr_FR','Prince, princesse, roi et reine','','','',' prince princesse roi reine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1586,'fr_FR','Ogre','','','',' ogre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1587,'fr_FR','Nain et géant','','','',' nain geant ',' Nain et géant ',' nain geant ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1588,'fr_FR','Fantôme','','','',' fantome ',' Fantôme ',' fantome ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1589,'fr_FR','Pirate et corsaire','','','',' pirate corsaire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1590,'fr_FR','Extra-terrestre','','','',' extra terrestre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1591,'fr_FR','Monde imaginaire','','','',' monde imaginaire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1592,'fr_FR','Peinture et sculpture','','','',' peinture sculpture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1593,'fr_FR','Roman','','','',' roman ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1594,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1595,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1596,'fr_FR','Livre','','','',' livre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1597,'fr_FR','Musique','','','',' musique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1598,'fr_FR','Danse','','','',' danse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1599,'fr_FR','Bande dessinée','','','',' bande dessinee ',' Bande dessinée ',' bande dessinee ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1600,'fr_FR','Cinéma - Télévision','','','',' cinema television ',' Cinéma - Télévision ',' cinema television ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1601,'fr_FR','Photographie','','','',' photographie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1602,'fr_FR','Architecture','','','',' architecture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1603,'fr_FR','En famille','','','',' famille ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1604,'fr_FR','A l\'école et au collège','','','',' ecole college ',' A l\'école et au collège ',' ecole college ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1605,'fr_FR','En société','','','',' societe ',' En société ',' societe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1606,'fr_FR','Amour et sentiments','','','',' amour sentiments ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1607,'fr_FR','Enfants','','','',' enfants ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1608,'fr_FR','Fêtes','','','',' fetes ',' Fêtes ',' fetes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1609,'fr_FR','Métiers','','','',' metiers ',' Métiers ',' metiers ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1610,'fr_FR','Religion','','','',' religion ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1611,'fr_FR','C\'est compliqué','','','',' c est complique ',' C\'est compliqué ',' c est complique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1612,'fr_FR','Astronomie','','','',' astronomie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1613,'fr_FR','Plantes','','','',' plantes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1614,'fr_FR','Chimie','','','',' chimie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1615,'fr_FR','Ecologie','','','',' ecologie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1616,'fr_FR','Génétique et évolution','','','',' genetique evolution ',' Génétique et évolution ',' genetique evolution ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1617,'fr_FR','Mathématiques','','','',' mathematiques ',' Mathématiques ',' mathematiques ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1618,'fr_FR','Physique','','','',' physique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1619,'fr_FR','Préhistoire','','','',' prehistoire ',' Préhistoire ',' prehistoire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1620,'fr_FR','Terre','','','',' terre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1621,'fr_FR','Animaux','','','',' animaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1622,'fr_FR','Structure','','','',' structure ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1623,'fr_FR','Climatologie','','','',' climatologie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1624,'fr_FR','Météorologie','','','',' meteorologie ',' Météorologie ',' meteorologie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1625,'fr_FR','Océanographie - Hydrologie','','','',' oceanographie hydrologie ',' Océanographie - Hydrologie ',' oceanographie hydrologie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1626,'fr_FR','Continents et relief','','','',' continents relief ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1627,'fr_FR','Roches et minéraux','','','',' roches mineraux ',' Roches et minéraux ',' roches mineraux ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1628,'fr_FR','Volcans','','','',' volcans ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1629,'fr_FR','Micro-organismes','','','',' micro organismes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1630,'fr_FR','Invertébrés','','','',' invertebres ',' Invertébrés ',' invertebres ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1631,'fr_FR','Mollusques','','','',' mollusques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1632,'fr_FR','Crustacés','','','',' crustaces ',' Crustacés ',' crustaces ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1633,'fr_FR','Insectes','','','',' insectes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1634,'fr_FR','Arachnides','','','',' arachnides ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1635,'fr_FR','Poissons','','','',' poissons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1636,'fr_FR','Batraciens','','','',' batraciens ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1637,'fr_FR','Reptiles','','','',' reptiles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1638,'fr_FR','Oiseaux','','','',' oiseaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1639,'fr_FR','Mammifères','','','',' mammiferes ',' Mammifères ',' mammiferes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1640,'fr_FR','Marsupiaux','','','',' marsupiaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1641,'fr_FR','Chat','','','',' chat ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1642,'fr_FR','Primates','','','',' primates ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1643,'fr_FR','Chien','','','',' chien ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1644,'fr_FR','Félins','','','',' felins ',' Félins ',' felins ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1645,'fr_FR','Rongeurs','','','',' rongeurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1646,'fr_FR','Archéologie','','','',' archeologie ',' Archéologie ',' archeologie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1647,'fr_FR','Communication et Information','','','',' communication information ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1648,'fr_FR','Economie','','','',' economie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1649,'fr_FR','Démographie','','','',' demographie ',' Démographie ',' demographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1650,'fr_FR','Géographie','','','',' geographie ',' Géographie ',' geographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1651,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1652,'fr_FR','Langues - Linguistique','','','',' langues linguistique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1653,'fr_FR','Médecine','','','',' medecine ',' Médecine ',' medecine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1654,'fr_FR','Philosophie','','','',' philosophie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1655,'fr_FR','Psychologie - Psychanalyse','','','',' psychologie psychanalyse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1656,'fr_FR','Sociologie','','','',' sociologie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1657,'fr_FR','Ethnologie','','','',' ethnologie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1658,'fr_FR','Bibliothéconomie','','','',' bibliotheconomie ',' Bibliothéconomie ',' bibliotheconomie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1659,'fr_FR','Société de l\'information','','','',' societe information ',' Société de l\'information ',' societe information ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1660,'fr_FR','Journalisme','','','',' journalisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1661,'fr_FR','Edition','','','',' edition ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1662,'fr_FR','Communication','','','',' communication ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1663,'fr_FR','Antiquité et mondes anciens','','','',' antiquite mondes anciens ',' Antiquité et mondes anciens ',' antiquite mondes anciens ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1664,'fr_FR','Moyen-Age','','','',' moyen age ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1665,'fr_FR','Renaissance','','','',' renaissance ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1666,'fr_FR','XVIIème siècle (De 1600 à 1699)','','','',' xviieme siecle 1600 1699 ',' XVIIème siècle (De 1600 à 1699) ',' xviieme siecle 1600 1699 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1667,'fr_FR','XVIIIème siècle (De 1700 à 1799)','','','',' xviiieme siecle 1700 1799 ',' XVIIIème siècle (De 1700 à 1799) ',' xviiieme siecle 1700 1799 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1668,'fr_FR','XIXème siècle (De 1800 à 1899)','','','',' xixeme siecle 1800 1899 ',' XIXème siècle (De 1800 à 1899) ',' xixeme siecle 1800 1899 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1669,'fr_FR','De 1900 à 1914','','','',' 1900 1914 ',' De 1900 à 1914 ',' 1900 1914 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1670,'fr_FR','Première Guerre Mondiale (1914-1918)','','','',' premiere guerre mondiale 1914 1918 ',' Première Guerre Mondiale (1914-1918) ',' premiere guerre mondiale 1914 1918 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1671,'fr_FR','Entre-deux guerres (1919-1938)','','','',' entre deux guerres 1919 1938 ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1672,'fr_FR','Deuxième Guerre Mondiale (1939-1945)','','','',' deuxieme guerre mondiale 1939 1945 ',' Deuxième Guerre Mondiale (1939-1945) ',' deuxieme guerre mondiale 1939 1945 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1673,'fr_FR','De 1946 à 1999','','','',' 1946 1999 ',' De 1946 à 1999 ',' 1946 1999 ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1674,'fr_FR','Depuis 2000','','','',' depuis 2000 ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1675,'fr_FR','Métaphysique','','','',' metaphysique ',' Métaphysique ',' metaphysique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1676,'fr_FR','Epistémologie','','','',' epistemologie ',' Epistémologie ',' epistemologie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1677,'fr_FR','Philosophie antique','','','',' philosophie antique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1678,'fr_FR','Philosophie médiévale','','','',' philosophie medievale ',' Philosophie médiévale ',' philosophie medievale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1679,'fr_FR','Philosophie orientale','','','',' philosophie orientale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1680,'fr_FR','Philosophie occidentale moderne','','','',' philosophie occidentale moderne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1681,'fr_FR','Amour','','','',' amour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1682,'fr_FR','De l\'enfant à l\'âge adulte','','','',' enfant age adulte ',' De l\'enfant à l\'âge adulte ',' enfant age adulte ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1683,'fr_FR','Problèmes et débats de société','','','',' problemes debats societe ',' Problèmes et débats de société ',' problemes debats societe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1684,'fr_FR','Vivre ensemble','','','',' vivre ensemble ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1685,'fr_FR','Criminalité','','','',' criminalite ',' Criminalité ',' criminalite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1686,'fr_FR','Emploi','','','',' emploi ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1687,'fr_FR','Enseignement et Formation','','','',' enseignement formation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1688,'fr_FR','Couple','','','',' couple ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1689,'fr_FR','Famille','','','',' famille ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1690,'fr_FR','Environnement','','','',' environnement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1691,'fr_FR','Handicap','','','',' handicap ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1692,'fr_FR','Illettrisme','','','',' illettrisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1693,'fr_FR','Migrations','','','',' migrations ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1694,'fr_FR','Mode et Costume','','','',' mode costume ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1695,'fr_FR','Urbanisme','','','',' urbanisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1696,'fr_FR','Religion','','','',' religion ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1697,'fr_FR','Esotérisme','','','',' esoterisme ',' Esotérisme ',' esoterisme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1698,'fr_FR','Sexualité','','','',' sexualite ',' Sexualité ',' sexualite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1699,'fr_FR','Solidarité et Action sociale','','','',' solidarite action sociale ',' Solidarité et Action sociale ',' solidarite action sociale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1700,'fr_FR','Logement','','','',' logement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1701,'fr_FR','Vie associative','','','',' vie associative ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1702,'fr_FR','Enfants','','','',' enfants ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1703,'fr_FR','Jeunes','','','',' jeunes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1704,'fr_FR','Femmes','','','',' femmes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1705,'fr_FR','Hommes','','','',' hommes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1706,'fr_FR','Troisième âge','','','',' troisieme age ',' Troisième âge ',' troisieme age ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1707,'fr_FR','Conseil et Orientation','','','',' conseil orientation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1708,'fr_FR','Enseignement primaire','','','',' enseignement primaire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1709,'fr_FR','Enseignement secondaire','','','',' enseignement secondaire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1710,'fr_FR','Enseignement supérieur','','','',' enseignement superieur ',' Enseignement supérieur ',' enseignement superieur ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1711,'fr_FR','Examens et Concours','','','',' examens concours ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1712,'fr_FR','Pédagogie','','','',' pedagogie ',' Pédagogie ',' pedagogie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1713,'fr_FR','Problèmes et Débats','','','',' problemes debats ',' Problèmes et Débats ',' problemes debats ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1714,'fr_FR','Drogue','','','',' drogue ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1715,'fr_FR','Bible','','','',' bible ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1716,'fr_FR','Christianisme','','','',' christianisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1717,'fr_FR','Sectes','','','',' sectes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1718,'fr_FR','Bouddhisme','','','',' bouddhisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1719,'fr_FR','Hindouisme','','','',' hindouisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1720,'fr_FR','Judaîsme','','','',' judaisme ',' Judaîsme ',' judaisme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1721,'fr_FR','Islam','','','',' islam ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1722,'fr_FR','Autres mouvements religieux','','','',' autres mouvements religieux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1723,'fr_FR','Artisanat','','','',' artisanat ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1724,'fr_FR','Arts plastiques','','','',' arts plastiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1725,'fr_FR','Chasse et pêche','','','',' chasse peche ',' Chasse et pêche ',' chasse peche ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1726,'fr_FR','Collections','','','',' collections ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1727,'fr_FR','Jardin','','','',' jardin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1728,'fr_FR','Généalogie','','','',' genealogie ',' Généalogie ',' genealogie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1729,'fr_FR','Jeux et Jouets','','','',' jeux jouets ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1730,'fr_FR','Photographie','','','',' photographie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1731,'fr_FR','Sports','','','',' sports ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1733,'fr_FR','Véhicules','','','',' vehicules ',' Véhicules ',' vehicules ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1734,'fr_FR','Régions','','','',' regions ',' Régions ',' regions ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1735,'fr_FR','Alsace','','','',' alsace ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1736,'fr_FR','Aquitaine','','','',' aquitaine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1737,'fr_FR','Auvergne','','','',' auvergne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1738,'fr_FR','Bourgogne','','','',' bourgogne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1739,'fr_FR','Bretagne','','','',' bretagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1740,'fr_FR','Centre','','','',' centre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1741,'fr_FR','Champagne-Ardenne','','','',' champagne ardenne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1742,'fr_FR','Corse','','','',' corse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1743,'fr_FR','Franche-Comté','','','',' franche comte ',' Franche-Comté ',' franche comte ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1744,'fr_FR','Ile-de-France','','','',' ile france ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1746,'fr_FR','Languedoc-Roussillon','','','',' languedoc roussillon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1747,'fr_FR','Limousin','','','',' limousin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1748,'fr_FR','Pays de la Loire','','','',' pays loire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1749,'fr_FR','Lorraine','','','',' lorraine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1750,'fr_FR','Midi-Pyrénées','','','',' midi pyrenees ',' Midi-Pyrénées ',' midi pyrenees ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1751,'fr_FR','Nord-Pas-de-Calais','','','',' nord pas calais ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1752,'fr_FR','Normandie (Haute-)','','','',' normandie haute ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1753,'fr_FR','Normandie (Basse-)','','','',' normandie basse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1754,'fr_FR','Picardie','','','',' picardie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1755,'fr_FR','Poitou-Charentes','','','',' poitou charentes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1756,'fr_FR','Provence-Alpes-Côte d\'Azur','','','',' provence alpes cote azur ',' Provence-Alpes-Côte d\'Azur ',' provence alpes cote azur ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1757,'fr_FR','Rhône-Alpes','','','',' rhone alpes ',' Rhône-Alpes ',' rhone alpes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1758,'fr_FR','Agriculture - Elevage','','','',' agriculture elevage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1759,'fr_FR','Agroalimentaire','','','',' agroalimentaire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1760,'fr_FR','Aviation - Aéronautique','','','',' aviation aeronautique ',' Aviation - Aéronautique ',' aviation aeronautique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1761,'fr_FR','Bâtiment et Travaux publics','','','',' batiment travaux publics ',' Bâtiment et Travaux publics ',' batiment travaux publics ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1762,'fr_FR','Energie','','','',' energie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1763,'fr_FR','Espace - Astronautique','','','',' espace astronautique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1764,'fr_FR','Industries diverses','','','',' industries diverses ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1765,'fr_FR','Informatique','','','',' informatique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1766,'fr_FR','Navigation','','','',' navigation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1767,'fr_FR','Inventions','','','',' inventions ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1768,'fr_FR','Robots - Vie artificielle','','','',' robots vie artificielle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1769,'fr_FR','Télécommunications','','','',' telecommunications ',' Télécommunications ',' telecommunications ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1770,'fr_FR','Transports','','','',' transports ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1771,'fr_FR','Commerce','','','',' commerce ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1772,'fr_FR','Gestion de l\'entreprise','','','',' gestion entreprise ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1773,'fr_FR','Programmation','','','',' programmation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1774,'fr_FR','Bases de données','','','',' bases donnees ',' Bases de données ',' bases donnees ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1775,'fr_FR','Logiciels','','','',' logiciels ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1776,'fr_FR','Réseaux','','','',' reseaux ',' Réseaux ',' reseaux ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1777,'fr_FR','Internet','','','',' internet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1778,'fr_FR','Animaux domestiques','','','',' animaux domestiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1779,'fr_FR','Bricolage','','','',' bricolage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1780,'fr_FR','Cuisine','','','',' cuisine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1781,'fr_FR','Développement personnel','','','',' developpement personnel ',' Développement personnel ',' developpement personnel ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1782,'fr_FR','Droit pratique','','','',' droit pratique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1783,'fr_FR','Ecologie pratique','','','',' ecologie pratique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1784,'fr_FR','Maison et Décoration','','','',' maison decoration ',' Maison et Décoration ',' maison decoration ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1785,'fr_FR','Puériculture','','','',' puericulture ',' Puériculture ',' puericulture ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1786,'fr_FR','Parents et Enfants','','','',' parents enfants ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1787,'fr_FR','Santé','','','',' sante ',' Santé ',' sante ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1788,'fr_FR','Afrique','','','',' afrique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1789,'fr_FR','Amérique du Nord','','','',' amerique nord ',' Amérique du Nord ',' amerique nord ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1790,'fr_FR','Amérique centrale','','','',' amerique centrale ',' Amérique centrale ',' amerique centrale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1791,'fr_FR','Amérique du Sud','','','',' amerique sud ',' Amérique du Sud ',' amerique sud ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1792,'fr_FR','Europe','','','',' europe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1793,'fr_FR','Asie','','','',' asie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1794,'fr_FR','Océanie','','','',' oceanie ',' Océanie ',' oceanie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1795,'fr_FR','Antarctique','','','',' antarctique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1796,'fr_FR','Arctique','','','',' arctique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1797,'fr_FR','Afrique du Nord','','','',' afrique nord ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1798,'fr_FR','Afrique de l\'Ouest','','','',' afrique ouest ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1799,'fr_FR','Afrique centrale','','','',' afrique centrale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1800,'fr_FR','Afrique de l\'Est','','','',' afrique est ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1801,'fr_FR','Afrique équatoriale','','','',' afrique equatoriale ',' Afrique équatoriale ',' afrique equatoriale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1802,'fr_FR','Afrique du Sud','','','',' afrique sud ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1803,'fr_FR','Iles de l\'océan indien','','','',' iles ocean indien ',' Iles de l\'océan indien ',' iles ocean indien ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1804,'fr_FR','Alaska','','','',' alaska ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1805,'fr_FR','Canada','','','',' canada ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1806,'fr_FR','Saint-Pierre-et-Miquelon','','','',' saint pierre miquelon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1807,'fr_FR','Groenland','','','',' groenland ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1808,'fr_FR','Etats-Unis','','','',' etats unis ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1809,'fr_FR','Bermudes','','','',' bermudes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1810,'fr_FR','Mexique','','','',' mexique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1811,'fr_FR','Belize','','','',' belize ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1812,'fr_FR','Guatemala','','','',' guatemala ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1813,'fr_FR','Salvador','','','',' salvador ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1814,'fr_FR','Honduras','','','',' honduras ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1815,'fr_FR','Nicaragua','','','',' nicaragua ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1816,'fr_FR','Costa Rica','','','',' costa rica ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1817,'fr_FR','Panama','','','',' panama ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1818,'fr_FR','Antilles','','','',' antilles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1819,'fr_FR','Colombie','','','',' colombie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1820,'fr_FR','Vénézuela','','','',' venezuela ',' Vénézuela ',' venezuela ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1821,'fr_FR','Guyana','','','',' guyana ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1822,'fr_FR','Surinam','','','',' surinam ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1823,'fr_FR','Guyane française','','','',' guyane francaise ',' Guyane française ',' guyane francaise ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1824,'fr_FR','Equateur','','','',' equateur ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1825,'fr_FR','Pérou','','','',' perou ',' Pérou ',' perou ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1826,'fr_FR','Brésil','','','',' bresil ',' Brésil ',' bresil ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1827,'fr_FR','Bolivie','','','',' bolivie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1828,'fr_FR','Chili','','','',' chili ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1829,'fr_FR','Paraguay','','','',' paraguay ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1830,'fr_FR','Argentine','','','',' argentine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1831,'fr_FR','Uruguay','','','',' uruguay ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1832,'fr_FR','Europe du Nord','','','',' europe nord ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1833,'fr_FR','Europe de l\'Ouest','','','',' europe ouest ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1834,'fr_FR','Europe centrale','','','',' europe centrale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1835,'fr_FR','Europe de l\'Est','','','',' europe est ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1836,'fr_FR','Europe du Sud','','','',' europe sud ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1837,'fr_FR','Balkans','','','',' balkans ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1838,'fr_FR','Moyen-Orient','','','',' moyen orient ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1839,'fr_FR','Transcaucasie','','','',' transcaucasie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1840,'fr_FR','Asie centrale','','','',' asie centrale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1841,'fr_FR','Asie de l\'Est','','','',' asie est ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1842,'fr_FR','Asie du Sud','','','',' asie sud ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1843,'fr_FR','Asie du Sud-Est','','','',' asie sud est ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1844,'fr_FR','Australie','','','',' australie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1845,'fr_FR','Mélanésie','','','',' melanesie ',' Mélanésie ',' melanesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1846,'fr_FR','Micronésie','','','',' micronesie ',' Micronésie ',' micronesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1847,'fr_FR','Polynésie','','','',' polynesie ',' Polynésie ',' polynesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1848,'fr_FR','Maroc','','','',' maroc ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1849,'fr_FR','Tunisie','','','',' tunisie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1850,'fr_FR','Algérie','','','',' algerie ',' Algérie ',' algerie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1851,'fr_FR','Libye','','','',' libye ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1852,'fr_FR','Sierra Leone','','','',' sierra leone ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1853,'fr_FR','Mauritanie','','','',' mauritanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1854,'fr_FR','Mali','','','',' mali ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1855,'fr_FR','Sénégal','','','',' senegal ',' Sénégal ',' senegal ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1856,'fr_FR','Guin','','','',' guin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1857,'fr_FR','Côte d\'Ivoire','','','',' cote ivoire ',' Côte d\'Ivoire ',' cote ivoire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1858,'fr_FR','Gambie','','','',' gambie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1859,'fr_FR','Guinée-Bissau','','','',' guinee bissau ',' Guinée-Bissau ',' guinee bissau ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1860,'fr_FR','Liberia','','','',' liberia ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1861,'fr_FR','Burkina Faso','','','',' burkina faso ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1862,'fr_FR','Ghana','','','',' ghana ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1863,'fr_FR','Togo','','','',' togo ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1864,'fr_FR','Bénin','','','',' benin ',' Bénin ',' benin ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1865,'fr_FR','Iles du Cap-Vert','','','',' iles cap vert ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1866,'fr_FR','Tchad','','','',' tchad ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1867,'fr_FR','Niger','','','',' niger ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1868,'fr_FR','Nigeria','','','',' nigeria ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1869,'fr_FR','Cameroun','','','',' cameroun ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1870,'fr_FR','Centrafricaine (République)','','','',' centrafricaine republique ',' Centrafricaine (République) ',' centrafricaine republique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1871,'fr_FR','Soudan','','','',' soudan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1872,'fr_FR','Erythrée','','','',' erythree ',' Erythrée ',' erythree ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1873,'fr_FR','Ethiopie','','','',' ethiopie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1874,'fr_FR','Somalie','','','',' somalie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1875,'fr_FR','Kenya','','','',' kenya ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1876,'fr_FR','Tanzanie','','','',' tanzanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1877,'fr_FR','Djibouti','','','',' djibouti ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1878,'fr_FR','Ouganda','','','',' ouganda ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1879,'fr_FR','Congo','','','',' congo ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1880,'fr_FR','Congo (République démocratique du)','','','',' congo republique democratique ',' Congo (République démocratique du) ',' congo republique democratique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1881,'fr_FR','Gabon','','','',' gabon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1882,'fr_FR','Guinée équatoriale','','','',' guinee equatoriale ',' Guinée équatoriale ',' guinee equatoriale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1883,'fr_FR','Sao Tomé et Principe','','','',' sao tome principe ',' Sao Tomé et Principe ',' sao tome principe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1884,'fr_FR','Rwanda','','','',' rwanda ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1885,'fr_FR','Burundi','','','',' burundi ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1886,'fr_FR','Angola','','','',' angola ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1887,'fr_FR','Zambie','','','',' zambie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1888,'fr_FR','Zimbabwe','','','',' zimbabwe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1889,'fr_FR','Botswana','','','',' botswana ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1890,'fr_FR','Afrique du Sud','','','',' afrique sud ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1891,'fr_FR','Swaziland','','','',' swaziland ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1892,'fr_FR','Lesotho','','','',' lesotho ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1893,'fr_FR','Namibie','','','',' namibie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1894,'fr_FR','Mozambique','','','',' mozambique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1895,'fr_FR','Malawi','','','',' malawi ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1896,'fr_FR','Seychelles','','','',' seychelles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1897,'fr_FR','Ile Maurice','','','',' ile maurice ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1898,'fr_FR','Réunion','','','',' reunion ',' Réunion ',' reunion ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1899,'fr_FR','Madagascar','','','',' madagascar ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1900,'fr_FR','Comores','','','',' comores ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1901,'fr_FR','Mayotte','','','',' mayotte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1902,'fr_FR','Bahamas','','','',' bahamas ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1903,'fr_FR','Cuba','','','',' cuba ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1904,'fr_FR','Jamaïque','','','',' jamaique ',' Jamaïque ',' jamaique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1905,'fr_FR','Haïti','','','',' haiti ',' Haïti ',' haiti ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1906,'fr_FR','Dominicaine (République)','','','',' dominicaine republique ',' Dominicaine (République) ',' dominicaine republique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1907,'fr_FR','Porto Rico','','','',' porto rico ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1908,'fr_FR','Guadeloupe','','','',' guadeloupe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1909,'fr_FR','Martinique','','','',' martinique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1910,'fr_FR','Islande','','','',' islande ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1911,'fr_FR','Norvège','','','',' norvege ',' Norvège ',' norvege ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1912,'fr_FR','Suède','','','',' suede ',' Suède ',' suede ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1913,'fr_FR','Finlande','','','',' finlande ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1914,'fr_FR','Danemark','','','',' danemark ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1915,'fr_FR','Irlande','','','',' irlande ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1916,'fr_FR','Grande-Bretagne','','','',' grande bretagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1917,'fr_FR','France','','','',' france ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1918,'fr_FR','Pays-Bas','','','',' pays bas ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1919,'fr_FR','Belgique','','','',' belgique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1920,'fr_FR','Luxembourg','','','',' luxembourg ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1921,'fr_FR','Suisse','','','',' suisse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1922,'fr_FR','Allemagne','','','',' allemagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1923,'fr_FR','Tchèque (République)','','','',' tcheque republique ',' Tchèque (République) ',' tcheque republique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1924,'fr_FR','Slovaquie','','','',' slovaquie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1925,'fr_FR','Autriche','','','',' autriche ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1926,'fr_FR','Hongrie','','','',' hongrie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1927,'fr_FR','Pologne','','','',' pologne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1928,'fr_FR','Estonie','','','',' estonie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1929,'fr_FR','Lettonie','','','',' lettonie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1930,'fr_FR','Lituanie','','','',' lituanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1931,'fr_FR','Biélorussie','','','',' bielorussie ',' Biélorussie ',' bielorussie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1932,'fr_FR','Ukraine','','','',' ukraine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1933,'fr_FR','Moldavie','','','',' moldavie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1934,'fr_FR','Roumanie','','','',' roumanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1935,'fr_FR','Portugal','','','',' portugal ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1936,'fr_FR','Espagne','','','',' espagne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1937,'fr_FR','Italie','','','',' italie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1938,'fr_FR','Malte','','','',' malte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1939,'fr_FR','Slovénie','','','',' slovenie ',' Slovénie ',' slovenie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1940,'fr_FR','Croatie','','','',' croatie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1941,'fr_FR','Bosnie-Herzégovine','','','',' bosnie herzegovine ',' Bosnie-Herzégovine ',' bosnie herzegovine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1942,'fr_FR','Macédoine','','','',' macedoine ',' Macédoine ',' macedoine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1943,'fr_FR','Albanie','','','',' albanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1944,'fr_FR','Grèce','','','',' grece ',' Grèce ',' grece ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1945,'fr_FR','Bulgarie','','','',' bulgarie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1946,'fr_FR','Serbie','','','',' serbie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1947,'fr_FR','Monténégro','','','',' montenegro ',' Monténégro ',' montenegro ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1948,'fr_FR','Proche-Orient','','','',' proche orient ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1949,'fr_FR','Jordanie','','','',' jordanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1950,'fr_FR','Irak','','','',' irak ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1951,'fr_FR','Arabie','','','',' arabie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1952,'fr_FR','Chypre','','','',' chypre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1953,'fr_FR','Egypte','','','',' egypte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1954,'fr_FR','Israël','','','',' israel ',' Israël ',' israel ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1955,'fr_FR','Liban','','','',' liban ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1956,'fr_FR','Syrie','','','',' syrie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1957,'fr_FR','Palestine (Territoires autonomes de)','','','',' palestine territoires autonomes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1958,'fr_FR','Turquie','','','',' turquie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1959,'fr_FR','Arabie saoudite','','','',' arabie saoudite ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1960,'fr_FR','Bahrein','','','',' bahrein ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1961,'fr_FR','Emirats arabes unis','','','',' emirats arabes unis ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1962,'fr_FR','Koweït','','','',' koweit ',' Koweït ',' koweit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1963,'fr_FR','Oman','','','',' oman ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1964,'fr_FR','Qatar','','','',' qatar ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1965,'fr_FR','Yémen','','','',' yemen ',' Yémen ',' yemen ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1966,'fr_FR','Géorgie','','','',' georgie ',' Géorgie ',' georgie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1967,'fr_FR','Arménie','','','',' armenie ',' Arménie ',' armenie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1968,'fr_FR','Azerbaïdjan','','','',' azerbaidjan ',' Azerbaïdjan ',' azerbaidjan ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1969,'fr_FR','Russie (Fédération de)','','','',' russie federation ',' Russie (Fédération de) ',' russie federation ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1970,'fr_FR','Kazakhstan','','','',' kazakhstan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1971,'fr_FR','Ouzbékistan','','','',' ouzbekistan ',' Ouzbékistan ',' ouzbekistan ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1972,'fr_FR','Kirghizistan','','','',' kirghizistan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1973,'fr_FR','Turkménistan','','','',' turkmenistan ',' Turkménistan ',' turkmenistan ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1974,'fr_FR','Tadjikistan','','','',' tadjikistan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1975,'fr_FR','Iran','','','',' iran ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1976,'fr_FR','Afghanistan','','','',' afghanistan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1977,'fr_FR','Pakistan','','','',' pakistan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1978,'fr_FR','Mongolie','','','',' mongolie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1979,'fr_FR','Corée du Nord','','','',' coree nord ',' Corée du Nord ',' coree nord ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1980,'fr_FR','Corée du Sud','','','',' coree sud ',' Corée du Sud ',' coree sud ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1981,'fr_FR','Japon','','','',' japon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1982,'fr_FR','Chine','','','',' chine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1983,'fr_FR','TaÏwan','','','',' taiwan ',' TaÏwan ',' taiwan ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1984,'fr_FR','Inde','','','',' inde ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1985,'fr_FR','Népal','','','',' nepal ',' Népal ',' nepal ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1986,'fr_FR','Bhoutan','','','',' bhoutan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1987,'fr_FR','Bangladesh','','','',' bangladesh ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1988,'fr_FR','Sri Lanka','','','',' sri lanka ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1989,'fr_FR','Maldives','','','',' maldives ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1990,'fr_FR','Birmanie','','','',' birmanie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1991,'fr_FR','Brunei','','','',' brunei ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1992,'fr_FR','Cambodge','','','',' cambodge ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1993,'fr_FR','Indonésie','','','',' indonesie ',' Indonésie ',' indonesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1994,'fr_FR','Laos','','','',' laos ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1995,'fr_FR','Malaisie','','','',' malaisie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1996,'fr_FR','Philippines','','','',' philippines ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1997,'fr_FR','Singapour','','','',' singapour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1998,'fr_FR','Thaïlande','','','',' thailande ',' Thaïlande ',' thailande ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,1999,'fr_FR','Viêt-Nam','','','',' viet nam ',' Viêt-Nam ',' viet nam ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2000,'fr_FR','Papouasie-Nouvelle-Guinée','','','',' papouasie nouvelle guinee ',' Papouasie-Nouvelle-Guinée ',' papouasie nouvelle guinee ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2001,'fr_FR','Nouvelle-Calédonie','','','',' nouvelle caledonie ',' Nouvelle-Calédonie ',' nouvelle caledonie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2002,'fr_FR','Vanuatu','','','',' vanuatu ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2003,'fr_FR','Iles Fidji','','','',' iles fidji ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2004,'fr_FR','Iles Salomon','','','',' iles salomon ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2005,'fr_FR','Bismarck (archipel)','','','',' bismarck archipel ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2006,'fr_FR','Carolines','','','',' carolines ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2007,'fr_FR','Kiribati','','','',' kiribati ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2008,'fr_FR','Mariannes','','','',' mariannes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2009,'fr_FR','Marshall','','','',' marshall ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2010,'fr_FR','Palau','','','',' palau ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2011,'fr_FR','Nouvelle-Zélande','','','',' nouvelle zelande ',' Nouvelle-Zélande ',' nouvelle zelande ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2012,'fr_FR','Tonga','','','',' tonga ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2013,'fr_FR','Wallis-et-Futuna','','','',' wallis futuna ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2014,'fr_FR','Nauru','','','',' nauru ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2015,'fr_FR','Tuvalu','','','',' tuvalu ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2016,'fr_FR','Samoa occidentales','','','',' samoa occidentales ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2017,'fr_FR','Hawaii','','','',' hawaii ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2018,'fr_FR','Samoa orientales','','','',' samoa orientales ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2019,'fr_FR','Iles Cook','','','',' iles cook ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2020,'fr_FR','Polynésie française','','','',' polynesie francaise ',' Polynésie française ',' polynesie francaise ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2021,'fr_FR','Ile de Pâques','','','',' ile paques ',' Ile de Pâques ',' ile paques ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2022,'fr_FR','Sciences de la vie','','','',' sciences vie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2023,'fr_FR','Hommes','','','',' hommes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2024,'fr_FR','Hommes','','','',' hommes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2025,'fr_FR','Femmes','','','',' femmes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2026,'fr_FR','Femmes','','','',' femmes ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2027,'fr_FR','Homosexualité','','','',' homosexualite ',' Homosexualité ',' homosexualite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2028,'fr_FR','Sommeil','','','',' sommeil ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2029,'fr_FR','Avocat','','','',' avocat ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2030,'fr_FR','Maladie mentale','','','',' maladie mentale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2031,'fr_FR','Autisme','','','',' autisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2032,'fr_FR','Psychiatrie','','','',' psychiatrie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2034,'fr_FR','Formes et tailles','','','',' formes tailles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2035,'fr_FR','Littérature de Méditerranée orientale et Maghreb','','','',' litterature mediterranee orientale maghreb ',' Littérature de Méditerranée orientale et Maghreb ',' litterature mediterranee orientale maghreb ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2036,'fr_FR','Littérature anglaise','','','',' litterature anglaise ',' Littérature anglaise ',' litterature anglaise ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2037,'fr_FR','Angoisse','','','',' angoisse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2040,'fr_FR','Roller','','','',' roller ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2043,'fr_FR','Fauteuil roulant','','','',' fauteuil roulant ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2044,'fr_FR','Essai et récit','','','',' essai recit ',' Essai et récit ',' essai recit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2045,'fr_FR','Littérature française','','','',' litterature francaise ',' Littérature française ',' litterature francaise ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2046,'fr_FR','Littérature étrangère (sélection)','','','',' litterature etrangere selection ',' Littérature étrangère (sélection) ',' litterature etrangere selection ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2047,'fr_FR','Littérature espagnole','','','',' litterature espagnole ',' Littérature espagnole ',' litterature espagnole ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2048,'fr_FR','Littérature d\'Europe centrale','','','',' litterature europe centrale ',' Littérature d\'Europe centrale ',' litterature europe centrale ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2049,'fr_FR','Littérature italienne','','','',' litterature italienne ',' Littérature italienne ',' litterature italienne ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2050,'fr_FR','Littérature lusitanienne (Portugal, Brésil)','','','',' litterature lusitanienne portugal bresil ',' Littérature lusitanienne (Portugal, Brésil) ',' litterature lusitanienne portugal bresil ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2051,'fr_FR','Littérature nordique','','','',' litterature nordique ',' Littérature nordique ',' litterature nordique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2052,'fr_FR','Littérature russe','','','',' litterature russe ',' Littérature russe ',' litterature russe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2053,'fr_FR','Littérature d\'Afrique noire','','','',' litterature afrique noire ',' Littérature d\'Afrique noire ',' litterature afrique noire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2054,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2057,'fr_FR','Aventure','','','',' aventure ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2058,'fr_FR','Roman historique','','','',' roman historique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2059,'fr_FR','Amour','','','',' amour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2060,'fr_FR','Science-fiction','','','',' science fiction ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2061,'fr_FR','Humour','','','',' humour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2062,'fr_FR','Policier','','','',' policier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2063,'fr_FR','Horreur','','','',' horreur ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2064,'fr_FR','Fantastique','','','',' fantastique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2065,'fr_FR','Vie quotidienne','','','',' vie quotidienne ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2068,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2071,'fr_FR','Chiffres','','','',' chiffres ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2072,'fr_FR','Alphabet','','','',' alphabet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2074,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2075,'fr_FR','Anglais','','','',' anglais ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2076,'fr_FR','Café','','','',' cafe ',' Café ',' cafe ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2078,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2079,'fr_FR','Mayas','','','',' mayas ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2080,'fr_FR','Incas','','','',' incas ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2081,'fr_FR','Aztèques','','','',' azteques ',' Aztèques ',' azteques ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2082,'fr_FR','Civilisations précolombiennes','','','',' civilisations precolombiennes ',' Civilisations précolombiennes ',' civilisations precolombiennes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2084,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2085,'fr_FR','Elèves','','','',' eleves ',' Elèves ',' eleves ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2086,'fr_FR','Prison','','','',' prison ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2087,'fr_FR','Prisonniers','','','',' prisonniers ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2089,'fr_FR','Critique littéraire - Biographies','','','',' critique litteraire biographies ',' Critique littéraire - Biographies ',' critique litteraire biographies ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2090,'fr_FR','Byron, George Gordon Noel','','','',' byron george gordon noel ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2093,'fr_FR','Athènes','','','',' athenes ',' Athènes ',' athenes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2094,'fr_FR','Epices','','','',' epices ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2095,'fr_FR','Essai et récit','','','',' essai recit ',' Essai et récit ',' essai recit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2096,'fr_FR','Essai et récit','','','',' essai recit ',' Essai et récit ',' essai recit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2097,'fr_FR','Essai et récit','','','',' essai recit ',' Essai et récit ',' essai recit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2098,'fr_FR','Venise','','','',' venise ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2099,'fr_FR','Essai et récit','','','',' essai recit ',' Essai et récit ',' essai recit ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2101,'fr_FR','Aventure','','','',' aventure ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2102,'fr_FR','Humour','','','',' humour ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2103,'fr_FR','Policier','','','',' policier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2104,'fr_FR','Science-fiction','','','',' science fiction ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2105,'fr_FR','Récit historique','','','',' recit historique ',' Récit historique ',' recit historique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2106,'fr_FR','Fantastique','','','',' fantastique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2107,'fr_FR','Western','','','',' western ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2108,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2109,'fr_FR','Amitié','','','',' amitie ',' Amitié ',' amitie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2110,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2111,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2112,'fr_FR','Roman d\'aventure','','','',' roman aventure ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2113,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2116,'fr_FR','Site web','','','',' site web ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2120,'fr_FR','Cultures et communauté','','','',' cultures communaute ',' Cultures et communauté ',' cultures communaute ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2121,'fr_FR','Gitans','','','',' gitans ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2124,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2125,'fr_FR','Aliments','','','',' aliments ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2126,'fr_FR','Huître','','','',' huitre ',' Huître ',' huitre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2127,'fr_FR','Moule','','','',' moule ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2128,'fr_FR','Coquillages','','','',' coquillages ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2129,'fr_FR','Conchyliculture','','','',' conchyliculture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2130,'fr_FR','Ostréiculture','','','',' ostreiculture ',' Ostréiculture ',' ostreiculture ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2131,'fr_FR','Mytiliculture','','','',' mytiliculture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2132,'fr_FR','Lingerie','','','',' lingerie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2135,'fr_FR','Par sujet','','','',' par sujet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2136,'fr_FR','Atlantide','','','',' atlantide ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2137,'fr_FR','Fête foraine','','','',' fete foraine ',' Fête foraine ',' fete foraine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2139,'fr_FR','Cheval','','','',' cheval ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2140,'fr_FR','Equidés','','','',' equides ',' Equidés ',' equides ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2141,'fr_FR','Canidés','','','',' canides ',' Canidés ',' canides ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2142,'fr_FR','Musée de l\'Homme','','','',' musee homme ',' Musée de l\'Homme ',' musee homme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2144,'fr_FR','Paris','','','',' paris ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2146,'fr_FR','Surréalisme','','','',' surrealisme ',' Surréalisme ',' surrealisme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2147,'fr_FR','Histoire littéraire (ouvrages généraux)','','','',' histoire litteraire ouvrages generaux ',' Histoire littéraire (ouvrages généraux) ',' histoire litteraire ouvrages generaux ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2148,'fr_FR','Dadaïsme','','','',' dadaisme ',' Dadaïsme ',' dadaisme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2150,'fr_FR','Romantisme','','','',' romantisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2152,'fr_FR','Antiquité','','','',' antiquite ',' Antiquité ',' antiquite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2153,'fr_FR','Renaissance','','','',' renaissance ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2154,'fr_FR','Moyen-Age','','','',' moyen age ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2155,'fr_FR','XVIIème siècle','','','',' xviieme siecle ',' XVIIème siècle ',' xviieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2156,'fr_FR','XVIIIème siècle','','','',' xviiieme siecle ',' XVIIIème siècle ',' xviiieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2157,'fr_FR','XIXème siècle','','','',' xixeme siecle ',' XIXème siècle ',' xixeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2158,'fr_FR','XXème siècle','','','',' xxeme siecle ',' XXème siècle ',' xxeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2159,'fr_FR','Géographie','','','',' geographie ',' Géographie ',' geographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2160,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2161,'fr_FR','Aquarelle','','','',' aquarelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2162,'fr_FR','Mer','','','',' mer ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2163,'fr_FR','Rivière','','','',' riviere ',' Rivière ',' riviere ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2164,'fr_FR','Araignées','','','',' araignees ',' Araignées ',' araignees ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2165,'fr_FR','Reptiles','','','',' reptiles ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2166,'fr_FR','Littérature','','','',' litterature ',' Littérature ',' litterature ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2167,'fr_FR','Paysage','','','',' paysage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2168,'fr_FR','Eléments','','','',' elements ',' Eléments ',' elements ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2169,'fr_FR','Ciel','','','',' ciel ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2170,'fr_FR','Art du paysage','','','',' art paysage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2171,'fr_FR','Mythes et légendes','','','',' mythes legendes ',' Mythes et légendes ',' mythes legendes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2172,'fr_FR','Jardin','','','',' jardin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2174,'fr_FR','Bali','','','',' bali ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2175,'fr_FR','Claudel, Camille','','','',' claudel camille ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2177,'fr_FR','Effel, Jean','','','',' effel jean ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2179,'fr_FR','Cubisme','','','',' cubisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2180,'fr_FR','Couleur','','','',' couleur ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2181,'fr_FR','Couleur','','','',' couleur ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2182,'fr_FR','Porte','','','',' porte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2183,'fr_FR','Animaux menacés','','','',' animaux menaces ',' Animaux menacés ',' animaux menaces ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2184,'fr_FR','Edifices industriels','','','',' edifices industriels ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2185,'fr_FR','Par sujet','','','',' par sujet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2186,'fr_FR','Stern, Bert','','','',' stern bert ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2191,'fr_FR','Lune','','','',' lune ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2192,'fr_FR','Lune','','','',' lune ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2193,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2194,'fr_FR','Essais','','','',' essais ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2196,'fr_FR','Automobile','','','',' automobile ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2197,'fr_FR','Renault','','','',' renault ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2198,'fr_FR','4 Chevaux','','','',' 4 chevaux ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2200,'fr_FR','Danse','','','',' danse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2201,'fr_FR','Cunningham, Merce','','','',' cunningham merce ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2203,'fr_FR','Jardinage','','','',' jardinage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2205,'fr_FR','Géographie','','','',' geographie ',' Géographie ',' geographie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2206,'fr_FR','Asie','','','',' asie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2207,'fr_FR','Moyen-Orient','','','',' moyen orient ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2212,'fr_FR','Océanie','','','',' oceanie ',' Océanie ',' oceanie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2214,'fr_FR','Fleurs','','','',' fleurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2215,'fr_FR','Tropiques','','','',' tropiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2216,'fr_FR','Orchidés','','','',' orchides ',' Orchidés ',' orchides ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2217,'fr_FR','Tropiques','','','',' tropiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2218,'fr_FR','Tropiques','','','',' tropiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2219,'fr_FR','Par environnement','','','',' par environnement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2220,'fr_FR','Tropiques','','','',' tropiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2221,'fr_FR','Mer','','','',' mer ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2222,'fr_FR','Mer tropicale','','','',' mer tropicale ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2223,'fr_FR','Coquillage','','','',' coquillage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2224,'fr_FR','Fruits','','','',' fruits ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2225,'fr_FR','Légumes','','','',' legumes ',' Légumes ',' legumes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2226,'fr_FR','XXIème siècle','','','',' xxieme siecle ',' XXIème siècle ',' xxieme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2227,'fr_FR','Papier','','','',' papier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2228,'fr_FR','Art nouveau','','','',' art nouveau ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2229,'fr_FR','Mucha, Alfons','','','',' mucha alfons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2231,'fr_FR','Michel-Ange','','','',' michel ange ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2232,'fr_FR','Michel-Ange','','','',' michel ange ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2233,'fr_FR','Klee, Paul','','','',' klee paul ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2235,'fr_FR','Afrique','','','',' afrique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2236,'fr_FR','Champignons','','','',' champignons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2237,'fr_FR','Maison','','','',' maison ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2239,'fr_FR','Hôtels particuliers','','','',' hotels particuliers ',' Hôtels particuliers ',' hotels particuliers ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2240,'fr_FR','Nouvel, Jean','','','',' nouvel jean ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2242,'fr_FR','Modigliani, Amedeo','','','',' modigliani amedeo ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2245,'fr_FR','Art brut','','','',' art brut ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2246,'fr_FR','Rodin, Auguste','','','',' rodin auguste ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2248,'fr_FR','Duchamp, Marcel','','','',' duchamp marcel ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2250,'fr_FR','Picasso, Pablo','','','',' picasso pablo ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2252,'fr_FR','Cochon d\'Inde','','','',' cochon inde ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2253,'fr_FR','Elevage','','','',' elevage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2254,'fr_FR','Explorateurs','','','',' explorateurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2255,'fr_FR','Conquérants','','','',' conquerants ',' Conquérants ',' conquerants ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2256,'fr_FR','Sociétés secrètes','','','',' societes secretes ',' Sociétés secrètes ',' societes secretes ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2257,'fr_FR','Gangs','','','',' gangs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2258,'fr_FR','Mafia','','','',' mafia ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2259,'fr_FR','Fonds marins','','','',' fonds marins ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2260,'fr_FR','Monuments','','','',' monuments ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2261,'fr_FR','Esclavage','','','',' esclavage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2262,'fr_FR','Voile','','','',' voile ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2264,'fr_FR','Equitation et sports équestres','','','',' equitation sports equestres ',' Equitation et sports équestres ',' equitation sports equestres ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2265,'fr_FR','France','','','',' france ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2266,'fr_FR','Rois','','','',' rois ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2267,'fr_FR','Mythologie','','','',' mythologie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2268,'fr_FR','Chien','','','',' chien ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2269,'fr_FR','Cheval','','','',' cheval ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2270,'fr_FR','Poney','','','',' poney ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2271,'fr_FR','XXème siècle','','','',' xxeme siecle ',' XXème siècle ',' xxeme siecle ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2272,'fr_FR','Personnages célèbres','','','',' personnages celebres ',' Personnages célèbres ',' personnages celebres ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2273,'fr_FR','Civilisation','','','',' civilisation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2274,'fr_FR','Pharaons','','','',' pharaons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2275,'fr_FR','Egypte','','','',' egypte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2276,'fr_FR','Chien','','','',' chien ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2277,'fr_FR','Antiquité','','','',' antiquite ',' Antiquité ',' antiquite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2278,'fr_FR','Age de pierre','','','',' age pierre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2279,'fr_FR','Football','','','',' football ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2280,'fr_FR','Avion','','','',' avion ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2281,'fr_FR','Bateau','','','',' bateau ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2282,'fr_FR','Train','','','',' train ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2283,'fr_FR','Océan','','','',' ocean ',' Océan ',' ocean ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2284,'fr_FR','Verbe','','','',' verbe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2285,'fr_FR','Nom','','','',' nom ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2286,'fr_FR','Adverbe','','','',' adverbe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2287,'fr_FR','Monastère','','','',' monastere ',' Monastère ',' monastere ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2288,'fr_FR','Tibet','','','',' tibet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2289,'fr_FR','Mare','','','',' mare ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2290,'fr_FR','Nain de jardin','','','',' nain jardin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2291,'fr_FR','Pêche','','','',' peche ',' Pêche ',' peche ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2294,'fr_FR','Distillation','','','',' distillation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2295,'fr_FR','Cadou, René Guy','','','',' cadou rene guy ',' Cadou, René Guy ',' cadou rene guy ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2297,'fr_FR','Mondialisation','','','',' mondialisation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2298,'fr_FR','Lecture','','','',' lecture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2299,'fr_FR','Jeux olympiques','','','',' jeux olympiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2300,'fr_FR','Balzac, Honoré de','','','',' balzac honore ',' Balzac, Honoré de ',' balzac honore ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2302,'fr_FR','Musset, Alfred de','','','',' musset alfred ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2303,'fr_FR','Electroménager','','','',' electromenager ',' Electroménager ',' electromenager ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2304,'fr_FR','Londres','','','',' londres ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2306,'fr_FR','Artisanat','','','',' artisanat ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2308,'fr_FR','Boissons','','','',' boissons ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2309,'fr_FR','Vin','','','',' vin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2310,'fr_FR','Explorateurs','','','',' explorateurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2311,'fr_FR','SQL','','','',' sql ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2312,'fr_FR','Québec','','','',' quebec ',' Québec ',' quebec ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2313,'fr_FR','Méditerranée','','','',' mediterranee ',' Méditerranée ',' mediterranee ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2314,'fr_FR','Rapport de stage','','','',' rapport stage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2315,'fr_FR','Mémoire','','','',' memoire ',' Mémoire ',' memoire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2316,'fr_FR','Analyse de texte','','','',' analyse texte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2317,'fr_FR','Commentaire de texte','','','',' commentaire texte ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2318,'fr_FR','Traces','','','',' traces ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2320,'fr_FR','Classification','','','',' classification ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2321,'fr_FR','Dewey','','','',' dewey ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2322,'fr_FR','Dewey, Melvil','','','',' dewey melvil ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2326,'fr_FR','Paternité','','','',' paternite ',' Paternité ',' paternite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2327,'fr_FR','Imprimerie','','','',' imprimerie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2328,'fr_FR','Union européenne','','','',' union europeenne ',' Union européenne ',' union europeenne ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2329,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2330,'fr_FR','Trouble obsessionnel compulsif','','','',' trouble obsessionnel compulsif ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2332,'fr_FR','ONU','','','',' onu ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2335,'fr_FR','Couple','','','',' couple ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2336,'fr_FR','Automobile','','','',' automobile ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2337,'fr_FR','Renault','','','',' renault ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2338,'fr_FR','Guerre','','','',' guerre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2339,'fr_FR','Désert','','','',' desert ',' Désert ',' desert ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2340,'fr_FR','Star','','','',' star ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2341,'fr_FR','Civilisations menacées','','','',' civilisations menacees ',' Civilisations menacées ',' civilisations menacees ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2342,'fr_FR','Objet','','','',' objet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2343,'fr_FR','OMC','','','',' omc ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2345,'fr_FR','Politique économique','','','',' politique economique ',' Politique économique ',' politique economique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2346,'fr_FR','Mondialisation culturelle','','','',' mondialisation culturelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2347,'fr_FR','Culture','','','',' culture ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2348,'fr_FR','Chômage','','','',' chomage ',' Chômage ',' chomage ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2349,'fr_FR','Système monétaire international','','','',' systeme monetaire international ',' Système monétaire international ',' systeme monetaire international ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2350,'fr_FR','Bière','','','',' biere ',' Bière ',' biere ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2352,'fr_FR','Adolescents','','','',' adolescents ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2353,'fr_FR','Dubuffet, Jean','','','',' dubuffet jean ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2354,'fr_FR','Sauces','','','',' sauces ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2356,'fr_FR','Surréalisme','','','',' surrealisme ',' Surréalisme ',' surrealisme ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2358,'fr_FR','Dali, Salvador','','','',' dali salvador ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2359,'fr_FR','Mouvements','','','',' mouvements ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2361,'fr_FR','Miel','','','',' miel ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2362,'fr_FR','Ernst, Max','','','',' ernst max ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2364,'fr_FR','Miro, Joan','','','',' miro joan ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2366,'fr_FR','Magritte, Ren','','','',' magritte ren ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2368,'fr_FR','Mouvements','','','',' mouvements ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2369,'fr_FR','Infusions','','','',' infusions ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2371,'fr_FR','Commerce international','','','',' commerce international ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2372,'fr_FR','Argumentation','','','',' argumentation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2373,'fr_FR','Théories','','','',' theories ',' Théories ',' theories ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2374,'fr_FR','Journalisme','','','',' journalisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2375,'fr_FR','Mariage','','','',' mariage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2376,'fr_FR','Europe','','','',' europe ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2377,'fr_FR','Fromage','','','',' fromage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2378,'fr_FR','Agriculteurs','','','',' agriculteurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2380,'fr_FR','Mouche','','','',' mouche ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2381,'fr_FR','Portrait','','','',' portrait ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2382,'fr_FR','Enfant','','','',' enfant ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2383,'fr_FR','Herbier','','','',' herbier ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2384,'fr_FR','France','','','',' france ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2385,'fr_FR','Paris','','','',' paris ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2386,'fr_FR','Amérique','','','',' amerique ',' Amérique ',' amerique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2387,'fr_FR','Tex mex','','','',' tex mex ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2388,'fr_FR','Jamaïque','','','',' jamaique ',' Jamaïque ',' jamaique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2391,'fr_FR','Italie','','','',' italie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2394,'fr_FR','Japonais','','','',' japonais ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2395,'fr_FR','Chinois','','','',' chinois ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2396,'fr_FR','Plantes aromatiques','','','',' plantes aromatiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2397,'fr_FR','Plat unique','','','',' plat unique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2399,'fr_FR','Immigration','','','',' immigration ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2400,'fr_FR','Immigration clandestine','','','',' immigration clandestine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2402,'fr_FR','Soufisme','','','',' soufisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2403,'fr_FR','Relaxation','','','',' relaxation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2404,'fr_FR','Banlieue','','','',' banlieue ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2405,'fr_FR','Taï chi chuan','','','',' tai chi chuan ',' Taï chi chuan ',' tai chi chuan ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2406,'fr_FR','Jouet','','','',' jouet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2407,'fr_FR','Jouet','','','',' jouet ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2408,'fr_FR','Portugal','','','',' portugal ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2410,'fr_FR','Acteurs','','','',' acteurs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2411,'fr_FR','Afrique','','','',' afrique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2412,'fr_FR','Maroc','','','',' maroc ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2413,'fr_FR','Economique','','','',' economique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2414,'fr_FR','Herbes aromatiques','','','',' herbes aromatiques ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2416,'fr_FR','Keynes, John Maynard','','','',' keynes john maynard ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2418,'fr_FR','Capitalisme','','','',' capitalisme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2420,'fr_FR','OGM','','','',' ogm ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2422,'fr_FR','Rapide','','','',' rapide ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2423,'fr_FR','Pomme de terre','','','',' pomme terre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2424,'fr_FR','Pomme','','','',' pomme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2425,'fr_FR','Fête foraine','','','',' fete foraine ',' Fête foraine ',' fete foraine ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2426,'fr_FR','Paris','','','',' paris ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2427,'fr_FR','Vin','','','',' vin ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2428,'fr_FR','Amérique','','','',' amerique ',' Amérique ',' amerique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2429,'fr_FR','Indiens','','','',' indiens ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2430,'fr_FR','Navajos','','','',' navajos ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2431,'fr_FR','Roman et nouvelle','','','',' roman nouvelle ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2432,'fr_FR','Publication Assistée par Ordinateur','','','',' publication assistee par ordinateur ',' Publication Assistée par Ordinateur ',' publication assistee par ordinateur ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2442,'fr_FR','Théâtre','','','',' theatre ',' Théâtre ',' theatre ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2444,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2446,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2447,'fr_FR','Homme','','','',' homme ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2448,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2449,'fr_FR','ADN','','','',' adn ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2451,'fr_FR','Biographies','','','',' biographies ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2452,'fr_FR','Crick, Francis Harry Compton','','','',' crick francis harry compton ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2454,'fr_FR','Watson, James Dewey','','','',' watson james dewey ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2456,'fr_FR','Bibliographie','','','',' bibliographie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2457,'fr_FR','Biographies','','','',' biographies ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2458,'fr_FR','Einstein, Albert','','','',' einstein albert ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2460,'fr_FR','Relativité','','','',' relativite ',' Relativité ',' relativite ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2461,'fr_FR','Trou noir','','','',' trou noir ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2462,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2463,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2465,'fr_FR','Histoire','','','',' histoire ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2466,'fr_FR','Ordinateur','','','',' ordinateur ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2467,'fr_FR','Turing, Alan Mathison','','','',' turing alan mathison ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2469,'fr_FR','Oppenheimer, Julius Robert','','','',' oppenheimer julius robert ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2471,'fr_FR','Bombe atomique','','','',' bombe atomique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2472,'fr_FR','Physique nucléaire','','','',' physique nucleaire ',' Physique nucléaire ',' physique nucleaire ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2473,'fr_FR','Newton, Isaac','','','',' newton isaac ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2475,'fr_FR','Gravitation','','','',' gravitation ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2476,'fr_FR','Images pieuses','','','',' images pieuses ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2477,'fr_FR','Images','','','',' images ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2478,'fr_FR','Soins médicaux','','','',' soins medicaux ',' Soins médicaux ',' soins medicaux ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2479,'fr_FR','Poésie','','','',' poesie ',' Poésie ',' poesie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2480,'fr_FR','Philatélie','','','',' philatelie ',' Philatélie ',' philatelie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2481,'fr_FR','Timbres','','','',' timbres ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2482,'fr_FR','Numismatie','','','',' numismatie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2483,'fr_FR','Pièces','','','',' pieces ',' Pièces ',' pieces ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2484,'fr_FR','~termes orphelins','','','',' termes orphelins ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2485,'fr_FR','usine','','','',' usine ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2486,'fr_FR','usines','','','',' usines ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2487,'fr_FR','Armement','','','',' armement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2488,'fr_FR','Histoire politique','','','',' histoire politique ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2489,'fr_FR','Guerre','','','',' guerre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2490,'fr_FR','Stratégie','','','',' strategie ',' Stratégie ',' strategie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2491,'fr_FR','Retraite','','','',' retraite ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2492,'fr_FR','Vieillesse','','','',' vieillesse ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2493,'fr_FR','Echecs','','','',' echecs ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2494,'fr_FR','Guerres mondiales','','','',' guerres mondiales ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2495,'fr_FR','Jeux de stratégie','','','',' jeux strategie ',' Jeux de stratégie ',' jeux strategie ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2496,'fr_FR','Temps libre','','','',' temps libre ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2497,'fr_FR','Récupération du Temps de Travail (RTT)','','','',' recuperation temps travail rtt ',' Récupération du Temps de Travail (RTT) ',' recuperation temps travail rtt ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2498,'fr_FR','Ages de la vie','','','',' ages vie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2499,'fr_FR','Troisième âge','','','',' troisieme age ',' Troisième âge ',' troisieme age ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2500,'fr_FR','Quatrième âge','','','',' quatrieme age ',' Quatrième âge ',' quatrieme age ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2501,'fr_FR','Signes du vieillissement','','','',' signes vieillissement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2502,'fr_FR','Signes du vieillissement','','','',' signes vieillissement ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2503,'fr_FR','Esthétique','','','',' esthetique ',' Esthétique ',' esthetique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2504,'fr_FR','Calvitie','','','',' calvitie ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2505,'fr_FR','Chirurgie esthétique','','','',' chirurgie esthetique ',' Chirurgie esthétique ',' chirurgie esthetique ');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2506,'fr_FR','Chirurgie reconstructrice','','','',' chirurgie reconstructrice ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2507,'fr_FR','Implants','','','',' implants ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2508,'fr_FR','Fabrication','','','',' fabrication ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2509,'fr_FR','Silicone','','','',' silicone ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2510,'fr_FR','Cryptage','','','',' cryptage ','','');
INSERT INTO categories (num_thesaurus, num_noeud, langue, libelle_categorie, note_application, comment_public, comment_voir, index_categorie, path_word_categ, index_path_word_categ) VALUES (1,2511,'fr_FR','poilus','','','',' poilus ','','');
/*!40000 ALTER TABLE categories ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `classements`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE classements (
id_classement int(8) unsigned NOT NULL AUTO_INCREMENT,
type_classement char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'BAN',
nom_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_classement)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `classements`
--
LOCK TABLES classements WRITE;
/*!40000 ALTER TABLE classements DISABLE KEYS */;
INSERT INTO classements (id_classement, type_classement, nom_classement) VALUES (1,'','_NON CLASSE_');
/*!40000 ALTER TABLE classements ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms (
id_cms int(10) unsigned NOT NULL AUTO_INCREMENT,
cms_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cms_comment text COLLATE utf8_unicode_ci NOT NULL,
cms_opac_default int(10) unsigned NOT NULL DEFAULT '0',
cms_opac_view_num int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_cms)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms`
--
LOCK TABLES cms WRITE;
/*!40000 ALTER TABLE cms DISABLE KEYS */;
INSERT INTO cms (id_cms, cms_name, cms_comment, cms_opac_default, cms_opac_view_num) VALUES (1,'cms','',1,0);
/*!40000 ALTER TABLE cms ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_articles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_articles (
id_article int(10) unsigned NOT NULL AUTO_INCREMENT,
article_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
article_resume mediumtext COLLATE utf8_unicode_ci NOT NULL,
article_contenu mediumtext COLLATE utf8_unicode_ci NOT NULL,
article_logo mediumblob NOT NULL,
article_publication_state varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
article_start_date datetime DEFAULT NULL,
article_end_date datetime DEFAULT NULL,
num_section int(11) NOT NULL DEFAULT '0',
article_num_type int(10) unsigned NOT NULL DEFAULT '0',
article_creation_date date DEFAULT NULL,
article_order int(10) unsigned DEFAULT '0',
article_update_timestamp timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id_article),
KEY i_cms_article_title (article_title),
KEY i_cms_article_publication_state (article_publication_state),
KEY i_cms_article_num_parent (num_section)
) ENGINE=MyISAM AUTO_INCREMENT=76 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_articles`
--
LOCK TABLES cms_articles WRITE;
/*!40000 ALTER TABLE cms_articles DISABLE KEYS */;
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (1,'Exposition','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.','<p>Fusce egestas vestibulum neque et faucibus. Integer commodo pretium \nporttitor. Phasellus varius dui at neque dignissim a fermentum magna \nluctus. Nulla facilisi. Cras erat nulla, ullamcorper in tincidunt eget, \ndignissim nec nisl. Nam ut dui nunc. Etiam in enim a sapien fermentum \naccumsan. Donec semper magna non tellus porttitor ultricies nec et \nlorem. Fusce ac felis odio. Cras eu urna nulla. Sed quis dignissim \nmagna. Praesent ultricies, dui et viverra facilisis, elit dui volutpat \narcu, venenatis malesuada justo velit a mi.\n</p>\n<p>\nUt quis volutpat est. Vestibulum ante ipsum primis in faucibus orci \nluctus et ultrices posuere cubilia Curae; Cras congue, dolor eget \ngravida congue, diam ante cursus nisi, nec dictum odio mauris et leo. \nPellentesque nisl massa, facilisis a varius facilisis, laoreet eget \nfelis. Fusce non orci laoreet sem congue vulputate at vel justo. Integer\n at mi lorem, in accumsan ipsum. Pellentesque ullamcorper semper \nlaoreet. Integer et dui felis, ut faucibus diam. Suspendisse blandit \nmollis elit sed posuere. Sed vitae erat et dui tempus egestas.\n</p>',0xFFD8FFE1001845786966000049492A00080000000000000000000000FFEC00114475636B7900010004000000500000FFE1032B687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F7773292220786D704D4D3A496E7374616E636549443D22786D702E6969643A42343933323939304132383231314532413039334330323944384245324638342220786D704D4D3A446F63756D656E7449443D22786D702E6469643A4234393332393931413238323131453241303933433032394438424532463834223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A4234393332393845413238323131453241303933433032394438424532463834222073745265663A646F63756D656E7449443D22786D702E6469643A4234393332393846413238323131453241303933433032394438424532463834222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3EFFEE002641646F62650064C0000000010300150403060A0D00000E480000133200001B7D00002652FFDB0084000202020202020202020203020202030403020203040504040404040506050505050505060607070807070609090A0A09090C0C0C0C0C0C0C0C0C0C0C0C0C0C0C01030303050405090606090D0B090B0D0F0E0E0E0E0F0F0C0C0C0C0C0F0F0C0C0C0C0C0C0F0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0CFFC200110800C800C803011100021101031101FFC400FE0000020203010100000000000000000000020300040106070508010100010501010000000000000000000000060102040507030810000104020005030305000300000000000001110203040510203012064013142132156031222316333407110001020302070B070A070000000000000102030011042131102041511222133061718191C1D13242520540A1B16272A21460E18292233343638334B2539324152545120000040207060504020300000000000000011102213110203040411222516171A1B1326081C1D103F091E1135023425262130100020004050305010101000000000001001121314161102051718191A1B130F0C1D1E140F160FFDA000C03010002110311000001F9C27F830C8410618410464C90860C000820000824210C843030C30C30823243060104000000580090C8618C18306061861192183008000B1600A0058218C183460D18306061192101040162C50B14285803068D1A3468D1A5EC7F2D9349ADD5A47B722183000028589142850A163068E1C3870D1A6E918D36FB0E8FF389A493C1926D726010058B1224508142450D1C3870F1E3871D0E111BD9E3DAA5DD772AE8B2E0D964E281A9742C48A1024409122468E1E3C78F1E38E81078DEC91FD54358DCECF4E9F498EE08B1542A973347237EA37F8F0C8AB9981E248629433B5A91A38B03CB0581E3CDB629A4DC225A182EB5E49D3A6FE9655405851D95DE8274B660ECA100BACE61D0F8E32491D554D1E582C160B0581F57A3AFC5E8FCDA2108724E8733F576DEC01427A23E15D1210805D67349AF2A54B22167DE8818582C160D93597EDDA1F4F471AEF336966B323F1DC60717F6B4DAE8722E8735F7B6DE81A1931732EC50843CECCD673E9A72E7C8E396BDE88103079BF46BDBE9CE2BB0DA347E90843CBD8DBC83A3EB3CAAC1CFCECE4BD2A71B3E6DB4B4BBEF0A37260F0C8AFEB8FE6ECF494B791BF5B33CCBD2958AE2032C16FCABF4EF0ED8F59856442108434990E17CFF00D3237E74CF75EF597F9D99E546B4A96902EE2EAAC562B95CAE1960B0158E8D01CAED7CE72FA047BD5D621E067DBE5655DABC8ABB24665767C3D15EB66B328D6F3BE851FD325DAAAF556A2B158AE572B84582C16470BF2AA31AEF4302E7F95DF4BF1BDBF6A8166F3695E3714E935EC7CC64F0843469969F887648852F7B2B958AE572B843CB0582C960B05CB2BF5B7CDF20DF21F950E213FC1F9EBBF68FAEF2296F4582EF210868B2DD4FCFFDBE16AAAB15CAE20C8F2C0F2C160B0776E51B3FA3389EE210F8E3BA69759E9DAE0A36EE7320EB5CDE47EB617BC21F3A7658768F38D3571057106470F2C0F2C0F3EE3F95E4BB2693DA1A5EEFC7E1DFA623BB36C6CC0AA3C8C6BBD18EEC3D7D365BB1BD358DDE179331D5AEA4081041C3C70F1E6D1A7F5FBB3E5493429FB53E14FA0F4556718566F6281A97428AF457122EA4881224C0D1C3C70E3A942733EC8F9CB7FAFE7D9F16F71D36B73DC1F57DE99A3150D0B16284891220489146068D1C3869BEC5B2766846670FE8B81E96DBCBD0F5A64C98040162C509122848A146060D1A3468C06C59BCD082218300002C50A142850A166060C183068C181861192101040162C58B142C58043230318303181061192183008000000A005820908106186186104119218306010000000003043FFFDA0008010100010502E830C30C30C30C375D86186186186186186EB30C30C30C30C30C30C375186186186186186186186EA30C31452B75B9DAEF6106186186186186E827230C6A2AFEC33F0BE3C9861861861861B9D0410410618D523504A319C6EA571AE6186186186145145E2820820820831ACFF8386D29EFA23FC9186186184A2723E21F0A24B0645B4CEA1782082082082086B25F5E128A4E343A0C30C256E24523C9292452FCD9655DC10410410410431ECF6AEE3FB6637048F2AAA45337365972AAAED4514410410C7D6E7E495F8C6DE47F94D9A16E876B40B058AE15DEE57C20BDD97CD7E5538E99193766AD742445145104343AEC5D9E5E269B5985CB93858B991CEF1EC8C49556C6E8D934AEBC147E1649629F3AC89F911765613CACDB48E2AAAC6A8C051451441084E75CB43E4D56C139B65A78E59B2CB9C29C2A65D8B8F904A2C2D7116981ED40ED441451451451041058248D6F956CB5E987E55A6CC2BB2BB63C32B69AEC24864ECB6B1DAE870F59894AD52AC942134BF4F877199A8CAC61451451451451041043F71688C84C694152DD944AE8D9E759A1F0DC3D770F2E56F1EF1ED8F62726CB4D5E525909D5351451451441041041042B8CAC9E8F4D5EAA8E1E7992956AAA4FEBD4EDD2DE5DD6AFE6D2EE28A28A288208208208786EB52CB38F9967FCEDD43E919C7B8C1F21BB14C5CEC4CD8F1F22C4F879EA28A2F0410410410435189F075BC37FB6869B5B8C93B26E38ACA4E8FAD7B5DCE311F2BDC40FF63B1363BDCBDAC13F6514517820820821A8A3E56CB85F7D38D4EFF7567906C2A8F645C71C714561631193828A2F2A08229E210F737A6C76783AAA3C83C972FC86DA2A48238E38E38E38E2F0517A3E3FB5A34F9DB1FF00D0F3AD2EB333617575A4071C71C71C71C71FABD911071C71C71C71C71FA8E38E38E38E38E38E38E3F55C71C71C71C71C71C71FACE38E38E38E38E38FD0FFDA0008010200010502FD596D9EDC7173BBFD46CA7FC4C2CAEFF4FB25FEC115971AEF763E97649FD9C30ADEC9F2AAB166C69812DB9F97910DBC4A72616F4F671E28AC55274E395B08D45D913B79111CC2A3DA4E96557EE57C717ECE19F9FCA88E626276118F3DB9B4D44B7D8A87FA1C62ADC62D822A493369F6E7C31BED36191ED4392AA25618D8895918F36D332CC5AF2365917F2E3E5DB42D1BAAF223382C1628EB5270CAC38DC2EB0FC6A89AC218104235091E79C5249B3D44B1D79B133D6A31A9492A49209F2AA1151463B461BA4A8E66E8EBB4BF53915128AC78D58B6DA4ABAB1CD7ECACC9B2DEE49119CA051BAC8ACC4DCD37F59624A945170AA2755344763BB9DFC349FF006F7381DC9C9AFDBCE82BB23647AB2924536FB59664F878ED5DD9089F4DA6AD6A5E4D56C171E68BD5F26CEED8F1F1EC5F6E94151CCED2248BB1ECA578E932FDCABA9B1C9F9191C35F88B956D30ED4E32AD14B75544C968AA3F03030B5D1C6974F616FB58FC21059AEAB5C98B5A273B0DD4F219F6E198F8D6644B59A98E2A462DE976F853CBA68F1A844A316352245BD3B7E9DFFDA0008010300010502FD593976A5191DDEA3325F431EEEEF4F97F708AC55677C7D2E5FDDC3166D2E544729D4DF611D09F8281668A4646259474F323C5158FDF930F553B8C7C4AE8E4949229B0CCF913E95D0EE8F1AFECE1ACD672CA4914D8EC7DFE876A9EDA9ED29D8BC326BED97087DA6AF13DFB393232EBA1337613C8E782389144E55472EC7EE49C160B1475E189B09E32477A7E7624B7A5BB6BE62C9FA309BF3DD446C48622C26CE7B72F411B049A723888B21609022CC2A2293C3848B71270EBB9DC23A95D2DC2EFB70EF6E5BF11264A2B15EB555F6F1BD7E862E57772E563FB89D5C78725F275E14E6B10B233E4CDABB65D4AE2C9C272ED45E47239562099D33E7C8BB216C4E9C11D78D93EEF4B47DC4A488596F77A6AA7DAAB902C9FF005AFF00FFDA0008010202063F02F161B823A77826D195D3BBF950A16EDE54A6DAFB780834768D4D1A4ECC8EC10A26351D5DF666550A9C8CACA73B0D4F2135F2188EFF00BC02905C0E92A2133AB01BEBE76357D06A77A1555639064F9E07B70FC5553131313B24319991674AF95D16F4E009ED3568898EE2FB885BAB349F2125E1F4A234E9698FED353FF52F53F61FA4B49191A26073064E9D1034113CC5BFDC21E93FAC6E1DA5F619CC8888865F8E0DE67433CFA18FDCDF3F7AB95F16F4199B2B6539087614BDE9CDB0A8CECEDE9F8AB95DDA7CB7DB17C0DC627C2A6639BBA614E6F8A1BB01AC92A6539B7A616AF7EFE58524CC31E02157B7D0623B8C2919DA3DDBA9CAD984FF00239DD5DBD3AD19584A166EDBED76C8DDA3FB1CBC823490BC6BFFDA0008010302063F02F162843BC250873BD2DE536D79271117F21DC634BBEB98D6566476199D068D25514C7FC94ACD2A153FB3E4F22AAA632B7B7ADC0A88C8AAEA31B1BB2D902184A51A822CE63B4419CC4D385C634CAEEA214EC1B6E51A721D5529843BA6574EAA94ED96BA3842A2EDBB4E8908FF003F0F1B7FFFDA0008010101063F02F95886937ACC6D599A9B1D74E51BFE50E3BDD121C7836CD8FB15758774F93ACE75F30C0A4284D2AB0885326D17B6ACE3C994332F9861DB0EBB16FD1CB8F74B862D5C75CC6AAC1E18D74CB31DCDD6F3C9430A926E50918520DE8323C5896D822C18854A324A6D26356C693D41CFB9A1792E5701C4AA1F9ABF4EE054A3202F26364D58C0F7B70058A475C07B7A3672DD1ACCA1AF69639A717B27E91E8899A52B19DB215E616C14AD252A17A4C681EBB767164C352ACEEAFD38F37156E440BCC4BA8D646FA71FE1EA6A14CD936D09BD79C4CC0D852234C7E2AF595CA71746A594B9995947018F89F0E26A129BD83D7973C6927258A49BC1CC616E1B9092A3C51A46F38269138B589F1C7DC1E58D5A7E531207663D58D25DA4DE4EE0971B5143883A4858BC1108A5AD218AFB81B92EF06FEF639A8A6229EBBBFD97379639E1FA2799553D65885B66E9670635525477A3EE1CFAA624A12DE31745D1745DB9A5AA91FE42985DA464E0E0565E3800D4FC2387F0EA353DEEAF9E349A712E27BC933184FC55634D11D82AD6FAA2D8FF00594FF074CAFF00A5549BC676DABCF1CA0788B8575D50DBE8555BCF99E9A55AA44AECB085332D9284D1A374B049690B19889C6AA760ACE8E882A48DBB63B48BF8C6EF36D450738328D5F10A90379D5F4C229C3EFD4B8E5896CAD47D2611535C94D5D6DE126D6DBE0194EFE0AFFD297F55109A2795A8BFDBA8E43DDC553AC49AA9F755C30A69C49438832524EEC96D09D35ACC909194989A805563A3ED9CCDEA8C2CD3CF5AA9F4D9EAA2D3E794084D255AA4F8B1A70F6FE7C5DB323FBB646AFAE3BBD1BB39E24EA66963529FDBCA788620A56CCDAF0E4ECFF5156AF9840C019AE497DA173E3AE3873C69533E9773A4758708BF136A81266B26B1ED8EB74EEB494D29292805DF6D56ABCF85EAB322F1D4A56FBCE1BB92F853CE1D25B84A96A3949BF1349074542E5089375AB58CCE497FC538D66A9DCDF2950F42A3F64C7BDD30D34FD3B4D8697A6952273BA594EE942C1B42DE4698DE0667CD85CA8A87034CB4349C7157011B41345131AB48D1CD95477CF92D31FE525C57BA473E03515CFA59476476947324658D9201A7F0E6CCDBA7CAAF597E4C6AEA1B5B88D929012DCA7332CE4416FC368D14BF9EE1DA2B8858079E0D456BEBA8755DB599F27CB5FFDA0008010103013F21E350254A95F480151224A95CC102040841F4800612244952B90204081021041F4001861848912244E0102040810820839C030C30C24489122461020408108208D0D05F4357C1305C2C4C7F28817CA0C30C30C24489123020410204084104A8CBEFE7F899CD61783ADF8616E40C30C30C244891224208208208411D745F6E01B23ABD46756946AE5FAE230C30C302082089120820820820843DF2F130F7171F5597F3182F030C30DB00B9A30C17F80229FA27B6C15FB896207707CC11E010410410412B668F0307E4E241DB8F64A6758C77957030C3E3834E37D7903F12DE404C2F707D6DDDE691E2082082082625D17D91E4362F99F0242CDF0729F03DE18098CB4E2E4A3576E906E4C60E6017909047AF5EE868FD87CF14AFB23F34988FFF00423EC985100B49DC663BEBB7D4E35564C3B5E54AE5F5BBCF14C1B45C0D775AC26D3183941ABDC3460E465218E4EBD21ABA00C7EB8B5E3972E1690AED389337F3F3C0AC3E7DE63D0564C3CC3449ED2880B8F6C45B5892AE174628AEF8AFE235FBFF0013A69EB6FB013062DA1AF76D8B91C462160181CE005B52358808C08B295E574F57A3A1CCD1F0D384646CFDC7B42971C4D63687313E6341D1817E208B40EBFCA3252BA151B9F04250E5A057D100237D199280E08F97D07B90ED44160F740731E46F58E2E99B807C6C7E931C59550A7E9AD5DE5DD78251D0588AE9304FBAD566541C3695A87BC395575B0F5E1E906D531603D5F4B8BEA0000334D2A6F1FF002F52155D24085E738C5FC1D60200A12C6E64757835E04D75A77433A22F54E7E5A6FDF9433CD3A765A3BFACD636861FA60028A28FA872AD45010C199AFD5DB3DDF1C40F83BB05A1796B5833B68623A0BF77BF2926745347156FF6CE617475388B9414514514B1C0A9EA3DF2BCEDC838F3CAC4C0F43137260908EFA33218EC68EC7FBEF3263ED15DC68793904285019191F367945145C0F028A28A28A1FDD1C175715D40BDA1D1D3336230BC754AAD3DDE211A4949732DB48EC930737FEE85EF301DF49EC1ED2ACD19558385AE45A14DF489A5C5145C031451451401DF6E2391E28A3EA503594F6E73EB64767C1469000E230C281693A089E91628A28C1830628B816962705A16EEEFC45A1C576F30463FAF10C94CDE8646F9C05D79030C30C30A2C51458B060C183060CAEE6D15BA74184AAF5C0F29A55DE33BBF390741906C610E30C61CA06186186162C58B160C183060C19770B2EA50CA1CC030C30C2C58B162C583060C183082083E80030C30B162C58BC460C183061041F4001861858B162F2DC183060FD3001858B162F27FFFDA0008010203013F21FF00D6029A4B197A1EBB7FA2BEA1BF4FFBC29693DFFBFE7B81F6C5E0E433208EAD7BFF009B00FDB178ED2F96906F9405B30CBB7DB3CA7F51FE4D87AC4661D9BFD4D4CDB5F4FA783E3FBF7E28AC944F27F1B4EFFAF88BDF834F4E4454673B9B3FD43E975434EE723BEC9C5057EEFE0FCBCA8A8CE7DFF52AE7CAE3D2F1F4CE656FB17E6A1FF39FB8B5007BBDCE1EF2F059B4C31FD35E268B63860FD01B757953C3E7498B67D5FA94F355462A57D0D19FA9A7599875D0F80CFCDF2D897C1EE64CA95D21ABEDDBB4AC3FC4EA4A23ACA0E0988D9D274FDBFD9F7C9D6F6CD3EFBFDD4AB08073AB2B1C12242F93BF6DFD77E6F4ADD777E993EF094660FECEB2D8477C20BFADFB82DAB252525653E91C2CF88CDE34F1E93A25D717B7E910A08EF871CF278C3D7289E47ABFCCDCB3DA36A0D1C34606F3D1BEF05D3569BCEF8396CB66A613EE0FCBD6E5076572F1FB57D61660297159FA68A3358D0461BFEF2FA1B1E7A70BC92D0E265DBF4D76EDCAC9F93ECDB6F4A8612D64FD676F40B5E812878321D776EFB1875BE171A1BD5C3E2E59463A3DC7DBF8E5B51D6DDF6C7F92C3EAB38C7F547971F1BF27519BF0C3F27CC1843113711EA76E9F1DA5217E1E1C9E44BBD0FB3D3C7D5E90B83B30F61C449B97419FAE46EC1005071486D24CD09DBF48BC93E4FD47FE2474E5958D57C43E9F56C75DEA8F7E27C2D644B831C45F8363FB2A39AA53EAA85D43D8FE386384F6375D25D18B9F46DB37CDF6FF0034BDE0D1C6F22FA0C62DB6983D715F6945FB1FE895FF00CEFF00FFDA0008010303013F21FF00D60BAD25AD5FF4503AB857FF00B3FCEF09B7045640F79FE6387B71D9DF2D3991505B31269F0F6C5F69FCAFCAFF0011FE510796F72BE212C93AE63E7E9E17838D8B20D2F92A7F24F63F2FBC0AAADF57CFD9C8812823E16C3F2EEFB7D3B3E47B5389207F666FE0E54094111659FB3DBA1E5D979C4C8870D4F4E18B193C4D16C702B7AF77743EF4396FD8DD357C7D914AFB1D7AFC45E6174CC90E51CD01F8305175470E0D010B78FEC62FE8FE26E7D7F913F77F04C2407C3DF17DE33B5B65F38D4C939F3D2A03AE4416426FBD22267C2E5FD453388E4499CC93025532E9C6F52341C9C3044B99516DBF5314306DFAFAD7C16EB12D1031E27866CBDE87EB974B7D8CD407D60BC209DF8D559700FF00D1FDE5E823DF6FAD737E4C27A7018DAD3AEBFD825BBE4C0D97CB5FAB4671C722BE4193F62C7E60B309B095A07D4A938A816CBDB7F94D9E00DB13B22FF942F6339232B65FFED3FFDA000C03010002110311000010900894DB6C80984824924024CA24B6CB68A49008965B2496DB6D84124116DB64B6592CB2924802DB2452D96596C90132496CABDB6D96CB0D22DB2498542196596482CB6DB600A8021C6012196492C07320AD24BE092492140164C925591B2585D39010092575892D35B68BF4146F6E5B0493B6DB502E16EADB2892770B7BAC10D05B2592CA25C0FB8006D964B2DB2DA66EF8000CADB6496D976DB449000D96CB65926D972032D3D25965B66DD866192272C80D96C9E5620B25B2DB00325979965B6C96CA28304B0F364B2496DA4D204324B24B2C96D94920820996492DB6D86104920132D925B24940349FFFDA0008010103013F10E0170C9C02492483901861876478D58632E40E6053621B21B21B276F07646187942AC3C417CA17B3C801270FB63B63B63B3FC602A007C09B61B61B785979006C4CFC3974041C2DB99732F099536A6D4C1A02EB6162DD858E8215EC01887C8F4ED918B3121C376C73E1C1D9E16D70B6F92A1CF47FB5C2B155C9EA2A370AF98804411291C9213D3AE2C1580746CBA38748004C99DB1976F2259D84DA9B7CBD4788E4F2AD0D2E0B7B50F75E1979D24052445D0DE162EE52B7385E35DA9B536B83B3CC9464711C9E458DEA14D94389068C59D03B015E10878D91E4B4AAC2720C663CA5AAA7D0B608CBFB78AFE214D13D68FE60454F447BC6020EB582AE80B3C700E70653238191C0D9E2A0F3133DEF1CDCADB0E0F461555F7F82F88F1157A6E6AF621F44B5CEBCF22714AB405AAED1A28CBF046A1D7A343080D6F38608265735036562734CE1ED77E2678988E4F120F9183A58FCC783B55DFD98F2BCFF0030018AAB94BB87701498068347971A02DC00104194394394CF47D76F660B709A25F2438219BD7B07BC02E79C5ED106F8AA17F4A08F7999312DCF2F77029DCDF8963A7BDD5FB466B78981CAA8222FD10D26ED1BC2EEEE6A94CB056F634EB0983AA0051841070083A03374BAD1328631A336088A9809A2EB7B4DB95997162A5B1F1331A50A42DC5E00AD00C942988061D9319C51D66A9FE756FE2078C0EB95B5E03401352BDA34A435DEC5FCC418DDD292C10749E3ECB584B8126DFD61F091B8B5828EAAE2C300D9AC016135CD5354D134C64F7A1B53B1112E1D5BA6B4C07687F2B8DCBE72BACBB2EC04680F310780A1C218287E0EA58B31956B18ADF40CDC0004F5838DF342F465FD113A3D26300F49931030057D1E3C6450C4304744946521B8F805341D19A0102C52C62BB94C7A5B699A12E676747D788E35B5357F1470EA07DE9005C22BD98259CFDB0468AEDC5A05A4060B20308A00187052B19FA60125BBA2A95F4BB2BD87783FED2A56D7146EA06AC0728F875CD735CD735451CD31C1A8090B6C8B3A2ADF548183888A0A874A0CB996D1B73B10016A700B56A540312CC4A94CD1A1CA4B47B4144EAAAAF989595D4C1368B90DBEE1A396B859A8B3D0B33A4F2D121183A17C898898262479C71C79C5C0B28E3CA3E4AA91F0C9418C555022DED8C296ACE8D9A759C2870A4B3DEBF1F29F32F8B00430474A650E886E8582190FE79452C488A6D750CCAEB865802D98609822662479C79F096714514CAE5A0070A9B62343B01BBD7918F72656228E8D05D5876108B4701886089A8C2A8BAB04C01800EB64001E30243FCE4E40FE1829400EEEE1749697D781991479C5973802A86B6AA9D43AD285E81C6DE801CF83D543BA6B515BFCF6D35AA8AB0A00381197424738160F81D7A823DA1468CEB4E95DF020C113351F3208D3AC041E96999858AD43440298AC318AD7563C802995C47278AD045999650E22B633D2F6A7D80C5703183967850314965E14D0C4C484CA6B859DDE00B98333E2C45E18B584484144CC999C07CF5A841AC334BA8F84BC0EE904D22F1E7F4186743194544AB3D8A2A9C9D9B5A724C90A65E93BE33BBC5B7A677073F8199F42ABFDF803958CA69A851DB6BB41AE9EAD9A13601330DDB5C82C660EF000684AF85359460437F0B2EF9BBC1DEFAD5F415FD053930983B88C057049EF9DF1DF19DD9BBC0DEE1E7F27199F401D8DC9B90DD0E3D977C7883726FF002A82FD2054020837CEF9DF18774DCE70545E3943942A4106E8477CEEE077461E60A8BC7FFFDA0008010203013F10FF00D665426FBBA1E5A216168F40FC0F4EBDF31BFF003B15ACBB64F7F641A8E098582E93F0D7A98F5FF3AE840F7FE1C1F1A4B1DE658320E833F0E66DFE663AE1C4504E97E4FC79952F95028066B80798CA1F4859EAAF42CC4AC3EBF84FCA17E34F77EA235B807B524352467907758D6E61BFD3747A2AF389F1C4473844EE4017507D7915442CCBC7DDABB3CB17F49A0C0F618796DDF90F9DA680D587425D6AF81B1EEE3D264FA548974BF507AE5E7917ED581C6A01581E77AB7D991CA68D560066C0005AF43D0DFABE0C314CF3AC85B517D3BF647EBEC8E59534877FD4E1842D07B0923824C9423D93062A0E626DA1F93676E3B3DF11C16CEAFEA0FC1746E8E9CB55C1D5603CFE0B7680D31335F0343DDF686657281CD206AF9952170BC07564512CF5F03A609EA37E5B7AB506FBCDF909588DF0A51B56F6BC6D130C6EA2628C93518A0E683D5A800191C091428B159DE48FE3495B8FE6DF03E237E4F57EE6263BDA9EEAFC47C56F7DFB15EA180400068604279CF50D462238227462AA4C7AEC6A7A7C6AE3CE1416FD59F9AB9755F89842CEC1837A09881CCD131A9440F547C922543B355875044F522D1E840B4807D212998A138E0B4DF0F930D6CC6DB67F6F043667015E8F14C0D7511E4E879679AB953D3C2826428E9305355E0144BB3438C50522C2D0D36B9F0DE3822F5118F82E81BF0157EE1B479566A977A600F60DD065FD441E007521D107E62B6A77FD30FC35E0CF42D5C80C568058E3E49723DC6775AD33374830726304181A8CBB861D87572AA4E4E389F56E63AFCB502F2D8649F782388E0E3F58B6248C005AAF40889D7F4FA2BF48DA62AE25ABC4AF743EBECC3A8B125EBDE219BEA7DB4B863CA6B11F918036D0EA6398804993F56950181D0FB7AB63A7216AABB8E27A983B19445012E3843E2AF71AF6A7A22F90EA98BB17E05E4C6710DCACDE29ED1D7EAB5E5B0FBB624BBAF1B6C320FF00A1E80D2E0441001900501D8E20E713011CC4B1F112543ADFD8C3D48DDF6C43DDBEF2D61E8FE91CF970EA06E80D95863AB84CBF4DC56ADDBD7BA38BF968062ABF7D8CDC20AA280BAE9DE5AEAAE0BA02AE5A897814FA8C17F4CFB708D6EA3A1E10EF9E45B84C159AA8C06A4E5D5DC518047F9405FDD60A03562ED28C0DE174069F85B0BB5E1F32D0579755EAB6BAB047F992E62400FF00CE7FFFDA0008010303013F10FF00D665043FE1E583858F27476D9E9D7BE7FE751F52BE3FEFB4CA638E0C9E8FD9EF9F5FF3DFD01F75E06DE91B1840E790E8FDE26DFE6A9BA9F978BDC743ECF4F31E53EE4C80B5EC104009ABB7A4F5447ABC6E9F910A5859F66B035D8DBDEBE041C22340AEC8597AD34EDF4EC0E8ABCE27C3C503306CF1044E483EBC87A54C4530F7B21EC6A0253DAAC5E3DE58F82BA03909B0955C80CD659AE58753AFDC0A3AABF4A8ACEACEE627AE5E791DA7DD471B7CDE2995687ADE79158B7607200615AAD006AB1AA28ECB35741FD0A22EE7CE48BD03CCED7ACEBAED8C44699845AE6CEA7E4FE71DBEF88E14BAEA0D3E0D457AA1AF2D0014C0E3DAFC9ADD2CDC0700E7BBD5ECD0BC5B39AFA57E665C729F42E66807D4744FBDA3F3A4F44EA4503341EAD400032385E94CA37741803A619EBD604C277A3D97F3307F161E500F5B3D8F920CA0682DEA43C08F5C98AADAF75CE36E745640391F2E7A918E8EA46246E6F5BD2CEF8E166117A65D8BF88996FAEFD476823BCBE0B4BFA435303C47BCD5EBBC11CB8E762156771FC1AF9A82E091CCD04ACB5C2514DCB2B029E04D21D107E663FB864FC3D2A1A9D3AE63BE6F4B3EB1483207ABD608B95D2517E00FDF0F8FF240B1C171F47F6D37C35E521A3EF2F7DFD6E20040D23F591031597B7179BF83EF1E35BD4FC7D91436404943017EFF00B77E52A0C2C367DB0DFBC4469FAB69906077D5F1F9E4C11960F3AC620D90E2CF40EFF67BCA81F91DCCCF3C814FA9F6787CFD5EA7863DDC5E22FAF4EF1D5B9F1233634CC2469D9F919991F0FE187FD1FDC1C503625DE55AB947E9EEF271749411EFD191F9F316F9EE5FD4B57417DB85A9A23346034FDCB3FCB5494A4C21D406EE2FEBE65B95636FF3DFFE77FFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',4,3,'2012-10-25',0,'2012-10-24 22:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (3,'Fiction adultes','','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',0x89504E470D0A1A0A0000000D49484452000000340000003F0806000000AFBFEB280000001974455874536F6674776172650041646F626520496D616765526561647971C9653C0000036669545874584D4C3A636F6D2E61646F62652E786D7000000000003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D704D4D3A4F726967696E616C446F63756D656E7449443D22786D702E6469643A36303937324433333645434545353131423931304233423436444345374142312220786D704D4D3A446F63756D656E7449443D22786D702E6469643A37344134384239364345373931314535423042444335383042303643353833352220786D704D4D3A496E7374616E636549443D22786D702E6969643A37344134384239354345373931314535423042444335383042303643353833352220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F777329223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A3630393732443333364543454535313142393130423342343644434537414231222073745265663A646F63756D656E7449443D22786D702E6469643A3630393732443333364543454535313142393130423342343644434537414231222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3E3C73DD890000050C4944415478DAEC9BBF4F234714C77766D7BB8BCD7A0DC680137C771C5240095C0BA72052A44111424272418A505D815380508A280D05518A4442E9E8289042110A90F80328A274A1491DBA14897409213F6E0DB7F66EDEAC678EE76117CC050E5F34233D6676D63FDEE7BD37B323F90BD15E7D2309D7A20FA55E1E5FEBC36FD3799260547A0F733E407D701D28728B8E6BC859CA8DA03195E685D3756E35341680574219FFB15CA80441D15847733A725E970C03051CE40CEC3937AD5598AB805A2D972413CE1A1280B1BABAFA706C6CEC414F4F4FEFC0C0C030F4C38EE33CF43CEFE7EDEDED2F2A95CA0FF03A4FCA5CD84AE95DB640490BA582A3DC14F9BEBE3EB35028D80B0B0B43E3E3E363E0F83BA669663399CC9BD96CF69EAEEB1D710ED56A35EFC993271F6E6D6DFD04977F833D033B05F351E9C5B5106708D73CB924BA71664C4F4FE76667670721D2050029964AA551188FDAB69D03C7D394D254AB356D18467A6666E65D00FA85979F8FD6110E3CCE5A20E60C693D0888143293F7466F6FAF353535D55D2E97DF1E19197994CBE5EEB3A8BBAEFB209D4EBF71535B63BD5E77A1CB8055F9770B285C3D21DA099B3284CB8B5D5B60F6DADADAE0E8E8E85B10B1ECE0E0E023801983521982889BA9542A7B9B7B7DB55A657ED82298C3C3C3F6F2F272EEECECACBAB2B2F20FF715EF88224B212E39563E16D47AE6F0F0F0CB7C3EFF01C074DDC18357F37D5F5486D1A842A30E01ED86D2FE787171B1747272F27DB158DCE02559E3FED744B6084F6B2758EFD1D1D157E11DB78D8D8D6DF0650EEC31D808D83DB0FEFDFDFDF7D87D28C93FE1BAC4E6C0BAB9EFACB22895CB0D16F4475A7B342A2F87BDBDBDA7ACC420834F7949A64416C5EB0D09C884F4BA5A7BB5170FE7C9C9C901D607D0380C3E5510FCA4175B700A321AB4215004051C867428D0A55348D3B123BA09405A1BB6080A80225FC1478280283E8251A95EA9D6C68D408BF6E720908F631A2E3922D5EA6BDD5E7B0005A48014900252400A4801292005A48014900252400A4801292005A48014900252400A4801292005F4BF04C2BFD4E1B958A097520EBEE216F9A5EB7A940042C805498CE829BA88A425E277CC366CC1F1F1B1C781A876AE766C8213191293B576CB0AF6AF582C32B105D3CA64B473594C1D43890C09DA1A44E1C7BB2649A55281762E298BC6EBEBEBC5B9B9B94FC330AC828FDF690D851696715E28B9489BB6B9B9F9B5E779BFDEE94E452973F6397238926D1E1C1C7C5EA9541E43A63ED31A324E0CD558321C8AC94C98F887A5323B3131515A5A5A7ADFF7FDCED3D353BBA3A3C3E9EAEACAB9AEEB80753A8ED3299A699A167782DEC4FA63E2A4F9F9F94F76767658A5FC06F697D65034D678E0857A442C111F81D5C47628447FAC46D35A43DDE4704026A57C210264BE4349E88542C1CAE7F30CD664CA8EFEFEFECCD0D0900BD173E19E03F758109C5C2EE7C26B2CE0D52DCBB22DF6C7B62D1608305386D9DDDDFDA65C2E7F0B97BF83FDA135649AA7687D0B6D45A8C5A88765F19FD0A97570389B674E289EB08A5756FB268968E324CD58412CD6B0CF1D7FC6B372C2613C5E7EBEF4B891B5DD4D0240BCC385E80BAA3833DA45512D4998BF0A824A0F765C3E02CAE3DF2F60EA31CFC9503659058C236F48912609CE916BDC8FB3A65D963B7FA69D6BB7C5FA0812809AC624E6284162A298E4088D090849F80CF90883C7A17651552FE002293BD7D26D27CD939879921088A431B9E26C86A102E924D0B2B2FE268E395705E5B24365D27FA4842F7BC6FC57800100046A0F79F21C17D70000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',7,4,'2012-10-25',3,'2016-02-08 15:34:24');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (19,'Brève 1','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua .Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.<br /> <br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',13,4,'2012-10-26',1,'2012-10-25 22:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (20,'Brève 2','Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. ','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',13,4,'2012-10-26',2,'2012-10-25 22:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (21,'Brève 3','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',13,4,'2012-10-26',3,'2012-10-25 22:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (27,'Formation','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.<br /><br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.<br /><br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',0xFFD8FFE1001845786966000049492A00080000000000000000000000FFEC00114475636B7900010004000000500000FFE1032B687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F7773292220786D704D4D3A496E7374616E636549443D22786D702E6969643A42343933323939304132383231314532413039334330323944384245324638342220786D704D4D3A446F63756D656E7449443D22786D702E6469643A4234393332393931413238323131453241303933433032394438424532463834223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A4234393332393845413238323131453241303933433032394438424532463834222073745265663A646F63756D656E7449443D22786D702E6469643A4234393332393846413238323131453241303933433032394438424532463834222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3EFFEE002641646F62650064C0000000010300150403060A0D00000E480000133200001B7D00002652FFDB0084000202020202020202020203020202030403020203040504040404040506050505050505060607070807070609090A0A09090C0C0C0C0C0C0C0C0C0C0C0C0C0C0C01030303050405090606090D0B090B0D0F0E0E0E0E0F0F0C0C0C0C0C0F0F0C0C0C0C0C0C0F0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0CFFC200110800C800C803011100021101031101FFC400FE0000020203010100000000000000000000020300040106070508010100010501010000000000000000000000060102040507030810000104020005030305000300000000000001110203040510203012064013142132156031222316333407110001020302070B070A070000000000000102030011042131102041511222133061718191C1D13242520540A1B16272A21460E18292233343638334B2539324152545120000040207060504020300000000000000011102213110203040411222516171A1B1326081C1D103F091E1135023425262130100020004050305010101000000000001001121314161102051718191A1B130F0C1D1E140F160FFDA000C03010002110311000001F9C27F830C8410618410464C90860C000820000824210C843030C30C30823243060104000000580090C8618C18306061861192183008000B1600A0058218C183460D18306061192101040162C50B14285803068D1A3468D1A5EC7F2D9349ADD5A47B722183000028589142850A163068E1C3870D1A6E918D36FB0E8FF389A493C1926D726010058B1224508142450D1C3870F1E3871D0E111BD9E3DAA5DD772AE8B2E0D964E281A9742C48A1024409122468E1E3C78F1E38E81078DEC91FD54358DCECF4E9F498EE08B1542A973347237EA37F8F0C8AB9981E248629433B5A91A38B03CB0581E3CDB629A4DC225A182EB5E49D3A6FE9655405851D95DE8274B660ECA100BACE61D0F8E32491D554D1E582C160B0581F57A3AFC5E8FCDA2108724E8733F576DEC01427A23E15D1210805D67349AF2A54B22167DE8818582C160D93597EDDA1F4F471AEF336966B323F1DC60717F6B4DAE8722E8735F7B6DE81A1931732EC50843CECCD673E9A72E7C8E396BDE88103079BF46BDBE9CE2BB0DA347E90843CBD8DBC83A3EB3CAAC1CFCECE4BD2A71B3E6DB4B4BBEF0A37260F0C8AFEB8FE6ECF494B791BF5B33CCBD2958AE2032C16FCABF4EF0ED8F59856442108434990E17CFF00D3237E74CF75EF597F9D99E546B4A96902EE2EAAC562B95CAE1960B0158E8D01CAED7CE72FA047BD5D621E067DBE5655DABC8ABB24665767C3D15EB66B328D6F3BE851FD325DAAAF556A2B158AE572B84582C16470BF2AA31AEF4302E7F95DF4BF1BDBF6A8166F3695E3714E935EC7CC64F0843469969F887648852F7B2B958AE572B843CB0582C960B05CB2BF5B7CDF20DF21F950E213FC1F9EBBF68FAEF2296F4582EF210868B2DD4FCFFDBE16AAAB15CAE20C8F2C0F2C160B0776E51B3FA3389EE210F8E3BA69759E9DAE0A36EE7320EB5CDE47EB617BC21F3A7658768F38D3571057106470F2C0F2C0F3EE3F95E4BB2693DA1A5EEFC7E1DFA623BB36C6CC0AA3C8C6BBD18EEC3D7D365BB1BD358DDE179331D5AEA4081041C3C70F1E6D1A7F5FBB3E5493429FB53E14FA0F4556718566F6281A97428AF457122EA4881224C0D1C3C70E3A942733EC8F9CB7FAFE7D9F16F71D36B73DC1F57DE99A3150D0B16284891220489146068D1C3869BEC5B2766846670FE8B81E96DBCBD0F5A64C98040162C509122848A146060D1A3468C06C59BCD082218300002C50A142850A166060C183068C181861192101040162C58B142C58043230318303181061192183008000000A005820908106186186104119218306010000000003043FFFDA0008010100010502E830C30C30C30C375D86186186186186186EB30C30C30C30C30C30C375186186186186186186186EA30C31452B75B9DAEF6106186186186186E827230C6A2AFEC33F0BE3C9861861861861B9D0410410618D523504A319C6EA571AE6186186186145145E2820820820831ACFF8386D29EFA23FC9186186184A2723E21F0A24B0645B4CEA1782082082082086B25F5E128A4E343A0C30C256E24523C9292452FCD9655DC10410410410431ECF6AEE3FB6637048F2AAA45337365972AAAED4514410410C7D6E7E495F8C6DE47F94D9A16E876B40B058AE15DEE57C20BDD97CD7E5538E99193766AD742445145104343AEC5D9E5E269B5985CB93858B991CEF1EC8C49556C6E8D934AEBC147E1649629F3AC89F911765613CACDB48E2AAAC6A8C051451441084E75CB43E4D56C139B65A78E59B2CB9C29C2A65D8B8F904A2C2D7116981ED40ED441451451451041058248D6F956CB5E987E55A6CC2BB2BB63C32B69AEC24864ECB6B1DAE870F59894AD52AC942134BF4F877199A8CAC61451451451451041043F71688C84C694152DD944AE8D9E759A1F0DC3D770F2E56F1EF1ED8F62726CB4D5E525909D5351451451441041041042B8CAC9E8F4D5EAA8E1E7992956AAA4FEBD4EDD2DE5DD6AFE6D2EE28A28A288208208208786EB52CB38F9967FCEDD43E919C7B8C1F21BB14C5CEC4CD8F1F22C4F879EA28A2F0410410410435189F075BC37FB6869B5B8C93B26E38ACA4E8FAD7B5DCE311F2BDC40FF63B1363BDCBDAC13F6514517820820821A8A3E56CB85F7D38D4EFF7567906C2A8F645C71C714561631193828A2F2A08229E210F737A6C76783AAA3C83C972FC86DA2A48238E38E38E38E2F0517A3E3FB5A34F9DB1FF00D0F3AD2EB333617575A4071C71C71C71C71FABD911071C71C71C71C71FA8E38E38E38E38E38E38E3F55C71C71C71C71C71C71FACE38E38E38E38E38FD0FFDA0008010200010502FD596D9EDC7173BBFD46CA7FC4C2CAEFF4FB25FEC115971AEF763E97649FD9C30ADEC9F2AAB166C69812DB9F97910DBC4A72616F4F671E28AC55274E395B08D45D913B79111CC2A3DA4E96557EE57C717ECE19F9FCA88E626276118F3DB9B4D44B7D8A87FA1C62ADC62D822A493369F6E7C31BED36191ED4392AA25618D8895918F36D332CC5AF2365917F2E3E5DB42D1BAAF223382C1628EB5270CAC38DC2EB0FC6A89AC218104235091E79C5249B3D44B1D79B133D6A31A9492A49209F2AA1151463B461BA4A8E66E8EBB4BF53915128AC78D58B6DA4ABAB1CD7ECACC9B2DEE49119CA051BAC8ACC4DCD37F59624A945170AA2755344763BB9DFC349FF006F7381DC9C9AFDBCE82BB23647AB2924536FB59664F878ED5DD9089F4DA6AD6A5E4D56C171E68BD5F26CEED8F1F1EC5F6E94151CCED2248BB1ECA578E932FDCABA9B1C9F9191C35F88B956D30ED4E32AD14B75544C968AA3F03030B5D1C6974F616FB58FC21059AEAB5C98B5A273B0DD4F219F6E198F8D6644B59A98E2A462DE976F853CBA68F1A844A316352245BD3B7E9DFFDA0008010300010502FD593976A5191DDEA3325F431EEEEF4F97F708AC55677C7D2E5FDDC3166D2E544729D4DF611D09F8281668A4646259474F323C5158FDF930F553B8C7C4AE8E4949229B0CCF913E95D0EE8F1AFECE1ACD672CA4914D8EC7DFE876A9EDA9ED29D8BC326BED97087DA6AF13DFB393232EBA1337613C8E782389144E55472EC7EE49C160B1475E189B09E32477A7E7624B7A5BB6BE62C9FA309BF3DD446C48622C26CE7B72F411B049A723888B21609022CC2A2293C3848B71270EBB9DC23A95D2DC2EFB70EF6E5BF11264A2B15EB555F6F1BD7E862E57772E563FB89D5C78725F275E14E6B10B233E4CDABB65D4AE2C9C272ED45E47239562099D33E7C8BB216C4E9C11D78D93EEF4B47DC4A488596F77A6AA7DAAB902C9FF005AFF00FFDA0008010202063F02F161B823A77826D195D3BBF950A16EDE54A6DAFB780834768D4D1A4ECC8EC10A26351D5DF666550A9C8CACA73B0D4F2135F2188EFF00BC02905C0E92A2133AB01BEBE76357D06A77A1555639064F9E07B70FC5553131313B24319991674AF95D16F4E009ED3568898EE2FB885BAB349F2125E1F4A234E9698FED353FF52F53F61FA4B49191A26073064E9D1034113CC5BFDC21E93FAC6E1DA5F619CC8888865F8E0DE67433CFA18FDCDF3F7AB95F16F4199B2B6539087614BDE9CDB0A8CECEDE9F8AB95DDA7CB7DB17C0DC627C2A6639BBA614E6F8A1BB01AC92A6539B7A616AF7EFE58524CC31E02157B7D0623B8C2919DA3DDBA9CAD984FF00239DD5DBD3AD19584A166EDBED76C8DDA3FB1CBC823490BC6BFFDA0008010302063F02F162843BC250873BD2DE536D79271117F21DC634BBEB98D6566476199D068D25514C7FC94ACD2A153FB3E4F22AAA632B7B7ADC0A88C8AAEA31B1BB2D902184A51A822CE63B4419CC4D385C634CAEEA214EC1B6E51A721D5529843BA6574EAA94ED96BA3842A2EDBB4E8908FF003F0F1B7FFFDA0008010101063F02F95886937ACC6D599A9B1D74E51BFE50E3BDD121C7836CD8FB15758774F93ACE75F30C0A4284D2AB0885326D17B6ACE3C994332F9861DB0EBB16FD1CB8F74B862D5C75CC6AAC1E18D74CB31DCDD6F3C9430A926E50918520DE8323C5896D822C18854A324A6D26356C693D41CFB9A1792E5701C4AA1F9ABF4EE054A3202F26364D58C0F7B70058A475C07B7A3672DD1ACCA1AF69639A717B27E91E8899A52B19DB215E616C14AD252A17A4C681EBB767164C352ACEEAFD38F37156E440BCC4BA8D646FA71FE1EA6A14CD936D09BD79C4CC0D852234C7E2AF595CA71746A594B9995947018F89F0E26A129BD83D7973C6927258A49BC1CC616E1B9092A3C51A46F38269138B589F1C7DC1E58D5A7E531207663D58D25DA4DE4EE0971B5143883A4858BC1108A5AD218AFB81B92EF06FEF639A8A6229EBBBFD97379639E1FA2799553D65885B66E9670635525477A3EE1CFAA624A12DE31745D1745DB9A5AA91FE42985DA464E0E0565E3800D4FC2387F0EA353DEEAF9E349A712E27BC933184FC55634D11D82AD6FAA2D8FF00594FF074CAFF00A5549BC676DABCF1CA0788B8575D50DBE8555BCF99E9A55AA44AECB085332D9284D1A374B049690B19889C6AA760ACE8E882A48DBB63B48BF8C6EF36D450738328D5F10A90379D5F4C229C3EFD4B8E5896CAD47D2611535C94D5D6DE126D6DBE0194EFE0AFFD297F55109A2795A8BFDBA8E43DDC553AC49AA9F755C30A69C49438832524EEC96D09D35ACC909194989A805563A3ED9CCDEA8C2CD3CF5AA9F4D9EAA2D3E794084D255AA4F8B1A70F6FE7C5DB323FBB646AFAE3BBD1BB39E24EA66963529FDBCA788620A56CCDAF0E4ECFF5156AF9840C019AE497DA173E3AE3873C69533E9773A4758708BF136A81266B26B1ED8EB74EEB494D29292805DF6D56ABCF85EAB322F1D4A56FBCE1BB92F853CE1D25B84A96A3949BF1349074542E5089375AB58CCE497FC538D66A9DCDF2950F42A3F64C7BDD30D34FD3B4D8697A6952273BA594EE942C1B42DE4698DE0667CD85CA8A87034CB4349C7157011B41345131AB48D1CD95477CF92D31FE525C57BA473E03515CFA59476476947324658D9201A7F0E6CCDBA7CAAF597E4C6AEA1B5B88D929012DCA7332CE4416FC368D14BF9EE1DA2B8858079E0D456BEBA8755DB599F27CB5FFDA0008010103013F21E350254A95F480151224A95CC102040841F4800612244952B90204081021041F4001861848912244E0102040810820839C030C30C24489122461020408108208D0D05F4357C1305C2C4C7F28817CA0C30C30C24489123020410204084104A8CBEFE7F899CD61783ADF8616E40C30C30C244891224208208208411D745F6E01B23ABD46756946AE5FAE230C30C302082089120820820820843DF2F130F7171F5597F3182F030C30DB00B9A30C17F80229FA27B6C15FB896207707CC11E010410410412B668F0307E4E241DB8F64A6758C77957030C3E3834E37D7903F12DE404C2F707D6DDDE691E2082082082625D17D91E4362F99F0242CDF0729F03DE18098CB4E2E4A3576E906E4C60E6017909047AF5EE868FD87CF14AFB23F34988FFF00423EC985100B49DC663BEBB7D4E35564C3B5E54AE5F5BBCF14C1B45C0D775AC26D3183941ABDC3460E465218E4EBD21ABA00C7EB8B5E3972E1690AED389337F3F3C0AC3E7DE63D0564C3CC3449ED2880B8F6C45B5892AE174628AEF8AFE235FBFF0013A69EB6FB013062DA1AF76D8B91C462160181CE005B52358808C08B295E574F57A3A1CCD1F0D384646CFDC7B42971C4D63687313E6341D1817E208B40EBFCA3252BA151B9F04250E5A057D100237D199280E08F97D07B90ED44160F740731E46F58E2E99B807C6C7E931C59550A7E9AD5DE5DD78251D0588AE9304FBAD566541C3695A87BC395575B0F5E1E906D531603D5F4B8BEA0000334D2A6F1FF002F52155D24085E738C5FC1D60200A12C6E64757835E04D75A77433A22F54E7E5A6FDF9433CD3A765A3BFACD636861FA60028A28FA872AD45010C199AFD5DB3DDF1C40F83BB05A1796B5833B68623A0BF77BF2926745347156FF6CE617475388B9414514514B1C0A9EA3DF2BCEDC838F3CAC4C0F43137260908EFA33218EC68EC7FBEF3263ED15DC68793904285019191F367945145C0F028A28A28A1FDD1C175715D40BDA1D1D3336230BC754AAD3DDE211A4949732DB48EC930737FEE85EF301DF49EC1ED2ACD19558385AE45A14DF489A5C5145C031451451401DF6E2391E28A3EA503594F6E73EB64767C1469000E230C281693A089E91628A28C1830628B816962705A16EEEFC45A1C576F30463FAF10C94CDE8646F9C05D79030C30C30A2C51458B060C183060CAEE6D15BA74184AAF5C0F29A55DE33BBF390741906C610E30C61CA06186186162C58B160C183060C19770B2EA50CA1CC030C30C2C58B162C583060C183082083E80030C30B162C58BC460C183061041F4001861858B162F2DC183060FD3001858B162F27FFFDA0008010203013F21FF00D6029A4B197A1EBB7FA2BEA1BF4FFBC29693DFFBFE7B81F6C5E0E433208EAD7BFF009B00FDB178ED2F96906F9405B30CBB7DB3CA7F51FE4D87AC4661D9BFD4D4CDB5F4FA783E3FBF7E28AC944F27F1B4EFFAF88BDF834F4E4454673B9B3FD43E975434EE723BEC9C5057EEFE0FCBCA8A8CE7DFF52AE7CAE3D2F1F4CE656FB17E6A1FF39FB8B5007BBDCE1EF2F059B4C31FD35E268B63860FD01B757953C3E7498B67D5FA94F355462A57D0D19FA9A7599875D0F80CFCDF2D897C1EE64CA95D21ABEDDBB4AC3FC4EA4A23ACA0E0988D9D274FDBFD9F7C9D6F6CD3EFBFDD4AB08073AB2B1C12242F93BF6DFD77E6F4ADD777E993EF094660FECEB2D8477C20BFADFB82DAB252525653E91C2CF88CDE34F1E93A25D717B7E910A08EF871CF278C3D7289E47ABFCCDCB3DA36A0D1C34606F3D1BEF05D3569BCEF8396CB66A613EE0FCBD6E5076572F1FB57D61660297159FA68A3358D0461BFEF2FA1B1E7A70BC92D0E265DBF4D76EDCAC9F93ECDB6F4A8612D64FD676F40B5E812878321D776EFB1875BE171A1BD5C3E2E59463A3DC7DBF8E5B51D6DDF6C7F92C3EAB38C7F547971F1BF27519BF0C3F27CC1843113711EA76E9F1DA5217E1E1C9E44BBD0FB3D3C7D5E90B83B30F61C449B97419FAE46EC1005071486D24CD09DBF48BC93E4FD47FE2474E5958D57C43E9F56C75DEA8F7E27C2D644B831C45F8363FB2A39AA53EAA85D43D8FE386384F6375D25D18B9F46DB37CDF6FF0034BDE0D1C6F22FA0C62DB6983D715F6945FB1FE895FF00CEFF00FFDA0008010303013F21FF00D60BAD25AD5FF4503AB857FF00B3FCEF09B7045640F79FE6387B71D9DF2D3991505B31269F0F6C5F69FCAFCAFF0011FE510796F72BE212C93AE63E7E9E17838D8B20D2F92A7F24F63F2FBC0AAADF57CFD9C8812823E16C3F2EEFB7D3B3E47B5389207F666FE0E54094111659FB3DBA1E5D979C4C8870D4F4E18B193C4D16C702B7AF77743EF4396FD8DD357C7D914AFB1D7AFC45E6174CC90E51CD01F8305175470E0D010B78FEC62FE8FE26E7D7F913F77F04C2407C3DF17DE33B5B65F38D4C939F3D2A03AE4416426FBD22267C2E5FD453388E4499CC93025532E9C6F52341C9C3044B99516DBF5314306DFAFAD7C16EB12D1031E27866CBDE87EB974B7D8CD407D60BC209DF8D559700FF00D1FDE5E823DF6FAD737E4C27A7018DAD3AEBFD825BBE4C0D97CB5FAB4671C722BE4193F62C7E60B309B095A07D4A938A816CBDB7F94D9E00DB13B22FF942F6339232B65FFED3FFDA000C03010002110311000010900894DB6C80984824924024CA24B6CB68A49008965B2496DB6D84124116DB64B6592CB2924802DB2452D96596C90132496CABDB6D96CB0D22DB2498542196596482CB6DB600A8021C6012196492C07320AD24BE092492140164C925591B2585D39010092575892D35B68BF4146F6E5B0493B6DB502E16EADB2892770B7BAC10D05B2592CA25C0FB8006D964B2DB2DA66EF8000CADB6496D976DB449000D96CB65926D972032D3D25965B66DD866192272C80D96C9E5620B25B2DB00325979965B6C96CA28304B0F364B2496DA4D204324B24B2C96D94920820996492DB6D86104920132D925B24940349FFFDA0008010103013F10E0170C9C02492483901861876478D58632E40E6053621B21B21B276F07646187942AC3C417CA17B3C801270FB63B63B63B3FC602A007C09B61B61B785979006C4CFC3974041C2DB99732F099536A6D4C1A02EB6162DD858E8215EC01887C8F4ED918B3121C376C73E1C1D9E16D70B6F92A1CF47FB5C2B155C9EA2A370AF98804411291C9213D3AE2C1580746CBA38748004C99DB1976F2259D84DA9B7CBD4788E4F2AD0D2E0B7B50F75E1979D24052445D0DE162EE52B7385E35DA9B536B83B3CC9464711C9E458DEA14D94389068C59D03B015E10878D91E4B4AAC2720C663CA5AAA7D0B608CBFB78AFE214D13D68FE60454F447BC6020EB582AE80B3C700E70653238191C0D9E2A0F3133DEF1CDCADB0E0F461555F7F82F88F1157A6E6AF621F44B5CEBCF22714AB405AAED1A28CBF046A1D7A343080D6F38608265735036562734CE1ED77E2678988E4F120F9183A58FCC783B55DFD98F2BCFF0030018AAB94BB87701498068347971A02DC00104194394394CF47D76F660B709A25F2438219BD7B07BC02E79C5ED106F8AA17F4A08F7999312DCF2F77029DCDF8963A7BDD5FB466B78981CAA8222FD10D26ED1BC2EEEE6A94CB056F634EB0983AA0051841070083A03374BAD1328631A336088A9809A2EB7B4DB95997162A5B1F1331A50A42DC5E00AD00C942988061D9319C51D66A9FE756FE2078C0EB95B5E03401352BDA34A435DEC5FCC418DDD292C10749E3ECB584B8126DFD61F091B8B5828EAAE2C300D9AC016135CD5354D134C64F7A1B53B1112E1D5BA6B4C07687F2B8DCBE72BACBB2EC04680F310780A1C218287E0EA58B31956B18ADF40CDC0004F5838DF342F465FD113A3D26300F49931030057D1E3C6450C4304744946521B8F805341D19A0102C52C62BB94C7A5B699A12E676747D788E35B5357F1470EA07DE9005C22BD98259CFDB0468AEDC5A05A4060B20308A00187052B19FA60125BBA2A95F4BB2BD87783FED2A56D7146EA06AC0728F875CD735CD735451CD31C1A8090B6C8B3A2ADF548183888A0A874A0CB996D1B73B10016A700B56A540312CC4A94CD1A1CA4B47B4144EAAAAF989595D4C1368B90DBEE1A396B859A8B3D0B33A4F2D121183A17C898898262479C71C79C5C0B28E3CA3E4AA91F0C9418C555022DED8C296ACE8D9A759C2870A4B3DEBF1F29F32F8B00430474A650E886E8582190FE79452C488A6D750CCAEB865802D98609822662479C79F096714514CAE5A0070A9B62343B01BBD7918F72656228E8D05D5876108B4701886089A8C2A8BAB04C01800EB64001E30243FCE4E40FE1829400EEEE1749697D781991479C5973802A86B6AA9D43AD285E81C6DE801CF83D543BA6B515BFCF6D35AA8AB0A00381197424738160F81D7A823DA1468CEB4E95DF020C113351F3208D3AC041E96999858AD43440298AC318AD7563C802995C47278AD045999650E22B633D2F6A7D80C5703183967850314965E14D0C4C484CA6B859DDE00B98333E2C45E18B584484144CC999C07CF5A841AC334BA8F84BC0EE904D22F1E7F4186743194544AB3D8A2A9C9D9B5A724C90A65E93BE33BBC5B7A677073F8199F42ABFDF803958CA69A851DB6BB41AE9EAD9A13601330DDB5C82C660EF000684AF85359460437F0B2EF9BBC1DEFAD5F415FD053930983B88C057049EF9DF1DF19DD9BBC0DEE1E7F27199F401D8DC9B90DD0E3D977C7883726FF002A82FD2054020837CEF9DF18774DCE70545E3943942A4106E8477CEEE077461E60A8BC7FFFDA0008010203013F10FF00D665426FBBA1E5A216168F40FC0F4EBDF31BFF003B15ACBB64F7F641A8E098582E93F0D7A98F5FF3AE840F7FE1C1F1A4B1DE658320E833F0E66DFE663AE1C4504E97E4FC79952F95028066B80798CA1F4859EAAF42CC4AC3EBF84FCA17E34F77EA235B807B524352467907758D6E61BFD3747A2AF389F1C4473844EE4017507D7915442CCBC7DDABB3CB17F49A0C0F618796DDF90F9DA680D587425D6AF81B1EEE3D264FA548974BF507AE5E7917ED581C6A01581E77AB7D991CA68D560066C0005AF43D0DFABE0C314CF3AC85B517D3BF647EBEC8E59534877FD4E1842D07B0923824C9423D93062A0E626DA1F93676E3B3DF11C16CEAFEA0FC1746E8E9CB55C1D5603CFE0B7680D31335F0343DDF686657281CD206AF9952170BC07564512CF5F03A609EA37E5B7AB506FBCDF909588DF0A51B56F6BC6D130C6EA2628C93518A0E683D5A800191C091428B159DE48FE3495B8FE6DF03E237E4F57EE6263BDA9EEAFC47C56F7DFB15EA180400068604279CF50D462238227462AA4C7AEC6A7A7C6AE3CE1416FD59F9AB9755F89842CEC1837A09881CCD131A9440F547C922543B355875044F522D1E840B4807D212998A138E0B4DF0F930D6CC6DB67F6F043667015E8F14C0D7511E4E879679AB953D3C2826428E9305355E0144BB3438C50522C2D0D36B9F0DE3822F5118F82E81BF0157EE1B479566A977A600F60DD065FD441E007521D107E62B6A77FD30FC35E0CF42D5C80C568058E3E49723DC6775AD33374830726304181A8CBB861D87572AA4E4E389F56E63AFCB502F2D8649F782388E0E3F58B6248C005AAF40889D7F4FA2BF48DA62AE25ABC4AF743EBECC3A8B125EBDE219BEA7DB4B863CA6B11F918036D0EA6398804993F56950181D0FB7AB63A7216AABB8E27A983B19445012E3843E2AF71AF6A7A22F90EA98BB17E05E4C6710DCACDE29ED1D7EAB5E5B0FBB624BBAF1B6C320FF00A1E80D2E0441001900501D8E20E713011CC4B1F112543ADFD8C3D48DDF6C43DDBEF2D61E8FE91CF970EA06E80D95863AB84CBF4DC56ADDBD7BA38BF968062ABF7D8CDC20AA280BAE9DE5AEAAE0BA02AE5A897814FA8C17F4CFB708D6EA3A1E10EF9E45B84C159AA8C06A4E5D5DC518047F9405FDD60A03562ED28C0DE174069F85B0BB5E1F32D0579755EAB6BAB047F992E62400FF00CE7FFFDA0008010303013F10FF00D665043FE1E583858F27476D9E9D7BE7FE751F52BE3FEFB4CA638E0C9E8FD9EF9F5FF3DFD01F75E06DE91B1840E790E8FDE26DFE6A9BA9F978BDC743ECF4F31E53EE4C80B5EC104009ABB7A4F5447ABC6E9F910A5859F66B035D8DBDEBE041C22340AEC8597AD34EDF4EC0E8ABCE27C3C503306CF1044E483EBC87A54C4530F7B21EC6A0253DAAC5E3DE58F82BA03909B0955C80CD659AE58753AFDC0A3AABF4A8ACEACEE627AE5E791DA7DD471B7CDE2995687ADE79158B7607200615AAD006AB1AA28ECB35741FD0A22EE7CE48BD03CCED7ACEBAED8C44699845AE6CEA7E4FE71DBEF88E14BAEA0D3E0D457AA1AF2D0014C0E3DAFC9ADD2CDC0700E7BBD5ECD0BC5B39AFA57E665C729F42E66807D4744FBDA3F3A4F44EA4503341EAD400032385E94CA37741803A619EBD604C277A3D97F3307F161E500F5B3D8F920CA0682DEA43C08F5C98AADAF75CE36E745640391F2E7A918E8EA46246E6F5BD2CEF8E166117A65D8BF88996FAEFD476823BCBE0B4BFA435303C47BCD5EBBC11CB8E762156771FC1AF9A82E091CCD04ACB5C2514DCB2B029E04D21D107E663FB864FC3D2A1A9D3AE63BE6F4B3EB1483207ABD608B95D2517E00FDF0F8FF240B1C171F47F6D37C35E521A3EF2F7DFD6E20040D23F591031597B7179BF83EF1E35BD4FC7D91436404943017EFF00B77E52A0C2C367DB0DFBC4469FAB69906077D5F1F9E4C11960F3AC620D90E2CF40EFF67BCA81F91DCCCF3C814FA9F6787CFD5EA7863DDC5E22FAF4EF1D5B9F1233634CC2469D9F919991F0FE187FD1FDC1C503625DE55AB947E9EEF271749411EFD191F9F316F9EE5FD4B57417DB85A9A23346034FDCB3FCB5494A4C21D406EE2FEBE65B95636FF3DFFE77FFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',4,3,'2013-04-09',1,'2016-03-11 10:49:06');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (13,'Fiction jeunesse','','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',0x89504E470D0A1A0A0000000D49484452000000340000003F0806000000AFBFEB280000001974455874536F6674776172650041646F626520496D616765526561647971C9653C0000036669545874584D4C3A636F6D2E61646F62652E786D7000000000003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D704D4D3A4F726967696E616C446F63756D656E7449443D22786D702E6469643A36303937324433333645434545353131423931304233423436444345374142312220786D704D4D3A446F63756D656E7449443D22786D702E6469643A37344134384239364345373931314535423042444335383042303643353833352220786D704D4D3A496E7374616E636549443D22786D702E6969643A37344134384239354345373931314535423042444335383042303643353833352220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F777329223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A3630393732443333364543454535313142393130423342343644434537414231222073745265663A646F63756D656E7449443D22786D702E6469643A3630393732443333364543454535313142393130423342343644434537414231222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3E3C73DD890000050C4944415478DAEC9BBF4F234714C77766D7BB8BCD7A0DC680137C771C5240095C0BA72052A44111424272418A505D815380508A280D05518A4442E9E8289042110A90F80328A274A1491DBA14897409213F6E0DB7F66EDEAC678EE76117CC050E5F34233D6676D63FDEE7BD37B323F90BD15E7D2309D7A20FA55E1E5FEBC36FD3799260547A0F733E407D701D28728B8E6BC859CA8DA03195E685D3756E35341680574219FFB15CA80441D15847733A725E970C03051CE40CEC3937AD5598AB805A2D972413CE1A1280B1BABAFA706C6CEC414F4F4FEFC0C0C030F4C38EE33CF43CEFE7EDEDED2F2A95CA0FF03A4FCA5CD84AE95DB640490BA582A3DC14F9BEBE3EB35028D80B0B0B43E3E3E363E0F83BA669663399CC9BD96CF69EAEEB1D710ED56A35EFC993271F6E6D6DFD04977F833D033B05F351E9C5B5106708D73CB924BA71664C4F4FE76667670721D2050029964AA551188FDAB69D03C7D394D254AB356D18467A6666E65D00FA85979F8FD6110E3CCE5A20E60C693D0888143293F7466F6FAF353535D55D2E97DF1E19197994CBE5EEB3A8BBAEFB209D4EBF71535B63BD5E77A1CB8055F9770B285C3D21DA099B3284CB8B5D5B60F6DADADAE0E8E8E85B10B1ECE0E0E023801983521982889BA9542A7B9B7B7DB55A657ED82298C3C3C3F6F2F272EEECECACBAB2B2F20FF715EF88224B212E39563E16D47AE6F0F0F0CB7C3EFF01C074DDC18357F37D5F5486D1A842A30E01ED86D2FE787171B1747272F27DB158DCE02559E3FED744B6084F6B2758EFD1D1D157E11DB78D8D8D6DF0650EEC31D808D83DB0FEFDFDFDF7D87D28C93FE1BAC4E6C0BAB9EFACB22895CB0D16F4475A7B342A2F87BDBDBDA7ACC420834F7949A64416C5EB0D09C884F4BA5A7BB5170FE7C9C9C901D607D0380C3E5510FCA4175B700A321AB4215004051C867428D0A55348D3B123BA09405A1BB6080A80225FC1478280283E8251A95EA9D6C68D408BF6E720908F631A2E3922D5EA6BDD5E7B0005A48014900252400A4801292005A48014900252400A4801292005A48014900252400A4801292005F4BF04C2BFD4E1B958A097520EBEE216F9A5EB7A940042C805498CE829BA88A425E277CC366CC1F1F1B1C781A876AE766C8213191293B576CB0AF6AF582C32B105D3CA64B473594C1D43890C09DA1A44E1C7BB2649A55281762E298BC6EBEBEBC5B9B9B94FC330AC828FDF690D851696715E28B9489BB6B9B9F9B5E779BFDEE94E452973F6397238926D1E1C1C7C5EA9541E43A63ED31A324E0CD558321C8AC94C98F887A5323B3131515A5A5A7ADFF7FDCED3D353BBA3A3C3E9EAEACAB9AEEB80753A8ED3299A699A167782DEC4FA63E2A4F9F9F94F76767658A5FC06F697D65034D678E0857A442C111F81D5C47628447FAC46D35A43DDE4704026A57C210264BE4349E88542C1CAE7F30CD664CA8EFEFEFECCD0D0900BD173E19E03F758109C5C2EE7C26B2CE0D52DCBB22DF6C7B62D1608305386D9DDDDFDA65C2E7F0B97BF83FDA135649AA7687D0B6D45A8C5A88765F19FD0A97570389B674E289EB08A5756FB268968E324CD58412CD6B0CF1D7FC6B372C2613C5E7EBEF4B891B5DD4D0240BCC385E80BAA3833DA45512D4998BF0A824A0F765C3E02CAE3DF2F60EA31CFC9503659058C236F48912609CE916BDC8FB3A65D963B7FA69D6BB7C5FA0812809AC624E6284162A298E4088D090849F80CF90883C7A17651552FE002293BD7D26D27CD939879921088A431B9E26C86A102E924D0B2B2FE268E395705E5B24365D27FA4842F7BC6FC57800100046A0F79F21C17D70000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',7,4,'2012-10-26',4,'2016-02-08 15:34:34');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (24,'Périodiques','','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',0x89504E470D0A1A0A0000000D49484452000000340000003F0806000000AFBFEB280000001974455874536F6674776172650041646F626520496D616765526561647971C9653C0000036669545874584D4C3A636F6D2E61646F62652E786D7000000000003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D704D4D3A4F726967696E616C446F63756D656E7449443D22786D702E6469643A36303937324433333645434545353131423931304233423436444345374142312220786D704D4D3A446F63756D656E7449443D22786D702E6469643A37344134384239364345373931314535423042444335383042303643353833352220786D704D4D3A496E7374616E636549443D22786D702E6969643A37344134384239354345373931314535423042444335383042303643353833352220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F777329223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A3630393732443333364543454535313142393130423342343644434537414231222073745265663A646F63756D656E7449443D22786D702E6469643A3630393732443333364543454535313142393130423342343644434537414231222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3E3C73DD890000050C4944415478DAEC9BBF4F234714C77766D7BB8BCD7A0DC680137C771C5240095C0BA72052A44111424272418A505D815380508A280D05518A4442E9E8289042110A90F80328A274A1491DBA14897409213F6E0DB7F66EDEAC678EE76117CC050E5F34233D6676D63FDEE7BD37B323F90BD15E7D2309D7A20FA55E1E5FEBC36FD3799260547A0F733E407D701D28728B8E6BC859CA8DA03195E685D3756E35341680574219FFB15CA80441D15847733A725E970C03051CE40CEC3937AD5598AB805A2D972413CE1A1280B1BABAFA706C6CEC414F4F4FEFC0C0C030F4C38EE33CF43CEFE7EDEDED2F2A95CA0FF03A4FCA5CD84AE95DB640490BA582A3DC14F9BEBE3EB35028D80B0B0B43E3E3E363E0F83BA669663399CC9BD96CF69EAEEB1D710ED56A35EFC993271F6E6D6DFD04977F833D033B05F351E9C5B5106708D73CB924BA71664C4F4FE76667670721D2050029964AA551188FDAB69D03C7D394D254AB356D18467A6666E65D00FA85979F8FD6110E3CCE5A20E60C693D0888143293F7466F6FAF353535D55D2E97DF1E19197994CBE5EEB3A8BBAEFB209D4EBF71535B63BD5E77A1CB8055F9770B285C3D21DA099B3284CB8B5D5B60F6DADADAE0E8E8E85B10B1ECE0E0E023801983521982889BA9542A7B9B7B7DB55A657ED82298C3C3C3F6F2F272EEECECACBAB2B2F20FF715EF88224B212E39563E16D47AE6F0F0F0CB7C3EFF01C074DDC18357F37D5F5486D1A842A30E01ED86D2FE787171B1747272F27DB158DCE02559E3FED744B6084F6B2758EFD1D1D157E11DB78D8D8D6DF0650EEC31D808D83DB0FEFDFDFDF7D87D28C93FE1BAC4E6C0BAB9EFACB22895CB0D16F4475A7B342A2F87BDBDBDA7ACC420834F7949A64416C5EB0D09C884F4BA5A7BB5170FE7C9C9C901D607D0380C3E5510FCA4175B700A321AB4215004051C867428D0A55348D3B123BA09405A1BB6080A80225FC1478280283E8251A95EA9D6C68D408BF6E720908F631A2E3922D5EA6BDD5E7B0005A48014900252400A4801292005A48014900252400A4801292005A48014900252400A4801292005F4BF04C2BFD4E1B958A097520EBEE216F9A5EB7A940042C805498CE829BA88A425E277CC366CC1F1F1B1C781A876AE766C8213191293B576CB0AF6AF582C32B105D3CA64B473594C1D43890C09DA1A44E1C7BB2649A55281762E298BC6EBEBEBC5B9B9B94FC330AC828FDF690D851696715E28B9489BB6B9B9F9B5E779BFDEE94E452973F6397238926D1E1C1C7C5EA9541E43A63ED31A324E0CD558321C8AC94C98F887A5323B3131515A5A5A7ADFF7FDCED3D353BBA3A3C3E9EAEACAB9AEEB80753A8ED3299A699A167782DEC4FA63E2A4F9F9F94F76767658A5FC06F697D65034D678E0857A442C111F81D5C47628447FAC46D35A43DDE4704026A57C210264BE4349E88542C1CAE7F30CD664CA8EFEFEFECCD0D0900BD173E19E03F758109C5C2EE7C26B2CE0D52DCBB22DF6C7B62D1608305386D9DDDDFDA65C2E7F0B97BF83FDA135649AA7687D0B6D45A8C5A88765F19FD0A97570389B674E289EB08A5756FB268968E324CD58412CD6B0CF1D7FC6B372C2613C5E7EBEF4B891B5DD4D0240BCC385E80BAA3833DA45512D4998BF0A824A0F765C3E02CAE3DF2F60EA31CFC9503659058C236F48912609CE916BDC8FB3A65D963B7FA69D6BB7C5FA0812809AC624E6284162A298E4088D090849F80CF90883C7A17651552FE002293BD7D26D27CD939879921088A431B9E26C86A102E924D0B2B2FE268E395705E5B24365D27FA4842F7BC6FC57800100046A0F79F21C17D70000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',7,4,'2012-10-27',5,'2016-03-22 16:27:40');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (16,'Cinéma','','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',0x89504E470D0A1A0A0000000D49484452000000340000003F0806000000AFBFEB280000001974455874536F6674776172650041646F626520496D616765526561647971C9653C0000036669545874584D4C3A636F6D2E61646F62652E786D7000000000003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D704D4D3A4F726967696E616C446F63756D656E7449443D22786D702E6469643A36303937324433333645434545353131423931304233423436444345374142312220786D704D4D3A446F63756D656E7449443D22786D702E6469643A37344134384239364345373931314535423042444335383042303643353833352220786D704D4D3A496E7374616E636549443D22786D702E6969643A37344134384239354345373931314535423042444335383042303643353833352220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F777329223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A3630393732443333364543454535313142393130423342343644434537414231222073745265663A646F63756D656E7449443D22786D702E6469643A3630393732443333364543454535313142393130423342343644434537414231222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3E3C73DD890000050C4944415478DAEC9BBF4F234714C77766D7BB8BCD7A0DC680137C771C5240095C0BA72052A44111424272418A505D815380508A280D05518A4442E9E8289042110A90F80328A274A1491DBA14897409213F6E0DB7F66EDEAC678EE76117CC050E5F34233D6676D63FDEE7BD37B323F90BD15E7D2309D7A20FA55E1E5FEBC36FD3799260547A0F733E407D701D28728B8E6BC859CA8DA03195E685D3756E35341680574219FFB15CA80441D15847733A725E970C03051CE40CEC3937AD5598AB805A2D972413CE1A1280B1BABAFA706C6CEC414F4F4FEFC0C0C030F4C38EE33CF43CEFE7EDEDED2F2A95CA0FF03A4FCA5CD84AE95DB640490BA582A3DC14F9BEBE3EB35028D80B0B0B43E3E3E363E0F83BA669663399CC9BD96CF69EAEEB1D710ED56A35EFC993271F6E6D6DFD04977F833D033B05F351E9C5B5106708D73CB924BA71664C4F4FE76667670721D2050029964AA551188FDAB69D03C7D394D254AB356D18467A6666E65D00FA85979F8FD6110E3CCE5A20E60C693D0888143293F7466F6FAF353535D55D2E97DF1E19197994CBE5EEB3A8BBAEFB209D4EBF71535B63BD5E77A1CB8055F9770B285C3D21DA099B3284CB8B5D5B60F6DADADAE0E8E8E85B10B1ECE0E0E023801983521982889BA9542A7B9B7B7DB55A657ED82298C3C3C3F6F2F272EEECECACBAB2B2F20FF715EF88224B212E39563E16D47AE6F0F0F0CB7C3EFF01C074DDC18357F37D5F5486D1A842A30E01ED86D2FE787171B1747272F27DB158DCE02559E3FED744B6084F6B2758EFD1D1D157E11DB78D8D8D6DF0650EEC31D808D83DB0FEFDFDFDF7D87D28C93FE1BAC4E6C0BAB9EFACB22895CB0D16F4475A7B342A2F87BDBDBDA7ACC420834F7949A64416C5EB0D09C884F4BA5A7BB5170FE7C9C9C901D607D0380C3E5510FCA4175B700A321AB4215004051C867428D0A55348D3B123BA09405A1BB6080A80225FC1478280283E8251A95EA9D6C68D408BF6E720908F631A2E3922D5EA6BDD5E7B0005A48014900252400A4801292005A48014900252400A4801292005A48014900252400A4801292005F4BF04C2BFD4E1B958A097520EBEE216F9A5EB7A940042C805498CE829BA88A425E277CC366CC1F1F1B1C781A876AE766C8213191293B576CB0AF6AF582C32B105D3CA64B473594C1D43890C09DA1A44E1C7BB2649A55281762E298BC6EBEBEBC5B9B9B94FC330AC828FDF690D851696715E28B9489BB6B9B9F9B5E779BFDEE94E452973F6397238926D1E1C1C7C5EA9541E43A63ED31A324E0CD558321C8AC94C98F887A5323B3131515A5A5A7ADFF7FDCED3D353BBA3A3C3E9EAEACAB9AEEB80753A8ED3299A699A167782DEC4FA63E2A4F9F9F94F76767658A5FC06F697D65034D678E0857A442C111F81D5C47628447FAC46D35A43DDE4704026A57C210264BE4349E88542C1CAE7F30CD664CA8EFEFEFECCD0D0900BD173E19E03F758109C5C2EE7C26B2CE0D52DCBB22DF6C7B62D1608305386D9DDDDFDA65C2E7F0B97BF83FDA135649AA7687D0B6D45A8C5A88765F19FD0A97570389B674E289EB08A5756FB268968E324CD58412CD6B0CF1D7FC6B372C2613C5E7EBEF4B891B5DD4D0240BCC385E80BAA3833DA45512D4998BF0A824A0F765C3E02CAE3DF2F60EA31CFC9503659058C236F48912609CE916BDC8FB3A65D963B7FA69D6BB7C5FA0812809AC624E6284162A298E4088D090849F80CF90883C7A17651552FE002293BD7D26D27CD939879921088A431B9E26C86A102E924D0B2B2FE268E395705E5B24365D27FA4842F7BC6FC57800100046A0F79F21C17D70000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',7,4,'2012-10-26',6,'2016-02-08 15:34:59');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (68,'Nouveautés de la bibliothèque','Titre du cadre : Nouveautés (bibliothèque)<br />','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',70,4,'2014-01-03',1,'2014-01-02 23:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (46,'Actualités (carrousel)','Titre du cadre : 02_Actualités (carrousel)<br />','','','3','0000-00-00 00:00:00','0000-00-00 00:00:00',67,4,'2013-12-19',2,'2013-12-18 23:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (47,'Sélections','Titre du cadre : 03_Sélections<br />','','','3','0000-00-00 00:00:00','0000-00-00 00:00:00',67,4,'2013-12-19',4,'2013-12-18 23:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (48,'Nouveautés','Titre du cadre : 01_Nouveautés<br />','','','3','0000-00-00 00:00:00','0000-00-00 00:00:00',67,4,'2013-12-19',1,'2013-12-18 23:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (49,'Brèves','Titre du cadre : Brèves / brevesBandeau<br />','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',68,4,'2013-12-19',1,'2013-12-18 23:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (70,'Les annales du disque-monde','Le disque-monde est plat, porté par quatre éléphants debout sur le dos\n d\'une tortue naviguant dans le cosmos. Tout le monde le sait et \nquoiqu\'en disent certaines sectes, c\'est la vérité. <br />Les héros de ce monde sont à son image : atypiques.<br /> Rincevent, \nmagicien malchanceux froussard et raté, ne connaît qu\'un seul sort mais \nil n\'ose pas le lancer car il pourrait tout détruire.<br /> Mémé \nCiredutemps, sorcière d\'un certain âge, ne peut que diriger tous ceux \nqui l\'entourent, elle ne fait d\'ailleurs que très rarement usage de sa \nmagie car tout le monde la connaît et lui obéit.<br /> La Mort, la faucheuse avec son grand suaire et sa faux bien aiguisée, grande humaniste incomprise.','<p>Les héros de ce monde sont à son image : atypiques.<br /> Rincevent, \nmagicien malchanceux froussard et raté, ne connaît qu\'un seul sort mais \nil n\'ose pas le lancer car il pourrait tout détruire.<br /> Mémé \nCiredutemps, sorcière d\'un certain âge, ne peut que diriger tous ceux \nqui l\'entourent, elle ne fait d\'ailleurs que très rarement usage de sa \nmagie car tout le monde la connaît et lui obéit.<br /> La Mort, la faucheuse avec son grand suaire et sa faux bien aiguisée, grande humaniste incomprise. </p>Pratchett\n consacre chacun de ses romans à un de ces personnages même s\'il arrive \nqu\'ils se rencontrent de temps en temps, car tout est possible dans cet \nunivers totalement fou et plein d\'humour !',0x89504E470D0A1A0A0000000D4948445200000074000000A008020000005257DF490000200049444154789C94BB798C65D97D1EF6FD7E67B9CBDBDFABB5F79E99EED9380B6786A4B86886142D4A9625CBB6140B1120483212C34680FCE3FC1724488000410CC4881107526C099203599120898B148AA4B88D871C7266384BCFDEDBF456D54B75D5AB7AF5B6BB9CE5973F5E75F7509111E8E0E2E2DE735FDD77CEF7BEF3FDB653F47BBFF7BB274F9E34C6CC66B33CCFCBB2544A012022DC692272704108A2C0F71EDD7DCACC77AF3F748E50604415C102162CFE52001121AB27D369BBD7F5554D4412A38820C6C808890EDEB783524A8DEB82B384051C25F1A8832F1326C56AEE126D2B115286B572CE29A5442404514A3124C6C8408CD16A4544755D1B63620802002C048E2C040103401411014500249181481100888400201040311216582C26B298170913A0228420A4C0144200A04F9D3AF5E4934F361A8DBB082E60BD7BFBD7F025D6F8DBB4880840DDB9B937340208314621B8AA26A2C45A104122082544A2CF448138B24450EDAADC240800C13322600184188985C0C40122424C2C1002F19DEF89314AF4CC2C22CC8C056984FFFF078E0FA108C8C1F0E3E2D9DDF733408B3B0100EF82B6668198F6DE6759B6C074777737CB32E7DC8769FB63C802708105448A4800BEF34531460071D14FA416D79130F71E00099440C57BEF24C59577AC5480586B9552A3F1D8D575A20DB42A103471F4F0DE3B4D2E0666F636D67B139B26DBC5C4A4494B27B1AEC8F2783636C6C418015E2CBEC57488C82A0DA0AE6B005A738CD1394777C00DC400943080D23B004AA02091201455041105C882E691A20072079805AF59EEE14FC2001ACD76AFD7B3D602D02104220A2138E7AE5EBDBABEBE7E777DFD3564176F51110AC4440B860BB0382F3E4700E8DED3C8C42615F0C18FF5A19FACF68158B331D1FBD9ACC8B22C809AAD4E319B738C42A48DA60870B036F5D51CE010824DB3344F729246BBA16AF12459C31247650CB3AAAA2ACF5366306B11F1DE2BE2344DD334F5DE1BA3BCF7CD66F32E109E19800D0CA05600A28E50A0C0519894448E7C87A388B4403646BA4353FA105970202FB76E6C351A0D6B6D8C516BAD173F7292244AA9D5D5D5C5F2F91BC1054088000804A67BD0FE27CF1C2247BAA7B674E76511A214391FB566EFA3D6EC5C304665ED34423290025440CECD40C8D1588C454702A19D1B630C4C689834C4BA97F701009C6489D1C6A656DDD1AEA22A932405D807AF950610C5036061013CE32EB8C412096920428C8A22A0210023D03DBA2E30BC4794083A40590E7484C174D7FC68E7DC62B11863446401343E64D0FE9A44F82844021041400CC4C5792105777B0401C411421C19BC18C487758E17385304B8F2D5B470CA683256834B57699344C087CA92713154C187DA29E6864D85608C06A2476D60228441376FDE585D5F33DA08C0CC2E3A12524A33B30718F011AC16A3D2047C684E7C473E850130041441110820051C70E8C756EFDDB6B0FCF160C50280586BB5D60094526CAD653E3813D182A70B63B780FFC32D42C02A900EA43DD4870F07FEF0B1E804881008B5A016D4E1CE21A86B3F2338263F1EEF6C5CBBF8FC7FFCE6ADAD8DAA9A03A1988D149C48E1FC9C3928151B56BFF4D20BD7363ED8BC7E795EEC33DC8D5B97E7C5FEBC9CB9AA26F0E6B5EBBB3B7B126308BE9C97A3DDD1FBEF9E257062521666B05516004189200A8220CAC14A8A82285020060948880544200107F081CDE27B46F82E83FFC6E6BD5F48BC88E818E34276EF3A0944B4F0C6FE1A6D17B813F80E01F9EE59EEA800FD783F61313AF08F0F8680445B004AD069B53BEDCEEECE103E9C79FDF541B773E5CA95E5E5E5F1640291071F7CD026C9D2D25233C91A36BD76F5EAC6C6467F69F0D24B2F3DF1D8E39D4E6FB43B3A71F4D8E6D50D4D6AFBC6D6783C4ED39499CFBCFEE6FD274EE6AD0E7C240D4580C005687DCF9154726F1E2C07D80968A12901104858C0496002FD8D980A8340888B696B560BD078A1AD44C4CCCEB945D75F13D97B881031884534C0111AF70EB86840E445C98FF52B610446E1204442BE7604221082C00B024134AA18E7552C5D336DCCF6A76B8335EDF9BEB5E34B8DDEA3A71FFDE0EC07CBBD55F26C6196DA8353274EAD2FAD4F77C6DDB4CD81339DC111C32C7596F76EEFA66C53B6CB9D41AED3636B871252289D625EE08408B3D02127589C3D500B22621510801A1088178A902AA8080205C02104A08A3E0042F03EFC98361C20CE0B5A2F04E0808BDFFDEEB7437022A1AECB37DF7C4324C4E845C27FEA70552D779F7B913ADEBB5E5C381127A1F4BE70071F70224182F3221217FA12A2F828D3524A2F4EC4CB6C6F5FA2CCA733892245EDF767E2E4FAE5AB93BD91789179252E4A90AA28A30FB1AC27C33D89E26B371DCF24CA6C7F1C8A4A4270E3899F4CA52CE27426CE4B1D16430A65BC37893A4A145F387107D7E28354419C4894BAAE258A44F1419CC8381473A9C7615649A824F8BB53881F3E82C420D189B86BD7AECD6633118931FEED220200DA188991164E3A2DF45E40E4BDD3C61C2C30225E088B40EA48A902A18ACC401D6119CCA40124C95D172DEBB6CB00D3C8CB2AA6D6283660F4D78F988421F06C35A10EA849B36206377BDD4070461BA30B8864B6566C18AA9513222094E8452458B95A48296B22A1F6DE6A0D86480C2628C5100910561CC52BAD3DA4244F6422E02930286105443033828F42A4412C4194A2BF4125E49E3B84C59AFEDB358ACE575A1F38C84AA9BAAEB5D6DA6A899E168B3E8485BCB8B24A92268010602C79C04B505002C48064A152015E843455DEB132A41904573BA30D1445A09C55599A840863205001A8CBDA18E319A5786B8C474C4CE2A572A112EF1B49EE7DC9CC60F63E1A63010A08B362D6CC9A1111F08A582BF6F031D6861581A1E1E10431D15C62CEB00221806209091CA14C16421012E884D401B007AEFEBD60EAC73CD7BF2DB811106341140461118C2F6E01A95DA9B5564A47A9155B026C42208718253AD28987D307DE0D2806B096B2A624D19A9CAB9B8995C507A218E58ABD91EDB508ACA860C5A1AAC824DE57565B633D6B82F88469EE1C006D8C21250A913CC3075FB2D10626C42A78CFCC9A6D6EB5F373AD19DE29D660AE424110EB3488A2A132D62D18B0AA112AB80C4649D444F011DAC25789B23E048A1EACE21D430DBAA3C07750BD8BEFDF9EB9B126422C4A8868ADC120A25816644C4202098862A2AF2773630C198B621F46694DA8E74DAB01AECA7992E690005134D985EA40949A4FD8B6CAF198C152B9F970341CEDADDC772CEF75D350615AAA24415D85D9BEE9F55195A8603499B491992442CD67E3A491F9AAD086E18A3C31F001A14C7D44A2218272AA92D4CF0B0AAC4C824901CB8D8C8188C91C80346144E004CE353B8D0A4810E01CE625B4C17C8A2C03890647098B581577121007E9055AA41DEE3157FDC66FFCFAF1E3C78928C6B8B3B3B3BABA8AFF4FE070AF494455623EBF76EE7C3D9D3617A996BABEF4CE3B545559B70B018A12557DF5DCF96B172EAE26E6FDE7BF31700555D3B77FF8423FD76E32BC7DF15CC3956F7CEB1B035F4F37AFF9DB37B6DE7B2B8353E5F8D25BAFF75874969CFBCE37EF5B1DECDDDE6CAD0DF6DE3AB3F9D6EB83D5C1FCD2B9BD5B1B9D7E7BEFAD3337DE7D8BEAA9CC66D6E44C26015D7DF3AD6A67E877867E6798683B7CF7AC1F0E27D76FA9D95C37DB6F7FF33BA97379A379E3DDF7DA21ECBCFEF67463A33168A1AC26CFFFC86D5EBF55EC69EFCCF9EB575F39D3586ECFF676EBEB5B66343DFFEA6B3D632EBD77B6BFB4049B20081943C43FAEAE77BC38607F7F9CE7F922B7C0B2304D12095188C38F8751023EC8C8DDCD12190DEF4797AF54B7B6C080014275E3E2F96B6FBE89F904D18302F2848AD964EB2659DABF7E9555442B2BB66F9A5E37CDB38E66DD6D6F5FBE94B41BDD63879B56CF76B793F555EAB5D250E9BA842B65363156ADAFAFA29859575C7DEF2D8C77AFBDF7D6EDCBE74175524F937ADAEB35F26E060676B651D5EFFEE8D5F5D543BDFB4FB7FA4BE1FAE685B75E6F9FBE7F69A9F3DE2B2F623AC67C9A0781327964E41D3D9DC7D12E1A39B2DCEF6CC7D1A863B3DEEAAA869F6C5DB379D2EF343A59AA7AFD62EBBA5232DADA40A28080E8002EAB800F4515776CC73DD21EA4612334B346F4EC6B17B906402A86B088F9E2025489900039889EC1E889EE04803DB8BE79E1EDA71EBEBFBA710D37AE010530078A6612633142742E7A5084445779B800B29A2C3CCFAB80C8585E16ADE7DE21CBA0ED643A2F83206DEE8CC6281D88E07DA3D37DEAA9A7DE7DFEF9873EFA445D972048F0C3E1362CC315D00E09E26C14624492031ADAEC4FC6759C4166E8F1AC1EC2D41E25271A64EA0230CD7A3E8178780F5791E6DAD7503ACEA6E892E731921A098518100B99DE8E9BEF75B20899413BE4C613233158E4B0025438E070407488A4EEE1AB17B103206C0C1B4340049422C403A21FE48024820C1661B9366CD3DAC5FDE15E53F774ABDD680F560F1FAD27333B9F2155A8CA9AD01AF4C094F5975D2013385F5AC1A48236DCE823B0E92D8B4E28D09E139F341081186A9BCFD9A6012BF73F1CB25608CAEA0C8D7EFFF4602E3A46D3E8AFC1ABDA341A4B87310F95728922E41A407B7D69B8B5D9CA32C4B2B5BA64377B72FB16293EF6D043B089E9746F4FC72BC32DDB4EE1C63E67497974EB7A46D6E7E9ACAABB59675CC62EB1EAB4F66FEF206BE73651A21A83655E5AAD76F6E01D820CA7E356B7110398EFA47809101045BE43DC451C4144EA9FFCE66F9E3C790C08106C6CEF759696158204A798015EA4D798220021E34035A08C5162B2E5D5BAD38959C373DAE8AF775A4B3E69E89515A40D2142DE68ADADE7CB2B79A3DB583B8CC14ADAECE9569FD296ED2FC3E65977D05D3F8AAC91343BD96039EF0F6092ACDD47A36F93A66D746D67694C3A6FF52BC77A70A8BDBC4E8DAE5D3A9C0D0E27AADD5E3BC19D5569F6559AC12694DBD6A0659A5A653A5A951C3EDCE90C747380A4DB3D723FD24EDA68D94EDB74D37460B9036542F7D811D76CDA56B7D55DC907ABFAF0514F3AEDAFB6BBCBDC5D33CD41D21800DC5E5E552B47D2DE6AD25E856D18931BA5CD22ED74A00B111480C81419321A8DF23C37C602A0E7BFFBEDE79E7B16E220FCFAB92B0F3FF2A005143CA280D84331C05283E0C87AC049D920AD661ED63AF64E513DAF5A26551EAE9C995EA346ACE6B3469632317C0D4F500A4A2386A2AE8928CD32EF9CA2C5F8048A4031B80A8032096021042F20F2526B63E2B4E024057128E69CA6A4148A00ADA3C4A0C4A1160EA9528C20E298C8CD2A93B71115022102CC21562A55C195C291D82BA2389970AB59BA909A14CEA20EB5D6655DB5D316001FBC4A520AE2665393E8E83D27897741DB044ACD2793BCD582843B9595F8A1C42E5FBDBA39585A69345A0074268218100262E4204AA0002C3C35117D50F3E2452983819CAC4240AA013028814952A3082018D581000E095B16204242421A2054954FD2D4E6E942F895D1123D3100F155A113A34C12113C429480200644ACC0268038B1E21DD98CD31C468708952A0858B1102C8C8F759028204D066093E6F04602932268C400360A08914990680C0488D9122318338DF0AC0A64CA325993211A00140C4540C8B4DBF3E0759A471FD23C8100659937334809BE93B0B8EB8C8906B1318699458288301F982905AD3593BA5BD0891112443CA2478C081C64A130EC5D0CB513EFBC73084E718CD12DDC0A5F4331AC45F4A82B903E489CFBE8E44E5EB476BE0E3E824210EFA290064C88CA7915A27121905651512411888F9E8CA63489C19126DC4987D69517C07B1060605534A126884550808D1141A208C070AE2466E7BD77302A5D241BEBC8A5D7102391AA18C1043870ACCB181D980041701100B4AE00D22AC4035E20469020FA00E7116A480D78512172F44CACF94ED345082082D202254C3142298000CD40A43B12BDA8231DD4E3740203202660C00335AB03474201A453083193350C267005F28D0680821001AD383058B3455010059520408926011358450614478844099639D49532965940115114459032860930045F449B30A094C90EECAFAF590BAB080980B0A94112429D2439014CB588B246C5480A16AC981988E2C7A4850DB33E70A958051FBCD6DABBDA9A54A2D485B3B9F5F34A372D9881180F5C551308A4A0807959B5A3035222D2313181390055ACB7B6AE6B04D4B570A8E117D0AAC82A52842EB581701222414405EF6B8328B106472F9E141B635464805C20C52649D2B22C0C47EFEBAC91FB18674599E5B9049610297262528A0451D379D968B503A472A5B62C128CE6BA2E95A62C49776E6F753A2D5F3B1F438C90883C6F8A48ED231189A766DE188F27699E55550548594D9BADC4F919698ED103CCCA7A07631BA3D14E9E9373314F0FC7C8D1CFB4E6485CD5FB992D943275DDD7A6E1ABA962CF866B5F79EFF2BC514CEB6EAB3F9F1722D268E4F36AEE51478A8121608885188A8611ACAAEB5EAB9103809E3316FA11989FFBECA7B50F143C949AB3F3142C290BC3510527C1186625CE11896866892ADCF19A19011242304A13B38BDE85A8946261038B2851BC1029B308582484A088116551F613309844DD49AD03512002051087E3C78E0B22A2C722745C4817D341413B4408011CC1C4441FAA78797891C0C404B3E8095231269A12C41604220B8387C8106C1310D189621449901002659AC915500CA7A02D08428811CCF7C2002222A808C8423449187EA1C59AC92E428C046242055964777CCE4A169505EF20A4082A96A81D16ABC62D70D1808210086AA1D7B104BCB172E0318BC02760C58C83BA54F4802825A81D8C8159A43E1820420C915972B0551C8100F180803D2180EF955AEFA0C7C0DD2D11F4A1FA88122882D120D002D6182512892507CC811220484A4AD46275A2A8315520055694C44565408300E819846093E0AA5A944D7228F8502B0E8A3CB088125841830D843E546B8796A963178D618B88620AE7E0054AC33029060851C103C1410AA084F6880E41412C38056944050814E0E7481CB2005FC04D60224C0293DFC9C81D2075606493BB6045480429C02A4EE03270E38079088815282C96D60157EE15B21626200100D438A82530212534810CC88074F1ED6A5152C004180235E8263470606215102D6411CB23283E303B11F0A0395C01D356B69122A9316144A32250022550433C84400694807292B6504A5000742F6D67CC108FBDE1ED6F7FF5F63B6F5EBB7CE3C678B29DD882D14F1A871A5D3B0BD5DEB091D66BCB0D6B9C169FD71AA22A656BB008898410EB984BFBBE5EE778BFB2855755FF50BF7BF430CA3899CD27F38990A479922446A2AFEB3AB8A8D8686DB549A18D073B1F8357CBDD75662D86283A54155C5153152996D554114C24610A4609292B443075849002F9403108981B5A2F19BD946647E055F4352BC056C0146EE8DDB6AF6E28140480A5368028AAB40BBA9024CF575A7A009DDE1195597433624F464BD89D1651EB66926574C0D67DF8692C27AEAA252AAD329DB4609661ACC8411140FB498952600342A56E5DC1E605BA7E338E8B9DCA4D422874AA5ADDAED366BEDFECC8327588EB24C466114308FB3A2A1D9566A54392E8C64A5B356673B7413AB4D73A69CFA3BCE55C1DE20CA898982813A4310221B6F28EABC9574A7C23C97B9D661769035CBBFDB71CCF6AEF2938E3CB18EA4A5C20E7BDD38BCA87B063454AFBA8180AA45865AC13432DA0CB9C6AEEB15A817440864D05DA45D89470B5ACAF04BF1DFD5853AD948F50315820B7DC35D46FE57D2206C6F0435413A129D11C52CFEBD0B03DE23481572ED9BB3D2CE7E3C30F9D403D429CB95839784142D4D25C8133C081E21DCD351A14411E5C51316CC7E97A83C1E98D6155D6F56CB437DCDBED350647BBE991A6EFB8512D2E75B131F5A0109A92A52ACD74966865421DC7E3790CDD4ED65D49DBCB41EC643C9ECFE74A2546E750DA3B540E1414C4ECEE46C5599A75F3C6B2CD7B02331DF9B22CADA220528A278969208EBA660462C50922105514E55849208986854529454D4D4D65FA4C03C812623FFA7CBE5FA656B4892156B37254B961A4995130D4168A5ECAE82952D3A8B6497AA407305D9415E21E6452D77B448549231B69E8A4985D4F25B1B5DABF357CE7D5D78A72FF70FF0BC804DAEB44516A282ACD062601251245204242208D761212281560820B23896389331F63A36B6FD5D3795534B8E076BB9967A99AD7F3291AADC0114A907073C9D46D6D8C8AA418C954D2BA717FFBD813A6777497F279658584696415A9C482A50EB504A714316B9D9A1029404F0A2B2E8B643D8828B02B451C741478844012140BB35455152223B010954E4770F40AE0CA0768C3DA68931127014988264AA938315EB40224A9DD9A48A6D47D8138D42C08825A221135BD4A7D129592E1CE6DE76FB5BA7BFD25582B8801C4E23D699FE98079B1F1D6B9ED4BD7074CCD4107BBB7D14F62C64E65818C7056A399D42DE214ACEE1A5C3D7745E1CBA662D8B499A6496EEB49658B6AA9D7BB39994B36EE375BAB83BC9D048B9AADA0618C271842A64CD7E8CC4DDD64527B4F8DF6C953879EFE3C4E7F0C7A3591ACA7728282AF21FEC02891077B440F22B80832E004AC212C0B370A841A500C15211E750D09D08066442032A202180B431E16DB78F4DD0A56A43B492690164844AC2BE22EEB552801421466C92002D4200272009019E2B4D13CB1B7F35ACDB70B3726384D264D978932C4992BA7A6DD3B7A7C6990EAFCF031642938200D6CD99AA446EE2587242A2A2209548B78900694FACD5FFFB5FB8E1F6751280A7AE57BF5E52BF5CCBB985CD81A958E631DB2E01E5BE97665AE439D6409252AC973CE5AB0097C319EEC4CE2C8F554F2E08970FC78F3818F47BB4666059C5F3A7BEEDAE5CBDDEED2687FB6332BE73E3A92CCA4BFF76F7FEB9193F70DB7F66230CEA7D7AE8FF60B5F9561777BEB856F7D5782AE0B379FCD7D59A4ADE6F0D6CD2F7EE94B6BEB47F627E56CEEAB2AFEBBDFF97DE78235F6CDD75F3544B19C87A2D8D919DDBCB5E5E084E3C58BE7973B836AAF1EDF1CCD6E6F8762E6AAF9707F0F59EBDDF3570DE5A3E1E8BFFF1FFEC74F7EFAD3B76FDD68351A142C74139127BB9BAD76659229A95992D8A2B246B7C515140AAAF711A7E6C411A4096C0693C336A0B25A0C2813321CC54407EFD8E4818CA2A6C0A8DFFCA7BF7EFCC409268BAAA87EF84DD9BE21B54CE67548F2E96CE6E793E58C9E3CDCEAE5C8729BB46DC5B39AEBC2CDC7F57EA10AD5D5FD53CBFD471F683EF5748D86ED9D569D93400B82F1CECE8DCD8D2A84EF7CFF7BE3D9FCCFBEFCE52F7CFE0BD737AE5F78EFC2785C7EE5CFBFB6B9356CAE1CFADAB7BFFDA3575E3BBCBAF6D2F3FF31B3C9FFFDA75F3C7EEAF4EFFCEEEF0C77870F3FF8E0FFFC2FFFA532497F69F5CFFFE26B416875FDE81FFFC99F3CF9D4536FBEF9E6B973EF7FF9CB5FDA1F8FD99AFFF0877F7A7DEB56EDEB7FFDBFFDAB271F7FFCEA07973A79EB5B5FFBDA99375EDDDABEF5A75FFAB3FD799175965F7EF9F577DF78F3F6CDAD73E7CE4BC0EEEEDEB1A3274CDA80535074FBFAD980AD66D327D613942B7343A92BC79A3C1A0A56216B4431C174A3695665D02623CE0254E5D888D1CA226AA8342225E480D1BB71BC8F794679063F674972635D54A359524E5BD56EB78993EBCD760FD197534870456B20A61D5DAB93B4FAF96A1BDD1C0D83BC8B693DB93EEF2ED5E8017531AFC0648D31B76F5F3971B473E2F8919E7D96F6A3DBA1FFF2D7FEC597BFFAE7C71F7A72F9E81AE5B27CA8DD4869B2BB1DC7A1BBD67BFA531F9306FEB3DFF8D5ED9BB76AD0D31FFFF46C3C5B5F3EB2BE72247A4913F3D18F3EC61C7FE9977FF18FFFF88F7FF273CF8D67B31B93FDA523ABCDBCA561FFDEDFF9857A569D7EF0FEAA1A778F364C6F6D756DFD61630E1F3F9188ED67B93526B7C94F3FFBF995EE7A6F6989B9095AEC0E8A79A7D3E9AC699258149C3573D5C2CC5965A00C20B00648BD240619C55437DB528D3D8B327982243A0349413922197DC70FFFEA8FFEF253CF7C2A432B296EEFFCF67FAB2E9D09E3F9E6F51BA1D5D99A8F1BDDC6A09B1CEA92B5682CAD928DE80464842C4523C5A00B620C27D87557CE0EC775EFF1CFFF1A9EF81C741B6C00819B804A30000395212804824E21AEA8F72885E78A05B96AC5B163B49199024331E42ADF4A5A0C2B654DA4E7D3A931CAB4B372B2CB46D9340FAE0821D8349F168531E6072FBEF8134F7FC2B0D1791AAB19270C54807641854AA5591F218203DC04D6A328A05AE00CDA1E6CCB44058C373FF85EA7B3DDEA95A8B7401A710942906D982248194829B31C43C7F032C48243B9BF270A59B3031E0016A543508543D63E063E02C9752F727BB1B72E48115DE9C63AF1F648663A69B7D53B7AFA881D64C81C28A0BD84F90C7E8E5C214D408C4A70737BF4FAA5ED0FB6D935F3A4DAFFD18B9D622E4B4B55963A9208E974BA75398F71AEAC54C10B284227596E2D15C3FDC4D0783C8EA60D6A19BB5C1755D29DEEEF0CC92595E985DA64AA51CCCAE64AAFD8DB1ADF1E75979AE3F1AE341A010252E5CC9328CFF4F8FD22D59B62926A8C793571A8A2765AB7A26BB969D24F57DD6CDA4AAAC07B333BA13CF1655A9560B24494182AE77BAEDA65DECFF3885054659518ED8BE9ADAD1BA5BB79ECD48AB781540A26B01164146D5D8CD3460FD62094287710FC783A82CA8B599ADA1EE535A2D27E6FCA75040B10A46D68BDD56CDB2383AE39B40E0A68E7F013B00769248C42236618D67EFFFADEDE5E9C3B330D8D7D3E951F7113119D4CAFBE736D7479D6CFF6352A0DDD6CB63B83C71E7F78B2BFB9B3776BE5D0F26C5E7AE8E92D6FB4AECB69A8666CF49E57874E3C5453B70A65797333D13A53836274A39EDBCDDB9334CD545862539493CDB9B575B9BF7D6B3C58592E2B47C23A726613452827A8753E1AEF7506B9ABF71D5549DA8D75AFDD3A12ABB2D58CD3E1F9CA6F57769275DBAED28969116BC5C66AF6BC6F32CF7EEEE75E2594981E46E5B9975FFFEEF75E68AFEBC1E0E73BEBBDA852482B4AC3433319DB680305FC0CB7B6E7B7F7AEDEBC3E92FAF18F7DDAC090519080506B1B17290242AA961F3DA1EE77B663D06DA108A803B482634C1C86234C77CA61558DEB58C7A21A8B730DD2D6B1AD0DD89A3C4583FB59D54DAB99925E8A6465901F6A260FB537DFFFC69156DA5AAEB075D90E56E2EE986D5E955E25B43DDAEC37FBD436E4275A3754AC735DB949651A270CDAE82C177BBBC161B873A337D09DF6B499A39997AB874C39B93AE8B443E1E2BC8C8E826EE4874EC679EDDDDC62DC68D52ECEF2869FCD67C69449DE85110A97BB32E3F188861BA40D4C0BCAD621FA42655AF93A66CA9AA0B11B6FBFF6DEABDFF9D17CABBA7FB0F2DE9B9B8D7F749C65850B0275A1DA75B430042AC2E85675E54F8199920000200049444154F2EE856B98AAD1CDDDCDBA5EEFEC76D7F3C5762D40B4CF7228E5CADA2897F55BC00AEA3146E3726B8A793441AAE18E990EABDBC3C4252664D1D962EE50540DABBACD061CF97D17DCD4E4859B14DC77A6DB6C25D0B9CAFA6D74CAEDF3DF3DD46FCBCE164D2ACCEAEA830BE3A250796E1A596BB9B73E48FC6453E74B986ECF26C12416DA1AB2A8C7C8BB28AAF7CFBD1F889E7DEE13376FBFFFC02387EAF986D50133A8720E3FAFC77399CDCB3975964E01198BD93BB711DB3E6DD4ED415A8F27CDF6FA6C36E36C188A32C9273CD9E3AAC0748A5CBBD115DDCC6CDAB1AA85A41B4BC5CDDEF0CCB917FFF23BB7CF5EEF7273BD710853DB8F3D9B1F05755196304B4897AC07A890B8AF525B8C762E9E7963CDACB76273EB9DCD2F5DFDE22FFFB3DFECAECED000A2E89D3C19930EEC7B4A617F8CCD8B3219CF760B37223789D14572852E764D5D890FC1B9BA429A26B936EC6318CF82A3506B618E3E78EDA2942DA5B9D3C8565AE8A5E2C67D4D727B8777C3EEC51BB684B890370CB3CB96FB984F3172AAAEFC68A6B2244D4D500EAD04AA81A4F3EE6B17CF5F9DBE79F6DA89074EC574B074F8C1DDED9BFD5E1FB32144CC8CEBD97CE7DACDA6660E4D95ADE2033B7AE7EAAB5F7D63FBD6D99FFD7B1F6DFFF4C7AD9B857A9EB6B2588FAB6AD4E9E5A0142A47DAC6DE46391BB538AFB7F66FDEDC3E76E4A384E677BEF1CDB75F7EF3E9479F74DAE631E9378E6FEFDFCCD9E3F616AC41671DBE8FAA8D2497722B0A87D1A4D7EB7CE2134F7FF0C32BB736368F642BE7B746FFEEDFFCDBFFE67FFA5FDA0D40A04354001232A8E12EDDAC2F5C2E26F3E1CD2987CECEAD2944EB501D6A8AAF5CA64DACABA66D912789319267A32488C420CC62C5F672AC595E6B6090A39301A8F68A54D9EAF2EE7CABAA6F47666DD324EFF7B0DC8211ECED55DB657492355A908612A59482EDA0B15CCF9BAFBF73666792CCEAE678667EF0C3730F3DD0E3929A75B09582B1707975E172B348340582B978EECC3B6F7FF5C27BE77FEAB31FFFCF7FE167E1762F7CFD6CFBD8FAEA673F3ED9BBA132D7C956C79737DA8DE55BAF9FDDB9B6D95D8AB372FC805EB3F9DA7AB7FBC64B37BFF1F52FEDEDCCC885AED99D6FD51D4DC7FA6A3E9BF5D6155287B01B4BCBAD418C8A83A1744585C9EEEC9296ACF713CF7EE4F827D3AFFFF0F2E5E123CB83778BDDDA0BA0A18CEE4EA45D0141612EC5D5E1F4F2B028FDB58D21197BE9EAAEE2A46DD049DAB62CE71671E612579163A70AA22826AAC85C91B740DB4A27B127BB78A08354CAAAB4AE4ECB26367CFDBEF7CE34ECB2C98D6A12FA4B48747579B39E22CEFA0935629DC4898FBA2E120C6DE91AF5D6E8C6FB67A7B38076F7E84B2F9EBFFCEEB5ADD36BFFF8673EF9DE5F7D7325A1B4AC26B776879BDB31C6D5A3EB9EE55BDF7C7E67589E3E7564E3E2BBE2B7561F78A07DE813AB8F7E1CF6706B79B67DF3DDAB67CEAC71FAFE7B6FBCF49D37069D56B47BA71F3BB5798327E5F88FBEF857D76FD5CAF4D2746D7539FFCCCFFCFD2B6FBC66E7D3623EB6C6212B61F6E632D975D3355A8B2A0B1EBA626397971F786EB67BB172F364D51C7EF6295AF9606B343D52B705290283139D048F83FF2EB1F524D4538460E7733D63776BE6B452EDB5BE499B290421921225DA42294A1D6A448AD1C370CC482F6B73B4C5EB399A3A845A79E6B9E066357DF5D6ED4B434F915A304BB67F6CD081F5B7E7DFF9C1650EADB6393468345245D115DA4C7C2BAF575ABFFF275FEDAD3D34DDE7C66075342CEF5B3DF5F089F572EBE20FFFE2C5CBAFBEB66A290CF73EF6E047FCF552A749EBBEE5B72F5F591E74072BF2C0E9A5D17C77F9E4B2CBD2175EBDF0F34FFCBC944B3B7BF168FFE9E1C5E1F35FF9E2B537DE891506E9F2A9938FA9DA9C3FB371E6ECCD8BEF4C376F63FDB85CDBDFE83DFE48BB9F7FFE57FEE1E4CCEB3B97CF6FBCB78B9EA0A2FCE8603C2F87E19255AEA18F18DD093529DBA3DE7D223538C99A6BF7AF1F3B31AFDB5B93467B1994024623038C8008CE4C822E828DDECE4BB5EDCB69848975D66AC618B32C8FF3A2D168DB82119575D18BAB542D5654CB60C5268FADE264EE7BAEAA66590DE3325C2FAA572E8F372554A233271232A53ABD1E92D5CD0B975F7E7BBE3F0D087EB93339DC4BD6DBE1C432B53A5925EDD3F73F3DA9F423A74EBF7DF6EA638F3C7178D07FE5DB5FBBF2C60FF68F2F35CAF138B8D38756B98869501F79F4E9572F5DDD1C0D3FF70B3F69BB71777CF5FEA30FB5978EBFF0C6E6894F7EEAF58D1B29BABDDEB1ABDBD7BEFAF537B77E78E1A3478EB6AD7EFAA38F6A5BEDEE0E97B97BBA136FA7D31268D5B3871FCA57DBB3E9F0FCA597BE3548B4777BC71FB8EFC2ACB8F16E38B4D25E6BB6BD73F3E2A690788C75D228CAAA806DA46B013AD8963D7C4429FDC8E13937D7401904DAA37052199D02CA715EC746F0E425AD2291B15A24B726CEF795655F799324100F1F6A723505E46C9693FC509B8EB7F1401F59E1C567A468BFAC2F6D9B2BF37AAB88B324B7393518CDD01834D16860529D3973EDD22686936A56F9D44E579BB87F3589B27CAC9D368E2E3FF7DC63AFBE796E6FEC0EAFAEBDFA83EF1FFAE99F3ABE32683D70DF478E2EE7D5A4DABDF5F44F7CA2D81DB918CE9C7DEFC6BCDEAF8AEDFD5B3A965736DE2E64BCF3FA7B7B55A79B3FB071A3389E0F5E7FEFFD6FFCD11F4CCF9FF999FB9E38B69C9693EB06F5E6E52B274FDED75E3E9EAAB317CF7FF0B15F5E7EEEE73E5D8BDB1FCD3737DED8DEDCDE0978607DB99B0F2EFCE8E5CDDFFACA17369E7AECD38FEA13C7DAAD0C96E10B1065699A45E563554558DD072BCC0AEE74816CB15744AB5090D44E52A30C4CB30A3654512411F18936BD44B5181D819D175C46414D16B02C8A7596DA95D41E6EE1581B471A5073547353059664BAB1BF75EE4667DEE8F78FB43A83E8EB1D755D7A215FE9234BE6E3EAE6ED917760A529D1D31067BBF5A8A8E6B53A3C4EAFFFE0E2AFFC93FFA2F67177343CFBFEC533AFBEBBF1DE1B8F9F3CFCF4FD87DE79EFCC679E7CC8DAFE8B6FBEF2E083A7579E7C6072F9D6FEEB97B7B78A58C4DA1734E264D72C8DD5ECFAF6CDCB7F89FED14AE1E5EFFE60F3F5B71A65F5F6FEF6894F3DF6D447EEB7AA7CE223A7CB2ADCBC7CF67B3F7CE191A75A4F7CE6C4EA837334F2C1AD341E1B7C6F7B8451984ECAC74E3EBADE3AEFC675767677BAFB96CFCEB9569E9E3C9EAD2FE926A3D70119DD5CD7F931140E30C80690CA072CEA9E5A83B5E283FF21079785F3E3CACD6685845A7C3369E514BA5966A74E6B12B88A5974AC4D884DA22E512B2833655FD693B96DE66A1EE7B7B6261BFB1DD55B5A5A4391543767936ABA9F4E068D815A1AC418AEDCB8FEFEC5BD6E2BA179164A89C10796BD3ABCB5393EB733CBBBEDFFFD5FFF56AF95D555B1CCF4D4C9ECE6B5A2180F570F7F3C23FFDAFBEFFCDDCF7EB29EEE6D8F76AEEF6EC3B4DA4BFDA4DC5D3A7AA8F4E6D9874FE794A06A1E6A5DBB5EEC1D79E2FEAFBEFE9DFD2BAF1F52616DB9F7AB3FFB732B392E5E78F9273EF5E46867EB873F7AC5913CF6B143A79F3AD23FD144BB8645DE4F44787DBDB75F4F92D430A4A974A6B2A53A292FDCDC0DFB13CBF5D973D26D758FF44F3E7CDF70B637DCAF977A0FDAFC68DA3FD93A765432CF2A27D54684564EC1017505718CB8D2EF67BAE6E82E6F6F6CEFFAFB9A34DE55DBA40EB71B5C17B05C5190DCA2ADD18AA1035A221E309260C9A2A8E2C8DBDAAEB70F41941BFAF9EE240648E67BCB83FEA1C3B069F072E5FAC6B163D9DEED24948A294135D7ADD67E3D99EB009BBA71ECD5C53FFFF55FDABA7C66E3DC5B3B75B97108474F1E3BF3DEC5FFFABFFA67FFEB7FF72FCE5DB8F6DC130F4D7677A252316B0F6B1A0F43FFD11357B6AAFCA193B0FDE15FBC7C7D78FDF15F78C6EBD9737FE7FED1F8E2A974F9673FF78B177E78EEDC996B4F3EF589AB5747DFF8E6F3C71F5CFBDC173E910F647B7415B6857181D501D216F55B83C6E6D0EDA1A17437EB341A615CECDF1E42ED378EF1BCDC9F5D1DD9BDC3172EEDAF764F1C3EB572F3F28BD75E794B737F2734D591F5277EFE53AB8F3E83DA88CFB5D8144AC307C4BAA84BA98BDC7B2BD1CD7CB789FB0EAD1C6EB6EC6456B8CA551345EC73A55236BD9497B45AD5BA6BA163AC3D9342A9788EB033DFDF9A557BC1CDC8172E06D75E6DFA206E561ABB1ECA696FB0DCEAB8ED1BF3BAA85C219A34C4ECCFAA79E15BAE5E33CD23AB83B877BBE9C65F78ECA1DE60E5B7FFAFAFBE7FE6BD91A17FF5DBFF87EA34C7AEF64166D3F9645A7F70EB9CF49615E8EAC6F56FFDF0C5666FFD68B3F5077FF8F54F3C753F94D2F71F77EF5C6964C95A2FFFFA1FFF7EAE0EBDF8F2EB2FBCF4DAF2617BFCC163F73D79A275A8F9FD97FEEAFCA5ED9F280F379ABA370AEDE424F2E55951CFCA6A73FBE6473AEDB6CD6EED6EFB766F52164F7EE6D9C3EC5FFBC699E9A40C63BCF0E56F3EFEDCF18F3DFDCCDEFCCCBB6F5E8ABAFFC6853737CA1BFFA8BDD23BBC4ECAE83DF2CE1AB2A4CB62584CEBBD213B52243D83A4610759D64C4CE2B4E118ADA524B43B8ADA31363D5A9A5A09AC850857EC6E4FD4BEAB6F57B3DBF372224A52639ACD6E63B4755D07172A99ED8DBB9ED2130F7EF2A14F35BB67623C671AF5C6C66C77775EB93224D664699652D819DFBF7CECEAC5736B0DD56FACF85D77AC35F8DCCF7CE6BAE17FF3EFFFE4D451F589673EF5FEE6B573AFBE7DFD264E1C5FDEBC70793C9673DF3BF3AB7FF71F7FF13F7CF7AD1F5C7AB4D5D8D9AABFFD95573EFF4F9F78E9073FBA7C990E697B7673B8B9712B3A3CFBECEAC34F9E587DE44877AD79E3F23B6BEBCB576E6DDFF7C8C7D2010FAFDCBAB93139F3E297766FCF86DB93A36B4B089407FED8234FEFEC6CDFAC64F6AD973EFDCF7FE5E95F3FFCCA57BF4F6FDE4CC7F6EDAF7CB054D4BD53A71FEFADBD7B61FBA1FE2A774F697504B10DB0FAD5DFF88D63274E02ACC56F7EEB2F717DA32DC412A755D56BE7C7973A0D1D599CCE997AC62E27BC62D127EA586A5A4A1388C22460CFA9BD487B12F7BCAA546E5B59A36DF35C19CE2CE984916967559224BCB28E69FDC53FF97F7686A5328DCAF3CC79A7886C5231CFF64687357EF1B9A79E7AF4A49FEDDFBA766D38DCBFB4B9D55E5AE166636F7FF3A77FFAD9871F7E60BC3B3A74F8D833CF3C35DD0F0DD3F9D8530F5DB9FCEEF0E6F0D5EF5FA602EBADE5D3F73F5CC38E76DC4B6F5EF7929E7FEFFD95D5F5074F9D02ED3EF3CCD1EE32DD1ADF6CF66CB793BDFCD28F7EEEE77E293BF5309A368EAA0B67F6BEF3B5B7963A8334C9BBDDF603878F56D7F74D6007380E93729472E87CFC89D55636D9DD73C55C7B379F57B767E3134F7FFCF0E9674E3FF3DC239FFA42B2723F6A8308DD5699F188D1A3F2FD689CB21D421D635BC2A091B79A46D950C15536AA5EDA5CCF907B2402932049E034465EB6C7E5702653A76B56646CD6469204C23CB8DA55ED5EE6E04AD469A3A5570F63E5F0E8E5B7BD8B9B9B37FB3D1563B426A28E0053807358596D7F70EEFC89015FF9E0BDC2970F3FFECCECF2F53FFCD2B76CAAFEFE2FFDFC6AB79565E9D28327FFE0FFFC437713ABF94ABBDDCE93E40B1FFDECCE68EF271F6879E86BE7CEF73A87AF9C7DFFAF9EFFDA7C69A9B932F0D9D2CD51F90F3EF7D446A7EC7742AFA30F1D79024756B177ADDBEDE631C54830DF77337B79637F75F5C891CE7223A57D3F41C3E45D3DBEBEDDB01C3C3ABEB5FFCE966DBFB2FAA9273FFE0F3FFBDA0B2FCD2F6FEDBBEAFAC58DC33F99AC7CEC27B9B5024E0EB656196855071D09A45087C9EEB0D8DACAB324B3F648BB95B284E97EC8612CD0546A60753F03CDA3F7981534AAA8E23875D55E598F2B13B562ADD20CD64289D2D4B239B2B6ABA6266D96FB7BAD760F2B477163F883EFBF94903A3CE8341B693D9DD5194D66C5B48E79A3BDD4EFCD8A5967B074EDDAC6CEEE38D8F8C2AB2F2FDD77FAE84756E29CBABD9533EFBE73A42CB6863BB70A3C7CFCBE25DB3C7A64951239F1ECE7D73636AE7EFBA5E0246F357FF777FFFDF2CA91CF3CFDC9A5C74EFFE197FF4C095575FDFC0BDFB86F9D13D3CE968FC3B771690A6BEAB13FFFE6D977FFE82B9FFB073FF5DED98DEDADF1FFCBD37D3F597ADD777EFF9EF39C273F37E77B3BA7E99ED0933001C02010204080A44882495458915AAD64525B96E55AD5AAD6E5D2DAAEF59677CB5695655B65D94A26CD1C41122240822006796630B967BAA773B8B76F8E4F0EE71CFF00CAFFC7E7F37ED1305455AE6B10CFE4C110DC70144F4A66BF27E3F0B0DE56C49CBF5E334561EEDC99B39FFAC4BD37EF42242E8C4FE69796216300507754578D3CC8290020C80B81729031C810E0D0A496CDA982603C19E3E0E3415F151425130743608A009C439F72CBF32C97F95C6002A6821061052B11634E14D0A1CD78C41845886B9A86927A538AE285F1ECD811FDC87148E5EABF7C7B7F7DCF1A06A22FE47392944385488690B2F628F07CC041CD0E224DDD3CA8450199999CA09270ECE225319EBBBF5E6D63E1876FDCFDCF9FFA52E3DDB7FEFD7FFCCB9F7FEDBB0A8B4439121332E84096A6A4BDAA7BD8E93CE84C4D1689A8ECAEDE4A24D8857C6AEDCE766F38B8E9774F5FBCB0BFD722C85D3B1C6C1DEC85FEBE2A076177EB539FFEE4FEC07CF9A51B79BD948891C2941ED1FEC44219888D05361AF475030151D333E7AEAEAF4D08B1DADE20760417164E9CF8BDE7408E03B54107409DA1DB515405040C2051AA095FFEFD3F2C95F38C471847F4E63B9A374C6804634A3092155149087A3101710DC00F518038B7AAFD7018864E0811225C12B144049188A24070C829E50C8982A04A822C52C24DC2A3625A1E2B256617A0380EDBF5575FFA45B7DAA96D5191463363A5A4AACBB26C9B4E4429C242E4BBD9AC4669B8B4302BAB4AB5D3E286DE0E69DD09AFDEDBBABDB637B7786AFFA06939BE6DBB1C98E999171F7B78F2DC329432787EE16B5FFD41A53C7D646AB2D9A851E061E42475B2343D43429C2D684B0F170FBBD583CDC364BA541BC0DB576E7DF177BE90491BCB0F2D125D4E1616BEF6F53767C7A61F3E7F219E9607EE48D0637AA61CED8E5000448648970A67CEE973F3BD08CD9D7EB870F1192AA7797C928A58402604ADA1B9252A01653E0742708A73427AD44131596011985E4216B126EB22E134002C4732881962A3405704E0B28422B76D11A620826595D88E431271C40101320743559498CFE5981E617031034D66AAC813C6D4F9B390CD42220F079DBDB5EDF98979E8F85371369EAF8421ABB5DA995CF9E4D1E9D597DE64929C4C2654CD78FBEA6EFB60F7CB5FF9ADC5FCC597DE7E9B5934A9691D5F1D0C1DC2BA2717961A9DDAD7BFFBBD30A4B635B83FEAFED19FFED1CCB1C5977FF0EA56873F72EEB8D5BCD761A1356C8D570A5DC78CB9C3A73FF9CC9DCDBB51DCB13BE6DCA9F9C54B27D8E6D0B91C65278A5920A4C880E2D5F5C3D600D6AB8373174BDB8DC6777F784BD2EFFD4F7FF15873083820880B7317CFB1534B95B1A98A9601250B2821106100AE08B6E73E505957E721A1711F884C44002E08883055A0C070142016618153148684235D0A88C83542D302445C1419784CA008B0E84401104244D1D1C440E47EE8618C031DE2AACCE30A31E2822CA562863C3106A5226433A0CAD0EE37DFBEF1CA8B2F77F75B53994A564F8E4F16ACE1A8D36E89986044178ECCCEADAFDF3F680654B46C74E6CCF12476FFDFAFBD48B2C6E6A0975A34D0607B7D7DBBB373F06FFFF55752D90C36C44F7CFEF36B9BDBF972E1DD6B6FFEC55FFD6DF8B75FEDF422DF4ABCB1551F338CBE9681905F7CECE9D989F28B3F79E97BBFBA8263CADA56EB8B5FBAE031A7DDEC1F56AB1F7DF6D28D5BF764CD8E75CD99F38F240C09015CBF7BE007DFCF2632A7CF7DEC8967CF0D4DAFEB8766DF9C39328DE796F9D41414CB106100040107A00A04235E95718751471252812D93581240079000088904C67F3D6E4648934359201A92D38694CAF0B82C2705EABB9E47C3FE5008FD1071A5940289604DD62510933149446A22A618314002880AE8194022883AA871F0030818DFDE7DFB579777D676CC667FB1326B367A0FDA07BD78239BCDDAAE172F8F19F94C717AE2C2938F6EFDF467A66533EA865E6CA234FBF4C9E7FEE67BDFB289A6CE487737EE8E0683673FF9A1BA37DABB76E5F7FFD517198BCE3DE6343BDDE2D4ECCD95B595073B092313E6CA4E79A665C0A8DE99CF78E3E513AB2BB71A83B0868C66DB422AFCF4D5BBE7672B27E7D38968A811D85A6BCE1D2FEC6E6E1ACAC6ADABC327CF1F499766FEE5BFFB0F876FAC6CEDAC64B246AFB17BE8B57293959151868953A89001B041B0810D414801A5A23864E6B624445C8C817E52A2194004200E4CE30C0850888013818008B8944E1D9FCDA775944B43691C240232071A4204E00610451085A0C840238802200086AA871E100C890470047E0476C4038638036BB0B3BED56BB5ABFB3BA37E8F396130F052D3F1C274124F4ECB44A61CF67BFD2BB7EEA09D6AA6D12FCD2DCA9ABE7DE0E692D48982DDF6E0EADD5F3CFBC9DFAD86E65FBDF8554F8C3885B7DE7EA3F4D4B3CF3E72E99BFFDBFF1E7A6EB952189F9BC75836D4F4D1B9AC49E56BDBFB0BF1D4CA41359959D209BD531D1029BEDFB7EE6C37FFFCBFFFF7DFFC3FFF8AFB30A8072F7FFFB56373D3C542BE5937CB89C99BD51B3BAB0793E999F2F9B91FBDFCE63FFCC5FF28B074B5BE7AECEC873DB7939DC87A81B874EE02142BE077B834406E038208688A02F1A82F0196843850197C03C43470064C018681029138611C5CC45509E3E3D38569096411880C36C0611F7677CCD1C0E3488AC5B4B8264A04BC36380E1D8C042283AC50CBEE98A6A0AB56C4BAA6D9EFDB8117A6F5548CE86EDFE288A9218F3C1138966219828865D9AAAA66F3052E48FAD075DB56B73DBADFBAB58C74239E31625D0041CAE7DFDCD9D96C75DA6BA9ADFD1AC61A772C1A32C3C049D37EFDFFF8EBA3C5E2E9E513FBBDD65BDFF96EFCE84945CBBD7DF5DE89871ECDA2B0B57A6F62FCAC3DE8AF5BFBB5C16156323DCD989DCE08163A969F3C5A4E2D95B2E78E1FF9E657FF3E93C9D40FBAAF35AA471F9D9C9AA8ACBDBFBF3437AB0E5973F540AB28CF7EFCA31A78016694798F3DFF1B234D0730819883FAED94E201E53C7084E4B822277452041E0191C00C810E23C72389F207B12742B0882210440C826414F2D01A05BB3BA3FD56BB3E6266883B5DCC712B0A4751D41E7402C7BA7862097B7EBFD112911893B430882CCF4FE5F3F7B7B739C69E17B8B6E3C6D3F9445A45423C954CE7C622827AC3CE70D8374D9363E470DA72DDADFDADF59D9AC5650F04DBA3D7AFAD048C7397CB92B8BDB23EE05165A672D8EB2C1E3FB684F07BEFBE45052BABC6EC66FBD85865C1D00D67706A2C53285DF8FE955B6FADFE7CE4AB37ECA1914B2485F1C67ECD8B38F79C84103DFEF8639FF9DC6F6DADD57FFACD6F3E32393199D69D41FF70AFFEC2F39FBEF2EEBB3AD13289F4D9B38F81069345F48B1FBF4422E27AE1D2F1F9A9B90A422BB20A4636C135543E9A06B1DDEAAC25921220150282D42C1869C1B19CCEA157EF490EB33A2688AA3839919080C454403201C09821890A1021E8FAAD9B1B5B6FBFBDBFB14F6219E6736160C9A2D461C02431B03146466B108A4468FA826DDB8ED5F1BC80466C86495D332AE4739A0C43DA12052E882CA49EE5C2EA5BF794785C90D0C4FC44A3DFEEDB2652B5E3D3F3EB87B756765A23173826B154967B9805D154ACF8F8D28956ABB535EAD93E9293DAA513C73EF3994FDFB973EB7FF9CBFFE4F63AC79EFBA8B5BBDE65DE44261BF2C6C6CA1D3EB06473747A3E3D080799747AD0AF52596758FD8D173E2639F5AB6FBE96B988DF79F907F2B07636BFB8B3BAD2A04EBFDFFDF4A58F8AD4585C9EBEB6F9DEDDD5079C7A799CEDB407034F8604BC75F5D558F9ECD1495B4E4A8E20C44E2E40B0C33D2B9EC70ED705615990920849E0B4FBB5F5D1DE036FBBD579B01FF62CA5503CF6BB2F2021063803DC20C01167080083E9DB07DDEAFD5A73BBE70CC2DD8D4D599562444D651226A5918B5D1311C02BEB8D52A5E44A8900543B18FAA14304A4C4B3ACE78A7A8A51DF625C11909136141E011238A78974AAD36B6E6E6E1EB45AF3271643497F506BACECD45C9110498B38E9D89E8204C1F51F3DF7A8EE33E83B10FAF962A65DDD3B78F7CDBFBEF3DEBFFB8BFFD6F9BDDFFEC657FF9FE26479F9F187EAF7AEA995786D637FE1D89193E7CBCF74FCA367CEEDB547F70E1B5FFFC5ADA83C36B1385B4AA56425786B7BEF7D083B9DEA914A56F6BD044293674E3ED8DE37FB5E3635614294C9567435BFB7BFC1B06723A5E9FA9653A75690BEEA9E3FFD8C6975E2D934C8080866A11F5143160B14328C689267B9ADAA1C7627F218693918EE89D9D8D8F23C8E3141E180426021C15C1225E245A19248B6AAA34ECD75C398170682604598D442B4B1D766082146980F987245261DBB0D12038832C9B8A268DCF2067DCB0EE8DB77EFA72BD983819BF3DDFC58BA908CF97E783870A27EFDD8D179CFF33CCFF3AD68DF6E1C8C767D413B1C3844635C44242981ED9E1F2B1431E711CF1572EF6D1E38436F4C8AA6B9D53A68BDF8D7FF73E1E4C9F1C9DCEAEEDD628EE4A64A03775438F93066F8975F7F715437DB2B35A625BBAE2F9B61A7DEF5A3B555D9CA42FFEC91E942DE08A5E30551F22D3E53991A05017881A419444D5E7CE671F5BD9F0F1BBEA14D7A247EB7EB747D8425E1B9C79FACD56E70489BF6405604083D1092484AC8425C843487A1DD5DA7665D95DC417D474B60C84B475E580645F3B8E111318E14F8E04317F99E8001CB0858688E2CCF0A319335519B2B8D8FA572A95846510D8C089164498F73D5A0B21E09FAC00A830868C00440B22802E79224255269242A0C006134185887D5E6B03F2A97F5A5A523A3D1C8739CB17C997BF4C8CC1159D0AD81AB8A9A24EA4494EC2014655997A54EAD1A53844A29E3479EE7D9695D320FF7F39AD46BEC4B029F999B46AA34BE7C6C10B8C9B9F911C33D373A6C77454DBDB9BAB17750776D1B455E312926145ADD59CB64E3E72F9C4E66139FF8FC678AF3F355730031359ED14B13D9CBEFBF6952BBBBB5EA78F6C291A544AE505C580AF558A84A160FF7EAB58F7FF2B3230B92D94950251005607AC4B3222E03888E5517789D867BE0EFEA8600BA02BA10C5444B8EA4625236E2003200012C111985004C040ACCB69D41E08E44164A08E775C3A72C2D692DEC3650C8080F11EF9BBEC5918E157334488871E4392221888581332A643214613F0C7CC99849A5734A5A8228168B916ABF5BAD23CC3DC749C7D202E56087A383461EAB7D8FDB8EAD6513A6EB07A2E0C739C882EB76F7AACDE523335B073B76402DCB5668D0AF37F7F1AF0AF333B617BDF1DE954BF33356A75139B33CBCBF3694F8BDFAFE093801580000200049444154A58F7EFE37FFE0CBCD8D7BADBFFFEAA94F9CFEEA8F7F7AA7D53A7A32D1A877469DE63FFCE87B4EA35D1C3887CBB33EEE2752A9EB7736CAC5C9BB0DCD479E95ECE6676604C9FFF3FFEECFFEE0CB7F9ACD66055DDA6F3466672B23CB1D5106B2027246E232804EC38E657725D48FE705DFF4E54C1C10F12D4FCEE60D44C10484090D984004004C1411030D43EC4ABF3E393255160D4214E6090C08114289983C74A3900A2C0C4C5149C4748DC96A2595D279A889189810316E0E3A1C4B94F26C2C9549164449B12CD3EC9A9562C5F4AC6C391FC6623C628661308C638AA6C906EDBABEE78B4C50884C6432F4FDD9422A9B48FEE2D6FB0D09E58AB942313F96895DBEFC2ED3C01DF61B87F5C73EFEBCA84B079DA13F188957AF56F71B7D97747D21BFB8F09FFFD7FFD85CBBFEC5DFFFD2CDC33BB345B1E9E65637773F7CF6E4CBAFFC931F7AC78FCC3D75F4B8DFAB3D7EE1C9300CDFBAB1F6CEEA563A0D0BA766779AFBD77637C68F745A037AFCD4C9C1601071F4D6BBD763BA71E9A9F34DE6422400510024884281861275800E1D6F282116FA44D41272A2005CE29E8944554A9781258013E002612C6241000A8028538EDC20D405D53074B77DC01863888A9C8BC018E704D1942898A68925518C02C10FA86F7259240453C62BC552CF740F5BDD208C4CD729A452B9745CC1B2EFF4B3A9042142AE3261DA766BBFDEEB3440C6C3BE2DC88A8488ED0744914455A976DA71804A361B33E29D209C9B5EBA74FE78EF70E3B73EFB64BE5C583DEC9B8AFEE6DB6F8D4F4FF9D9A4DB335F7BF5151C48B51DBA7CEA4959204BF3B93FF9F41F2922CEE6267455BFBEE7EF1ED4DF0D6FA733B9D3A797AEBDF97ACBAE8C860379F7707B7B7BC4F0B32F7C28933340E6CF7EEA398BC2DFFCFD0F4E9C7DB2DAF20AA5C9567DFBD8E2D1D50735277AEF894F3D4E7D510823D014F02CF0868A63A1C853240C46A2B3D748A693A494B3067D17915C690A3C06820048004E842FFD8B2F95272A8224631EDD7BF9959DDB2B982201417FD07123CA248D689AA28886AE27F5585233442EC45595F020AE89020B639A1253355956EACD6608300A7C2E92BE39EC0E7B9EE7F53B6D424385204678C0A310719BD1F7EEDCCF55C6BAA6E7726447112558316414467434C400AD41FF5EBB45D5B891CD2081AA0A7FEAD1D3DCB7DD81A319C96B6B9BFBD5C68DCBEFBDFE4F6F65E3F151DBED7759A3D3BFFCDE2B958291C44142539124EF54BB6B5BA34ECBDCBC779D474EA3BA3F91CF9B8D7632A62B71F9C1CE8E2C278E9E581614F1F5772E33812F2C1D35E2F96BEFDF24442915F3A37EB359DF1B2F676B8DDAB9472F19461AF4147006FD06DD5FB71BBB3A068444F0844E2F928C12C6869229EBB94AEBA0F3CD6FBEA44A995C661A04895041E644A780041A783E0A9934F2C0F58688A3200AD16864701453740D231964A2893AEB99811D1034722C19531D4008A2300C754555F3B946E80688415CC411550DB1A8C465D73EDCDE557231137CAA295AAE60F9002AC109D51F85A6E32762314353B8399A999EF39C513F2E1FCAE0F86E8C86C2A8FF958F3C7BF3CE5BEBEFBDD73FB069BC68997EAD379A8F671E993CAAD8DE89F9F9D594F5CECA4D1EF0177F70F93D118A25E3F4879F58BEF47C6AD2D8DB6FDCBF01A918E62CDCB97D732991EEAD6F509CAD8C67BBF5E0B051BF70F1F4675E782122EEB0576F54D7132A14B2496BD85F5EAA0C7AF4434F2C9626A75A8D5E6EF218F83EEC6DC0FE06EB55BD7E55AE64061C782AA39516F5A945E0188CC4687BFB27DF7FF5F5376FCCCF3CBEB4AC0107C2B1483F38D1474C9163996C0187D8EC3652E944AFD76AD51B62AB538E1B6945CD2989582A3D9ECBEE75029F4B8E67498ACC65297442D7F244DD306435F49D4880545CD6284F09909685949EC1A1ADC48CA5E9A55EE086B27AF1D4F446AB59ADF5A86C58A1AD049AC2A324C2CB9333AFBDFD5A870E13E5FC7C69B1D6689C3AB3F0B7DFFE4EFDBDDBE7C77559D06FACECBB463C2EC7CF9D38131E5645CF0F1B6D494412F0C5B9F8F34F3CBA7FEF41A3D3FEE98F5E7AF167BFA268ECD4C90B9FF9E8D39E37989818FB9BDDCD7C42F65D144FF063E74FFDEAE7B789406F5DBF667BFD73974E28023B313F23F2BA112BBCB7B3F591E71EA9D74545B064E4202F0022C283B53B2FFD201639A542D21E78261FA51617730BCB90488192800056DEB8F5A3AF7FBBD3E9CD4E1D99189F048420021286E1076503001045B1DFEF2B4851553591D0BCC0C5247E58AD0E6944B1E9F1C1B0D777C568C89C48161C1AC6D564005896F474368E0521B4DD8C288EDCD1742E15039E0E594E00224993E313C5C9921DB982A862CDC82D1654E96063ABD7F7AD6C2A21F0889B7E5C37B4203C3D3979DB6C8C103C7BFEC22F2FBFD56B8CEEDDDC9C4B6B56A426A49448C2811DEA5A7C756D6D31A5250D219B4B73C75B880B4F4CE596622C3F9D6D67C425193C62ACAC74DEF9A76FBEF5F2D74084E573271EBA7894EEAE8D4FA5D4099540F7CCF2CCF7BFF3CAD1C5451AD92955E9D66AAA5278F2A18B833E6D152647F5F699A3C712714F14023D74C11DD4576EB5DBADF4CCA4A7EB732797219B874C16F438E30226C95FBEF8D28FBFF93DBFD55F3E7BDA182F7CD02C070188AE88A2001C004421A2AEEFD9120AF598A6735E3462A1332CA5D20A505D14136A2216D303ABA363CD034A45D51DB98430DFF23522C5E37144838420CE4ECFA454292B91BC280B807A11CD64C6EE3DB8EFFAEEC4ECB4CA30015E3192F3E3F91B7B2D27740D59E7BE3B3D375F2E6443663FBC5071B458EBB0CEFC28AEC572B9624AE59574216886A53169C0C25439175577AB078D643E86996608AC9C445325A2E2AE2AD84B93B97DB38F3471E1E965F3918546BFBEBAB9365B909E797CD93837EDD8CD7AD8D8587B70F7FD2EA6C2F5ABB7CE3F7CEA70AFFACE95F76C4BF8F297FF6DBBE9F49AD5B1F2B8A131B1148BDA2D1471705BA5E30B58970A4B4B50C9836F81AE81A40023D8C33FFEF6777EF9D26B918B26678F5EBCF4048A8BD95CE69F7B0BBE8DB8CB80030E5405CA854422C2794D259E5950B548B079521D397D24701707BEC7E3C924E7DCB6EDA4AA844EA072A963F6036E0DFB3D49065921E3B178429507CDC3A1248602C6A5B12EE18DC079F4E10BF7EFDC4DD961B7E3D0583AB25C824096451091E3074CE4236A23435E5C3EB53DB06A2D6F627AF2DABBEF389D3D2A32A9E415A462A7D33876E1214A98D9434F9C7FE8FCCC58ADBE9748490B1774C36895CE8C95769D56757426331609C84356CFEE96B3FEE9856984D9FECDD7DCAEC7B07073776D65C36D1F422615D36399F50707AD4E6DBFD61B1B9BFAEEF7BE75ECE8A9F923A5449A33A11F748796EF1CF40615380B0BD399549AC712489243EA8822031CB9DB07B59DFEFBAF5C1ED43A73C78E4D2CCD66662AF972468D6B8022004268E4112284D406EA47A19B8C29CA2808060345080C552B25125DD715B1C06589CA52C8201C3A1A21BAA01141C0848B0423DF479CE70B69CFB76D73608F4C5910AAED1E2BE4F54C7A63D03B72FAD494083777B6EF6F1D2E4C204D880DBAFD6C2A2D9AF641C78EC53C05C3E6FE7626A14ECC4E0F47B63DF46CDBDE5E5FCFE95A36B7343A5C4F651212236A42BE73EF3D90E0D98B276D66BE73FF5AA3BEF5853FFEC2A1B9E1320FA421E4E59C1C6FD65A08839693A5A264C41272320566D86A8CEC8241B174AA2C17E64C7B246E6C1C18869C2DA63EF5E98FC48CC40F7FF8EAD5AB777AD6A0349689B4AC5CC8C524C1C622C92721A3015092CF064022EA6BA9188476E7FEEAADB76EED3DE8ED6D6C3CF9CCC7674F1C3DFFD439D91091848107C04300420009F041019E314E431E85189844B0A6C818E36432B9D968992CC0A218F98C5190229004299BCA401068448C3C3B938C0B882A328E180B5014C862D5B685D298134F367D5E5E3EBD33186E6DEF3D76F1DCFBEB1BABADC67CC14855CAF191338E496D67CBF66931634CCCCF2E5D3C5BADD6AEBC717362FEB88AC8434717C3F6CE872E9CD8DE90CE2C2FD7F73A90526F5EBEFC994F3F373591FEC977BEF1E4D93367CF3ED271F72717B291AE402EE1C35030845C3E29A46310272092D0150109107772935A4AD387B653A0DA23C9C2E0B02F4A674080D5FB0FAE6DBEFCE8C3CF7DFA4B2FDCDDDF3A71E654AE9C950C282E2C8BAA1A974852E6A0A6DA8D413A26499A2221069DDDD6DE96D51F05BE7DEBDEED7431C7C4E8E2A55392C140748171E006E010B04AB820D1887342008B8C42B7DB47829A4DA604290A080135818CB822C4B1A2981EF3423A70CC8EE9B61D9707EE44368D2397DBC3C8B726D4B22C9344219B9F9979F7F6DD64A6B8B27E706DE530FECED5130F9D188D6C8BA34FFDDE97BEF67FFDA3BFBBEB3CD80D12190761CC71E4315020A6C56443BB79E7766DAFDEEB5B0DCF7EEC91F3C34E637753B17C7FB7D5EA3B667DD4C30AA83AFBF68FBED16D038947528211C5C33239E857A74BBA3C97E54E888C34780ED3A50889A019A048407A889AA226644916FA3E448E980B048976BACDA547C6304A215044D1F80FDFF84718F47C1AC863791024C0696A9AB1981C42108F8B02A6603780DABB37DEF61C97527175E5DEF8D4B81B928F7DF25949A3204710585EC0144D0102C0238224236022020C3E8A0268B4FA1E767CDF5714E673D4761B3DD3972489B8D877B81B469E283A3CACDA0355A00894C9949A50A9CAD5C8B3B0A185C0B7BAED36E56124BA42EADCF992356A8305A38EB377D01C9A033D972D6BF930149A21B2BD00057C3C9B98CF56AC66EFCE95EBB9643A77368354CDB0876F5C7BED4436F7DA3BEF68B944184F6FEEEC77071D238986FDC6F1D9F4C39F9D8F21A44B5E21A73A6E677A6E0A1B1223042753DE10293327318F2435051183F6367875105CDBF4394EA990F0434F88A1083B63CBB3814D059C10F40AF809E001E455194410C3E1D017C5B4165B881C534421C000F8083A0FC01F486C30B5B8F8FED58D78329FCA4E4FCF2F164FCEC2E8306A1D0E9D91198A63932922474029A19472CE45C0C0211E4B66D239C2981504B347179B83E19D9B1B54502D3F40C8032A071C591C9091707168337B54AF399E3181F87C3E4328166271C7B26FDCBA1B2AC93B376F2991F207FFE28B2C1C5DB9FA8E2418ABAB3B7DBF4F3D878EBCB891AB360663C74E19D546E445B95852A4FE1B6FBCA1A6E323D391E2F15EE0F5476E4FADFFFE577E776DFF60B7DEA80FBAFB35E773BF73E277FFF0D31AE983E0C36000831E15026D7C0692044404440878A454CA10B9AEEB1073847DC6829198D4006B9E1953B5691A25B598028A630F6B8C6341C5A11F77075C562451514111A2D022A0C512220502408960803F1CACDE4BAACEB0B7E3587DCE65E0B1AB6F5C2F57662377345932A0BBC7BD2E018F8DAC56274AA7C3B88A804544609E0C018D5C10A1582CCE2DCCE328ECB7EA2CE05EDF3A3A3E6945ACE7B81111866138B20280B8EBE21E667E84E292C27A0326F0522E2D0AF2DEFE212D8EF5A93833353F7F3CB17B7B656DFDC6E16175381C4ECE1EC996733C15C5751CF782575FF9552C9D1B3A2351D5088A927A2C15CBDCEF6DF709AB81D7DFB7340CF9144C1FC92075542C2A5BBBFD5EDB5675C84FAB38E7824AC1B1C0B761688FE4742A3D0561133C0BC7458950F06BBEEB89AE4F22045C1610F2462A4A8CA9C525CA8B9A5C022E80D795E51914799860415521910012E70C31C688180F992962C11FED2276B875A79A42F8DE6B3FCE1878F9B147F73747E373CBAFBC78B3B9D9CB49A96446E9ED5C47B498595A30EF1E6EAFD71B51A63286E33911044C30E2822808588428E2087B114751E88651B5D64420E9BA6E0D4D3F0CB8A4434C9554BDDF0999A482A63A66341C99233F8CEB42DB03089D9E4FB3A97476729CC9E4D8D965BBDBA2027F50DD9D999AF5DD60BA320E7177F9D4ECC6F5F7EB3DDF9707D9F40410C90ADCBD4EE3FACA56975A8A16EF9A911FC0C327273EFEF4434F3E3103D8ADD57B5B5529BE0DF13CE4C714ACF8237B10745A72CFB27D9A3F320DD9121CF60FB6B691219667C6B1162361E43B6EE42145D7215356F4644012A294D2200610028A402544CD020400089C8847C8F31DD5C80AC00022112BD0DB979DF6B0357CE5BBFFB4343EDDDA5A132B4588C49E27F6767A3F79EDFD692397511313B97846558488F36AAFB96F86B63C34A328148061E09404210D238A442011EBF447B556074277D81DE4E32946190D6D937235958D54B5650EEAE6D0C3CC65BE4F751318202526CBA12C760279B2589095E65E6BFF4B7FFC077FF7F56FE985D8FCE913EFBCF1767266E6E1A73EBC77FD565117D7366E5F6FEDEC1C568F9D5BBA7CFDC069F581A891ECEFF883CC58EA0F3EF4AC13FADE4F7E35EC39E76727E7B346ACA2832A2C9E1C2B1D49FEE19F68A66FE626746C687E48493A8513520A615CC9C0A065773A8C5155A521EAD351288B792D3D093803460A141D04410204D08268CD333BC0C320E47A2C1D314556B39EA04A52568C140073B477E0761A82DDCE66543CAC4BED51CC19AC5E7BF7F84C514CC7BB98B74478E7CA9B3D08A734DDF31973F0CE4AD353AD88F47636AA5C8AFFE0F5574B47CF4C2E1C05820996144C148A7C4024E4D8E30821120AB2CD71C83830EC636C85D01EB56BE6902A2424DC0CED30008F86340219F04E3F749D869CCB52232169D0EC35168E4CEB1A896820C8E2538F3F93CC64963EF1F4642EA9847525AE986EF091DFFC8D2DFB1BD7EEEEFA9118786E53223373B385624EE4F0E4D9132BB76E4D6515158FC069405C00C212D30AF8916C46EEB02EA38CA416E4CA24201DB00FE6EAA0BD8E7DAB90CD2B258929B2EDCA5AA202240D910E91E05ABE8BB1285225E807D6A16E4018BA346451A08E9C4009150658608128AAC0693C9B895BDDB55B1BD9F18B83F73777F61AA74F9EBA737F47D492137327061EBA7A6B6DB7D67747666A7ECE74ACED1D6FAF564BCD2FCA29A5DEF5FB5E63EFB0C5380259020C84FF3A048B415404554792C62221125D4F90034E43107AAEDBB3DDB66DF7991FD3B4307030670A1122CA8608B5BDD0F169C7E37CABF6D9CF3E83D4E0D6AD1B81E35E7FF3F260BFB3BDB2F2C2E73E4F445E9AC8388D5D897AB5FB7B9228571BCD07F56D31AB66707CF56EBB4B21972F6D6FD7A62BB96242DEC17E75EFFAC9E5F3108F808F60D86641E47407866EA802C6B246941C08051F88041DCFDD55A5B6AC699ECB5CD3505333869102310708ACE681C34C3D97C342D219704C0D5D3A0E148998A7E22AC4B33989023100C9C009F8141805CA9C4E7F676B77F1F8A28BB586875EFEF1CB43933DAF5D9A62995B5776366E1DA68A95E5133363C55C492B277575BBDBBCBEBA66461B7B072D8FE1583A2D2A2A00E66148021A8511451200033F8C468EEBBA767F38B27C0A4406451E5118458C292AA764E0FA9A2061EA53CFC38CC9120E19317D8A10BEB6BEFDC5FC78B9A40A985E7BE3F24EB5F9C4D947EDFEE0FEFDAB23BB53DB94347BF4F4431FBA73F7C1CB6B9B258736DB230EA34C82560CB029A433C9F6C1F6A8BBFFB9CF3D7D74910C5ABBC93201BF139903242BDD663B2D49C024EC330842900400550619C0544516A1C0357DD757D450059490B0EA8FFA7B37EEB9B62DC67462E40C3D99CCC581294025E0041C1F40807AC87BA66BF720E4BE65A63229361AD8A3DEFEFE4E3251B046B474FA898E58A0F75A124195D9052D593CD8BBE50E4355B6CF3E7929C94DEE8D3A1DD3B29CE1900EA838F059CFB2B484645A368421054E24826549A0C04100CA208C58881093E45AAF4F543DAEEA91444651E801304910B0280B2A8A6CC77358E41080804611502996D5907AEDEA9D0F3D72B4B3D3544230BBDD5E6D3F1D17A6A66303CB79E4C4CCF59F5FEED60E033DB5D2083E76E99995AD036E8F9E5C3A5E2E97FFD33F7EE3873FFEF652A9746E792239869353D3CC8EE3A4C4A8C9B1CC4C41715512014014053E29C2AFE38D4E0FBC5D405AE460CB7113E9BC944C823B02B7290CAC291DA4CA329496C1C80130B05DD8DA85ED5A7DA336E89B4810FBFD3E630C5894348C61AFCD6918F0504F668C52696EEEC48DD58679BFB97D78B07B58CDA733AFBCFE4ADFF276AB7B8E67A7793C74466ED0B17A2D0841E652A7D95C6D99438A982CE51229495641520806C2A288D208091C221AD10030D20C1D2B8AA4C7D7F7F66BB68365956181482245E08594FB8126AB868850C842EA898013A9DC9913A7BD5EFFC6BB57B6DE7FE3634F5FD8E8F6978E2C9E387DEAEFBEFD0F9941FAC3CF3E1C57E4C9C9C9B7AEDF3551E6A1C73F74E5CADDA29E98AE94B2E019414F6560754275CA33BD5AC41BA3C16EBA5870CD9EEDB891076B571EE46543A34E32A599048D67E780F501AB60F5B975804457210939ADA27C0608026B001A230406B5BAE465411500D46854AFADDE1FBE77A3BDB2C9A8D8EB9BBA111B98A36432A9CA125271E4D2C07342CE12098120A1DD1AFCD3CF7EF9EEFD8DB1D9F17FF35FFDC9A9634B2925BBB1B67FF9DDDB95627E7BE3FEE1C9C9F9A5B219F414413F9F29FBB146B8BA37604888C5138918E79C45148B2211090888530841C08E650B82804422000A982B48B213469AAC608198AE1B02E544F205890B407D4F1611F3A2188727CF9C1C363B4BA5F281D32924F4775EBFECF9962F9007ED6E2FA2B15CD271EC3883B1C9D9575EDBAE0F5B5FF91FFEF23BDFF9CE54A6C45BDB27CF1DF582EE9FFDDEE9DD41238AFC543EE08A994E264051C266375B5EB8F7DAD5A00BEDC02C2504074781C886DB3B248D756708661D6107C0014A11C660F781473DDBA1AD20377522399986A10A37D7ECFEF52B5B2B9D6E7FB0D33464E3B0D7EFBBBE14223F42DE41D7300C7CD0934500CF9E182FAEDC5CC9B7BB52327EFDDDFB93B3C93FFED26FF73A87D80E8084F3C78E1E191FF33DC72F656EAF5C4B8893BFF75B9F7EFDC55F488A74FEECD14C79E2E76FBE17725AAF1E504A3FA8C413C623F20145074C9665C658E0FA4E14500C581245491435058110724E233FE25C89A91C2847521846C091A628495D29CC8E07A3FED4787E69BE1C845393B393BFB8FCD64BDFFA811DF9376F6D1F9D5F0292BE76FBF6BBB7B602ACFEEB7FF52FA3C0FDD3DF7E7E67AF2B226B6C694CAE6E3CF1918F71709BCEE170D4CB1A59E8D8F17805223589E30B8F1C1305023203BBC3C560A3D6DCBBB163BBA3471F9A43C865C010E2B1B8AE80B4BE753F962E94A617BCF73707371A4E2DEAF5403032B66B0E7BBDFA4E35A0B4E938B53EA83122C7928DEE508DC53551562531B4CD6E849C916D935E22E09A0222E3DBF7578908977FFECBB8A41732E56313E3BA44D60FC4ADDD1BBDA10A192D204E1476B920FEE60B1F6B1EEEBD76E5A61501C21C131180111AF8C03965A14023492051100E7C3B0068F5FB5DCB0904C167481424CA19D088D2B0E1EE11495405842962811005FEDDB58D6C428560F4E4A367EE6FDE7BFCF14B8BA7CE7EFF976F1DB4FD6C2173E59D7A63F74759490C1C9B0968717E7A777777E9C4F8F5F77F76E1D8989E4587EBD722DBACBDD9A53975E2D4422005FDAD7E0A65008468FFBE1E8088389432BDBBEFBBDEB03C35BE307FA4DEB871EEE2C5649279668D612A6931C68DDD8D76797CCA284FADBEF8A6E62A6123B007B4D9F3ACA6B3D3EA39F67032ABCC1F99479A7EFFE060BFD1034D999D2A395438386C0780CD10DFDBEB88988929792C3DFED043E8A0BAF7DD6F7C3F57CECF8E8D6B94BAE561AF6B8F4FCFE4178F5E3C310162D73CDC2DCFE49D1125446461EBD4D1F2C0EEBEB3D91405E183C68DF095FFE20FC726273EB0FD06F7B7F636369D2060A28044994B122722E5C022069C33A05114E8BA8A11208E7D370C232E6091483891D2154368756B3E8F4284FEEFBFFBFACAEAB6E371CB0E634636B0D1B0637B0E6518FDF66F7F667BFDC6F34F3DF4F0B9F9B327A7259906562F261222E04CB1D4EAF50603D3EFFAAFFEE36B427324310688731951671802351D27B37834183857AFDE3E77E634F346625CC5914723188E209D1DD7F574D476D76F1CECAC35059EAC1D0E7A232BA42C97C92FCC4C558AC94C26A62852B35E4B26123143E71CD1288A27D2A3918304D97123012BA6E5FB5E14D71293A5B162368F18ADED6D1EEE54F7775643C7DADBDD0E432F0C9CC71F3B670DBBF38B472BD98226C57EFCE39F0D5CE7C4431787015C7CECF1B14A09044C2CD78B2875232FC63811241A31CBF31C46ED90F951C890208AA2AA4ABAAECB8A18D2C0B64DDB8FBC1022244580CC30D8ACD67CE61C3B327ED068D7AB8D6FFDF89E4E607AAA58CC279BADDEC1411D87B46264451E24CAB11FFDE447CF3E77A932AE45FDC376AD155348666AAAB75D4DE72BCC57DCA69D1C4B879E3791AC2C548E04D0959332E4945AADA6EAC95C653CEC5AD2C2B220BC09A9D2FE95FB53B37981EA9EE366122921911D36BBDD6ED0738CDB7BAD1BF6F6583A75FECC49EABA8E1D2219B992108F25FA87ED62A6CC9058EDB6E72BD3AB7BB5BE39E0B6E3BA403DAE249388536FC4A94A6425A62BE8C4543E9939A1A861B7DBB65C68B52C5142EED07CFBA76F2C1F9D66BC77F5EAADDD9623268A1656B6BBA3543E1BD355C00880114954B0206882012C882553A2A20A44A1BE83459160FC81E3134591659A96099E67A50D4D51359E880B8AEEFAFE70D86B36B61BB5467DBF3133956E7740572195480858E111B586ADF9D9722E99B9F9F6FD4A714C55E3864EDEFAD5E5F1D49347C6277AF59DBEEB585BFBD3A52908A5ADADA6ACC76BF7EB83564774C9C6DA5E2FDC9E3955492468BE9C16E365AB6DDF5DDD5AA06A65627EED9D5BBAA03BED502B9474E283A0743636E389722691EB0F1B4D93BA014004D32193684423C7F102571591A2356B5DB3372A4D9435510F5D571148319FBDBF550B713C9ECF1BA9ECA0DDAD365BEDFAC191E9CAF1D9724656E7CA1917DAE5B1991094E2D8114693D4A337DFF9556DA79925F1F9CADCDD95B71A356BA8C6702A3B3083D0F70003D088500E5E18092216008F4CABDB1B988E6B079E07C8658C4B32210438E751C41863011D760702517CE4C6D2B990463AC21523C102F1D9A79ECE64323FECBD5CEF34E44C4A94F5EDED7BE7CFCFFCD97FFD0506E4CF7BCD8DF5EA28CC26F5A9A5A9B3D58D5E3199DBDAEBCF9672BA8A09577FF9F3373B8138304727E78A0F1D3BB5767BDF28A4163E7CD16BAFEC37B60529964B10D316AEDF7C501C3F1621D9B2A2B9A90912536038A20CD7CD9A6A24EC41B0BEB5393636F6DAB595DBFBDEFD56BFDA695E5898994D6BFD831607AD5EAB0FBAF6786946D7633DFBB0516F3F38AC532D19196A88645715DBFD3A8BECC9B138B3BCAEB7DFEC7A938985EA8A9D99267A5293D3B96B37AE8F2C197399037EFFE6ED6EAF7DF1EC850F3DF1E8EDEDC36BDB07D56E5FB0A0000020004944415456373D3123A00F1C2E464449228820E010B1AE63B76DDBA551C431260458F8810A1C85118B224E5918048628867ED8B5466E105A9EAD8888508FBB8ED91D122AD200127A16CBE2EEC1E6173EF7DC236727878D071491F9F9C2CA83D6D0736FDCDB08FAC6EC985E6A8E9C10DFBCF3E0FCF193439BB77AFEFCF209405466DDDD9DCDA9E92923AD80630A821057E3929444BEB4FBE0F0C60D4BCF6E70CE2B09D537C3EEF65E7EA26405746CEA2480B871FBE09DD7DFD73263536363ABCDCD9E07EFEF8F4E9ECB1416663AA391ACA9839E4D89328898331A4544EC9896A0C6954C3E25879BB5562127611A708A65431B99A11FB858C8EE1FD64F1D5DA81FF6769AA35AFF8ECDC97ECDEA0F9D9461E48BB387BDE1DA6E6B7A7E498B3B81BFF9D18F3CE762319B4901C28009613414314211032016B0368B2811914018E384FC1AFBE004870C28E748518751A42AAA26C82E0D1DF0B022DBA6938CC9F347E67AEDC1D0EA2909A56B550B45F1A19365BBB313723708E0ECFCC46BF25D0779A214BFFA603F5D3AAAE533474ADA959FFD7275A76918392537210BA4908FC93A39DC7D90888708A2D6DD467E71D240CCE9C3DEC6816D6B7A6CECC11E1C760EE6B2223BD84A8BC16EE32091290C1AB4DFF757B60EA92BE694C4F2B1F95AA37DBB3AEC06F0FEC1E185B317A89ADFDDDE28572A5DEAF6E508421B30294CCDB9CD0196D2980F83818D531E717C83E81AD78DE444025B8CE236B2BEFFE61B2797CF0F2CBBD9471EF5224E3EF6914F2C2D9E940569736DEDCAB5F76E1D5E3BFBF0C30F49B142B9E4712420008E8163F201D1833800129824812CF320E4947AAE1D314A11708239879051CA384234044040454110B12022896114220811FFE9CB2FFD9B3FF92F5B83C6D5DBEF3EF3EC630F9F3B1257394309C4E248503ADBB58F3D7FF295B7EF96D3CA938F3C73F6F8442E19AFEF3776B7DA84197B4D4F16A59DFDCD90EA95997876BC3CB42C1AD2808177E8EA857121F000F77C1F492411B982C8E5E3478E7DE848D2EFD756F60FAEDF58A3A6C82279A7D9BDF8C8A3E57C767BFDC1C71F7BA4FFCA2BCE90751DE7D6E65E213B3E23EB8AAEECB3C64EA7D9A9EF6240B15881A8A998A4D4AC46529506F52AA298C462E08540C10C82444617252CA6D26D2B6CD4878552E5DCC3674F5EBA58AB1EBEFAFA35CAC8F6F6B66DB996D56A98FD4B8F3EDEACEEF6DDE0F8D9870013C00261C039E7FFBFECCE39A72CA45124104419420C28638CF1288A02CA38E7807918328C44016389881C101724242AD962E6F2E59F4D149585B9A75AA3FAFE26371561D81F28F184661803145E78ECE4583E7BFFCD2BA9F69677A76D9309709DA5D9993000145124BADC085DE25D5FAD9733656EA2A492C4A0EC6E0CE7C4945299847D33AB278C5A6B6FFB6ED22086EB3996AD19C9588265734AAC9C6E37FAADDE48475C0A7DB07A963FFCA3CF7FF66BAFBE71D8E97CF3DBDF5F9E9BA7C33EA5B4657A2186563788A970A6188BEB31EA981A75260BE95AFD30A1C5631266EE901858CC64D28B33D57BEB53E509D31A602DAA4C18A54AFC8DD77E76E5FEF6FE889A1E1311EB8FDA466416E2D9EB975F8AE58A3C9E03CE00581446180010C61FD8C84110D89EEB799E1F06E89F596BC618658C02E79C472CA4C0BCC88D422FF05CA0C0434058218A922BA4E7E72A95BCA409664687A94A0E139912C30C95BDB6DB1E58BB7B3B93939923B3058C9DD1B03971E20411D4A1E9F54C279E4D7B51A848E2FCDCDC338F3F736AF9DCF4D8D24469693CBF98968B0FEEEE0E77EA93D353E313F9848E74142C4F4C8C25B3D630EC747D16A9F9ECB8AC25C2882DCD2D04A391DDEBA434A56018BD83BDAFFCCEEF2445D988C7DEBF7B8FAAFAC08FB2B90AF541263816CF98664801AB89442462359D4A15F3E97C8A086CD4AB626655F2094D57CA533397AFBD6F72E7C9E71F5E7F70F5173FF95638E834F7F6DB9D7E6B646E350EFBB6F9F18F3DF585179E37E470D8DAF3AC21D00838439C110AFCD7562AA35EE07B9E0751280882EBBA01A721E50C3807040830C61870C40346238A8153CC9110521E3114452CA25EE8F5139A9B90D98377EF5E7BE7EEC805A248114EA712C90BA7277FE3F967F584546D1EDC7AEBAA8AF0A956273E3537BCBABA5EDB1B10E1D8DCC4B88AE2BEE21E74EC08BFFED2B598921D2B8C65F369AB616D380FB6BB0D235364F6201F5308E502930CB1D0E93507035B8B275737D6DB8DD65CB9EC9AA64A9861282DDB999A9ABFF7EE7B6AC46EEDF48ECF95972F5E7087664252E7C7C71E3CD8A0081123B5D91BDDBFB972D0E9158A7943141D77A85327A9454BE5F8B162BADA68ACEFB6DF5DED2E3E72B4D93F10C2C1FABB1B306B3D77E2FC7FF3773F58BCF4C495D57B27170A1395FCFA83EB172F1C5BD9D8BB5FAFDAD608800922219C7306FC9F554AF840F2C682C0A2103870CE234E39C21861C679C429FC7F3CDDF79365D7752FF6BDF7C9E9E6D47D6FE73C3D396106180C7224483080990449909448A557B64BD6D393FC6C3FD97EB2AB645965C92A89CA7A1423400A00913198C160068389DDD33977DFBE39DF734F3E67EFED1FA0D2FA2356ADFAAEB5EAF3317CCFB19E1F20C8603FC024B04DB75E2ED29C10D7F883B393A74E1E5EDE29BD75F9EEF27A8538B6EE796FBEBA4688F3C9E79E6EDA4E64B47F209158DA5D191F1E3B70E4806E1AA954A2D36CE06484784451A388D1BACE0DCB7375AF1AD2F548221C8D6B65BD71FCF0014ED8AB963B3C0F4DB3CB98B05EAD53968D0FC564599E9A99626C37A4A55991F1A89F4E67AF5CF9707EAB6A78E040568944D5AB573F18CCE56A2EDE5ADDEED64D8E1796F68B6C44058A2053B5DAE9C04804A12095081D9DE87BF0E881ACA43476EBAEE16706C44AA335141739429212487228C1A2C7CFDC230F0E7CF4819B8AC4188C07D3E94EAB74EFA963F69D02C7B01F63A82C4094520C280410321CCB711CF5E9C7178F9422040218100AFE4DC60698302C4480458CE0D280A384022C00C092E0BED327A2AA4F7CAB5A2AABD1C4F4C464DFC861C7A5F9CD4D42C08F7FFEEA5BEF5C3E75EFF9642C2B2A82D9D91F3F9A8D87F0C0A999F9CB9772B2C851984C8AAB85359D6A848B16A0E0F9980516705A934A74D863002499A961A849E144464CE6806EB7DEFFB053DA73581E32706B7723198BB32EE533E946B5A1DBA64FCA8072CF3EF6780FC16DA3B3512C64D2895B776FED364D969505CA6B9461582E70CD46D3022CE07C60741A1E4364D6A8E9E2C6E66EB9E61637F63B967F70F2C8C6FCDC1FFDE66F56C3B1DAD2F2D9E3676F6F54432CDE59BA1BE2586A38AB7756EE3F326214EB07EF99387F66301E0D03CF051C643FEE0994100821CBB22CCBBA8117043EA594004208C1947EECD2010058C43214208402806C3FA01C66209079A0212A22A837DBAC880B7B791BE3705F3F902296650CA5B472ADE9110720F66F7EF00FBEDE3C33DBF7E443675309B55A28F0117638178BAA282A8759016AF1E8EA6AA5E71BD1A18CEDE1D3F79E1D1FCFF17ECBEDD4F47685B4BAFBA572CBC53B57AE31BA930D385E10A2E9141F566555AC74EA51466E198603E0F0D401DB722DCB717ABA43703A190DC543F97C1E03DFE5408778614E966499C3341B97E352AB63F62C08AD00B302303CAF50AF8B96176D80702C9B0E053717D67886DBDB6E9576EABE6E2FAD2E276239C6C9E797D659C7E3010BA0387777F3E9871FBC74E3F6C403CF88220F781E4086F9C60BDF181B1A8180004C97E7EFDEFCE81A2584E779D7753125846002092514134C0881007094631841B77D41517DDF83D896B033D11F9FCAA502D36A35BABBF98A439852ADB15FCAF78C26C65D25A2A4078776F6F2E5DD2EF2FC03C363BBEB5BAD72EDD489135C5C8DAAECDECE4ABD51B22D5BD5A2E73FFD05681AB76F7D288598FE9C168BF246A7928A451AD526C349EF5CBDFDC18D852BD7B68C6E8FC128DD3F78E0E471DDB399B03C73E80024C4721C46917C0877767739C462DB0B4543736BCB2EF1F2F9625DB7AB0EC012B429105525CCA19168EC586E38C12A81430DC354626A2C1979ECC1FBB3E95C2492592E966A94ECD69A34108CB6393B36A177DAED46716979BE50AC44C2B1AEEE786EC00B62B3D3A937DAD54E8F8F67C6CEDC07200F10CBFEFB04062184902284180001A108218A312104104228A410500A60001CD761580838E4063E00BEC8E03307A7CE1D99A6AE59AFB573B981A943A702E005C8490FC4FBFA23221F2096F769EC934F3D572F767FFC4FFFCDF0D0F4E8B107CF1D030A0551263D39D26CD71987DCBA746B383355BFB5D0D82F600CFA322AF5BB95BD159150361C6118AE59D3A77293B7AFBE1FD7C04CFFD073DFFC466B7D65AB5CBEBBB5B1B9BF158FC6DAF952229E8A45D44C7F2A97CB09942D6CEFD6F5CED4C4586A7C3C373419DBDB01DB5B6D2FA83866CF6AAA8CD06A765294177C26A3C5812094BDC681E9D963A7CE6CCDDDCD1BE582DDDB300D36142E978C8F968A07C6C62D8F7BEA81871261A55C73D74A5DF3BDF94B5B9B3A764F9E982D3808B1CAF53BF3271F6D09A31980100B08A51FE37710B288611826409452CAB288A330F81807460C0020208452C2B112647886039E6F21CF0E08888A8C0048A3DDB15C30B7B2B75DEAA4D2D1509C6B2EAEECEDA27426BEB5BEB3BE5279EEF3DF50E4C8E8C4A4197835C2BDF6C112A6E627BFF258D92D7B6A24CAC18410AFAF55570A0B2DE2BB1E78FCF1C7AD4E2DE8F5DAC5CA72EDCE9933F70320BDF3D29BF7F7870613A9E9BE3EFDC645AA2A4DD7DE6BE98CA236BB1DC892FB1F3A3B7BEACCE6CAFA7BEFBC5FDCCB7BA68B64C5D1949FBD7B6574F6E0E79E7BEEF727B2DFF9DEF7210081A39B48DA77026C06D9440620087CDDEBDA8F3FF468B95ABBBBB15A5CDD5D2BB69A12B3DF6C1F1CBF47092576747AEE9E8792A3EAEEF21DDF459EE7499A36921B5B2AED6E5DFE68662CEB1AEDD3C78F7774238D09209879FE5BCF8F0C0E414C20623616166E5EBB8E3DEFE39180004001641886E3388665218094320CE02880666043EA68886435303BD8077D8F5098CCE408929B6DBDAB770481F589ADAAE2F6C6AA2C6AAEC536CBDD777FF596D33387C672AB6BCB615973315D2B164F9D3A7BED9D4B2120F64B11ECE0B5ED7D240B81603FF1F5CF8738482C637474B2516EECEE5752D1CCC481E3C746A772A15060F74A9DCA76B3D6A2FC4EB526F3FCE4C8602A111F1818D8DCDA7DF957AFF72C27914E0D8F8F89A150A42FCB2A5AD783B76EDC4446F7C8C404CFC25EBBD3E9789A26BA8E9BEE4B290272ADAEC453DBEC4E4D4EE4B2038B4B4B2EF181AC7CFB7BBFF33FFEFE1F0B52E8836B1F0822CAEF2D6F6C6DAEEF156D465E28B64C4640E1901C8B3182D06AB7BFF885CF9FBAF75EA0C500CB31DFFCD6D7878786100500A0F5BB776F7C741DFB1EA59450420801140084588E430C4329A594120221C778811153D9A198F4C089C347C64615516E594EA36300861324B155AF400822F1703215FDEA979F3D72E4D8EE76B759368F66C7B7EFDC0C3ABB0786139958E8FA47375A6D677FADB47763252329210526FB62AD4EBB50AF7DE13B9F6391DD6E9462B128757128DEF7CF2FBEFCD6C56B9D6AB3516FEA86D1C1AE30980AC25AD5F4EF397D2F72EDC0306DC7058C70F5E6DD0008BC16D503DC719D4AB79B2FD69B864B381963B070F34654D53EFBCC27AFBD7F9915A8A8F018B800589E5E0E73FEA189214DE067660EDCFFD92F7EF0FA5BB2A8FEDE7FFFFBCF7FFD3B1F5CBBFBEADBEFF46CFDEECA7CBEB8F5EC97BF24F60F5D5DCFF3FDC343878EB5BB5DC730A9E38C64B30C827D7DFDF1F4000690FDB76081020001A514124A294500524CFEAD2080987CCC502186B12896584E02486202855215815AB962D9AE859852BBE139BECC0B2C02AD56A7D82AADAC23C6376291D47B17AF2920ACE89EC6F0D430B35AB857D7D362E48D8B0BDD09FD9B4F7D3AE856A283A9F91B1FD6DB9D2387A61CCFF621ADE85DC87021A80A8A76F8D0F1BBF36B73CB4BE95084D8E6F77FEBBBFC68B2502AB7FDE2C6D2527D732D248B074F1E9F5BD904BC363673A0D26AD7AB15C735102F60870A886B5B56B3D9E8D394EDDD2DF50AFFBBFFE1FB7FF2FFFDA05CD12349313BDA77FEE0D4DCE54B6EA3AC022AF7BC2B3FF8876C3402FCE66B3FFAA9A46400E5F68A7BBD6E2DC2714A34BB5E68CDAFEDEDE86EA5B0C3EC5518D7A57E60D96603924E5BF73001A2C420868514400801A280928F034600C0BF39EC10FA00104228F500822C62004401F50C47D738CFED620601AB51EF3A38804CD1B1020E21ECDBAD665A0B195DB3A81B7288FDD9CB1F960A4EBB099E79F4C0D2FC5C5C6523F1C18FAE6F67C43E39D0BEF4C9A7DB76E7C8F9B3FFE71FFDEF73DB0DA3E6520B4D4CCE2E6CEFE090DC76B060936AB57C7826176665B76D3EF4F0FDE94CF2C2DBAF5FB876E1B03DB3B5BB7F676E4D9294074F9C2484204E5EDE2E8CCE9C592E74F38D96E9F9E158289B8AF77B38BF576A774D4DE309636D942CC3BD0C053A313444BC7CB5E67473CE9B572FBFF085CF7A7B95F5EB0BB75FFC5729164EF0DE7A75CF5782FFF2877F78F099CF1D3D79889ABDB307260664767171A1A343C3E56DE22B0075DBADA0D7BAF7F489644CA310F70C1310E0781EFB6F543884802242610020A11041C8711CA518018A08C6083094631062192E168EF4BA755912D8C01A1FCCCD8E4EA88CA825522D448B7A3D998C6932AFB29CE3D8846731A0776F5C7FFA89039D76B0BEB83A79FC50A35A6C04ACAB07B86D26E271DEF634C87C70F9C399D9E3175FFBC0D7DB43712E9648097A6567BD9048C52F5CB866169A5E17299A76EAF4B1CCD040B3533F70FAF8402EE361E0FBE4E4B1E3AEEB6FED179470A4D1365CCA563BBD8E4B7C0A7855F1A9BFB3B73D20C95CD01B4FA8D164B47F301952C554285A2BB59A21DFE8AD1F3F760C001F7BF0077FFDF7BFF9DC17A7660F94B68A8165B9A671F2C0811E56DA8566B5BC3D7CE8C88D2B6BFFF4E31B4706065A8D66D5F674CB441CBBB1BE35DE973C7BFE89D1A1C148480281AB86220001511059C862423C4459E007A21AEA9A368F10A4940580E7584C3C827D485991E311E4B00F68AB1B9725DF354C1BB80EEE551BDD522397CD563D1B84F8B76F5CCE8EF69F3A7A301C121211A954DC67FDC6E9C3633F7BE93D41E636EAFBB14C3A921EB4EB566D791775BB5931E8354A17D6F77EF3377EBBB7B2872DADD1DD5FDFDC4828D152A392CCC455A02EEF153BC73DD7F18F3E7CFEC36BD71CDF397478B66218A6AE1B189577F63D0C4AD5CAD0A4D430EC68366BD87AB3DE260CA4088B32383C3DFCF8E963E389988483BB8BCBB1B1899FFCEC652731B0B357DB6E59268585522DA149294EE60470F1E6DCE4F8D892D1D244391D4D1C3A7AEAC5F7DE6BB5F61E9B7AE4BFFE3F7FA43B5E2296D0CD360F1021A45A2A209147C4EEF9DC6EBDD8B6F4E9F1B1B1C15C341A0738000C6001650062006500220051C2500C214380EF634048E053822140100080204010C4C221D3ECF21293ED9789E773943C70FFBD8E6930661724235BD5ADC2CE968AFC99C9A1F2D66265BF68B4F41FFDF05F12B999D189195562C2F1D4FA6EE3EDEB1778E2B31E21558304C470F05FFEC50F461361C4213516DBDCDD9F9C9A52B9908224EAD0789CC31030AAB4B4B369108259F1ED0FEF94EB0D59D23A9D0EA42CC771281CAB19966B5B0463D0B30FE792D9C1ECF193C7244D2481096C7D7DED6E7D6B9342E6EADCDD4EA5737965EF81279F7DFDA7AF580CB35E2CF989F8896307652668392D83454BAD0A30FD13FDC3F5DA3B0DA377EEBEF337AF5D1558CA898C4FB1968A97B6763812A4C34AB1D1061010CF29EEE749BABF5AAD4E8D8D21960190021CB0988880080011C010CA78107994220C11C60012D6271226084280314610130828C3438E714D3D128F870426A2096F5E7A1D312050A5D9E17B3EF5C823CBAB2BE3FD39A7A2AB92FCF883CF2CAFE5F39576DBF2B6776F9DC8F51F4FE518965F13F84B6BEB7B32AB51924DA665255EAA35C62646971736558DC3B61F0094E9EBE738A6BF2F29C95C7E6F5B8BC63DC8D5742B5F6DED969BBA876515BA01258E7EDFA9A3AD4A3E2CD1A8808E4E8D1F9F9D2EE5F70000A0B4B6552E57DB6D2BF0328383559756CA4595D52667263FB8796BF8F42C77F103BDD4D141706EF660FFE8C8585FF8FD0F2F357B460B120A7034A2120BF72587BA3A213EF795CF7F5DCBA4B2D9AC516F7DF8EE852333338968F4E2954B7BA5C2DEDE9E8FE1E2D6F54EBE30D0D777FABEB3003200211600960216001F400A2101105340090694E1294004220C282001C401A118031A0418633FA62AC8733FFFE5CF767656E5B84C19DC34F40BEFBD290ACAD8E0A868FAF71D3FEB736063377FF6D8FD9D8B575FBD70813A3E5D5FEEACAE512662EA3A175575407C4089E3F3BD6622146EFB416270687767D5F01C6FEEEEF973F7AE6CEEAEEFECC7127156E2378BB59D526DBF665B143052C4E7987CDB6618A809C24777EE2604E6A9FBEE957C0BF9EEA50B97649E29E4F7016294706473758B0D49C566E7E483E7D2C3637AB18E03C286A55B2B8B7232E6D57A021B6ABB5EA1D316389FE345DF75654EF091DFED75AAA5CEB14F3F72DF673FCF67227C4C5BDFDBDCD9D93A74E6E4A9D91911B196A127FB53EB5B9B8220ECEFEE2FDCBA532A57FEF59557664F1E1F3D721C50CAD27F87A3D1BF2F2300A510302C0680228E220C6980034A9880228819C888BC67B54627A7200EB677B71E7FFA815AB79571EDF595CD5EA9ADE7F7EF7B707AFEFD8F74E2ED56EAAFBEF85EA5A94BBE3F3ED4A70556B3DD8C0FA51C8949C6862B7BFBBA17B47D07D941C7B3EDBB9D332766244549A41343E36385A6DED2CD66C0C962120AD20717EFB44D0005D873A8DEE9488A1C406874CCDC686A2CDD6F94CBAFBEF2E6403A1356957A478F25134A6246158577DFBD30313E98CEA586A787B6AB795DD77716B6783934343CB9BCB665D80E85201409599E959E1E5F5BB8A309A248D0A9F4B01FB2D444541A9CFECCAFFD863838F9CB375EAAE8D591F1EC6E61E79DD75FB13A9D4C22393D3985017CE4A927F23BF9F189294D51573737776AA500214028601816224201A61040422945904040200000031C004860401902302084400428803DDB9201603D70E8C06CB95AC98C0C460773612EABC622E96CF6C6EB9791E1BFF3DA6B8D56DB1759CCF28EEE65A3E168224E02B77F306D53822361BFDDDBDC2D77BA2E4288A138A2CA6DD7CCB09CE93962243630356BFAB8DEECBC73F1D2634F7DE28D0F6FF092DA7041C032660F77315039984846C3E1483CACC534616B718E313D01A0DD42A3DDDDEC1F1D5DB8B31A8944264747C68E9ED2DBF5A80FB7D7F76C6AAFDD5D4B88A1FEFE918243E617D7CB3E5164FEF8D4F07FF7EBBF9E92C457D7D7B65617B0DE1ECBF43B00182EF9CAF7BE1B849337D637F958627A38BDBD357FE2C49147EE3B7DFDEA95DB1FDD5AD9583974ECE42F5E79756B67FBAB5FFE2AD4E4F123B3A3EC91FEC1A10000064016408F401F02080982980198653024946236C03020C80730A000134A21612944B2CC63A393C9447B96CDF301A4CCDB1FDD006C50EFB4EE3D76CFB35FF8DCD55FBD1DE114A515F238DA32745961059E9F1EE99B983D20F6255EBC70F1DD85BBABBB75B34752D13E41E23B7ACB677132193B7A6C568220242B5717373100737797012BBD756DBED9750409557B80002CF1E0F17B4F1D3B7CA850DCDF5C5FB37A7EAD16EC577A11C8BA8EFDB947EF5135F9DDAB9746272716579775C7383A3D23C5932EE679C2E8A596530633674700547F79E3F64EDB8411DE77BAF9DB577EF87F359880AB15F6A261EEE907CE9D9E9CD8DA2E2CD7AC5066746E777FA3DDF9D98BFFF0DC671F8BA5E377E66EF6C742076727CAFBF944AAFF272FFE1C0A42B5D9BEB6B4A0A5138D62391D8E50C49896C389020B000590508A00C588400653965002288104A280A200404C2921010194A580388EA9B04CBDD9262CBB5DAEA6532AB671DB6CF94170E1DAF5478E9E4A4F8ED8F5B62686310B044F60386E6274F2E0E193E0C0A15FFCE06F7EFAD6FB26CB4396C925D22CE03CCB913924C8ECE4CC38D2A41BB7EEAC6C5758492B55DAAACAEB2DBB4FF26455E3457174A87F6474289BCDDA46EFBD0BEF5A96C5317061258F058160960134AEC8E54AF191A9FBC6B3A9D5C5F9D1A1ECDE7EB1D6AC8C0D0C090C57DCDD9FBFBDFDC0F129114B2B9BC57ADB1279450D2BA307A29F3979F45FFEE227678E1EEA6132104F9C3876746F63D922F4F089FB04397AF9C2DB5D040ABBBB7FFE277FF2EBDF78EE897BEFFDE0ED376EBDF9D6F6D67EB9D270000344259AE97FE38D7704451E181E8A2552212D1CD24204201600C800CE238E08A9CA23E89881EB72A20058864588E1598218044080B003010581C031D8B3D588E6B3025123AF7F7883D7B8B189610831E6852B2B2B6EA7994BC6A72626EBD5FD5C224711ECDAFA4A75AD4F41B9D9698C5E86AE971042C8B3044E345AF5BE817466202123F48BB7DEEE9A2E10A29A96206DD3F0B028B2514D8E68CAF4F4E4D6D65644E256E76E7575A3A5EB96EB793EB501F02874039763804648ADBCBBB3C0E7380C2368722425F8CD5A79EFECD1994EB1592B969F38792CA686086016D7F3BC1071DD9ED4D1870E8E4062FEC1EF7F7D343AF2977FFAE7C311EDE5177FBA56DEB3A9AC449BEAF4BD76B3A17BE61FFCC6F7ED560934EBD77FF95A756DA5B3B33DACC4CEDD7BE8DADC920359BB6526D3E962BDD514EB6E26E73A0E0080E0802598F502CCB10C6402550463B91835AD465717C4908EA961D856CFE5012B491212D88002E205948196E7EFD79A41E0A3504A8D8758251D56F87844C9244385FC8696899603132982CB92483CB67C6727313DD903F6A907EFFBA33FFA4F4B775676B6765D177F78F52E85E0F0EC3882D8B55CD747A21AB75DB0B3B3650738ADF06343B9A9F1D1CDD5A5C5F95BBE870DBD53AB34AC003B1E0148F0818704DE0584F0D003D42498E56516A1B01AE53274209579F7FD3BBA07E6EEDEB16A9DE164BA3F1EE619F9C3B52D22476ABD9A2CA831556C95CA74283A363A545BDF13387720131B3E706FFEA59F5DB95196B515EEA7FF52C5DEB53BD78B0B1FB28E2111A7B1BF3D9C49FEF60BDF6B561A84C05EA5B3962FD6DB750A19C7B52BFB657D70A851A9400010A0CCF35FFBDEC4D8308201F4BA51601D19CD9C9E9DEC34EB4B1BDB806139566501877C0268E000C7C70E43290721020C27A9BA17981EF129D3ED1A9A1AE99AE676693F333A48253680C4B28DFEDCC0C4CC01469218551E9D9A0648183E78F0D4FD671E7FF2FC539F7C68FC40CE0C0C48E9FADC62BDD88048CD176A86610D26E5D9D181A1FE0C085C1CF8AD76BBDBED19B6AB9B8E8BA1206BB0115EC90000200049444154921A924351DB0D00C7F88C673B8467404411B0EDA5E3FDE9D4A0E331CD9EBBB9BFEF21607BA6C0C0FB8E1DC9859572AD56F0986DCBB26840A0876D83C15E69678BBAF6E8487A642C7BE4F0C1F72E7DB0B5DF2A34AD2E22E1814C6620D56C948ABB1BAED9B37A3A83D003F79F3B7AE4E8B52B975716973A8D86ED5AF576BBD9EBD60D9DE13901C16C3A73F4E851C430ACC0ABD8071C4F0075A0AFBBDD12307A434935A5715D824DDB243E14590E70C04796E77B3CE4288101A59546C3078C695B04FB8EDE756D271C918DA0BDB0B7194FA8C0D6A3005EBB3A9FCDF66572A9A9A9F1DAFE7EA9BA02283A7AF490D16DAB99D4C35FFB34A385FEEA4FFF9A977848E05AB932104E0E0F47BCA0D76E94478F1DD3BB68736BCFC3C4301D2FC0143282A2B2806110E2790E11DFF75CCAD2644A31EB66CB72794ED8AEB76D8BF208DAD86505C5D6CD5C2E319A49EED78AA68F9D80F378B5D0AE3A3C61458410DFD797EB6D6F5C7CE3A3840C1E387FE66FFEFEEF749DC494F8A9D9843231FEC5EF7C8BA16440E6E66FDD7EF4818716EECC95F7771F7DE4E92B972FE9F556736F5B42421A325C22562754709D10C76523B1FE440220060401F3C2377F6B603089180FF81D52D999BBF07663779B78DEDA5ED90A7C8211073996520A301120AF4A0C607C37F03CE27AD870DCAE693AAE6FBB81D3ED4622114191030A0CC7D73B4E5488F1506E34DB1323231955C3B6B3B0B038313D11898BB66788F188A7DBFFFAFAC58F6ECCA71329DBF4C6FB27636115FBED784C0D82A0D56CAF6DEE582E8EA7070C2F60044552C29A166210A418C7420A431C86653A2EC680A59E4F7C10D234D7F13299BE80129FD0C191E16844712C03102CF0BC14525C412AB4EC6EE0DBBCC387C5808266B136A925271391BE84AA45D5EB4B8BA55A0738FCE4C8643A934C87D597FEEAAF8B7717A6D243CB3717D2D1340FB8C5B9798DE11E3B75320E9988EFF13D63A63F373B34C278D8EAE88542617676F6D081592008ACEB9A2C03002000400E20E4D8BCEFF1386030E00875038B9000500E710C422C653896273670798623018502A4082286E1A98F580E6340313B367270736FCB70FC62C91BCFA606069289582A26CB1B1B6BF19072E7DAD5C1BE275BB51AC3A8F99A79F8F0C9D77E7579616D43E345CAAB8EE34068E66B655E94020C09E234356C595634146EB6BB8208584030097CA7871D4E4490C37E4C9458492190F77B5D8663F72A8D3EA319D8A600806136B2992423CABED16905A6E70B9C124F0D24A27E8F505AA87572C9A4D3AA0FF40FFFFA973FB3B1F9E13FFDE09F5D8E29ED832F3E756076F6C8FCE6DAF695ABA361A511040389E4DE5E9997B55AA1C8B0B8B3BEA157F692D49B18EC1B4B847B1E68DBC658581D1C1E680BDCE19919A0C80053E65B2F7C2B9B4D23604296188B8B177FF1CB0862A2B1706E66504DAAAEEFE9BACD602A69212C48A6EB71ACE83BBEC0B0800046E02904802181EF292CA78852241CDFDF2F032A782609B1F146A526AB6866728027D6ECF494A2850BFB855EB5B1B9B0CE02EDC0F469C316DE7CFB624FEF400134BD5ED9ECF4028485503899D32D9752148F4521F11912C82C8DC8A280B02A321007A2C089020F08E0291A8AC51B8582C651CFB55219EDC47D27CE3D78F6F2A577536145C5BE5929F64595D32767EF39772C3B36F4D6B58FF2D5CA914307458ABEFCD4A773E1B8D5EBEDEE6E6FADAD0C243349391C627D9EE5C28A8ADB1DABD56CEA8DBD46B5E313B93FD77FE4689787BEC28B71A954D9F2EC7626A64C4F8E0286545AB5FD6663A75A0EA7D353870EF64F4E020098EF7CF7DB232339401C885DB65E1583E0FE471FEA4F46FB8712278ECD1E181F4234A8377B6DC3B321A2886559DEB26C48A8619B940500120141E8F9E990C621D4D23BB6E3D62BB5C076BBB58667F7064612AEA757CBC54AB5E101383830CC03303838D23F300E04A57FE6A0D16D2FDCB9CE09B087B1E581990347111203D755045180A05BAF891026A21A8B008B80D13300057ACFA204CAA2C25022521F98EDA7CE9DFEC93FFFDDD2FCB5271E3AF3E0D9C3F3D72E79ADDAD30F9E1FC966EF7FE0FC539FF954C3321737D7DFB9F841B5DCEA4FC4CF9D3A816CE7FEE32772A9E4D39F78D2F5BC63478E0704B1BC6AB9A46E3BDBA562A3D635BDC015C0E1FBEE95E2E98367EEDBACD60D12943BE52B572E94F66B3C322686077383B942B9627A9E140D639601A23C3036367CF808087CD6259EE33B22C701C43B087DB8749760F3E8F1998C64B7B6971396F9FCD3A736374B3A83BA8E85A9685A1ECB0AB6656B9188036D8963149F64FAFAA6C6C680C075886D7B6EBF25033788874389949648F3478E1FEA4B666AE58A13D862221191FAC2993450A280E77D3FFFFC379F6A17E73EBC7C8BE3E530CF98A57AAFD39E1E1B89C87CAFEC84860774D3303A1D20284A38516A9A896CCE26758418400591733560FFAF7FF0BBC845D0ED7EFF9947430ADA9FBF3CE2D7BEF2ED2F86E3B9EBAB7B77CAD53F7BED4DC2318B735BA7A6B331DF38188D9CCC841E39F0D8CAFAEACADAF6CEFA22A1CCE67EA9586DC4D3A92D8FDFD82B3A8E1B96628A2A0804D45657EF2EEF0F2E6DAFECEE9B6EAFE7D473198D47203E3A387AE6CCEDC5B57876B8B8B60B39F1C0F8F896E1E6FAFB00080087580E220810A51C74505D77370AF5C0F4BAF55ABFE6AFDCBD1D103075565021F68D0E8300C13E201C811C8210B10C03384A0216073C25CD5AD5264187016A48CB465221890F85254DE5449E6C6D97FAB2D3B1AC5ACE6F36EA5D2113555C07705DDB6E69C3235C2272646A7CE9C652263278677ED523462212B65AF51088008A25594CF4A5AFCDDD35ADB6CF0A75BD17ECE71DC3E8597646E6D25174EC585F39BF6835416573E7C0CC44B3B2BD7DFBC6E4486EF983F7268FDD37776BFEE2F28E1789070CEBB3CC5EA933A98647FBFA2FBEFD2E94F8DCE824A388EBA5FCE2FAEEF1B3E7F77C6FA350AAB6BB3A6085B0527129E8EA5EBDAB549B8DA66551D4364D1F7B08E15EBB339E8E7CF3EBDFD95F5EEDB9C1134F9EAB758DBFF9E75F3E77F818F4B0AEEBC03080A6B0BCC7728108190420C530AA5BC24EDB70CBF69E600FA7874544B81E3C3A906DF6D6770D62F81E851EC10C437996B21801EA6380282340DDEAECD73A7B868F209F54D48822A821145158D2690F8F0CBEF4CB772726C70E0F8D348A3B0B4BD7FECB1FFFA19C907881015B8ED3B28F4C4CBE22A956A7970EC77A9E9948C73AA58AE705622C5EF7FC72ABDB25D4F403AFD791134AB1561FE997A90F5EF8FA935B2B37C351067378707CE64FFEEB5F9E3A75CFF860E2E1A7BF58DB5B7DFC4BCFBA95EE58227BDDD9EB550D8B65060747432C78FCE1F3E9B0EA169336A4B7F66A0B5B5B56E0ED1A7AE1C6E566D7E078C5757C884988E33CCF4538602857A85B1C04A6DF7DE4C98759817FF3B5D787FBFBFFE3F7BE7BFBC2E55E7E231D0D6FAC2FB77CBB2B80371716CF3DF070BCAF0F68210001F3EDAF7E63707010701020D62D976E5EB824F880F78048503A9A24A69D4E241F7EECF1A79F7EE881F3D3C924BBB85AC0010598E558894280035F66403C12EA1A66D7F27C56A38CEC3BD430AD66B769EA5D60B9AD5627E0D0C6D6CEC6F2B626871E79E4B17AB3B2B3B5C8523BC2A0D5F995C18129A3E7EDE50B2EF1310B290232CFB1220F65B1A6774AE50A459017382DA400E88D0D44FE8717BEF6FCA7CFE7A2625CA1CF3DFBD4F0F1D371AD8FDAE4A73F7F959399B30F9C5EDB5859BF739B131597B2A9DCF08973E75FF8FEF7B7F7F70CDB9C3938FBC35FFCF2CADDB5AD4AF7C2B5F9B6E55B1058C42FB71DC3A790A386E362889C00DBD8C338C07EA049FC897B4FFEFAEF7C3FD1DFB7BBBD5DDD29D0AE491BAD9C16CA6F6CA4FBFB5EBD7469BBD56950946F75F2A54A5F2E3773F428A080858C0318974209628F035E444072C0A901223E29971A937DE1A8C09717AFDB223872FF614D3EF2D22BD74880021FF96E0004D6F74880A08B414B37DB360E78E0516AD340000052C051200030737066BB5E50E2090494B9ED1AE0B61F383FCBF3C1CF7FF2F3CF7DF29343C34330B05371B563970D805C56C2D8E514A5D0693A1DCF687791056261F9BE07CFDDBA732312118ACBD5606BFDD0F35FA27BAB42575BBE7015921BA9F8F063F7CC44E35FAE1A2D8B878BCDAA4482D9A1C443CF9C5DBCBBB9586EBFFAC62F0A85422C99FA8B5FBCD46C741150904E2D2A331EF4EB3D49E1220AE998D8773CD7038CC65B94409EB54D7B40E69FFDD4B320A2FEE4E55FCD2F2E9D9C9A163D2FC98B67A70E44250E1F3A4635ED9DF94B44056C34CA87435012092F005E0208302F7CFBABD991410A21F24DAEB2BD7DFDFD3E818B299CE7F941E02802E4206E564ACD6A3EA17198726F5F5D347D096326C000F2ACEFBA0CA40C607849311D9BF0A2873104241C55599142485986AB363BA6EF7FFFB77E7B3B5FDADADED21BF55844E874F7C311C9F3DCBDDD622E35323438F6D21BAF7A2C536A199148B8B697AF574C5E08141EC519F085A79FF8F697BFA0D78B0746B24AD0185794B465081CFAA7BFFD6154D212A1B84071381D0D8837343D9E1C1D8DE7861B3DFBE83DE7C468ECA5D7DF7CE7C3EB97AFDDD2C2F12B376F6D96DB8617D4BA66DB30288001C1914834148D0000210C425A485364550903043981A3D40DF3FCA73FFB996BF377F7CBF55E532F6F6E6539E1F77EEDD77C43A710A626277EF9FEFB3B9D86908C5B6E303E35CDF2526E64F4F889530053D665888F020410835C4EF427A2280E191800DF433EE6DB960E2B4E589115C296EFEEEA9A856C8EFA2C01D80781C0B290617D1FB7BA1E45D4F149382944245EE4B9783CDA6C545BB5A603350C18EC9AFFCBFFF6C7B6EDC76530353B0A9075E6DE13A1101B0E47E3A181CEA681289D1E39F8AB2B0B8407C873D314A545DCB3F1EC4CDFC64765C9A87B6B0BCF1D3BB4BCBF79EC89C78362757B637B980CBFF0956F0450D064D96CEE9756E60726A7371AADB2B355ED7917AEE7A9B2FCDE7B7F516D75762B4DC7877B738B0C0051456190A88642612DE4B8BD6AB3CC887C005982F844BC2F198DA413E99DED9280814B5C22A9B222FFE34FFEA5D6B11CD3156DA241693891863810C2B2C7B33F7BF3F5CB1B9B351F702D7D243BE09A8E19909EE302410010B01E603DCAF010000A00C726652E426880C0F8C4D0E2EA868B31234880408672BEE199AE1E588EEF53021045007188E539EC42C3F104816510D4348195794911539930C3F810835ECBAFD51B9ACA5B861F5581DD068B77D6BDAE88A9FEA52F7D9E6714C08417E7AF75DB0EED76351F201704B8F16B9F78329B8CBF79EBE2FFF49FFFE32B7FF78F7D8A6496F2CD5E7B71E976A9D01A529417BEF67CDB369ABA516C159FFEDA17BBD74A7AA36B17D6FFF5EDF7E64AC6E0CC815BF35B6BDB5BED1630280800C080CAA244008D6861D7F63271ADAB3709EEB18C532C95642DD4EBF5E2618DF5BD9144DA6BB515966502C8A9A1FD4699D66B7DB14C043203D901AF513F7CF848B8AFFF073FFCDB873EFD89D34F3EFECA9D3BB60F78997BECD127E7E6EED62A452720002242304BB0C243850100B80C307C96F29D7A8D6345A069E150AC5B310BC5DAC1C989A822EDD78B4460440911C785220701A4C00F68803D5B91C4682CCC3AB05A2C486109704CA9B81F91D5C0B110A0A994E6FAF6CC78DF4444CB68D243E7EFF9F14F7FF4C66BEB0CF9F0B34F3ED1DDCA4F4F4C2662D1C2D6D2C0D9E1642A9D5043098E9F1ACA0C659FE9AEAC4E4762AE6198B63E76781A0FC432C9FE37FFF1677736775247A68F7CF2A9A59FFFECE29D2B216A5A8C79FDC20767CE1FFDFAA9E326268F3F92BBF0EE0D9E1F6E99D26B17E62DC006903ABEC5F4DAD4B56B65DD363D29044E9D1CBB355FB403988E6639103CFBF8A3E95864E5C69C222815DBAED78D1E2113A323CF3FF634D7EDD536F7EEFFCCA752C3432FBEFDFA5B2BEBD73ACD46AB3936363C3C38AAB7ADD75F7B0771A2DEB3655503002106B188F29605440EB0820A10BFB8B16B17CBB9BE9CDD03A663B32C8F3D63ABB08338E221574B6B43435A3EE8EE777D318C1816B0886286BA9E5128E93CCF300C022ED20DBBD7F3DB6C177B606C7CD80F824EAD2B495258E63BD57DAB3775E8D0B1BDF7AE6DE77B7FF27FFFC33D87A7FB1282DBA99F3D74B0592C9F3B73AADBA8DB8D4E716371617FB767992931DC68D6BEFA9FFF70E1CE47062097EFDC4A4D8C176D33158D2C15B6BFF21B5F07125C79F9E7EBBB77BFF49DAFF1B2D4B40C96E70613D12F7EEA138238EEC0CCF2F65FECB53BF9D67E24C239AE3D35165319125254350C02E83220C8C4075D3350052119952FBEF34A222A97AA35590B559BBDF189C94C3CF4A37FF83BD50BBEF7D56F5EF9E8EA574F9F7044B11A8052A1393C104D26932CA0A78F1FBF68DCDAD8DB6FF73A9665514220835809A290000804C0C7BE1DD4301B209973A861B45DC754A18590D3C37638210F8CA7FB0E66479E38DBF7F6F5BF7DE98E1510CFEA51E2AB0A6419269BCEDA965FAF1A6E0FB04244122C86381462DD0CF2E532CFD0ADADEDC3F71F7AF499073811F8C8D1320913D2F1C9E9CD524D1192C7A70E6FCE2DE8EDCEE6D6DCCCE4D8F26A2160C5A6DEE99F9C3474CF74DD8DBB2B0BEBBB281D3D72EEFE1023288A86546523BFDAAEAC62AF9BCE86EF79E0218F8DBFFCEAD5AEE54554AD2FA2B41B3D5672FB2725C7359ADD921A07DFFB0F5FFDDA73CF729ED92DE5596C795EE7832B8B376FD588E7DBA6DD9F8C0F0F25CD53D3B76EAED73675400235AA95B6D71B9B344EE19FFFE99F59DDDEFFFBC37FBAF13F97F39D663819B16D536F5956D22D6F572BC5562AD3971AC82C6D6E2693718810A080758D3603004000B0881B1C1E3B7B4EB18940A9E7799ED1944857100329C2A7C662E141116852CFC33363A9900C7C03A83CC712E07A3DD305B55A59E4420227B936B67C6C104F005866997CB90219261C567CA76D33F0E6FAFAC29DA5BEC1818F164A03394FD562D9584C92D5FEFEFEB5F939DDEEBEFEF65A2CCA4B8930E5D5C74E1E7758F1832BD71C5EFAFB9FFECC24BEC906A144ECA9471E7BE9E7BFD8AF96CF9D3F71FDBDB7631A32BBDD6ED7DF2905BBFB7AAD6E058E23115315E5A3A7CF0F0C26A271816D6141029F7FEEFCD44C14B402307218500C8CC6CD5BAB004182A00B9D5AB79C1D894D4E3E8603B4B8B6EB30A8596B000206726116C3BFFFD94F1042281E59DEDD3249E0F9806561A27F70756527701D00D15E695F0A850E1F39D99FE90380F8BEC7AA2AA2D4C698321C361DF3AD5BF34EAD275172E6F84110D89CD5A6BD9EE8897C1F1F06C8D12D40E9404C931990D781024D16F090E33485C5AE8F3820F182EB630B5001CB227594880C01763D9B428B32E047AFDD8DC86034A3BE77753F1455D70B8D76EF83FFE3777FC72C6EBC77F1ADA653E162B02F125BADD5A2D1ECC1E367D60AB576CF7003307BEC68B29DFBF20BCF1B5647E039E87847A62601206FBEF4F243A7A73CA36D3B2D84F8E5B5B5621D8442DAC8546E77698D65ACF5D25D7C955B5C5F1D18049138C8C82629DD42B6AB176C0689CA40DFD2CA56C3721DB74A39DC9F54A8624642AA6BB653AA6241051B663A2D08881801B878773E9E4EAF572BAAC2832EC84414CFC3D8C10009966775CC5EAFD74A66C29D46D5D2BB00108E416C10B83E7121CB00481A963BB75330EB86C2327DE34652E62451EA75F45EBE6EB184E132ACC0C85A5808985C9C6BB57C99E1F49E43590829D1248D608803CFF56C1752C241D70DA0614493B1BAA9F70DE6049E595AD8EB5AA0D9839C2C17DB8624C05ED732F4EEB1A1E1E2CACD6AAD70FADE13C944E68DB72F3C7BFAB1FD4E6F7D2BBFB4BC7EEAC42981E33299044094F1BD6B572F67FB729B9B5B822050CA20A09CBAE7844DBAE5766BECE8C33D179A86273054FDF449C8A0808DBC72E11A8F00B0C013CF1C8EA19E59DFD604F5F59FBF2A0A99073FF1C9DDF5822C4A76402CD749F42519C6906439930CF18856EBCD4C3C6E751BA1ACA063A2C5C21DDF02124B281CCCA5898DE3316D25BF23B3525FB6EF4B5FFE8C6DD52E5DBAB4B9BEDAACD64040008B589752961721A0D8B57DC2513E02229A13786F5CBF7D64B46F34218B6A3F035DD7E0BD66488D4AEDA6BD9AAF4A801FCD49C40F39464B90C390859D762BA42AB9FE246F76BBADAAEDFB3C043C141AFBD584A67EF1F35FDA2FEC6E2FEDC992D0EB06148263B363ED4639685885A5450FD1E6FEF2273FF140CFEABD7779AE540FAE5F5FF103A2778C93878F4E0C0FEEEE6E8E8FE6CA776F05C49F1C1DBCB3B46C03645A3E15B595B2957FF74E6E209E1DCC46C209CD35E2A33CC48614628DA63DB7662EDCDE1428D02878E6CC3D4CB748BD22803106FB9CCBEC2F15800EFBD504EB38ADC0C67A39AE2099275FFAFC675FFEC555866762E9B416621F7EF2812F7EEB9B6A3CFEDDDFFCED6AB92CA951A31788506CD5BA212438811D8F4B2C870904A7EEB9EFB55F5DC0BE0F080614B29CC0124A20050C2F45A229399C24C80D1CB3DB350B6DDB344D0110DFC61101AAB238E089DBA5FA5AB1363B737CF2F8999E0EDF79F74AB5DD29948A02CFB85657EF12C7D239176724A0C86C9843960D48CFF8E95FFD99240BF74E0E0536DEDB2F8D4E8D57BB85944272C974262A3D79FEFE977E542E94AA9892A1C1D10387CFDCBA397FF7EEC2FDE71E181A1CADD41B7BFB858DCDF5444C3D7CEC48A9B2E3BB5EB3D92A571A1BEBDB7BCA762412BAFC412F129686860711B445D6ECCF680C0CC6278E6F2EEF45581158E0E0A1D4C1813E60E64399E1EA8D1562FA0EB0966E2FF7875312883A564952404E0DF13E051035CB1BC033A607135FFAEA93F34B1FFEDE7FFA2E60D99ED52A6ECCA90CD004A6D9E9398E3E3B336398AD7CB170607274E1EE9C24AB18035E5411CB024201802CC13E0D7C9615A9ED58B65FAB3718828C6E4762F862DDB4555E95D9EC604E52F9ABA51ADF306529B2AD93FCFB37AE2EED4E4C1E38746CE2C1442AD397DACF6F83C0E301097CE7CDB75E1F1D1CA0AECB50EC7AE6C8C8602A9D387BFA1ECF70444EDCDB2FF0AAFCD7FFF8B78F3EFE642691640178FFFA85687F12AA61110049E0C6736910CC2C2F2FDE599E9FDF5C0F47125A380C19A66A826BB75778047A7AAB53ABB08E31DB173EFBF043CD4EAF53EF7A8EC5BB7E24220A22704C4B1295EB1FCEF5CAEE4442F1FBC0E989D8955FBD08883E981EAE558CFA5EE3D8A9231FDE593F3233F5C1EDAD0199B77D7E484D6DDFDD7512B59B57AE4C0F804F3D73CFFDF7A58ECF4E9BB50B2C1BA1BE389D14F46D97E3AB5303993367CE488A6C7BF62F5F2E7BAEED5B3E24EEDAE66E00199312208A941296060CF12040080AB2E358BAD5E629554362E0D84EE0D70CB750B7B62B654DD3581645A351421A96877C24162BF5DDD28500638EE322612DDB9782BEEBF4BA0CF13508341A2016B00CC34442228BED6663F1FA47857C1132C875FC48325EDDEBBDF8DF5E2A5501804053C191834363078F4D8D8DCEDFBA31BFB6A13BFEC0CC0197B2AB5B7BF95E59ED583CCFC7C3DA90160EC7352D1A8F471390B8BC20D41B6D07034E8C2A4A52D3B858940B45012F234108755ADEDADA554D8D520286FA73ADCEA66DE8DDF27EA7658712C9A9C30736EBBD7AD714794211C001EE4F6772D911A3938F26E593A732674F4F40C567BA56ADBC1D8F4FF81EFEB5E7BFBDBDFCA7022F1D989E2C14F3BC20EC16F7DB1D7CEBF67C3C995515369D194A0842389E0010050166452ECD3121E211C4135E627343897A29AF5B6D86822000320328072C0F07BA0B28DBD25B1C0F3D1A74F49E695396031C0749E075AC46BED25079C4526277404802CDAE71EECC3DE36323FBF9E2AD3BCBCBEB3586039001E9FE8828C820DF9E3878102194CEBA01C17AAFF7D1D2FE5AF5E7B22CCB3C532C165D0C1A6DD721A0E101954300D57D17B30844353E978EA522B20031C01E80D0F03CD707C0E311052C1BA82A4AF54BC9542499CAEA3D5A34F9A0D963237D369B498EC449D0663CEC8A15CA095C2A9418E95FBFBE58EC963D823981349CCE5EA3D497099F197EC8B5ECA6E95EFAF18B57EEDC79F4A9673AED9BBFFCE5454023829A84ACFCEEA5B9783286112857EB48E02B354B37ABBAB107582E948EB6DBED8F9FA7D92008100F7CDB4610F40D44BEFEC2A7F3BB2BE5C2CE507F8E63D9901CEDE9EEDAD2EEEE5EB551EF36F41EA681A0C8841328F15C4A1D0C08A1000016828E41A20AE055400424C6FB268F9FCE66B25D47E4CAA694C075BD63DAB853B7E3119104B863DB7AA7631916C7718C24EC77C9BED9B0031AD678D3F4189E313140BC204922A7AADD4E8F1560CF32F59ED7A3DD9AE5F10CC1AEE3FBBE1D60403989D138860F02C7DDD3D1269015C0F10B00482C8C779AC6C870F6E656F378B89F67B946BBD071B97AA51D5CBDEB0462CD8655D35735AD63F50A0DF3B54B37E311A15E2E84B548AF696F6D177C86FDF14BD7CAE5AE28A62A158310C10B6C458D078C5C6FD73DCA11049588E263C8C9A2E1D83DD38610524A0100AC1D5401B259C100C861A4DEFD8F1CF4DCAC6DB692F178B7D1F65C2009B14F7CE671D3A4857C7D753D6FBA602F5F5C5E5B851D5DD65449913F7EA8A23870AD1E22581178E87B7587BC736D8EE2B976DB6E772D3639108DF70143A71080685C006CB3D57119958B8691C0CB212DAE4629624CF7FF2FECCA7EE7388AF057557DCCCCCEEEEF32B14D0E83902142E2C803888014F2C4FFC023E20F44E28517241221403C2041ECF88AED9844712C3B96F33B76E7E8EE2A1E66F7B7EB03288D768E9EE9AEFABAAABA1FB6BFEEC951DCCBCE8779A8AAF9FCF874598AEDCD0F63088E10839B45275686FECC86C199493FAA09BB45AC661546D73DCBF675F12814BDCCBBA10A975EFBA21F8FEF3CFCDBAD7F02DD517B38AB6643992DEF748BBDFDD1BF75F93B07ED621E2BC483EAFE979F3E7CAA815FFFDE8F7EFEDA9BAEBEF8E8E6DD3BCBD5B87FF94A5D1FF879294542DD0CA93FB8B05F3D7D4C64A9E4C5C16151AAABF9E96A596C383A3AEAFBBEAE6B17829F56980122AE3AFCC61B4C4741D4345F7EE3BBA00AAE452F3AD00F7FDAFC2AF1F159297039E7AC3A6A59F68399D575D494F7F716B9EF1CAC723C762B2A79D6EE2BFCD96A7031907739678589C8D80F95AFAA18638CC3308C292DC7DE790F2FC54861292590344DB3EC879C73DBB6654CCC1C83ABA2082C8D631E86A4C555553F148CCE4B080E22895DCF8EBA2113CDF218F71687C3F23484DC0D0FA3988E422675D3BA6A0E8DDD2AC7BA393E3D8B817C54769D504608900AC5A1EFC106421A31F4265C110717843DA53C18A90F04E1349A81B548CA43554B5585F5DE3C8C45C9352C0A29F9A3F9C115940E4C1807F880626087DAB18DF0D1053E3A8C302D3993F32C623B502F33000005FC49444154E0A9A2A2C531E59452B7AA672DA0E896883588E713B90311FA1144F00E4C80A59253CE41EA46E4880506CB79281AAB0698FEA702C2564A29258FCE39966DA323B4251728C8FAE59CCA59D67C7838334480C9E0DB7929C351BC02282C221B20608F82BA0E60B4A1F51163DF9B5021880BFD721538F06C1F94A08508ED5E050086B365D7D67530216643018CAC3861266EA826A094B25AAD42084E5589C0CCDDB2D4B10601A505030428903A988310AA0ACC98E8C8C489B854725633CB0A121161598DA90E91C517CD4284D902A5242704B292BD78C400C0722276894C9D67E701EB2D55602E99BCAB7C509DD673DBD0F722EC9CB352484884441CC0502DAA22C22C0423B002595573622922E244326CD49EA9F184028418819C4A6101FB908B4EEDE71142F035542DCC2A5006A0C5AA76BF641483880C798C4D9D732612116A17714C2BEFA52013A86871BE524C842BD4755D5DD7F3F91C80FCE6B7BFFED6B7DF2422EF1D082F1EDE8309A290024EA0029E580488998964E2B998FCCB8918C044CC02261081C5400AF52C1BFE27903008D36EA20046F491FC8D9BD7A89476BEB87EEDE38B972EFDF52F7F3EDC5B3CFBEAF1C7D73E3A7EFAF8E2850BB7AE5F3F98CF1FDCBB8B52601662B873FB4E3DAB6EDFBD75BA3C79FAD593A1EB3E7F70FFB37FDF67D69B376F7463777070E8298C2507C784AC3A787106521833098348D929710165E204CAEB7099A84005C4462822420031880D50404508500211888909CC60864C9384F3506350060A5036C60284B5E7D2E67A2B53EDB0F5C7DBC83D8F5F056C6298071B980001E3FC200611403925863950834AC04D6C149CC674F5EAD5D39393FDFDC30FFEF4E1EB6F5E1986E1EDB7BFDF77DDFDFB0F56FD707ABA1CB3D68BBD674F8FAF7D7CA3145BB47B9F7E7277385BBDF5CDCB63D7BFF3837716CDDEC9D727F3AAADC833B412E70001187E7D5E9B776E510626581560400001364C14200036D9B4830081012638C0130470F47C1203C0B06D6346069EE86C76F005003238C0031E60C008D3C21465286F2FD68A9F6B4D80288B32191BD8880BB1C1012EBAC65B70EAD06BE97579327CF1E8AB1BB7EF86AA31B8A30B9732E4F8A4EB927DF9F8D9F5DBF77EFC93777FF7FB3F24954FEE7F7EEFDE677FFFC7473F7BF7971FFDEB26157EFF17EF3F79F444281E2D2E7C71EFF3C6B736F2B0CCABB395E692FA910C30C716A15110059EE1C81CCCC13CCC03011660111AA10ECA5040A7658D8E200499229140D32DE00911E6090EC6641BB7DA11FAE0C33FBEF7DE7B0402D8CC8864620D390768E38EEB0BDAE2B6EDA1E9DEA6DEDAADDD8002001018A100BA711EEB94DDE665C13826A9BC01FD72A8EB0820670D814B56E7B6759E9EADDAB63939592D164D4AE63DE594BC1718A7D5E09D87707F7A56EDB5DDF2AC9EB70054A7E113C8069A3C6CC7B6891869D2D204BAA33FEDBA17367EFD3C82CFA3F9020053EF39106D10CC46E7CD621BCEDB4F7507EBAD1A783ED2FEAF70604CD067459C720852B6D92C4E047D213000384E869C558B5595346D930ADA45930AD8D3382A81AC30197C8C00305A356FA1A8DB76DD106F14921D87D8220B20AD2D2202F3F3A02BCCBD0236BC0AE297F282C32BC45ECA1EBB654CEB3ED417DB7B59689BDF68DADCFDFC016DBCBD6600210A0CE28880AE5B354D338ED907570A9CC07B260F006618539A89670100090C704EC53B814107E5C020A4645018A9211191909B9864004CE3D95AA1352CAA1B5B360B1DA7C229D25E09D14B66E21598B929756E722E7672ED8BC0D136A5AF7D99D6104F4FB71A9F8B01CA792A23808C840C4620181B409995C102D6529885C60C4F4DED6139788621B04D2E9447053404D7561E86BE5F56B1025331856323009690A3849CCC4732425977280C5ACC080E6AD3CEA66B64699B2775A3F0448ECF002664A6CEA09D607DD9D27562C9006F86256027CC77839DFFB74BEABA74F7F7BFBD89022BDBB1B8C0263D8A4247684229B0846CA430854CD929C354733F7D45806909814370301B860ED0AA8A202D792022220C6307B25885348ECE533F2605B28D0545910118193168273318D6930080CF6738BA990C2900A84D6AAF91DDA044FA1CD65B64CB66D6B196FF0083FFF24F8478B9B30000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',23,4,'2014-09-04',9,'2016-03-22 16:28:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (71,'Des bibliothèques pleines de fantômes','Avez-vous peur de mourir dans votre sommeil, enseveli sous l\'écroulement\n de votre bibliothèque ? Classez-vous les volumes par thème, langue, \nauteur, date de parution, format ou selon un autre critère de vous seul \nconnu ?','Autant de graves questions se posant à cette espèce en voie de disparition : les bibliomanes, qui, outre la passion de posséder les livres, ont celle de les lire. Les bibliothèques sont des êtres vivants à l\'image de notre complexité intérieure. Elles finissent par composer un labyrinthe dont pour notre plus grand, et dangereux, plaisir nous pouvons très bien ne plus sortir. Dans ce petit traité sur l\'art de vivre avec trop de livres apparaissent, parmi nombre d\'autres, Pessoa tentant de devenir bibliothécaire, Matisse postulant au poste de «contrôleur du droit des pauvres» ou encore le capitaine Achab et le mystère de sa jambe abandonnée à Moby Dick. En fait, ces milliers de pages qui occupent nos étagères sont peuplées de fantômes bien vivants qui, une fois rencontrés, ne nous quittent plus.',0x89504E470D0A1A0A0000000D4948445200000071000000A00802000000B47E140D0000200049444154789C74BC59AC65D95926F8FF6BDCE319EEB973DCB8119111911999114ED2E9C44EA79DE981C205EDA60BC876970C0FEE6A5A4DAB79406A31487EB1289090784242E205C918A91F1ACBA21A23A3826A503546D85026C94CE7181939C47CE733EE618D7F3FEC889B3723CDD2D6D6DEEBECB3CE59DFFAE7FF5F1B37363600803ED4389744146324220000004444C4E03CDE6F70A279EF95528CB1D96C361C0E9BA631C64829B5D6755DA7697A747434180CA49493C9244D53E75C92246DDB32C69452C618C6589665F3F9B4280A6B6D37BEB5368420A58C31F67ABDD96C16634CD33484608C4992C43927A50C2178EF8BA298CFE78C312925001863FAFDFEE1E1E1EAEA6A5DD78CB16E4029A531A6288AAAAAA4948868ADD55A9F9C7E375F00206427277BFC8010A2C3A783E81813A2C0F33CEF7A1F1811003F787BAF51A4E31F40C4E34F89C8181342D05A7BEFABAA5A5A5A72CE75887467A5D4783C4ED39488B22CEB503EFE378CB1A3A3A3E17030994C9AA629CBD25ACB184B92446B0D008BC58231361A8DAAAA02802449BA7377AB94EA30E29C23623729C65837851042DBB64454966555555996CDE7F30EFA6E22DDF3C734748CE303D09C7CE0C3E0000051E4599675881C2FC2FDCFE064CFFB54497472D18E2FB22CEB48400811630400CEB973AE1B416BDD219EE7B9D63AC6184228CB72B15884104208428810C2603068DB26CF73A554D334420829A5F7BEBBCEB2ACA3A918A310A21BD05ADBEFF7DBB6CDB2CC39C739EFA8554A29A5ECFABDF744A4949252760B40449C732144C743CEB907D8EEB8C5FB389C64D91308D2876E893DF0D049BEFEF0100F7CFF24217BEF43088CB1C5620100BD5E6F3A9D0240922488E89C4BD3B483A3AA2A6BED743ABDCF2C34180C3AA6AEEBDA7BDF41734CE01D773BE70E0E0E88C85A2B84608C1545C139678C1D1E1E4A293BAE47C4BDBDBD8EC63B2EE9E61242E838A95B2700E8D6A0DFEF773F2484E09C7703DEA3D018638CC7B727F9E998FC8F7B8E1143445E14C58F84FC78906322BD77FE57B0F6DE779231C6E8BDD75A7784E09C134208211E7BECB14E789565B9BEBEBEBCBC2CA52C8A626B6B6B6767E7F4E9D3DD577ABD727D7DBD1B27C678FAF4E9EE6FA469DAEFF7979696ACB557AE5C99CFE78BC562341A3DF1C4139DA0D8D8D8585E5E9ECFE767CE9CE9440A009C3973466B9DA669511488A8B5EE4835CFF3C562B1582C969696C6E3B152EAE41C4F4E103F846907E249197A92C61943F12329F9F86B704268D27D71F0614011F1984FD3349DCFE75555A569DA344D87ECD9B36785101B1B1BBD5E6F3299740AC17BDFA170F5EAD5CB972FDFBA756B6969A9AAE6EBEBEB7B7B7B2B2B2B45510C0683975F7E79737333C6A894524A39E75657573B7A24A23CCF575757D7D7D711717777374DD373E7CEBDF8E28BE7CE9D43C4D5D5D5A6693AD6E964CE0F7EF083B22C9324E904515DD72B2B2B4747474AA907A9E7BE3C3D39CD0728EE64E77D091B7859960F8892FB8FFE087DD7D1E971CF49CAEFD8C45A0B00972E5D3A7DFAF4AD5BB7B6B6B69E78E271CED9DDBB777676EE3EF6D8A349A2D33479E5951F22C2F2F2687373E3E8E8B069EA3367B6777777DE7EFBDAE5CB975F7AE9A5D16874EEDCB9ADADADD75E7B2DCFF3679E79264DD3D75E7BEDCE9D3B93C924CFF3C71E7BECECD9B331C66BD7AE6D6F6F3FFAE8A331C64E8C3EF2C8238CB19D9D9D4F7DEA53B76EDDBA74E952D334D7AE5D7BEAA9A7DE7BEFBDE79F7FFEECD9B3A74E9DDADADA7AE699679E7EFAE9CDCD4D63CC6432798018EFC17482C83ECCE60F608D8800C4FBFDFE49EC4EC0F4A0A8BD8FE907067A80233A5DFC4BBFF44B9FFBDCE7BEF7BDEFFDFCCFFFFC7FFC8FBF75EEDCB96F7FFBDBCF3DF7DCEFFEEEEF22E2AFFCCAAFDCBE7DFBF9E79FFFD297BE349FCF7FF1177FF1C5175FFCF55FFF756BEDEBAFBFFE5BBFF55BD7AE5DFBCDDFFCCDE5E5E5A669E6F3F96FFCC66FA469FAECB3CF2649F2BDEF7D4F29F56BBFF66B9FF9CC6788E82B5FF9CA77BEF39D3FF8833FB875EBD6CFFEECCF5EB972E5EAD5AB7FF4477FF4CC33CFBCFCF2CBBFF77BBF77EBD6ADAF7EF5AB2B2B2B6FBDF5D6AFFEEAAFBEFCF2CB5FFBDAD75E7AE925CEF9DDBB772F5CB8F095AF7CE5AFFFFAAF6FDEBCD95975C790BD3F6564C732B4B3C61E60F60FB12CB0CECEE834359EB00F8E0DACE3513A11DEF51CFFC6319A9D11D3344D9EE7555569AD87C3E12FFCC22F7CEB5BDF7AF2C927CF9D3BF7DC73CFBDF0C20BBFF33BBFF3E52F7FF9EDB7DF7EFEF9E7BFF18D6FFCE11FFEE162B1F8FCE73FDF09D3E355893122A273EEF6EDDBEFBDF7DEEAEAEAABAFBEFAC61B6F70CEEBBA4E92244DD3E5E5E537DF7CF3D2A54B00F08D6F7CE3B77FFBB71F7DF4D1D5D5D5175E78A1AEEB679F7DB6B391C7E3B1D6FAB39FFD6C6793966579FAF4E9F3E7CF5FBD7AF56FFFF66FEBBAFECE77BE331E8F8F4DA5936830C62012448A3E441F82F314627740242478E0E83AC58F42BA5B077AA0F318CD07160AEF6BC9BAAE1F7BECB11042966559969D3D7BF6231FB9F2CA2B2F6759F6F4D34F2BA542089D7E504A4D269324493ADD7DF7EE5D00504A6559C6189BCFE79DE0FBE10F7F78EBD6ADBFF88BBF984EA75FFDEA571F7EF8E1BFFBBBBF2BCBF2E8E8E8D5575FFD933FF9933FFEE33FFECE77BED3ADE8850B1700C05ABBBFBFFFCD6F7EF36B5FFBDA70388C31B66DFBE77FFEE7BFFCCBBF3C1C0E0F0F0FC7E3F137BFF9CDD96CD6B6ADF7BE33C5AAAA3A9EE0035313827FB8133EA8C73E6883465E96E587F5382276D87E186B769F111EE8EF14C89933677EFFF77F7F7575F5DBDFFEF633CF3CF3DDEFFEFD77BFFB77FBFBFB0F3DF4D0B7BEF5ADE79F7FFEE31FFFF817BEF085975E7AE9CE9D3B4F3FFDF4134F3CB1BDBDDDB6ED5FFDD55F3DFFFCF38F3FFEB894F22FFFF22F2F5FBE7CFEFCF90B172E946579E5CA952F7DE94B4992FCD99FFDD93BEFBCD3B6EDE5CB971F7DF4D18F7CE42357AF5EFDFAD7BF7EFEFCF92F7EF18B172E5CF8D33FFDD39B376F5EBE7CF9EB5FFFFAE38F3F3E9BCD5E79E595A228BEF5AD6F3DFEF8E36FBDF5D6BBEFBE7BF1E2C5471F7DF4E2C58BFFF22FFFA2B5BE78F1E237BFF9CDCEBAFA917AE5840639D9F9A0E43D012B61A7523B5EEB88BF23C618DF5F849383B21358C7FB0F21A2F73ECB32CEF9F6F636E7FCDAB56BFD7EDF39B7B7B75396E5D2D2D26432E19C5FB870E1D5575F658CB56D5B96E5B973E7AE5DBBD6990DDEFBF5F5F577DF7DD718331A8D3AA3A7F3233AE7A7AAAAA2282693C9A953A788A86DDBC964D22971EF7DA7248F8E8E0060341A19633A93AEAE6BA5141175366CE7377656CDD1D191D67A7979793C1E9FD4C627B13BC6E181D6F1EB03BE121101C47F1553A2F729FC033A8EE0E4CA1C7F942449E79B03405555FD7EBF288ABDBDBDD168E88335C6C07D07BC83A393BFDDF4A6D3E9F2F2F262B188313214A3D1E8E6CD9BA3D10800BCF79D1794240963AC03C85ACB39AFAA6A757575B15838E7ACB56559C6183B67C17BDFF90B88D8D97683C1C018D37DABF3C7E6F37951149D97D1A98A0708E8FE347FB43AFAD77DAAC87BBDDE03A2E19E6C3E418F27553CD0FBB7C780226237938E34D23495521E1E1E0E87FDC56251D58B2CCBD234ED7C41214447D744C418EB2203F3F9BC73EA11D9743ACDB2ACF33B01A0A3B2CED445C44ED574BFDE8DA6941242A4695AD7F5B119EBBD3F0614113BE579ECA48EC7E3E170D8FDE76E8493DAF8A42D75D2F779A0E18F6A00F420A6279EFE57DCD613289F1CB7AEEBF5F57500E83C4B00082178EFB4D6009424C97C3EEFE443A75BA5941D691F2BBDF97C9E248910723E9F2F2D2D750649B74E599669ADDBB645C48E55638CDD3A759C912449D33431C663AB436B5D14C56C36EBF57AFD7EBF2CCB8E39CAB29CCFE7DDAC178BC5D6D656DBB6DD203F529E62BCAFD63BA2BDAFE239630CF0F8387E8031F800A61FD47D0FAE0C22324046C03B7F000001181267C819F5CA7C7278C020A65A3A67AC698A3C679CDBB6ED0FFAFB7B87A3E5A58EB23A26554A2DA6B334497A453E191F692146C341F4CE3BB73C5AF2C6386312A556464B6D5D73CE6308A9CEB8905555A769824482635357A9528261705630260467C800B18B4285101813C8B15A2CEABAEEDCFFC562A11269AC099174A20F8F0ED32C0D311C073FEE854030C27D3DCD182032C078EF0C8C1871E4C488018B188120408008801111799E66701F632040400404EA040975E2E4FE411C41046244182302210304420C0C7CB0759E72065E095ACC262BCB4BD3E9A4C80B06AC5A54C3FE92B3D65ADF2BFB04B1AE6B2DB8141C42909C91F3025112C41020060E40DE948926DB9ABA2E92C4B446726D6D4892D4B40622254AD8A69208227A4ED154F56869B898CE225159F6AABAE65C16BD5ED31821A552DA3AC785944A3A6F900317DC3A0B5C7029A75525B446C1028348C1630484C8624422881C59072E303A7926226084277A9031C63902F07EAF7FD280671F6C0FF6203220641039237E0F7F44E21013C1EAC5ECCCC65A2A793F4B0A9D60F0D38343A594966A319BF6CBD25983109A6AB134E8076BB560CBC3E19D9BEF0DCB8245BBB5B166EBC599ED53FBBBB7FBA90AA6DADA5C1F94F9E1FECEA5471EF1D654F5BCA9AAEDAD8DA69EB5F54C0BD6CBF4B0CC21B8224BF67776CA225F5E1E2D66D35469ADF57C364D13159C6DAA5999A789E04D35EB97693D9F610C084431E449CA9109CE88881120D23D471109091801438600D0F9A84888489DE58E80885DFFFD1E0204068CF7CAF2C3D2F781F67E30052070E63973C80262408C40049101B118FA69F2914B8FFCC2F3CF8FEFDCFDE2E77F025B03C199B62D8B2C55623E3B1CF58B68EB442006AB18FD4F3FF73F04DB987A41CE0E7BF94F7CF6B96631F9F4B39FA81607D5EC80A1FFE48F3FF1F0F933376EBCFD333FF3D357DF7C6DB198F4CA646FE7A6607E69902482C8D5FFFB7FF89F776EDE584C8F122D12C99F7AF20967EAA69A47DBAE0C7AAE990DCBB450A2998E25FA619684C574B55FAA483DA5D058B25601301F4404492040086082501232640CEF0BFB136AEADEF507032827C5E3FB989E0C309F94AD1FB00A102243CF202246840804801823A740D62D95F9E2F0E891B367FEF63FFFE7F7DE7AF38BFFF6DFFCF0C517CA5E96255260C8142F53717E7BCB370B7026E17179D89314043849BE994F0F776FEDDEB979767BC3D68B5EAAABC9747569902AFEF69B6FCEC74747FB7B6B2BA3EDD39BA341B918EF5F7EE4A127AF5C1AEFED3C7EE9E1E9C17E964A5B57CD6CBA3AEA0FF274EFD68DE55EF6D0D6FA304B56FA59CAE8E2995368DBEDB5517D348E75FDD4E38F6308E8FDD9CDAD73DBDB48D8CC1708C88031422440E2080C8F69F0431446271CAA639B922152A493CBF0BE01F1E1CE136B711CEE66048C2212B2083CC9D2838383E5E565DB36187CB4CDEAA0B75C24CFFFD4E7B747D97FFF998F3FB2397CF66397FB329C5BEBAD95228BED5085CBE7D6570BF9BF7EF967FFEDA73FF64BBFF0FCD9B5412938377628929FFBC99FDCBF7E63A89387374FFDBB9FFC82B0EEDF7FF167EE5E7DFB93571EFFE8C54736CA3E566D7B3813AE4EC13CFBD1CB6757CB2FFFBB2F68375F4DF1A9874FFFFB9FFEECE2CEDB8F9E5A7AFAD1B39B05FBEF3EFDE4BA8E9F7BEACA40E1FFF97FFC6FCDE4F0F3CF7C627D34F8D4C79F52009202790FDE456783F7D1530C103C7587FF60EB12133184E07D77C41028C67BC9A918456746C083CE001C87B21FA0D6E80220441091100023408C81281CCC16CB6572F3F6ED62D807C9B7CE6DDFDABDD33A9366AAAE662FBDF0CFC6B502CE7EF2C79F7CE38D37F6EEDCCEB304035D7DF375899025C98B2FBCF0E4134F5455152C411042ABCD8DEDDBA3BBD1C2CB2FDFFEB99FCF9706A35EDE13C4AA4955A4057A369BCF148744AA9BB76E8C969790A2643828F2BB3BB7A6D3298B0EBC31D54CAD0CDBC56C7EB4175C3D287286D145777BE7D6E1DF8C4D80AB6F5F5D595BD765F9CEAD5B3E320F189111E3011910060A081E30C28F32F24F7233DC8F2B41049E26C97130E6F8A2CB34DCC7FDFD4EA4C09D673E4020169022518C102112A552720697AF5C198C86C461637BFB1F5F7CF1C6DD9DE1F28A4EF3E5D5F5A3D90CB8BA75E7AE0D349957C444AFBFD41FAE1093E3D922297A36C2FEA4E2AA1740F787ABFFE56FFEEBA9ED7301A509A618AE5EBD76F3ADF76E6D9F7B78D1DA977EF83AA078E8C2C3C605A69523EC8D5616AD7BEBBD1BE71EBEE43C4D66D5A2318F5CBE3C5C5E914A5DBF792BEF0DD2BCAC8D5F84F8C2EB6F5CFAC81599E5377776974F6DED4F26B7F6F7F6A6130B6463740891B3C0210078F0009128C207DDA207E98F800172C6383222C095D1F2FB32E2C4A35D94844E3400E014354524082889F1803C20038808C4C9A60252859253BF2C9414E3F121224FA41E8D56F6F7F78BA2C8F3BC738D3AE7D27B0F004992CCA71344E49CFB802660B5683845D3D61042599693F99C71D93AAF930C91596B287AC55996EAC562CA242679C239CFB22C58976769D33483B207000CE8B1C71E3BBDB5F517FFCF7FCAB24C0871349D18042EF56C3107C2342F8E26332EF46451A154D687D67B40CE94062E3A3A923122C593E2EFA439DF5D70C0EEFF33C6BC8FBC57969DD07CC0D5ED820E9DC343445D664972CEBCA7E0389721462ED47C31175C84181850080E004224A953AE3531893A97F9F2AC0D22EB93CC2CE885059EF6034F2DA8368A96A463C951E5178E4D0DEDCCEA496BEA186B6FEBE0BD6007D582E5F9A43598A50B6F5B0048B481E8188EEB4AF7074796ACCC8F16A6053977E4444A329FBBB83BAB453104991F544D43A28E7CE191A505D3D9AC6DF3DEA0F51480F59746D76FDFCEFB3DE31C212300628C0B1E2812C434D1DEB41D91E2FDA009220A218275599ADAD6245A779D142202460ABCC8FFB51C5F179D8A5D6E19114308923321001923C11BEF013972566419C42091040205976AAD95564223729D145C2A17A1C87B9D84E24A99D6B5CE071F99D2E3E9ACB57E3C9DB7D607C61BE38C774996124464289550899CCD17793FB3CE4600A1E4BC9A8D464B805E0A3EAB2A9DF7A68B4A6779D3B6695EEC1FEC134104EC0F868CB137AFBE1508EFEEEDE7659F09D57A67BDD749828C5B637BBDBEB3364DB2A6AA2912672C8668AD0DCEC5101880E21CEFA73610B103B7CBB0015197D4BA1FA64020608C85780253F860FCE9016AC52EE3245944F282F3447B820824384308B65A680685161AF1E2997383A294C8828B92B184B344C285ED2DDBCC530E186D2698E2A431EEDCBE2EC863B075354B24236730B822D5AEAD52010F6D9D7AE4DCE93B37DE1BF55353D5A9E28C02069732F8E8E547CF6FADA70C9977D69A54097026E5E0EA852047DEA06B7974B7AE5FFFFCB39FD85A5FDEDFBF53640A29A45A72C06083402E81B7D542323E393848846004023807D04C244262A4E01CC628857A1F1C00C658177341822449A20F5A29046088F7143B10CFB3FCC3BAECD8F24244AD75575240448C330BD12370A922608C81334A380EF2C4CCA629875CB0CF3DF7E9B5D1F27C3C35555D245AA1ED674281AF8E0E5C3DF3D54C909D1FEECE8F76DBF9BCD47C6F77BC54C83C11A980612F5340BEAEECDCE632FED4673F73EDF55758F0A51602689026CCD9EDF5B59FFFE24FBDF283FFB631ECBF73F57A9931CD62266073A91F9B45CA622EE0E2D9538777EE0E325624C22CA6298783DDDB82826628801549524D2759A25DDD92F3A3FE80456A171552A410808871C1013932CE1821860F56EF74950014A294D23BDFC9C6F72912811779FE6140F17E3AA44B10758A0500807354DA8618092844083EE1B836283FF1C4958BA7D71F3EB3454D757A7DD5348B7A313BBD75EAFCD95376BEBB32487241C34C3F79E5917E2A2E6E6FECDE7CB797F0CF7CEAE3EBCB7D05F5173EFFAC00BBB53A9CECEEBA79B5311C3CFFD33FB1DEEFF514BFFDCEDB1FFFB11F7BF8CCF6C5ED6DE6EDE668E9FCA9CD1FBFF2D8F8F6ADE5227DECFCA9A79FFAB1F1DD9BCFFDF8473747E5A533A7469958EFE7FFE1CBFFE3DECD6BB9A0CD511F7CBB5426E74E6D3CF3B11FCB047FFCF295D0B4572E5D24D796897AEA89C7A36DF32C5D5E5A3A7FFE42AFDF9B4EA7B3F9820B21850C40F1BE797F0C0B234080AE74C31AC3188BCE436702213AEF1F0CE83DC0F89D3A7B7F118851E40C158B42719508296214C15FD8DA78F99FFE617D985F3ABF95493F2CD4477FEC91A73E76B99E1F5E7EF4E2B0CCB74F6FBEF7F6D5CDB5E55BD7DFB974FEA16199FDF22FFD2F12E3954B8F5C3877766B7DFDE34F3E39EAF719D2E6EAEA673FFDE944F07FFC87BF4F2493183FFDF1A7048473A74FD97A61E6B39BEFBE7DF7C68DF1C1FEE2E8485278FCE2C3E88C887EBEBFE717F34B0F9D33F3193A578DC7CF3DFDB46238DEDFBD78F6A1975F782195E285FFF67D1E0DA7F6CD57FEF9D2F9ADA57E7A6A6DB4B6DCDF5A5F3EB5B9FAD4938F7FFCA98FADADAD210232CE046F8D3B0E7574D1DB2E02D985B88E4391C796281131F860CDC403C2B43B9FCC95125134510BC528482085025D6BA7931443CAA04CD89CDAF1F86E63E3BC6DD66787DFFFE7EF6BC1132D9F7BEE390B82A765EDC1A3029DDF1DCF0EE6F577FFECCF074BC3F0FAD5BD83FD4F3DF3ECFFF7FD17ABF1E4C6DEEE43DB5B5BE7CFF12C23A51CD20FAFBE71502D2C400C3E49F4D9872FFCBFFFF56F3EF5B9CFFCE0072FCC6A73FAF4C510241785F1B879EAA1BDFD99B1F4D0C38FBD7BF36E5E0C22EE4E2A375C3DC5F540E83CCF248746719F69D8BDFDEEE6C6F25B575FEB8F96F7C7B3289867A20D86291D384644A6E407E2D28C759653974F15EC5E2D50C47B25404C08C618EFE539424440C20880C73158C6D0792BA548D3A4AE2BA4C819020010264A476B836925040E5131FAE4273E315B8C1B675E79EDB5E1EA9A8DE1EFFFF1F52453BDA5A5C3E9342DFBBB47E3596B6FDED99B2CCCACF1D76FEFFEE0C51F66BDA1CA8BDDF144245914F2F6FEE1CD9D9DBA31BB07FB1160D134376FDDE652BC7EEDADCDD35B8D69814599282EF93FBFF4924A921FBCFCC3F1A2FEC12BAFDFDA1FD7D68EE775EDDCD5B7DF2B979674D18B428D17F5B8AA40A62FBEFA8609F8D6F51BF3BABAFECEB59DBDBBC6D937DF7EE79DEBD3FDF14E3E5C7AEFF66D4370389BDFDAD91BCF2B13A8713E44D0694A311004847BC94D0ED8E92886ACCB8329A510A003974B0100B8BEB4A413E96CB0DE289584E0BAFC4757922924EF12B6D107CEB9109298722E60F089E0E46CB4ED95472F7DE1DF7CEEFFFED3FFAB2BCB592CE66DDBB66D2B98202407DE2384080C590858667D00B6B6BCB2BFB753550B1F5D5616C6B569AFC87AFD9DDB77A075AB4B238A383E3AE2404BC3B2CC2443BF34C8A4628C41DDFAAB6FEF9E3E7B7AFF70114154C636D668C9A7E3EAA9272FDBD6ACAE2E9F39BBEDADB3D61E1C1DDEB87E73676F9FA148F28C823BB5DCB7ED62325F20E2746622000A59F4068BD63A1F7DC000100943170E1588482178F2F19EC342D4D52F750577D1C62E9DD531B7D00A19092598E20235728142CA1018E75C2A216497F8E242302D051109C608792456E66968AD7746265A64D9E17CFE5FBEFB0FC970B5E1D2C8B4455B478722CB8A5225DC31DB06636C74169A451B954E8412499AF5FA20B8758D4AB463810B91E5797FB4A491173A772E6691B1484959648554DCF7472945232557056C04CC96960BCA5B1F0547D9565A2A99559609AF0092ECEE78329B2EB244A1CA564E9D6659CF1803C84C3D57659FA7A9EE8FAABAADE3C485188805A68A7EE102C548040C8005228EC818300691EE5573264E77A2B32B2C4444EF620841208B088C8049E18315EB9B5B4AA90E3E9568801811BA6A32A2C8EEC7048FAD2BEBA2D6DA196BEB2A114208D1B67555D769910784C1B02F9582430CD609AD00A1CC7B390460B26DFC8EDB87609BA6BE359FC4601950A278AE399008A689A68ED6CD8D59A0135C8150486023D63634B19D2F8E9A7696E76964A2756C71776F3AB78793B9D6DC3A23A58C3E4C2763C698F77E6F6FC718A7040FE15E1DA7D67A7D7DBD188DD234A528F3BCBC737707711A420844DE7B60BC8B2E314608C080285004E6BD278800D0B62D0084101098B1F6D8658F3122314240023418A213376FDEBCA79A1802808B21C6C839768E1384C83832604491081031C408C0580C48C01020C4101C31440EC0F094DD504A35A60DCE6BA5C0FAD172DF7B079CFB2690733ACB642EA2B3A92EF24C2552E95C4F67B39D834319BC887E305AD9DB1FD7D50C9161880CCBA5FE20D3FAA1330FD7D554A7BA6E0D8A7C6F5CE7999DCD668C28538A8850AABA6DBA6A6C6723024326217A2505E75C4A99E779AAA5738E284AA59950840C98D0521545319956D65AE37D8C9122C61821C4C822510486DD520921008021EFAE3BF71211630462C80143080C4930264208C01009BDF7D6FB0E38C6588C84803112C618A3E72884C41863084E31AEA40ADE851080332565C08082A3E03A4B99E052CAE1D21242A410310243268024C34C712930324865CC243130689C08967B332AB24C25F960B559542C06CE6430ADE6D4CB749EE0E1DE5D888EC534FAB0542E19E3CA24BF798373814288D638E71C448A313A1F22A0F39E4B088150F32E6A09D1DB36F68A24C62884EAF7875A1DB47611E33D420E21A075E443477E14224502CE902244E20810893116A20FD153EC32C482731E624064C8B88B4E008A7B75C95228A59073C5189702119D3388C8BB98608821302D559224913C07D0523384601D11796FA78BB94C25579273DE95887A02E71C457FB433E6884A29E31C92430818A2E0C1982A113E440F524A862242A94591AA3618B2B5665414D27057A6ACD028D18D467DC123E7BC6A9A42E3241A21B908CDA9CD3355D3E6493A9D573E468A102310112127E48DA9008021A54A254A03C0783C0D443EB2C170249304168B18A373814BC13917824BCEA5544270CE1830B2DE7535A0699AB68D6552D4751DA44444885170C1A400002E85E422C62800C56069D825BEA59455D31863BA42E77BF15320CE01894220CF29C6D8CB3284A885060A9E48086183B4D6CE16F3A4CC89A8AB456640599E44E326AD6B826D5B633C200217B434E8AD0C4BDB2CFABD8C9C1542044F755DE7A9B61EB244A4CCD6D6A2F5609A54A8F5E52CD318CD5C0B46C14B8D85A2A97445C94EADE4CBC3FCF0687F796583885AEB5C0421848F80C8932409CEA55A51F45D1ABC9ACD77F6F7BAAA964F3CFD4CB72D46E934CFCBC964E29D89C1492EA4E04A09C9383184489C6320EAE7398598A6A96F1B2E75922473C185505C0A630C97524B2918CA6E713AE24A92C4777B2F80BAF8A9730E091863783F7E8A916C5D05D33A2138E7A66919972AD159AA23C6446BC585E40CBCE79C4BC68C5DD200002000494441542E40D1C6C6867766B698D7A6468434D5800105300942B0185108A6A44A9448532D025AEB81BC16A4153A0382078E2EF8D0CB13CEA26D8D5052F108A165E8F3840B8847FBD5DA2A74B5D708D0058ABCF7703F9A2E00A514A9D24634699A1A63E68BBAAB2CB2D62270234CA781A30F36448CE42DC600147DE7E0B755C59757C005993288A498905C48641C1927349158A4AE56923110A6A92946446A9ACABA16305A634208009C3140629D70010088E49DE1E40502592B934467290143CEEADAA652910F8C80132642722489201225222449AF317521F3C96C6CBD5B1F8E5C083E86D6BB7E59C41885D08E801857527A80CAF8A2544C4B68A00D46E569B4B5094131A6D2AC36AD62889C2387B5F5F5776FED2905655956CDBE121C99A2103992D4D218C391210117BC3380941669AABDB749AA84645A88AE82B3CC33DB3692335482733EE8F5BDB745D10BCE3455DD2F7BBB31082089C02926827767CB59D33691F3D0349910D574C219F3D60A2965884E72E1D149C63D92E01C009C7300F74A31183180C8B9D292AFF6FB0A08625432A118ADF31E4832ACDB3AC9D35E961589E648E49D00CA948E420821B4568DB7812232864CA824C9722D803CF0081803CA34B52102C5AA75AA48459A91404C9517726A1CF80889B236682548E60E94C87B0E65365832EFEE0E0625229665C9B86A8CEBE7E9F9B367AC0B499230A422CD184255CD8B32ABEA795733ACB5668C75B01AF0DD86362272C658DB368DF0DE6B292152A234F98004B635C13A6B8C623C86980A15B3BCCC3922BABCD049922AED9C23868223052082401063F491428C1E28265A76311800889E0051712615D31C350320A9148F5D082606C190234AC605024712085CCA22516596D56D8502D24C83EBC2316C3A9F5B279BF92C78A385648C71A602A869D544F401D568F3A134D5C0200B6D964A2752227ED838677CAAB9506AEAAD53C5B4B182A71FFDF14F20484230C6F910A7D3F9CADA68D0CFABA6EDEA2F539D0040A2D8CACA0A22CEE7D34553F7FB7D0ABE137A8CB154CBC3C3595B2FAC6D3B7B3E44EF9C8548CEDA2A44D3D4264B42701CA1C852E3AC358D692ACE64D3348C31E74CB78F2B0209C649022A812CF2201927A0802E300A1E004227654204A0C00585884C23C2FDF422F0889273A5446429E718C953F00014BC1B1F1D1CEDEF8C56961098560CB822A2AA6A76767680024460008C81F7600C480D37778E2AE3224F0810050BD1714E4AF3575FBB5A2D9A61AAAD319DF9E943585E5BBDBBBBA3550A11058A6EE38892D239B779B8B9B3B3C38544C4A669A494883CC6688C699A6A3E9F356D95693D991E45EFAC6B8D314D5373CEA494699AA669321C0ED23629B31C115D6BBCF74C8AE5E5E5E0F7D23CA3108DB35D1DAB94BAAB86EBF6CC2122135C98A60E14A5E401C8791363F4CEC408142276853D88520864A4849092118B0491087DF431441F63E4081CA20F28844A555EE6BD5EE19A1A20B6A67EF95FDE438E36505294A6896A25F16EC6B9E21C12A501A3AB5BE343DE2F844A9AF9D8875628ED4DCB1896836C6938F4D63817EAD643E0CE85B63536F8CDEDD2C703DFBA603CE73C224A2963F445969E5A5B9E1EEED5F51C058FCE79A048E07D6CAD0D40E3A303A2C090F254B1E5A1B1CD8241922A8220A570CE76113C44D299565CCC62E4422CAA4A2AE5820306D6D840210245206024B4D099E69C1B631029499400880801293220811005534A1061274F194304CE00882044670C594BC4224514146384188949C904070F5271CE9975ED6C3E01EFC4527FD8EB9DDB5E6B9A66BAB001D874D21459EF904DD3346BEA857560ADF71E180395F4CAE170565B8C484436442640C4D8CF735EE60AA09D378209672D20EA1846C3D1743AAD5BA3FA498C51321EBC998F8F441A4F6DAED6B371DBB69EE26C5E7982D684CA182E0532CAF3540AC6598CDEB5A636754D312092738EF17B72963120629D5719809063E4D80647820520903C11994ED3AA695C085D6D6CB7D3F05E3EF4F4D629176C9615816217BBF63132C6BB8F190122A7109D73D10706E1F4464F71A28852EA1821104AA5ABA6F6404AA9E1D20062E0420050AFD72B52A55924E71AE16B134DEB290045CCD3F2DC99F347474777EFDE553A51294326D3A4944C9EDE58F3AE0DE481C5E9EC500693CAA481A833AD65626AC13937DE2540FD4409422F7463AC9662319F02C4483ED56A7363358450D72D00B4C645722604C61810BB7CE5D161BF2784F281668B8A3156A4699E252B2B2B0040845DDACE185364B9F56EE39422C4D5F91AE7BC1C0E884820EB3220652801B0CB287755C452CA18BC182E8DACB54992F9189C7332D19D45E66C20080091738644DE913511829FD5AD604411190BC60517BC106AB658E445AA94515A0A4E31468E18281AE708BC0F5D9C90710E4A09AD4459E40F6D6FB9A6BA6D5B99663A4D7D8C5CA8086C67E72E079FF7F224D1B635E4432A45AE5526B556AA1120A5340613F47DCD04E31625065FA64948952E47185C53CDBC6BFA45C9C92F529D2829B447CE94648DF78916A73656015863ECCE2EE382184363CC6C5E11615DB5E3D99488DAB6EDE545EBACF5AED35A4D6BCAB23F1E8F8B2CF7DEC7E8016030585A5B5BB33E0672555525498214C44B2FBF39AF1AE74259968B6AC28540440006C0881C97AE6E2A95F2E044A2D66CD520CD110313D205923A61423455C511F28407DF5E3C77E6F12B979224316D9D0F7AB3C9C4A16F42B40026FAC1F2D27C31A1D0F60BCE62B532546F91C3B028F2C1D1A2AD6CED909C697B59EA22A52AB10E74528C9656A2B58562FD228D439526CA7B3B584A1E39F7686D08F560FF703A9B4D3E7AE9DCCE9D9BC136A7D6472BC34C0B4934FAD8131F399A2EF6A7D337AEBDDBEF496FDC62B2DFCB1F0E4052C918EA413FBBBB73B8B6B626151C4DE655E3179525A2BA6E0878552DB8E421B4A3D14AA0389ED63EC8DDA3C5238F5CBC7EE33D44ECAFAC144B4B992744CC063E91122888E9BC4244648A7129A48ED107170983E089F34E28CA72369B05C6433455F098E9C407E30323C641E4281078E01208A2145A088104400120FA187D0CFDA561E48D2496F64452B6499254F369534DA32BC1559201C320C87030D1B7106DBF5734D5BC28970FF6F69224696B73B0BF7FEBC6F5A5521FEDF866312BCBA4481346767AB0B7B33FF1904FE6ED9DBB3747A3A1F34D9EAAA3BDDDDD9D5BA94E18638C8900B83799CF67073A936922F6F66E13B8CDCDCD37AEBEC5912279CEB16E9B4497526882DAB4CE051F22004326449A664DD3F80844103C128822CFD637B76FDCBE5355B337DF7AFB9DF76E44EFD324E35C7A67826B0517314992F9AC3526C6D02223AD8492897754F67A0F5F3AA512FAA77FFA676F410AD95F5A6AED78B1B03E46CE841402911863922303C8922CD349B7F95909C10062A4EFFFE30F16B5655C47021F617B6BD35A9B6A55E699A9D4B000E258688C5194928609976085E2EBC3C1ADBA4A12954A362C8ADE230F2B0CBD5C06D308C16C6BF2240D8065190EA77E34EC4F277B9263A2B37E3FEFF7CB837D5E64595114ADF569513A14B57744A413F9F0C39728A2D6A9B536CFF383C9BCDB59E0AC8B3186E8186309D7BD7EF1D043DB420895E8EBD76FB68DB7D639EB5CF0044130509C05A56C5B3B83A6712EB3BD5E7F319D25A91452F83C134DE5382297108277D6986691257D81ECCCE9CD412FB9FDEEDB3B77270228D752CBCC9A45B09E01728440147D8882018324555271CE002930862178229ACE4D6B4125E4420400600218E39C1FECEDF48AE4D94F3EC9A47011DFBD719BAB1807E9DAF20A007026F5F606112D8F8610EC6232963C46239CA9539D20A2F7B131EEF0707CE3CEF8CCD987B4D69CA37376319F5755E58C9D4CC6DEBBD9A251D379D53414BC122C49926E4B6FD3343180B5D618434414A2102A52159CE702898831C88B6C65656530184C2693C5629703A44A2A10445D74B1E11C1199562A06179CD142C43C6B9A463CF3F44739972FBFF4C3A6691884AC9FF78A3E8238D81DBBB68E4D234B7566737D7E5005EBDAF964302AA65C18088C800184481023448C31282E38767BA403438AC1014056F4DA59ED81B7D6492985506D6B0F0E0E96B2B5C9C12E065796F9D2EA2A6D2E4D17CDD8CCCC146384EB376EBB087991B1602E9E3F970A9018B354066BEF6D13EFF5CA08A88ADDC3BADFEFEB4466999A2F260CA92CCBE5E5E554ABA228CABE8F845908787028B3C4791F63ACEB364628CBB27BA38A10CC7B2FA472CEC5187B45D93495B36D5B574AAC6789565250F0C8081948C1BD8B9C0103E20C11205512B3B4AD8DB3ADE4C22A2524D9B5D1503DFE589A6A02CF00395747870BBB688D61A69E2394EBAB2B6FA9779D8B9C458E20110400504002717F9B2422492919635A72C138B2804849A2BB7725A469668CED02E39CF3344BA6E3238D2ED53839DC998C0F8CF7E570F92397CE7913F3ACBFBCBCE4232559D134CD7038344DADD3342F120A512662365D98003AC95656B32B8FB3E5D5756B5B21414DB5E4A4B52604A1B4507A29EFC9245DB46656379642B7AF7432995CBF7E9D008AA2D7B868DA986A59D54DB056721C2C0DA63372CE428C89124894253A4B35D56D355B08A59C73D69A2C515272C671796994E7F9E468329DCC5D704424EAF1011F0D960AD5EFF7AA6ACA391F0E9773A9EFDEB85B64AA9A4F95D85A1A9489E2D5DC6896330C82A3E01801190132C691755B2F383288C439671C38300E98EA440BAEFBD968755332369BCD42086D6BADB5C3CD6541F552993A5B73215A1F5029A57454309B4F77F7F60850E735E7F2BD5BB7DF7DFB5A9628EB9AB66E3636D6B2A2CC8AE88E6647D319457E389DB56D6D4C335F4C579797EBBA7EE3F5572532CE24E77CEBECB949359F55757F342A8AB25BF8DBB76FEB24C9F3FCF6EEDE62D10E862B5DB4D318AB048BCE7BDBB675654CD3BD8202EFEF18CF92C40B916A8914B3344F53DD2F8B53A74E0DF2F287935782F34420625D09EF122E35C6493DF35C88E192167C69D0671C678BFD2451BD61BEBAB17C34B96B6DCDB1D49C2B86960821023264142978EF7DB0CE390A11420CE8637052C9CB972E8C672D0A346DED9D4994E81549AF2857D7D7D0CE8645D2D40210D1190F9C0B0C818033C6B948923B3B7B1BA7B6F6C713506ADAB6E43D71CED33C7059595F35EDBC364AEABAAE43F4F3F9C25AD71F0E87CB2B83E14AA6745799BCB57DC6BEF75E449E65C5EAEA6A08E1E2C58B5555ED1EEC9765AE8414C223A252324B75D32844248A5AEBB22C07FD7E9A1579AA396708510A96E549DBB6D1BB2C4F07835E9A28065172CCB384334CB5349561CC475735ED7C2E62D09CA5922921D244DFBD7DAB0BD3EE1D1E20878DD3EBBAD0C4420C66636DD55B2338DAB6515C70C0617FD095BEB46DAB94128265490A0093F1BE88AE1031410FAE11409233A47B39F14008423882C87896F7A54A6552A82C9FD6CDCCB4E3AAD265D904CFD304945E5ADBAC7DBCF0E8E5796B6FDCDEA96DB8B5B3376F1A9DE53A4BC7D39971814955196B7C4C8A322D7B81B0EC0F5BEB922C3B1C4FB9942A495C6BDAB6564A28A5A6D3A994BC935A9D73C900294486083118DB7465F5FD7EDF1BDBA53E95E059A2132DABF94C49CE280AC1EA6AEE4C231946EFA4944233A9A52622063C912A40F79A2828F2321234C638EF55A287CB23C2E8A30BC1710C5A8ABA6D78C6BD334AA9E170E86CD5B6ED4ABFC70477CEC5E0AA6AD12BCA44480C3E0ADECBF48239674D8C512809C807CBCB89623E842CCB760E0F17ADD95AD958D45665B94A6B1BD10708C802081BA9F57E75F3D4745111E393F94C65393066ACBD79F3669A6A42684CAB4848AD92240921564DA3D3A4287B524AC66597539A4FA796630C2E4D53F24E70E6AD354DCB11AAC57CB158B4C672C1BA3447B787B57BCF0BE3DD36333A2ECC678C19D3F0442B2924E3C443A22570D1CC5A7134A957E71630AAB46252C5E842888CABD679D978EB68EFE0F07C3CB7B9B5D11F9407CDE17C7A54A6E9A057DAC9B4C8521B43081E118D313332B0B1E69C23429D6A2144962811A31621308AB6098EAC6DB5D69C896955314CBC0DDE536C43EBA828073660D57A2E65391806E004A237E8E7791928A68AF78A7C319F96593A2FF2CD8DB58383036BFCCACAAA9472C36D76343518F6B22C1B0C061B6B6BDE5AE75C552D8042AFC812256CDB14FD22100A869173C63A1BFA5E4D99312684188922116308883A4D18F24E04BF5F458A9173263977AD01A5A4E48C6197DA224E890E2229872AEBB9604D803453C152D51A2E7496F77BC32596C4BB7776C7E3F1CACADA60D03BBCB33FE8E7FD5ED6387773772F8DAE6D3D2148ADB4D679AABA804200622810D9EDDBB72F9CDE180E7A81692E58A8438CB16ECDB577DEBD7EFD2D744E32600C8C8334C3872E3E7CEDEDEF0B9536D6352E22574227EB218640F3E96C677604E4059114ACAE2B32F5EECDEB006CEFCE6D42608CA954692DDB6650248A31BC79FD5DC13800A47956A4F9A0D7CBB5068847BBBB4A0B8C34AFABD6BA44E97E516A25BC0771CF85B957C7D8C5433B4305EF97EC76ADAB32B957DE737F4B3263E04DDB540B51457ED458EBCCD436235EB4B6159CE924DBDD3F222E07C3F2E0F0B6373E3ABFBEBC3C5F99B48B2A4453946996CBB2CC3DD48BBAAAAA798C849CD56DE32320706B6D96658BC9D1ABAFBFA6759AF64642C9BCC77B83E1C1D1B8B1CDEACA723415062B3872D3A659561445C7713260631A639AB6B575D1CFB40AA61D1405D8B6CCA49622D95C59EFE7F8D0E91061F770D25B5A2A8AC238831C12AD19F9BD3B371793719AA6C17BC6B952EA703679E8C285EDED6DDD2BB4E4422562CC605E0B36F7DE5A6B1913F736E300B81880B88B140880017016013C45B8FF22AF6388BB77BD05198A3C4700D3D682919819BF3B5984E0082C24CC7BABA488CC6F6C6E77E1B26A5ECD8E265BEB9B9F7DF6B9CF7DF2D942708AF8F2EB6FBDF5DE8DF1F8A8095108D1EBF56EBCF72E92EDE72963AC93F765D18FAB3E136B6DDBBAFF9FA9F758962CC9CEF5966BF72D431F9599A52BBB44171AB87D2F1A97A419C508231ADE90234E38C003500C288C5017DDD55DADAB2A2BE55121B772EDCE4114607C85088BD87BADF5FFDF87C4D5CDCDC361944A614278595C5C5DCF0A8E82E18C504AF7C78352EACB2FBF94A2B4210EA3EDB5D693AF9ABA14BCC3F0EC7233AF0A96FDAC2E18C1D6E9E73FFFAB533FFCF2F77FE265B158369810C249DFF728BA60C7EBABCD66BD6698482981E03FFCF94F0462F2C69A6C3294754529E63FFEF54721C4F1A443088C4B174308814B76DE3A1380F3071D633A6F02CFE887F37BF7399F723ED69EE977360E74AFBDD9EE9D9B8CE91EC747A3478E0B416BDD658C505942A52A33683769C24474B199350122A188333A0C0E338E103E5FCC23F833BE03538A2832CE8E7A228AF7DA9CA64147B43D9E1617C686C0247FFBE65D58548D6208184072C6F6C71300DE1D1F5C48D62513829E0C8A21693EECF7715E33C924C93C85604DB6A6615827F7979F3FBF3B9D72B0216400A68793A8CAA6546D2567954A3E1088528A455DA842CE2AA544913292851AB57136917FC314E49CCF11A0E87D4A19630A19A70409FDFF62B91865042967C0C838F7EFE8923385A12CCBA66DA73FFD99B24266820917D833841882F3F5063206407038768CDBBBFBEDCFFE42CC6633676CCC8110DA54E57A399FFC36613C4EA63F1D63F0395A2EA8F79E53BA5AAC2826633FB4A2ADAB2A648723A0B4174C424CFDA9CB1AD9E1F8FECD4530C49829E42464F5EEE1AE1FEC6483713E869C125C5CE0A6AA67B3D9388EF7595FAF96A7C138AD57CB653F8CC36432CB82A084D9308D9811CE7906FCB83F381716F395940A0052463E66960161EA53E652622EA7D33879CB25ABAA4A08C198558270455D74E7F925434C29249CF1BF65F1C8990745316510A2F33964400453CA38A554956AB55A200CD4EBC9A620398BD60FFB81601C48D0A1C388E91084241EE8690C9387931948066F635D8BBEEF05A325674068F281E4CC10640429C4F572EEAD8E41CE6737AF935FB5CD349ACD7B578FA7E9F1EEA82811880420D1FABA6D9D09B355ED7DB4C6049F192F3525BDF73A22C1580C21D1020965522A39116D790A66DED688F1FBC96DCD76B55AE5E8488E420AA03400EACD8915B32F7FFE37D18729B3C5EA66BFDF53847139CB82DFF7FAF6DD0F1993E79F7EA96D666599290E313A67728EB379390C1DC501C58033246B0B4EA52082544A4894B22CA577BAEBF7083B2A8010D48D535BB5FD68DF7BAFDA1FEF2FAF664DC168DB88710CF3462D5A999C430845C845556AEB2867FBFD5E4F76B4AE9BA6CBAB0D049F006542122017BCD613A21401408E39474288B53AA4349FB742706F755D97C6E8FD61A79AE5F967E2BD8B901923929C4FD339A58429658273CE69840AABC0ECA843001C33B63EC404DAFB9BF79EB78DCCD1614292F5552D21739F314628C7344DDA67408C4B55CED79BD3B1E3358D310EC6F1A20400AE0A2AC5FD6EFFA7EF5FB4F3D533E333E1D96B175DC829C64830300A55C5531F0052DF7555C530CA7AEC5304A51441D46A3D5BB6EB559B738C118CB34A20C06CD24E5BBFB9584929B4A0F4838F2E4370AB59CB38A519618C6386A22A8150E7E3AF7EF5ABE33E53060F8FF74FAFD79CB284F0E45C26B89E2F16362484522642C9CDE54559C9F9721E5204827D74C7F194290CCEBCDB6F2F3E79EE70B42898E4124542A98F9F5DB795903849C18413839E78C125CA1545316598B718E31C32E77CB2E671BB7FF1FA6DA9688A96E49423DC5CDE50A2BCB31CB994A2CF1909E18CBDBDBDB5D6FFEBBFFE6B5555DDB16BAA6AB15A668809E26CB128CB9292CC08A410642120229C13A7980B767979B93F1E26DD73515C5E3E1742C5ECB68FFBB13F00D0C562F5C5178D754E567CD4BBEED8FFA79FFF4C88B22A965294FDE9649C57653B6A9DB1A4373757EBCD32C768A6E172B91E860151E67C409401227FFDD77FD3B6ADC0D8E8F1717B72C670CA019380F147CF3F7DFF93E7700E0BE6C4291192739C95A4A31E846C64219C2F82F336055EA870185C743EBA041E107EF9E6C5938BE5D38B4559CAAA29D03EC56C63D48A96430A17AB3606408828259CD721C3C3FE84B2451071CAD1074C14A7DC4FE6FDA797C18DA7531F701F0005EFCBB224845C6E2E4A556C56EBCDC5CA7AD38FC3E974F8E0C3F7FE73FB8BA137DE6A5530C929A358302A191DBAAEA9EAA62DBFFBFE25CE9062B6DEFFEEF77F7A7673F9F8B04D9E9C61444529668D92A548091BED1F86478C4ECE4C7D7FF4FE94211A1DE93FFDF3D73FFDF2F3EE78E84F872F3EFDC977DF7DB7DC5C381FBFFFE1F57ED719E70921342367354199E0CC04D6CEA68CB82A8C75E3648AA298A669D6D685E25F7DFEFC8BCF3ECE18518AA769F8EEBB6F37AB7582F31A10520A29871C8CD1FEC993AB59A514A7663C2084C6EE800825319FFAFB372FDE2E17170FFB13E7E2E2F2B21F07E39371D13B2F386608A58CB4F73E0241B8992D4E1DB26EBF3B753A386DDC62BEEA4F3E387FB1DEDCBD7BD3F5C7AA29AD7752CA8B8B8BCD72F1F5D7BF79FDC3BBA26475CD95E09AC418DC0F2FDF6EAE2E13C46FBEF9ED70021710E538E5F8FDAAEDFB41F066D41663BAB95CDF3CD9E41CA76EBCBBDBEE777DF0A9AA8BD369AFB5751E8442F4FBEF5E732A87EE94822FD9BB3FFCFEFB67267326EFDE6C4FC3808930C6900455A98ABA9AA67E30633F2620A08CD73601829B9B3926F0D77FFD9FBEFDF3EFADD58012403E0F1B4AA9FDE3365830A3A18004A18A1086B100C84EDB53E8A3EEBBC3B9D2DCCE17F3B6A5A87F28F8AC5287C3E10CCE209C89B2404C1204AA548A7388A128DBE07C5515A3711968355B262E17840CD3C884C018DEDEBEFBF9CF7F3E8E23268010797C7CBCB8BADAEFF71F3C7D92A2BFBFBFBB79722965A98464D406EB9AAA26808CB16551512A87D124145370DE878F3EF8B0AC16BFFAD5D77AE8EF6FBD357D821863DCED8E55D92C578BCF3FFF7CBBBDDFEF6F1F1E7736102AE4ECEDDB9D379A61FCBBDFFD711CCDBB57779375CE0782052142499A7D10BCFCE4E3CFB6BB3B97C6C7DDE3640D6410822C97CB0FDE7FF6A73F99189C99063D96CE688A01138829504C30614810374C025881A848A8C868A98A8BAA5956FC62D576925755F5B8DB26177CE815219BB69582CE2A9519F7C19565097B325BAC31414D59508838A7B2690E8F8F11E184444009510524F042F094FB515B0FE9E48C7355D374DD693A76C76E585EA1B26AA6694A215A33056783B70865CE29267038EE8AAA2CCBF2F2F2F278CA3192000E041BC7AE9D357555219496AB992C655DD78C91C3E12039FFFCF3CFE6F3F9A79F7EBC5C35B7B77277EA96F3055D2CD6DBFB7B0258706E74FFC5175F441F7E78F5F2D34F3E36D6F5A3C6186F1F1E8EA707409FC4E8A4928410140163B45AAD7FF2939F7CF2C94777B7EF6E5FBDC9DE71464806C9595B9594E0453B1373318E163261844242DED868036B7125384318B9188C45AA608861C63353D3712A943446138A116321C6CBD56ADB753FBC7A5D96A56D1CC5B9E25CCAD08F534EF09BDD1F638C94B30871B65A73513A67660B3976E6FBEF7E58AD5680888B6EE6DD76771CB5B5CE9D7722CEB9AE3B5A33118419A19BE5EAC9936B9FFC6462CA1E88ECC7AEEF765555B66D5D96C572D1DCDCDCB810CF09092965CEB16D2A84E3A43B42F26CDE628C8D31B41002A3CC394DC9158A4B01B41004FBD98255F54A6BABB53E1C5E378212A643EA69A8D6CBF5F34F9E33C67EF9AF5F57421DB73BF07E75B1198F8F02539C522964F28111E99DBB7AF29E0B8F84894E0F8C4B4C588C80104E1951CEB5F375D502A609E198114A28015A6F2E7EF99B6FCA7631F990093A9D4E7DDFA78C1EB7FBDD6E4731BA5E2D524AC7EE747B7F67A784304514A51CEAE532A5F4F1871FCC660B338C946221E5B3D5AA1F06E0F2388C36A47ED284D1274F9E78EFCD98FE0DC5CE111A7EFBCD378FBB0759CE30596E369BD7BF7CC519717E421052B4552D5441B1CD298033D36A31B34EC764152B8B521C8E0F8BC522A58469A6082802C23025185370081241200482E4821F2941654137EB3A382738421010248159C104E7BCE042104C0128A07118202592134138FAC030A184D44DFBFAF66E771C82285D80CC39128A486662CA8C794430CA01251BF2C906A604A7525474989C0B50225CD4CA03A18287108AB2EEFBB19082102A54A9947A3D4D7AD0945721A15A96770F7719A81068B7DBFDF1F7BFCB3E38E7420894739B424248D515A6B2AC1A3DD9DBBB879BEBCBD566CD39F7CE131AA20F1F7FFCE1D5CDE6EEB13BF50963BC5E2F87FE187D4A294C53D734322727151B8649095515A59D266F27A805174008B256630C9C515A157346EE73880985C10A301A0000200049444154049922BA98CD3F78F63E8AD94D9A32410999B7EDE170A0946240633F70AEBC7318A1147D0CC1E5949CF538738C51068A49749E119A732EEBF6FFF9D53FEDBA445FDD2584BD0B59F05C96818B248A31054B2025A08C1851D0661999928AF66ED72E56B2AA89903E43336BAAAA6A9B99B76EDECEF4D84F43D7B3CC059BCFE72F5F3EFA98DA798310E29C139C4EA7D3DDDD5DF6218518021495F0089D110BD6FAA137D625E713C22C261886297ABAB9789A132E8A22245FD715E5F2341842714CFF1EEC19DAB61C864911D29F8E644EDBB60D21609C108ADEDBAE3F5A9F9D7384185A168DE0650E13249F32A658D4550B005DDF8F46438E9921023CD88C32E1BCF05A434CC13A8A304598134228E2F4C7C6C9790F164220844DD39031B721470ADAC78C524A707FEAA653BFDB1DB7BB87EC3343301A9025840C8BCBCBA1778A29336A9F02ED47226955B79BCBAB79DB946531F4428F63DF1D159D41CA8B76A6AD431870C6C330304E86EE84516CEBEAF9471F564A22849C0D45551FC6E1DDC3A38FE9B03F3EBD5827202E0065A2282B218BE338696D86691C5E8D939930AB8A6271BF3D618C29C5249294524AA1280B334D39466F7CF489538100CAB224141B3D9D4E87614A31C6453BA3296494806286712219938C73C85E7BC94B6701014589254FA323394A410A8B3D826CADC93985E073CE396684909432057B462D21CA10C1C3389192999033A21972022C9464BCAC2A44C013084C64C9E9EECD691A814906627EDCDEEF0E278A4951CA4E0F2CFAF566D334D56AD1E684BFFAFC3302247853145C70BC9C373FBC7E335F5C4A597CFFFDB7048577AF5F148A3F5D7F3EFFE0D9FDDBB728656F34484E012864CA8560ECFFFD877F391E0EC36812D01000103EB7B94208EBD57A41160FFB4EEB31E55096AA3BE1A0A39D2CC10467108CA78CA45484B0942027A094634430C68C094A829275CE993A3FFA3025F0383B44022111A398A2C767D0598C849E4B96106C88F1C746FFB9B1114270DE2094437400654829E4147362820740DA873913EBD5A637D06BDB8F3A04984617B5AD045155DD54C5ACAD1F76BFD975D1230052D840082D10A501E5517B9E1121E478DCEF778F46872DA6FDA99BB5CD175F3EE7823A6FFEE51FFF0153F5D5573F0B468F7D77DA771FBD37AF144731BC7773E98CBFBD7F60082004374D89BAFED41D0E47CED5D5CD7BD74F9E00B6D67A6743CEB9AEEBB66DB9E4C761EA860920C7E4638C31A410922AE8B96699632284051349A639626F1D5794512EB8B2DC03E08B8B0B2A8411D2A1687076828152913197521F034D609D052E70709AA0E083F6DE228284E245A1008049860801942863D639173C260C30C15CF818624E55DD4CDD680D2E55C94BD534AD60EC68BDA242604633935849A21819295192B70415DAE904E0724A1833CE8BBA9AA6C918D31F3A0C24A564A661381D7394A4515271298ACF7FF2F1D57AF1CDAF7FF9FAD53BC84EF77B3B8D4A8860633023294A41304E297A3F0DE3AFBEFE438C00093EFCE8FDCD4A5455131D4E11B4D66FDEBC51951886C1180490CEC77D4FBD5225E71950F03E52C27300ED6D4A9012781F29E58430635C8A0400AD562BAA246B6B4531C5E03989B290218463D7CDDA05CE10BCC9E0439C08FDB1C53B8DBDE014A90418410AD1DB9C638CD1077B3ECB208229A5D6FB84A0288AA69EB9A031906075742E65F0C68310436FFA631F7C3CF5534EE8DCD638170009209210223C65E25CEA8FA7EE3410C2C661905C9CC16D8C50925325B9311D45EE83F72F5F7CCF1186105CCAA1AA4B1C33B0C4191292884C29C3CE271762081033948296A58AD16BADCF1B7B2104E18C4B05B8B35E5326B3F991915F1405261E637E4CBDAA14E3C4BB64EC98A30500C50542C89A89E0A22EA5140C9FEE0714284E74B15812A64EDD08B8D86EA7C3C10AD684103140DB5490FDB91B8D330882298657DFFF99A1C419AC577325595D96DE3A0400E9C7C806A5F8D01D4D0836A6CD664529901CB23704B21E461F5326F430994888A80A9F2D1708B0059C638218B39E42F0084032DEF84026973093C67B17D2E5C585A46CDDCC574D75B12E8570BBC36B55130F30189F093E74A780E2A8074C71CCCE051B09322996CDA26ADBABCBCB9403645D155CB01FFD3E9375995051544C152E99FD71CB85824C29435C40DBB6A7537FEEDA62E2138C6589620AD91B330E6D59443BE134726431787C3CF4D3E4BA71EC86091022A270894C1630554C96AAA830253E7A63EDA027E7C3B9A49542A494220CE3D49B69628C3D7BF6EC4C0D4829492955219492452199E2C3D477C38953DC34554C1E63A867AD8B01338E28438C1BA763F631194AA21488512024738A08C2633FA4E000927306E12C24151241F2A5C01CE565534A8A10A45933A38852028C526DF3E3C3F1CDEB5BAD2D61FCEEFEF1F6FEF1EEFE4844513433C8B4AE6B42E07C604E3954451963544A3D3EEE7EFBFB3FBEBBBF3B33758C71D6FA711CEF1E1EB6FBC364ACF3C9BAE082356E44242104DD3810C250064A69DBD6CE1B462835CE1665C1254324D918BA69CC2081602C25164294152F0A55D7453B1046A9E0DD30CE57252F6A44042241C88272911172211867C7710C21E09C9C36566B1F6C8E7ABD6EE7F3B23FEE104E9CB391C0AB37AF168B45841CAC668C602A16EB55550AC100C7805086E4110B4D89EB02DD5C5D2D5A6AADA5048DC3094567F5BEE2458CF9F2624576FCFED549AAAADF858A170CF8FE6E78F1DDDD271FBDA77BF3B07B0B8480AC8AAA21585A13FD8FF42238BF78024051143967A3DD300C833311C1341AE78120E05C584B8D8D2D62425646276D2361AAACF9E422E678186DD7EB77B78F93F697A2449862CA28604424A70A67647D4CDD34011445DD244C4C880150C2A46C67CB906555952E3A1B5451AABA6D972B1F6AA1AA887046E4ED9B5BEF03C1ECDC01241417855C2F5B29F0A91F277DC2243241B7DB21421455D1E931624028534EB20F452962B0D11B254B46700EF8E1E0FAFC78F72616DC1F768F146307A9DF6F11A4EFDDA99F37B5E475D53CDCDEFD977FF9FDF5D5CDA1EB97CD9C53D694F5C71F7D74737D55486E7FFDB52CABDEC7D9E5CDBED729256B4D3F9C72064C0063C088C69C092152CAD5725DA5E0634A716F5D26A8E294C45260AE10E684462A7CCE591415214415F5F32F7E3A6F5AA05C9BD0CC56CD6CF5C9F32F842AE9DFFCD77F032450E6850280A4949262F6613731510AC18CEBCB52F860C741D7D5C2E9E06D88CE9665F9EC83F7BD7742B2E0EC679F2B8CD0FBEFBFBF98379BCDE6EDEBEF21278A0905487EAA146528484919C719859893F38E6026956ADA0AE3F4B87DC0C9BBA9A7E0FD38146DBB5CCDDCB05FCECAEB55FBFEF5654101232425379BF9C56A4E53E004B2374F6E9EAD96D75FFFF68F4F9F7CF0F0B8E5521C8F474AC2C5668EC00125FD7848345FDE3C79FF275FBE7DD862423149C7E301236084128C3965BB6E982DD9FBEF3F31211AEF26E76F9E7EC46989A0D05AA730C6A4A51084C9AA599EBB6B18E3C7DD69365F17AA389C8E185121D5E3764728FBF6DBEFE8B7DF7F9BC1560D2522F7FD292510AC0911E58419A7214E0827EFAD314EC906231E7D34E3C4183D9F153106EF2CCA9120AC24BFBA586292A6716C1B8969D6E370B99A67C277FB93377D77DA01CAB2948431211457BCAA0ACE084ABEAD4BC988A4E4F2E6A9E4E2623D7F78FD0287907D00E73800A374D1369AE29B8B4DB466EA8E316604A92EE8C5AAAE4ABC7BB482B1BAE4299969B0A82C79A497D71736A66377FCFBBFFF5F8ABAF9F2673F9792E79C08F991B483313EE79FBEFDF6FBDDA9DB9F8E6F6EDFE5CC862990AC8C31AA40D6194A9173B950CA5A6B6D528A966579D68A1D4FFBD56AE5BDDD3E3C9E2D3AF4F7BFFB46487CF36401C4BF7AFB5A6B2084390B90092290C1714128C5DE476B428A04124108714E8D9920E7B294D1DB10F2B22D57CBD96A3E2384492939E7391A677534C36862B2F1BFFACFBF98CF2FFECFFFFB9F5EBD7E57540D2164E83A8E5155084E892498E64462BAB9B8F4365CAF2E0B2E0BC6242238A44616FD387044269FBC0D24639451A92A4E68626E392F50D6C11E592B9A921A630633CC178DB6938B8149059CBFBBD53367504E52708A61ECF5398A9C7356AA88310FFDB4DBED424E08485114C7C376BDB9DE6C366FDE7D9B9249313302575757D3343D3E6E53CA75DDB4EDCC3BBB59ADABAAB296C2C2638CE9724173B41099E49417E272B54E195B471F1E8E08B1903C2362DED69BCD3AA5F4EEEDE3F1D00315DE7B4C59DDCE520AC13B17735170CAA55425E1E29C2E8A3152408AB30FDE7FD6F5D3CB97772806A34782F2392987520E21508C734A10BCD55A14A292C24F93D65609BE68DAA6E2851229448C10E458283576279C819E311A8C4CD38419AE2BE97DA40452B0C1C794505114C3646F9EBD771C434468D7F74509040BE70242A82C8BEE78F877484C5555E78D5FBC8B88E0AA2EE6B3D5FDDDA12C8B674F6E564BF9E2873F6DB7BBB26E7FF1D7FFD1FBF8CB5FFEF2CD9B37FDA963941C77FBD9AC396E1FC7B1AFEA52308E28A634654960359F59AFDFBF79FAD3AFFEF2EB5F7FEBA63FFB885CB0F399BABED93C797AF3C38B9728C366BDBEBF3F628C678B85F326A5B0AE56DBED367A079818EF53CE08D314012194533E1E0EEF5EBD8B193B6B87AE4758524C241743D749AE9412D187E3D011700237B49090F2EB372F7FF2FCF387C7BB5FFCE2E73FBCF8A375E376777738EC420ADBEDFDE79F7D763CEEEB4AC61C8F5DC74BA658351D0ED6DA76BEF8E6377F08016E9E3E1D4D1AC6C33FFE973FD9042E65A0EC7480F96C8193A0880467630263A752D652F1FD7E9ACD2B77EC01A02CE462317BFDEABE10DC9969FB788BB1F9AB9F7DF9F5AFBFE9BAE1D9F5C59FBFFB5E324A2077C7D3B3275762B3B87DF786617C7D7DF1FAE5EB0F3E78D6B62D7D72B9F6C1446BA2373985E07DF2C9194B99925C041BEC64BBFD4932DE9615E32A44A48D8B3F8A4B2960B25C2EEBB23A1D8ED36876BB83B53601381B38CB9CC9D96C3EF486125E88A29425638211921877CE292E28A58AD51C674A90F731A5D4F5479F6D483902B341F7DDFEBDF7BFDC5C2DEE1E6EBFFDF6D54DBFCF391E8E590A128CAE5C739CA64377C2188B422C370B6761BDB9BC92F564A17ED87DFFE6CE0CBAA9E78793313A705600E09CA3A03FBA84CE30D273A2AF2C95F7B66EABA62D4EC723A31941F476A2082E57CBFD76E7AC69EB8A514C09E20C38C111E5A62CAF2E379F7CF8C166D67CFAE9C72F5EBCA03FFDC9A7778FEF0A4E0962210347440AC109CF1995AA846C05E390F37C36A399612AAE6E84B6E6FEFE7EBB7F4C0439E7A2F3561B4E593F0C749B7D4C8489980DC69472816931DA71D261329E9A608DF32E224CA4E08410E7023024384F1013A2B3D50A5B8D38F2C8022B3697AB94F5CDD34B9F42B9285EBC7935BF9C3142A7A19BB5D569B7C58AE3104ADC4A2E0AA54C886F5EDF76BAAF7891191775EDF36D4891718E101AA71EA38C21638CEB9A70428D315AEB10C15A9D733A9D0E555B5C5EAC768F8F52E14F3E7936F5C3DDE3ED7CA6EA4A529CA2B794E0182CA33810600426EF15A357EBC572D14CC361D6361801AD4A519C48F62EA76026334D93B72E841043A0945096FABE4FC11963BCCB09612E8AE57ACD080ECE528A0B2113E37DDF87147346C6D89C11C6D4EA4009EE068DA962B26DE644550BC6952A2B51D89832A534A6DC0F1346D1972A47E7634E88CE16EB633FE4A8A769E0248ECEF5DA841C0063C4B04B599432E871F4A1739E1B3D5B5D206B21A68809A2647226F51DAD66C761D23E47480145ED47A0895194C1FDC55FFC45CE564F0F755D1F0F5B805C55F56CDEEC4F5D518A9BEBCDC5E5E2785C7FF8C17BFFDD7FF3DFEB71FA3FFE774F314C7A4208E51C530A2925808C12A4949C339C60CEB9D1D3F6E1EEAEA98C31D4E9091314A30708D6E971EA8D99520ADEE7BEEF9B561A6354C1F7A7C37AB161543DEE77179B655D4AC1594E31A64030E59CA710852A73F23E246D9C338E12A6B7DDED769A0C24E0C7D19ECC61D07EB4D6684708019470CE1962AF27334DE5B1F3DED3526933D48A06EB9B0211920F83B9BABE34CE3FFBE83397B9CB2CD1628A49344B355B773620441903CC84284B2AD5E4EDE3FE6033394D4E07E3B2DB1D1E33244CDCDDEDCB7FF8C7AFEB4A3635BABD7D1A838E31324800B9EB8E3FFDE9179F7FF1493B6F9E3DBDF22EA734D515FFBBBFFB1F5FBC78F1CBAF7F43281AC711535E55553AD79B534A29157555962AE7ECBD37C66863A90FB628A48B434A98104C080600C6580208E94CB7606753EB679F7D5695CD3FFFF33FEBA1D7D3802109A14A55644018E3FD76579585D7EE8C06CD0873A94EBDFEF30FB7C6E318237E739F01A5946206A01851024028C129C78C30968857B59BB40BC4585A95B58FC708A22C0A17656FB07368B97ECF84C8024FA8024845C16C5211082514A10498C9D25F5CFB7172C643532D80DB8825A534064F21321485101717EBA62E6735AEEB1A231543F03E5BABBFFAEACBD56655D5F2EEFECDD80F4DD964D610912F2EAE334693F38F87C3DBBBDBCDC50DE30221C4054B08A58C645928A5728A6740574640538A42B1F1E44DB4090110EC63883102A61990F54E021DF534EA697BD81E8FC79BEB4B634CCAC57E4F9C37CE9963D7F7DD2098C4988474D6D5E0042827741A7426CCBAE8630AD69D87EB42A9F322E60C5676CEE49C2B212E2E2E76FB2E44563591E34C712D244939FEF0EAF8AB6F5E84101021D687B254DEBA76563304C753CFEB368664BA63B0869DA552657B18A670EF23101B53D3F0E473CA3143CE992CE7AB10CDEDEDED37DF90E5A28E21505A28A5809071EA491F39C31A221764BD5A6CEF776FEF6E3161CF9F3F7FFDF6EED5EBDBF9F2C27A47B9E052658033522D6764AD35C61C0E27CC38958AAA4AED4F90129C93239802D06CCD44298D9094529011067CDA9FC6711CFBAE9D35CBD59A50D41DC7B6990BC67351A618314628278C3100D693DD417CF7EECE39F00E089340728EDE87A4BB1E6788C171829BBA72CE691FA552988BD7AFEFA6099428BC1E19C98524144142C5CB97AFA9E0214617BC60DC3AF3D107EF13945FBE7C9DE923C6D4199D9CE13C6F962BDC87173FBC0124B954DA185508670CCE76D6168BC5C6181BBDEEFB691886CD7A46098929F960F5385D5E5D99D1D5B3FAE6698B1232CEEE4F87EBB2D5DA2E97ABF3D64D29E562401409C632828480301A50D6CE75938EBB9DA8179852EC9C9345058814654539295B66F3890A87A9A52C010043B42D9AEDDD7638761912E6A41B7B8431E7DC4C1386331439EBBE138C308A85609452C88861A250BA682B67BD2AEAC938C09410356A473369A5FABBFFE1BF7DB69CD19CA7C9C4189DB34AC9699A849209C1A99F22E611F3C88AC31887401CC8830E198B908909D9F834397FD066CCC80A79C810E7AA2760398B8C47848510633F054F285F441093CF290206C230EDFB7118266DA794620A5E71D1548B597323F99AA019E1ED64C3E3E1008097CBD5300C2184BA2E9D374521620C9BAB0BEF1D534C7BF7E2F59B976FDF0DD6BF7ED88EC65159B5C639447D51AFAA594B849475F9F4BD27C33061C4ABA25A2E97EBE5863FA50408976C988EBD19B6DB7D5555753D57B28C31F6840A4E192328F9187D0A010084509CB159C102E652C6A2A8AAA24039C6047551233DAEDBB6118C45178C495C424C8291D9BCB666CAC985E028453179174306CC65E16370CE314A6206ADB5B39331014B8C0803C402781DE1388DD93320D44EBA96B26D9ABE23C1111F6C029A22745D271900A69C1598D09463CE19535297B37130318590264C730467ED54D6F3376FDEA494A528AEAFAFCBAA992F1784B1E7CF9F030021448F232144303A4DD3FAF24AAA72B2893AA4485136B2AD1160CEB4CE65B5F8E9574B21648C3185B3CF83A49C11C23EA76AB600CD99A8AE6F3E20849D9B2F3867CE08A5D89B71B198EBE1703CC5109CB51A1345314290AD1928C918E36822C20841C8DE8CA73D868C20339418CE55C9198E04AC64323A2718CD71A210DA8A75C3E4824529E08C08004AAE56145D34A3C91131ED12C2A8E4080540294B8C91E44A405D22AF83288BDD6EA0280DC3CEC7A0849445218B3263320C234581F0FAE1F1E5F168BAC174FD4005CE383AAFCBB2E499C498CF3B561F52DDCE466DCFD6BFC56241501EC79120DC9D0E8F77F7C3646CC2F47FFA9FFF9E094128461847882EF81863D5D4E3389EDB6AFFD61422E7BA91318E52104251C2BCF7D67A8A89549C615C577231AB3FF9E499B3538C514A7971B17EBC3D2E968DA5F2D04FC93BCE05252008F9EA2FFFD276DB14FCE57AF1727BEC7DF06E32E369D1B4178BFA6AB3D9EE1E720C31F9BA209C35D68CBCE65236A7C39E335408F8F8C3F753825FFFF65BE7899B46C450D5CC4BAA4202037936AF66355FB654F7BE2AF07167252D52B018101022B85245C37891618899102AF687BBFD613A9E86FBC7ED643DE3B0DA54C7C3E96FFEE32F082128C3A91B50886754CA591B7A381CBCB1DDE9A0845C2E974D33DBEE5F191F29ABD729259F3CCAC0388748308943AF29E529254C0960E48D3983AAA3F7AA2C2126EBB2C936E78C30C9083B1B8022AD736A4ACE398218829BF44808294AD1B6356E787C776B7A14BC6398CD67D5E79F7DF2ED6FFA42D0ABF5A27D7D0BD65DAD976E1A6E36F3BC9E3DB9BA7AFB064F631F532A25C128CC6A3E5FAE369BCD2FFFCBBF509225CB4FAED7CEFADF65CF181D10E4082595C8E7EC220EBE91F86A535F5FB4D11E72821CA260B99422D620A5242C102E1210E31281E823D2D6A7048C898B8B8B87DD438CEE830F3E7AFBFAD5EF7EFF7B009C421C26CD3927980120A59431E6E1E121FA101338E57FF6D5574F6F9E54CD6C7B38D14065880E619A827153C831CCE7736735401ACC8833104A7D460863C245C624024538C718534E0463C6190104D91775C90810CE8AB21C93CD399F9D989CF3BBFB770348E79C102C5A1753A000637F32D3709EDF18C195521F3EBBC1C9379542190A899B92A1C484103E7A941C82B05ECE9E5C5FFCE1B71482179C719C4FC38180699AB93779B48E213A8D3DCA8463C2096A4ADE5674B528A22FCA0218026FECB77F7AC9154849314EDEB7C3A00B55712E8BA2307A500A7FF1F19765A98EFDE1D97BD7BBC787CBF5755DD79472638CE0EA743A755DEFBD9752CEE773C1B8E07C387585AA28E514E1EBCB2B8A056301A4102972D38F4CB2CF3E7D4E08EABAEEFEFEDE04973072438E39F98C434484104289E41800920F3E04971C41596B9D3939FB76CF10C7180363CC86FEEDEDE30432002229108C6304ADB51EA714BCF72E3AD754C5E1717B3A1D62F439B99CB2990648C95B5B48E962A8CBE2EEFE9112E49D21047917DAB60E211C768FF346AC5665B428EEA36254031040040386C408C6245775997C515512636A8CF9F2CB0F092108C7AB8B0DE7641FB7D17B94323ECBDC63841C3EFBC92721B84977D330FCEEF1775C168BC5EAC99327973737FD34DDDF3F3E3E3EFEFCAFFEC372BEF2D6C5E41F6EEF1E1E1EC661E8FB613E175829E69209716218D5A5BC582D3FFDF0BDE71F7DD89685E4541026B92A642945294529649D11D6C64DA30B3E21C208678C0B2EA53626A41473C298A68C28976796AA0F8909DECC179871ADADF79E524A11268050CEC1394AE9D5D5550A71B7DD3AAB2926E7B01BE73C7A7F764C2D974B4628C16C1C34210C00CF668B9440EB693E2BDB86339A10F282134109C1107DB05673C1AAAA6A9A06219213215814AA19874E4F9DB3DA5B1BBC0FCE63209C734AC86A31AB4BF5F0EEADEEBB5270C8A92ACABFFDDBBF658C7DF7DD77A7D329E77C7777B7DD6E955267FD758C11232A84A094596B9BAAB6DAE0F79EADAE36ED271FDE289E29F604FC0FDFFDE18FDFFCBADF6F71084E9BE9D4DBC9450F140B480432154215652D54712612524A01B052EABCE2D55A4BA942489432E37CCC607D1C466D5D008C0053C89831BEDB1DA6D11445119CBFBEBCAAEBFAFAFAFA6CE93D9D4ECE859472CC905236DA1B1B27ED178B55DF8FDEC5B2A8952C0A55ADD7EBD9BC6C6AAE24CC5B25380A5E13727EAEE6E562E323C8A2264C16E58CF05A88E2C99327A562EF3DBD6EAAE2B8DB7BE32593827102197284EC737275251144081E42608C614A84108490A91FEAA2FCF95FFD074E1906F4F2C50F43D7396372CE5DD709A9B4D67A18E9B295D997D717B3E9F0B03B9C76DD4E42E84F5D5DB729060A1928A33167CC18660E4794E3BF1B66504E197E7480851419A58CF208D95BDF0F93E058952AA3DE87A893CD1918E58C52EF42D77564B3169CF7A78E33BA7BDC06E7EF6FEFBAEE441035E3A48B52EBF14C610600E742D334E338312E389757571731E6C91800F0413B3FAE374DD9824FF1E272F5707F8839F6D3388C7AA58A9462CA99309532CE881088D6E8FE74A4787E866D7BEF31C0F99973381CAABA7446B35225EFC6A13BF7BE10426559565545292D6471E6D384102221677AE5F1785CAFD74208D36B2A70A804BA5CD6FB8AFB8A3324FFEAABCFA7C9FCF0C32B1790752827801063F4D187EC434C11C1B9679972CE8012CE0941E4F447390A4694310180D08FA576B15C2E4B5A8D9399B693B1BE2CEBD56C360E5D5B57280626F9E3DBDB795D494A70D32CDA992FCA8B8BF5F148392580098CDA597D7171116394B2D86C2E2E365718E7EDE31E00504E3198CB8BA79988C7C3BEAC8BEDEE40292A8B7AB2CEF9C2B9988094557BEABB8C1226B09CCF16CB25636C98F4FE70A48C9F8EDD19E03F9BB731FA69385112294184A0B34FE3FCED8610BC7544D5D10779367A23C484F0291EBA934F21E64828A2FD61EBB5C129783B99A9CF84B64DC119699A2AA43C9960A34BC167023925C809A37C762144882867C829E7942139E373F2E3584D93118C686DCDA453CC7A9CBAD334669B11E18C65F06ED4F7E3D825F7C587376E1AFBFEF4F2BB37B3CB95A41492EF4E7B634CF2D3EBD7AF83F309B20B8950B1EF34E6EC0CBC7EF3C3F79717CBC3E3C3B39BE566A524678C239F0325DE38C7588A29BF7B77FADFFED7FF8B33D01350CA01F198BD104FF60F8F95645C0AC0E474EC42064419E1C2F8B0DFEFC67168AAC27AE7BDB7D69EB38B4A2900F0C6FA1F091EC439D7B62D42C87B4F2802006DCEB3B573DE53961157455D944D59ED384D3EA41C9DD79401A239A30028120A18678A1386402906202843460872CE39E51C3380A225E3B8280ACE85120210CB3912C2524A29383D79C204C98EE448A9A03ECF8AA255AAA03186D016B82E8462D81AEFC324059BCF2A82AF19A1CEB97E323EE50871985C8E602D9C62B768A51274316F17732EA538745D3FD98CFCF1F85895BC175028AC87943DA40419628CDAC598906E6675F0FED00F45556135E0311A0000200049444154AE88CBDD688FBDCE84EE4E5D7F3A554D9931192773EA0684C8B90D4D317041A51208720A8E626004494E5D04C618E31C11C4A56896F3C3E1488743CF18DBDF6F87AE773A600C31074C49C80120110A2C136C43841CBD73CE40260019210C70967BC50C11A5D89B494A698C3B7583577EBF3B2AC9E99A578544988A8652C2F2D4BB692CB922DC5FAF6638D8605D41C9B3EB6B4F70B4DA4DC3A9EFE6ABB920F9E9F54A29354DD3FDEEE8432AAB6A773CB5B3D96EB7538C0A4E79C9A3D7959AAD97ABEDC37776EA5797F3C3892CDB555BB54A36D64C9C931893D6F0B07B18EC512AF2F6E5EB60A169EA7679A1CA767F9A7C37BA986459BDF7E14787FD03934A1B874B9510CE8021676B2D21A4908A113A0C4374E1ACB8174290CC623A33CBD0A4B594D2C640395594D0A933390002E09CE78C28E719016658281E71C2D6A618294342520C0843CAE9472D35C20821064080D1F3B1EC9C2FCC1867C008C8E56A35D93003B5595F562477FBED701C77EF6E2F5673EE47816251294EAB21E54C2242F56259B5F3B6AA78514842302532E79AA9C2463C3B564F9E3C8B3146EF20794149B493198CBA2EBCB5D13946515DB09CD3E5C59AB332D8CA073319136268676A53AAF79E5D451F30E265D9CC57EBC3C91051841032A2FD68081329A3D3301C87814911132042638C92D1D562CE1849291082724E528AB3560B218C30D4759D313A0D27ED2C6194C69819A72E67A60A55CF28C53AE61863428C70453D3014B9F10CD06C5E35B1F2C1A294FF1D07F06F690E883EA41830C62803630C62ECBBEEFEE1769F6DC8C904A6FB030FDE4E63A5AABAE6C3746A18E81083765D3A66C1A9A008E552F1595B374DB35CAF4208DD306D4F630CD958D34FE3AB376F664D75FBEE6D53288252729662F4D4A563370DD37438747D373D6EB79BF50D450321242507295102826114CDC3FD2DE48850DA3EDE75C7C3FF57D79B2D49961C5962BA99D9BDD7B758323332B3AAD0281450581A404FF734649A4D3E929C877E2605143E90143EF31BF81133F33823C3CFE0170C85DD640F0036D04011B566E59EB1B8FBDDCC4C55F9703DB38A23332E2921912E2111D7D5CC7439A67ACEB3E7AF6348EBAE0D91CC34B5DDF9FD874D4CD5C3277F7C22223FF9D95F1886F3CBABF5FA4C62E214DEFBE0FD94DA6EB7D96D76D33C03E1F6FC2CADD7225241F35C2E1E5CE1FFFABFFC0F539E4518009C5024F4C32022AACE31381000007129A56D3A143E1CF688380CE342B9E2EE4942CE79D53625CFBB55E73A3F7FF6F46FFFF6DFC5C06D12C14284EAC4CC9D4434D75203731BC3C5D9262256B7AF5FBC94266E369BFB0F2FEFDDDF852440F1F3AFBEFAF56F7F3F170869B5EF8755B77EF5EA5513C3D966FDE2EBD7E71BBE77B953D5D4AC37BB1D00BC7EFDFA70B80526E6506B8D1C98390441C44582900898792AD366B341F7B66D3FFEFE0FD4E0FFFDF48B59617F9C91D39BBB7EB3DEE5AC44D4A48E18A63C99D55AE69C2740F7AA29A5DB9BBB149A29174434A076D58D630FE4D39485828CF354DD5EBFBAFEEAC9D3172F5E0C53563791588BC6188B56071391B11FCC2CB54DAD9544E63913090098420AC16A0157727F70FFFCA30FBFB359A53FFDC9C7F72F2FCECED7B54C4918009828505C1E8F883EF9E493D7C763DFF731CAF6DEC5E3F7DFBBBCBC5C6D5BC2F2F9579F1FFB5991BBF5D98B2FBF9EAEFB18D3D75F3F470276F55A1E3EDCFEF8E38FD65D5B6B3DCCE5C5CB575F7FFD75DFFBD94E3E78FCE8C1837B4D1BDF7BF86849A255B5E6628B9C10917ADDED36E056F2D4A534E5FAD1771F8576FBF993574F9E5D3FF9EAA9DAB35C9D29B8C3348D482EE4A9892C2E42B5E4D56A35F463C977AA1E632AB5E29B6B60B87FFF7E08F8E6F535FE97FFF4A355B73E0EFDF397AF0FFD30CE25C4E4EE061842703566141137CB798E318EB98A48ADB638945A6B0AD1AC062102EDDAF0A73FFE78DD0AA05E9C6D1F3CB89CE7B96B538C31B28888D65A6715A25AB3AA323330745DB70882943AE679109171CA37871EA5B977FF21B2DCDC1DB6DBB326C4972F9ED5329EADD717DBD5FEF6A67A596F36B787FD388E0B193C3188483C253055ABABEAA2834128886C0E66364FE3388E56B5943ACD3A66BF1BCAEB9BE1CBA72F899A433F01001AD55A59B089E1DEFD8BD5AA89498E77B7BBDDCECCA6A95EBFB94DA9E9D65B0944428F1E3D3A0EFDDFFDEDDFCBCDCBD743D70FE364B5DEBBB87F1847731CA6394932AF5DD789502DF3C3AB2B611EA7E9F9EB5B2401CDCCCBA86E4931B9E52824C1BDCCD374DCDFF60EF3ED75A336354D2381428AC6084C0C82C0CCDCC68E99BBAE198641DD0EB7D7CCBC5CAA9ABBBAB92B68B9BB7D9352BB69531EEE3046D38940EFEEDEEC6F5FCED3B0DB6DAF6FB2C4F8E0EAB2699A9CA7BEEFCD320085C866C86C088989448429003172DCEFF744D475DD3C4EB9561ECBF59397CF9FBFAE1EEFDFBFDF75672F5EBD9EA65C670D2194454FB969566DCB8C77B5BA99505877E9E5F3574272BEDB30F398A728BC344CCB3FF9E99F1EC7E1E6F67018A7DDE50378733B4C730BD234EDF178DC6C3642F8EAC5E1D1FD07E767EB275FBF38ECA759BD1810500A4D9410533093289E1A9E87DAB451A884D8ACDA7475757FAEA5DB74DDAA1391C81100AC2A119183AACE5A2B6AD336E7F1A26D5B444821E669EAC7F15E2EC7E3F1CD9B9B210FE767970D235ADEAE42CEFEECD9730088C2E33C19600B187312F6B6D9AC576742040039E793EECD3BAA2D60479AB5B6DDBA4B0D803D1B9FCE53492975EB55DBF6B7870C6888984264A4BE0ED3340B12014416218E41C821B288045358356D8CC9AA1EF7875C73F8E0BD05079040EE25C740DE574102807198434AB9DA3CCF6E0804799E52A4AE4D2912136155334387933E251122A7C48161725F34C098D15D976ADDDCD50C54999C88489888B4546072841023320848B1BA0028EB6EB508D546E1F71E3D98C7E9EEEEF57ABD86859A703CDEDDDD9E9F9F375D374CF37ABD5DAFB767BB8BB64B0BBB7E1EA7E3F1B85A6D1091484EB2ACEE00A4E05E0A90E83CD53CF5C374E88FBBD82E93D2A514A608E844D0348D160380F1D86375D36A664D941843D7B4CC3C0CB94DCD388EAF5E3C3F1E8FA109AE56F32442B26A633F50DBEDF6C3B85E7797AAD7FB3D3002588C01C985B04B115C0F77D702D6260664AB25C5208CB51A9A03A82B61A085D51F89739E19C5DDD5546B9E2742448B1E42589452D10D11CB3401D861C821841025A51477494B892C171717FDE1301C0F5AA79207D34044F3348EE3C1BCB220078900AB6ED336AB181B3798C6BC44F990DAA28B322B23A01BF8226F47DEAC2264ECE7D110DEB5750EF3B40C74752989C8344D6630F4BDAB3201BA911B580DC24D0A2906558D01575D8C81D7DBCDAA6B86A9472F8CC084929AE05ED5E6E3FE369729C6A05AEA646DBB8A49544B0544F2BBBBEBF1788B14CD0A3820BA599DE7328EA388005A8981782D1C41B958198621D086392CD4815E359B7AF52C7191F44D12002DE7BC5AB5CCA1EBBA527329054172AEC291111642BC55D34EF158A6D109A76158F8C11C0898EE5F5CEDD6BB20025897F203111080984DE1AD22042CCD2F8C4EC4C3381213490C8814642E8AD3D81F47A265AEF42439B548BC2162D16A6E6A2567A83597324FD3304D53D3749BEDEAE2FCDEF7BEF7BDAF9F3DFDF5AFFFBD6A3DBFD8B68965CCA38176EDBA6D17E37ADB84109321F4E3A8C6CE348E63D3C69FFDF4175F7DF9F5F5E18BD435FD98DBAE5555A48699534ABBCD5A2D3352CEF5F26297C7697FDB77693D8C775E752AA51F073064892241447A80945208723C0EEE3A0F636A82880023711AE66C252F5AAC8EB85A6DCC0C85CD60AEFDF9C53D92C09252DB10BB63295ABCFAA2D6802739F634E7C334CD256B293A174577207184F57ADDA658B41C8FC7B3B3332036B3524ADBB67777774DBB492999C16AB57AFDE6651BE3308EC33C5C3E78BFE952AEF366B79EF288E83FFCE1C773C9531936DBCEA1A686AFAFAFB566C9A5480C8E58DD90BC6D0311EC0F772184AA65F12CA98BC338EE8F4708AC604CCE82289024364DC31C6294AA05C0DDA056AB7345A418DB656870188F4C61B73DBBBCBCBF5A6FCC60E8A7BEEF7399F6FBC3428ADBB452261B6D0431400457D44AE802EE2024CDFEF61611AB51481D710009E67CB71F46E903A18800536451704152F0DBDB7DD6EA06CC8143882C5ACCC001F0FAFA3A4FE3FB8F1F8A48C9659CFB65EF6755EDEB38CD882C82D98C29A0F06AD3AD371B0E6208A96B87A9CFB520CEAFAFDF9452867144004718C7B1949901E46E188A82A94A0C2402C8EB4DB768F412418C51525C6F37FB61FCEAE98BA9E40286A0C0A06E80B45CF12D079C88517D81BC16F4348FD33C8C21E2E5FDCBABAB47A959354D97E22A5F54773F1C0ED7D7AF8FC73D988D4399A7A91F864A484404C8446D8C6D1393040AB2DA92AA361C426C2808B1A8DB3CCFB76F5EB1201121510C21A614440031C56D208CB1D9ACB7ABD50699B458D1FCFAF5CBD7AF5E3E7DFDFAEAFEE5BBA2C0C0AF6F6F8BC76A7A187A06660E8ED474AB10D8A1CE556FEEF600D6AD36632E283CE7FAEAF51B779771EC524A6D5BDD48E2E583FBF29D0F3F2E5A636AD7E70F36BBB32997DDC5656C92705CF09898641E270003D3E330369BCBD4347D3F8A44776F42937326C43ACF84AE6514F4B68D29620A7CECF78096BAF5D5D5A38BCBFBFB7DBF3F0EF72E379BED3922AE37671797F7C67128399732D73C4D39CF5A0C489082489B9AB64D6D4A22B2D96CC6712489275AF39080693CF677B7D7EF283417B2A0100212090503170912A3A0CC55F33849993FF8A04D916FAE5F1E0E77B55644ECBA8EE8707575C5695B2D20C713FBA1D9C28A587512F271ECFBB920C759F5FEA3F7232577670EEEDEB6499A66BD5929F8F73EFA58FEEE57BFADA6C26118068E81481679305378AB956A06BE789C611872D5944EC306B5D626C4E1D80B23030481207679B669D2AE6DE2BA4BA54C240288A7C01B84419CB8AA2FF374DD6AD7766B70477484453E1D151C1C85081117EE7266466490919997C7231111F14E36EB7BE0B490673A9CEE39D43D7234044472202D55B53890C4B0DD6CA6717F7171311CF6CCAC9ABB6EDD75DDAF7FF7C7B9D254689A2B6298A7ACAA3136C33C89D0AA8D394F5A6B9BA88929A5CD0F3EFA4EAD1A24CD7924C2B4C20A4E44E3ACF2DB4FBE606622B0AA31C6EF7EF7BBE767E79F7CF2C9CB972FD7EB6D6A9BDBBBFD5CB5AA2F1CBC6640322E3C8B4B613A0DC7759710B43114966E957667ABF3B3CDBDB30D32BC78734D212E360BB131600534050E5111B5BABB0B2313A1F93223C0BE781336C3520DAA31510888D20291011AA0153735373647660921305777AF6EA5D65A55390332331011B284245DBB0ED1116E6B99DB1866A2B3CDFAEED887102E2E2E3EFE98FFF8F9B3793F55871424B6A45981A45BED6ACDC5C8318448D5F4CDDDF8874F3EFFE2CB17EE9EA4C9B580AB7A552D2C048E22696D660E2621A8DA7ABDFDE0F107CF9E3C3BA6A388C4D032CFA0A568E69880D9DCDC109008C9CD1049386E369B8757F7188A70BEB8D8B2C09C0F73C65C0BA0356DCB2964332551C7A96A8C8E2488880E8084442C8C0EC0C5CCDC0D90991808DD048191E3946B08D10CC02AA29855ADC68273CDEC4A044BD564A08EEA584950C115D5D1DC5DC1DDD08B35D197128B082884CBCBCB69D6CD66B3996C9C3F1BE72967658A6A00C8E0E84EA562A94688ED6E8BEE48D39B9B43ADB7CC1C303821BA3A81BB02A1AACA8FBEFF83BBBB9B5266427CF9F245DFF70A4E4138C639ABD39CAB21101ABA59299A526B664480884EE8E8C0D076CDD5C3FBA833613E3B5F0BA9B0B55D92CA759859709E67A021A68D88006155CDE598521B850170AE256B15A493077007747733F5624E2800B4700D9752BC5A880C40001A4270744057ABAA8BDA150A33B1181AD8928C21717477302050704360552F4541EBD5D5A3E72F5F2F8400609E42543720ACB92C0EA7D61A9B260A1F8FFBC3BE37AF6DEA4C154988A554672435000347D4A214845A987FF4E17B988F814A0A9E1A56AF12830236ED26A42EC6A473EE6268105A41444786A2D9219F9DAF4AED59ECC1D5C5D9D976BD5EBF7AF1F278184AD1F57A5D4A49290596324C42DC84A8AAAAEA5A853131429D741EBB28A4CE80D5DC80CD19810918CC115C1018D575D4D24FC3ADEB48544C67F0420CB9140334A4692EAAA54D8111CA3CA29B654364090D71831640C52B6AF15A38C48D701343134462E03605768F84EC5EE7123996398B88BBAB6766080CA5CCC44024C23117352020A90640A86EA7BE7047227147A9D3D0D005B90686200CA880B6E8F39A59704812BCED6220449740054501DD0BA2BB17448B29C628F33CEB3CF77D9F736D1296529BD82CE1D8BCBA9A997D0BCFA014E8E6E6268F1358058A8C028E0064AA70720AA7E3ECEE80C8448808EEF676FE6EF921276EDB2412A7F130F3DCC4884D722435476444466000040002305744401003464473CF79362D84AEBA8C6983A9992D77518800EE0AC8C4C0CE8CE44E66B668C003802D04F3CBC33801801BC87EBF5FCC27C44D143407F3282C8439CF421C99C3BA6D53A8358BDA58A1026670B75A8A9BD9D268566B9DC6717FE8A769EA1A1EC779DDA545E9C61496820FF8645344D4EA8F1FBDEF5A8661B8BEBDDB9D9F394ADFF749C28906FFEDEBAD1E7BC5B7AFB7EBC24CD28F6358280062EBA6D33457AB8E146247CC44006888B4203900A0EEEAEAA0EEAE667DDF9752CC70E9F4F213CC88A79EC61335B79F88E49116D98377EBBDD46CF8ADE57700D9EFF7CB532EE3265AB26A614126AC79360982946258AD9AF15800B0C252423BB8193A016FBA55D3748490739DA6E54A5CC761D6335FC892DE9260A3DB6220767700BCBBBB637400F8ECB3CFFEF17FFFFDF5ED61B55977698578E2C37FF7DCCBBDE1F2CD925AC9BB5788E62AEC6D40F492E7313669777EFEE39FFC1C08BE2DFF02EEE6D5AD9ECA7A3773EDC7A1D45A550E878323187CEB691DCDEA02179C9A70DF46C26F9FA165BF7FF30E802CCCE86DDB2E0C8BEEEE5A1941085C335941E614E22A4919CCDC12057260744462C410E376BB6DDBB6E6328E93AAD7E26650AB69053300580C114EE779594CF7A669FBBE5F686944641CC7CF3EFB6C9A0B9120D0BB4DBA3CF492B72DF65DDE5F8C8B4C21A4691A404B124F01CFCFD61F7EF4BDF7BFF39D9FFCE99FE1E22E96F5F70AA60EE6A0864BC65D1131E7EC2859EBEDFEAE9A0390012289BAA153AD26C4B87486A8192000A0032319DA370F89E8EE84B8987591B69C77BB5D3F1E638CE88A6E8CB0448A14041D84BD6BD3D433149C4B1560322502021091AE6909055CF7871E9C4AB56A10818A7A9490EBB42819109139B8A1939BD9F5F5F57ABD46A7A521FBEAEAEAD98B97BFFFC3A773764766447547770360440388224B5741355BDE17224744E4C0C850EF4ABF6EE3E3475757575797E7E7E06E6604EAB0DCF199A3811B113023805537265277229CE6BC3F0ECB1CC972C30C46DF5ED1FF6081BFBDBADF38A865CF9A09C730E579B3DB1EFA7D8CECCB5EAF8AEE0C18036BA94CD0A534B609D98692CD17955E2240461289AAEE8EC7E340C4AA6E8A88528AC694FCC4F2254C41EDDD06A4253160F4CD66C3CCCF9F3F7FF6EC99811B1020A983239A9981BB83234CB90221013A02983B829901D2301C9B141A01CD4A36E5A25A6CA16571076604C4E540232210211A113942AD95040D1C1DFBBECF39130570053C59939108D0AD82138221180220A0B9E15B0FF06D1F75F21BE8422CD35CCE769B6A1A21BD0DD4AAAA80C6CC5A320386C85182810A573764026666A6C5B52DBF7FCA1548D4A09A1B5029EA86CBDCF92934F949E5130016213C62545DF82A6839E0440D200312B83A12BA023282392CAD2F046EE6E8A60608609BCDAE94D94C1DC9F07465B2E8CBA1BB21E3220783888C0074F2800A45AB2C9829683F4E6A0B54BEB8A6937B213A45D7776EF4DBBA3CEFCCEADFF2A788288E741886D56AD5AE362C328E2387D04F6308A1E4250372050F2985142B94100218B66DAB66A594F3CB8BF566FBFACD75E08848B9A8AA313300D4A2CBD54529DAA4CE9199B894C20C2925265AD470168B2FB8A79939A1398003203A202C32C308EE080884B25C190110C252DAA33AD645D4DDA7A6E9968B9065C1490489DCC1AABA82B902DA6291181AF7E20EAE304D13222289194810CD3586300D23312409680AEE0C4EE02C5C08E6795E04D1BF25DBE1888B7D8D14A954AB00FD3891046469DA754CCDA11FA752FB61AAEAD35C5EBDB9DE1F87B9D4B66D896819052416429EA63C0CD3E75F7E717B7728D55455AB2F38F95BED595F529077D40EA7D4EAEDCA9B19A23333918023F842ABF11F7EF5850DEC5B5F0D500D00C87039E327951C446478977A21002CBE1280101980DCDF1D5802005390D42CEB5A4AA9B9582D12A84B11F11B1FFA569E1B9BA6A975A9DC6021D47CB727884828A66C3EA91EA769EB60800A48D274AB6D55306070BBDEF76FEEFE30CD0300FCE847FFA4056E9A66CEB9691A43BAD9DF1D8FC33C97B65DB581804E74818BBD888850DE79F4770E68D92CF8D6D60BAAC6CC45C1DFC67D7F9BD90080B911D212799733E670AA608110819633584A59D4C371B1F292EEBFCD8D1C81019605360302042033A8B59A9984B85DAF1CC214A6524AAD79AAA5699A65CB039C7E6C31624D5555AB9F647A169154226A9A461E7DF0012284B6BB78F068BDBB90343985F5EEFC7CB6F3FB0F8542DB262270A8213000DCDE1E569BF5D5C3C7531E170EFF71CA06189BEEFC12056DF9DB688B4C102C0E9799DD090D898490116869B641F777EEE99D4CD37FF4F5ED68F08D230350774106500373B7799E174FBD44C285697F810F4E492AA219587557704233D3EAB55A0869BDDD76ABF3983A222979325355EDBA8E59428C22B2C0ED0010C289466BCCF3D2F9B1C8C82C1F41FA615A480F01FCC5AB37A59461FA4737CE59530AC338DF8D0380579D88A0CE799E4B8C719AA6620A58151C8F8399A39DC6F15C7DE1C440C4405C49884EC7EDE4F7F11BEF0E7EDA350B14702A51DEA67EDFDEA7484B06F52DFB829F3C0321D829B62C32B0EF2CFEEEAF8013C2925539DAB26DC10CB4BAAAD7AA75D6C3DDFED8E771AE00304D1381D65A436A97C465690EABB51AF892D89A99BA2FFBE6DD921391FCE18F9F965A4B9ED6EB6E099A5620365D9DB5E9D64BD73A0B0228927B2DAE707285E4C08224EEB014CB89799544BAB0789652E677EEF254B80093BB2F1A2700B5EA2975345BCE6CF50A10FF53FBF45D99FFAD6D7BAAB8FD6DB42EAAAABA48D7E2E9DC1338108119228169465F4E3D9C12473DCD2A6ACEA5945A75B3D974293529943217B56A506B5D76283313E1BB10FFD6B1F8BB03E4EE52D59129C4A69A230B216A5DD24DCE55CDD940D1D1DC6AADEBAE25432DB95D75C074EC47F5B73082F949C32D9E14E4322B332EEE72C9D06CE19C043733475C02CD1201BE1DB5FEA3AF6F0AEA6FE531EE804886E06ED19DE9149442086606608460688B337DFB9B0891894450DCDCED541A09075B3A670DD76D5B3533E130146489CCAABA60172925427E17A0FCED23BD0322E67916864C241243DF8F29254096C8E6E8C4A51A11334666740534DB6ECFBD14C4F58307F7AADB574F9E1EFA23023940888198390887804CC5B4714C29C161BF9C5937043244470202476433433869CC223AA03385FA9F36ECBBED7002A5DE25920E75F98E17D74222D1AA22A381029299BF4D3A80DE16CB7E720E084044A25A6AADF35C4AD6655552A09C831985D83073AD7519EE426245AD45630A293522A75EBCC5E86DDBD29F7DFCDD1F7DF7D19FFFE4E37FF6E73FFBF8FBDF9BA7A95BAD723543E210F5ED0A58D5480D3AA903111D8F430CCD3CCE8C5CAB2132201BC068355B3D8CC39C734A299709305304F3134C53A6117D36CBAA8A063517D542AC185C4200805AABC4669C8B01393249CCD5426A97FF0E5376E4F5F66C7F1C482222AF9BF6EEFA66D5B4EE8EC02271B97C3433AB6EC53C57AC8E864BFA458933646395C873AD53AE0862CEA5688C0D53E018513846398EC76ED58A480A5148BC9A57CBB994A2C2415233CE799E4BD7ADD020725877DDF96E6735D3BD5DF7E8E26CD736F7CECF0460D5B443DF2FA591B92E6822A8A1830092BAD5B2AC8996C280421C5842084B8841641476E25A7541A84A29AAC5DD9D98F034BF8788562A918490DC1738638145248430CFF3AA696BAD5D6AE6798E2C00B05C79BFFFE8B1AAEE6F6EDF7FFF7D5063C6E3F178FFFEFD0534A89A579B3500E49C1100C0C0FCADEF5B3687AB57052DA5A8DB9CB3AAE65A6C81FF81DEA65EA79460CAF3BB222AC6D8A42EC59699010811BB6EBDDD6E4F84B0AE4DD35CDDBFB7EE561485575DE3AEE406A6EF3D7E4800913DA0B11B839257D44C5ED8AB6B0673ABA5CCD3D81F4D2BA8B999960A8656BD16D3EAB568CEB55600975AEB02ABBD733A6FF1B753A859DC28112D0348E850F3D4A4D0A6A0CB8487D0341CDD6A9E86791ABA260AE3F3A74F4A9E083184A05A000C059161BB5DAFD75D4CC916A474814AA1BA1BA0013B3A308525A93457443453092481981198D46C2E79CE759CF3FEEE30CE533F8E7339A5504BD76D29258F13A8792D659AE769CCD308A6226266B2DBED242638F4C7696EDAB83D5B7DFDF4F9E1D04B6CCD0A99333A98B11A42C9E3B0E4E9AA351312183AB21B1A51E05A6BCDB94CA106AC891C884344926FAA2000A0653B400841ABBB17032012332FA5C618BD72D784FDED9DC450D5D69B757F38321198BFF7E8F1F3A7CF6293EE5FDEBBB9BBFDEBBFFACF7EF7FB7F8CA1FBFC8B4FBBAEADB56780655061CEA3BB1B18822E459C232F35822DE27AEE4BF45F50E618A5941973CE39F7FD887813A28CC3504AD9AC136A0535140E213982232CA5D4091A356D9AD8A6D00833BA0492524AAECACC51E0E2AC1DC6B90D5253ACB5802A0305264407A4C0285E01D9091990DDB64D6300B1062072E46CA7EB87A5498059002884241211D94FC7D0CD0C8103519EF36261AD36CF2584F4D1471F5E5E3E7AFAE265207EF4FE7B4FBF7A62089767E7C0F47FFEBBFFE3FDF71E5D6C37ED7AD5C6F451F8F0BBDF799F885EBDBEFDF9EEE79F7FF6FB5281046E6E6E0E87BB611E0D14DC9700B574F6993B98A1562B06865A4F4324441C130183A321A382F7D31CB4228804D91F8ECCC1AA0261D328009452DC9D0908B1E419347BC918D9AD6A9E418DBEF8EAC9A79F7E7A7D7DBB0C4DFEE637BF79F1E2F93CF64D94C4D43671DD35DBAEBDD8AE2FCFCEB6EBF5F96673B9DB5CEE36DBAEB9D876BB75BBE962D7C614A809210A8948D3345DD79D54AD4916CCE96DA18DA6DFA03B2282C839D73CD726751F7FFCF1F9F9F9D75F7EF5977FF997BFFC6FFE444BA26B00000950494441545B1179F1F4D92F7EF10B06FCE8A38FFEFB5FFE77BFFCE52F5FBF78F9FBDFFFFE7FFE1FFFA7070F1EFCF18F7F7CF1E2C59FFFC55F1C8F4747600A454D1D84033839A1232E4D18EAB55AA9B5981928041633EB9A06C042E0D0C410E5044A8AD45AC7719EA75C8B2E6367408888C5346B7577397DCC9402A31BB8B2BB203621442679FCDE07D5A0E956EA303D7F69061717E7CC21709C798E129A2864DAC4D8B5AD5975AC31054632336F65CE6512AD80FBE3A8A866D5340BE3BA6B434A060B5CE284C22C886ADF8063B4A48AA6B66476B556AD8E444BACE7908064F9F7ABDFFCC3DFFCCDDF5CDC7BF0C7CFBE18E7B2DE9EDD1DFA5C2DA4E6381E1079B73B2798A7FEB6169BA792AB3A31021389031A981B9899AB0A22B8871040ADED5A779770D291A83055E39812713821C84C86008880E06F6B13341569977B07783B572B22A625CF6313596E8F63D3343777FBA2F6FACD4DBBEACE7697F33CE7A9A8162200B025C14474823ACE43A0C029094308210AA4C8867C3CDC80162DA5CCA49A25506AA288D462A6F04E6B597DB12930F3321B5C8B894808E9781CBEFAEAEB3FFBA7BFF8AFFEF97FFDABDFFC3FC8F4E147DF7FFCFE7B5F7CF5E4F9CB17FFE6DFFE6F8EF0F2E5EBBFFE2FFE7344FE17FFEA5FFED55FFDF50F7FF84335AC55FFD95FFDF5F5ABA79FFCE137CCA2C0253B614444400262AC8E58DCD0D501D1AA33F082D59652DC40DD428CE821B6ABD4AC9883AB11002FE2960CEFE0B4699AC861BD59B9DA66B3D27912A13684AEEBE66988426DFBA148D31DC671186755EFD69BD5EE1C91BBF5761A8E883EF68319ACDB364A505562DC6D1333C4008118C00263E352812E2FD65F3E79CA84EFBFF760BBEE987161B15B52CE9C33451211F7D3BD29A085C0B5CC0BC4370C0321FFFDDFFFFBBFFBD53F946A6DBBFA87DFFEB6146D9A680631B522F15FFF9B7FBBD9EC6ACD885CCAFCC5974F11B11A46A179EA37AD0C43FFF8EA32CF4524D6AA4C814496FD002ECC44C4019C88A6696ADB9570DCED76E33C2DFBB4DB5D9C5F3C9AB336B155D555DB9632973A2DC8DE344D46081696FC641EA7791E1353D3C44874777707AE1045EB2CD73777EE6E402189C852AAC35278213A0BC61828C872332E4222CC5479699C39156422048FAF2E52E2E7CF5FEE0FB717E79D089732078E00C01C44C400E67952AF44298460F5FF879F2E89968854C5D0B4C771008094D2BE1F72CE9BCD66CC33B04C25BB7BDFDFED76BB524A9E7390A6EFC77BE7BBFEF066D3AD0FFB3E72EC8F53C9EAC2024E2CCBD957B55A2BF30961C839A72431364E36D7B9A8F67D1FD3C01201ADCCE3ED74CC794E293C7BFAE53CCF21C6E5C677519567A418E348C007B82602D5A6692ECFD657F7CEA41FE725D9463480FA0E1660461612416233CB66159C1D38A58008E406EE6E0A884C080812C26ED3BD7C65AEF36EB389496AAD296DA6695A004D11214250053455D5D910D1ACDAC20E50CA022985763DCD53640A214CD31408D7BB6DCE3985B0DFF782D0344D77719E73F65A564DEB46532987C32130E79C9B66D7344D9B9A26344E4CC888CCC82EE008E69AF300E40A6E00C02CA119E7699E9429D4627DDF33E7F170BCBDBD2684287044ED8FFB181BD3BCDF1F98C376BBE5A63D7D22007473406440110E0911A58971B9277F8B2FFA525ACF53EF965DE7599D53D3AD9A75B76A12372D12286A352DAE86E6C0044840B05D75BBCDB6EFFBBEEF53942E86BEEF17E47C180656672673CB39AB8EC15B44D65A8BE54571A46DDB8D4936EFDAB45AADEEEEEE98E0FCFCA294625A5294F5AADD6EB7FBFDFE073FF8C1279F7CE25699ECC73FFDE9179F7F8A50376D18FA9B28214FF3300C6666D58A65030242435333B7EAA64BD6114242E0719C9F3D7DF9EAE6B8DF0FCD2A0A0A201E0F7777B76FD04B93A24341745344A7CDAA4B2919783FF6DBCD9999CDA5089188B842398C9AF3ABA7BDE469E4B6452637D35ACD6CA191B8BA3CABA5DBEF6FC7FE405C579DAC578118977E1622410087BA5C172E77BDB189E7BBB39B37D7CF9F3DEBDAF4F8E18371EC97C2631CC73ACE006A58520A4432CE05114DAB6305B0B3B3AD5B73BFE2FE78B87AF448553FF9E4933FF9933F59AFD7BFFEF5AFFFECE73F3E1E8F0F1E3C0080DFFCE6370FAF2E083FBCBEBE66968757E73737CDD583CB3AF5EF3DDADDDD5CAFD64D0AF4E6F5CBAA6E06EA00844EA86600F9DED95ACDE69C1D682EF5CDF5DD675F7C7D7B9CDC089CC77154F0691ADA2E34929AC417670F9AA6391CFADBC39E89E6699C4BDDAC36C77E6F0A39D70527D35C54B58DFCDD47E7E2251B53D19AF3A4AA31C6D5AA4B295CDDBFAF3A1FF6CDF5356BAD31106059724A243400A100B850CB812313C7BBC310451E3E7CB85EAD6F6FF777B707B5727B7B479272CE154835579FCD9288B03644ACAAD5F2388E7777772F5F1E0EFD6468D37870F7C3EDEBBB4D7BBC7B73F3FAF983CBDDABE7CF03D9CDCDCDFEE6D5A79FFCCEDDDFBC7C7E767EFEBBDFFDEAE5CB979A0F3110D449C0A761CF82CB4827734092C5A0C5D45C901CD0DE75F24C63EEFB512B31A59AF550FAB64D9B55B7DB5E804EE8F9673FFDD1C5C5C5F1385CDFDC1D8FC33FFCEE1F6FAF8FC2E170381287A5B9C64A55F514D26AB7BA7AEF7DFEFE07F7BA363529126112DAAE5717E7DBF3B34DC913800A538C24046EC5AD3261A950D5C1D455D11C96C6322447B93B1C0178B5D9DCBFFF60BFDFBBC1344DF33C3A604A9B619AAACE6AC55CE7390BC652CAE1B0BFBDBB79F2F4C9A79F7FF9E2E5F5CDCDED6EBD3AEC6FA7A10F4CD3D08FFDB14D514BB65AC6FE380DFDAA6D08968FA2E7E7BB394F12691AF75D92FDEDEBCBCB9DE61C037FE7FD0F9091595864E94543C240B0DFDFF4C7FD575F7EB9B099ECFBF1CD9B03721CC7624E12E4E1C3ABDD59D7043ADCBE3AEC6F7EFE931F9FEFB61717678F1FBFF7DD0F3F6CBBF5EB37AFBE7C72E3B0E0C2AE004882246DDB6EB69BC70FEECBDDF57564DEACDAAE89AE9588B4E6FE98BBA645C210520A5EC6E1C5EB57F33CA666351744204163AFE24808CC421C0EE3244D471CA6DB7A7171F1DE7B1F9CEF36FBFD4DDB8561CA5F7FFDD5586CBD69569BA6699356FBECC59779AEFDF108A4739DEFDDBBF7C1073F4CCD6A1E8E5DD73C79F26469FBC9392FC4A39BCD669AA6CBCBCBE5BA4944628CC33472DB2A686220D0EDBA59A754E61900FEAFFFFB6F851B96401210D179B99DF62050F3B038FA1696C1DF60951F3FBE771CF230CEC3308CC711601A8EC726202274AB66BDDAF57346909FFDEC674DB7FAFB5FFFF6B7BFFDBD39E6EA841024B97B513F1E8FCF5FBDFAFF00433AA1D5B7333B9B0000000049454E44AE426082,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',23,4,'2014-09-04',9,'2014-09-03 22:00:00');
INSERT INTO cms_articles (id_article, article_title, article_resume, article_contenu, article_logo, article_publication_state, article_start_date, article_end_date, num_section, article_num_type, article_creation_date, article_order, article_update_timestamp) VALUES (74,'Lire aussi','Titre du cadre :05_liste de notices<br />','','','3','0000-00-00 00:00:00','0000-00-00 00:00:00',70,4,'2015-01-26',2,'2015-01-25 23:00:00');
/*!40000 ALTER TABLE cms_articles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_articles_descriptors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_articles_descriptors (
num_article int(11) NOT NULL DEFAULT '0',
num_noeud int(11) NOT NULL DEFAULT '0',
article_descriptor_order int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (num_article,num_noeud)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_articles_descriptors`
--
LOCK TABLES cms_articles_descriptors WRITE;
/*!40000 ALTER TABLE cms_articles_descriptors DISABLE KEYS */;
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (2,2225,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (1,1788,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (7,1658,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (11,1392,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (4,1563,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (12,1563,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (27,1658,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (63,1433,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (70,1433,0);
INSERT INTO cms_articles_descriptors (num_article, num_noeud, article_descriptor_order) VALUES (71,1658,0);
/*!40000 ALTER TABLE cms_articles_descriptors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_build`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_build (
id_build int(10) unsigned NOT NULL AUTO_INCREMENT,
build_version_num int(11) NOT NULL DEFAULT '0',
build_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'cadre',
build_fixed int(11) NOT NULL DEFAULT '0',
build_obj varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
build_page int(11) NOT NULL DEFAULT '0',
build_parent varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
build_child_before varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
build_child_after varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
build_css text COLLATE utf8_unicode_ci NOT NULL,
build_div int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_build),
KEY cms_build_index (build_version_num,build_obj),
KEY i_build_parent_build_version_num (build_parent,build_version_num),
KEY i_build_obj_build_version_num (build_obj,build_version_num)
) ENGINE=MyISAM AUTO_INCREMENT=66259 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_build`
--
LOCK TABLES cms_build WRITE;
/*!40000 ALTER TABLE cms_build DISABLE KEYS */;
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66222,959,'cadre',0,'cms_module_article_14',0,'main_hors_footer','cms_module_articleslist_133','navigator','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66223,959,'cadre',0,'cms_module_articleslist_114',0,'main_hors_footer','cms_module_recordslist_17','history_action','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66219,959,'cadre',0,'cms_module_agenda_33',0,'main_hors_footer','cms_module_search_66','aut_details','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66217,959,'cadre',0,'etageres',0,'main_hors_footer','categories','notice','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66218,959,'cadre',0,'notice',0,'main_hors_footer','etageres','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66215,959,'cadre',0,'last_entries',0,'main_hors_footer','location','categories','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66216,959,'cadre',0,'categories',0,'main_hors_footer','last_entries','etageres','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66214,959,'cadre',0,'location',0,'main_hors_footer','navbar','last_entries','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66212,959,'cadre',0,'resultatrech',0,'main_hors_footer','id_thes','navbar','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66213,959,'cadre',0,'navbar',0,'main_hors_footer','resultatrech','location','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66210,959,'cadre',0,'search_result',0,'main_hors_footer','search','id_thes','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66211,959,'cadre',0,'id_thes',0,'main_hors_footer','search_result','resultatrech','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66208,959,'cadre',0,'aut_details',0,'main_hors_footer','cart_action','search','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66209,959,'cadre',0,'search',0,'main_hors_footer','aut_details','search_result','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66206,959,'cadre',0,'fiche-empr',0,'main_hors_footer','empr_onglet','cart_action','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66207,959,'cadre',0,'cart_action',0,'main_hors_footer','fiche-empr','aut_details','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66205,959,'cadre',0,'empr_onglet',0,'main_hors_footer','history_action','fiche-empr','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66203,959,'cadre',0,'author_type',0,'main_hors_footer','intro_message','history_action','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66204,959,'cadre',0,'history_action',0,'main_hors_footer','author_type','empr_onglet','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66201,959,'cadre',1,'navigator',0,'main_hors_footer','','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66202,959,'cadre',0,'intro_message',0,'main_hors_footer','navigator','author_type','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66200,959,'cadre',0,'cms_module_metadatas_166',0,'main_hors_footer','cms_module_articleslist_38','navigator','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66199,959,'cadre',0,'cms_module_articleslist_38',0,'main_hors_footer','cms_module_recordslist_23','cms_module_metadatas_166','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66198,959,'cadre',0,'cms_module_recordslist_23',0,'main_hors_footer','cms_module_agenda_85','cms_module_articleslist_38','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66197,959,'cadre',0,'cms_module_agenda_85',0,'main_hors_footer','cms_module_articleslist_21','cms_module_recordslist_23','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66195,959,'cadre',0,'cms_module_htmlcode_170',0,'main_hors_footer','','cms_module_articleslist_21','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66196,959,'cadre',0,'cms_module_articleslist_21',0,'main_hors_footer','cms_module_htmlcode_170','cms_module_agenda_85','position: static; left: 0px; top: 0px;',1);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66193,959,'cadre',1,'accessibility',0,'footer','footer_link_pmb','','visibility: visible; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66194,959,'zone',1,'main_hors_footer',0,'main','footer','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66191,959,'cadre',1,'footer_link_website',0,'footer','footer_link_sup','footer_link_pmb','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66192,959,'cadre',1,'footer_link_pmb',0,'footer','footer_link_website','accessibility','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66189,959,'cadre',1,'footer_rss',0,'footer','','footer_link_sup','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66190,959,'cadre',1,'footer_link_sup',0,'footer','footer_rss','footer_link_website','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66187,959,'cadre',0,'cms_module_htmlcode_134',0,'footer','','cms_module_sectionslist_121','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66188,959,'cadre',0,'cms_module_sectionslist_121',0,'footer','cms_module_htmlcode_134','footer_rss','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66185,959,'zone',1,'bandeau_2',0,'container','bandeau','footer','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66186,959,'zone',1,'footer',0,'container','bandeau_2','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66183,959,'cadre',1,'adresse',0,'bandeau','post_adress','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66184,959,'cadre',0,'cms_module_articleslist_130',0,'bandeau','adresse','','visibility: visible; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66181,959,'cadre',1,'connexion',0,'bandeau','facette','post_adress','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66182,959,'cadre',1,'post_adress',0,'bandeau','connexion','adresse','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66179,959,'cadre',1,'facette',0,'bandeau','lvl1','connexion','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66180,959,'cadre',0,'cms_module_htmlcode_141',0,'bandeau','facette','connexion','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66177,959,'cadre',1,'accueil',0,'bandeau','resume_panier','lvl1','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66178,959,'cadre',1,'lvl1',0,'bandeau','accueil','facette','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66176,959,'cadre',1,'resume_panier',0,'bandeau','','accueil','visibility: visible; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66174,959,'zone',1,'bandeau',0,'container','main','bandeau_2','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66175,959,'cadre',0,'cms_module_search_22',0,'bandeau','','resume_panier','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66172,959,'cadre',0,'main_header',0,'main','','main_hors_footer','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66173,959,'cadre',0,'main_hors_footer',0,'main','main_header','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66170,959,'cadre',0,'cms_module_sectionslist_120',0,'intro','cms_module_htmlcode_137','','visibility: visible; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66171,959,'zone',1,'main',0,'container','intro','bandeau','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66169,959,'cadre',0,'cms_module_htmlcode_137',0,'intro','cms_module_section_126','cms_module_sectionslist_120','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66167,959,'cadre',0,'cms_module_metadatas_172',0,'intro','cms_module_section_125','cms_module_section_126','visibility: visible; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66168,959,'cadre',0,'cms_module_section_126',0,'intro','cms_module_metadatas_172','cms_module_htmlcode_137','visibility: visible; display: none; left: auto; top: auto; height: 160px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66166,959,'cadre',0,'cms_module_section_125',0,'intro','cms_module_section_173','cms_module_metadatas_172','visibility: visible; display: none; left: auto; top: auto; height: 157px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66165,959,'cadre',0,'cms_module_section_173',0,'intro','cms_module_section_177','cms_module_section_125','visibility: visible; position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66164,959,'cadre',0,'cms_module_section_177',0,'intro','cms_module_htmlcode_178','cms_module_section_173','visibility: visible; display: block; position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66163,959,'cadre',0,'cms_module_htmlcode_178',0,'intro','cms_module_htmlcode_175','cms_module_section_177','visibility: visible; position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66162,959,'cadre',0,'cms_module_htmlcode_175',0,'intro','cms_module_htmlcode_176','cms_module_htmlcode_178','visibility: visible; position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66161,959,'cadre',0,'cms_module_htmlcode_176',0,'intro','cms_module_sectionslist_174','cms_module_htmlcode_175','visibility: visible; position: static; left: 0px; top: 0px; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66160,959,'cadre',0,'cms_module_sectionslist_174',0,'intro','intro_bibli','cms_module_htmlcode_176','visibility: visible; position: static; left: 0px; top: 0px; display: block;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66158,959,'zone',1,'intro',0,'container','','main','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66159,959,'cadre',1,'intro_bibli',0,'intro','','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66224,959,'cadre',0,'cms_module_articleslist_117',0,'main_hors_footer','navbar','cms_module_sectionslist_118','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66225,959,'cadre',0,'cms_module_articleslist_42',0,'main_hors_footer','cms_module_htmlcode_135','cms_module_sectionslist_116','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66226,959,'cadre',0,'cms_module_articleslist_46',0,'main_hors_footer','notice','cms_module_articleslist_21','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66227,959,'cadre',0,'cms_module_articleslist_99',0,'main_hors_footer','cms_module_section_18','cms_module_rss_149','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66228,959,'cadre',0,'cms_module_breadcrumb_142',0,'main_hors_footer','cms_module_metadatas_155','cms_module_htmlcode_170','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66229,959,'cadre',0,'cms_module_breadcrumb_143',0,'main_hors_footer','','cms_module_metadatas_156','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66230,959,'cadre',0,'cms_module_htmlcode_135',0,'main_hors_footer','resume_panier','cms_module_articleslist_42','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66231,959,'cadre',0,'cms_module_htmlcode_144',0,'main_hors_footer','','cms_module_breadcrumb_143','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66232,959,'cadre',0,'cms_module_htmlcode_145',0,'main_hors_footer','','resume_panier','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66233,959,'cadre',0,'cms_module_metadatas_155',0,'main_hors_footer','','cms_module_breadcrumb_142','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66234,959,'cadre',0,'cms_module_metadatas_156',0,'main_hors_footer','cms_module_breadcrumb_143','resume_panier','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66235,959,'cadre',0,'cms_module_metadatas_157',0,'main_hors_footer','','cms_module_breadcrumb_143','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66236,959,'cadre',0,'cms_module_metadatas_158',0,'main_hors_footer','','cms_module_breadcrumb_143','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66237,959,'cadre',0,'cms_module_metadatas_159',0,'main_hors_footer','cms_module_section_139','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66238,959,'cadre',0,'cms_module_metadatas_160',0,'main_hors_footer','','cms_module_breadcrumb_143','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66239,959,'cadre',0,'cms_module_metadatas_161',0,'main_hors_footer','cms_module_section_139','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66240,959,'cadre',0,'cms_module_metadatas_163',0,'main_hors_footer','cms_module_section_139','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66241,959,'cadre',0,'cms_module_metadatas_164',0,'main_hors_footer','cms_module_section_139','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66242,959,'cadre',0,'cms_module_metadatas_165',0,'main_hors_footer','cms_module_section_139','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66243,959,'cadre',0,'cms_module_metadatas_167',0,'main_hors_footer','cms_module_metadatas_166','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66244,959,'cadre',0,'cms_module_metadatas_169',0,'main_hors_footer','cms_module_metadatas_166','cms_module_agenda_85','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66245,959,'cadre',0,'cms_module_portfolio_151',0,'main_hors_footer','cms_module_sectionslist_111','cms_module_shelveslist_113','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66246,959,'cadre',0,'cms_module_portfolio_152',0,'main_hors_footer','author_type','cms_module_shelveslist_112','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66247,959,'cadre',0,'cms_module_recordslist_138',0,'main_hors_footer','cms_module_shelveslist_112','cms_module_rss_150','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66248,959,'cadre',0,'cms_module_recordslist_17',0,'main_hors_footer','cms_module_rss_150','cms_module_articleslist_114','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66249,959,'cadre',0,'cms_module_recordslist_57',0,'main_hors_footer','cms_module_shelveslist_113','','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66250,959,'cadre',0,'cms_module_rss_149',0,'main_hors_footer','cms_module_articleslist_99','cms_module_sectionslist_111','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66251,959,'cadre',0,'cms_module_rss_150',0,'main_hors_footer','cms_module_recordslist_138','cms_module_recordslist_17','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66252,959,'cadre',0,'cms_module_search_66',0,'main_hors_footer','resume_panier','cms_module_agenda_33','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66253,959,'cadre',0,'cms_module_section_18',0,'main_hors_footer','navbar','cms_module_articleslist_99','position: static; left: 0px; top: 0px;',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66254,959,'cadre',0,'cms_module_sectionslist_111',0,'main_hors_footer','cms_module_rss_149','cms_module_portfolio_151','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66255,959,'cadre',0,'cms_module_sectionslist_116',0,'main_hors_footer','cms_module_articleslist_42','cms_module_section_131','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66256,959,'cadre',0,'cms_module_sectionslist_118',0,'main_hors_footer','cms_module_articleslist_117','location','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66257,959,'cadre',0,'cms_module_shelveslist_112',0,'main_hors_footer','cms_module_portfolio_152','cms_module_recordslist_138','',0);
INSERT INTO cms_build (id_build, build_version_num, build_type, build_fixed, build_obj, build_page, build_parent, build_child_before, build_child_after, build_css, build_div) VALUES (66258,959,'cadre',0,'cms_module_shelveslist_113',0,'main_hors_footer','cms_module_portfolio_151','cms_module_recordslist_57','',0);
/*!40000 ALTER TABLE cms_build ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_cache_cadres`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_cache_cadres (
cache_cadre_hash varchar(32) COLLATE utf8_unicode_ci NOT NULL,
cache_cadre_type_content varchar(30) COLLATE utf8_unicode_ci NOT NULL,
cache_cadre_create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
cache_cadre_content mediumtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (cache_cadre_hash,cache_cadre_type_content)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_cache_cadres`
--
LOCK TABLES cms_cache_cadres WRITE;
/*!40000 ALTER TABLE cms_cache_cadres DISABLE KEYS */;
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('6275a11f5f1f4a7c93469c028c0dae33','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66187\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_134\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:6:\"footer\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:27:\"cms_module_sectionslist_121\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('1d5f6cdc56dccf1c351ac1f37cf73ad2','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66188\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_121\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:6:\"footer\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_134\";s:17:\"build_child_after\";s:10:\"footer_rss\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('6275a11f5f1f4a7c93469c028c0dae33','html','2016-03-25 15:23:39','<div id=\'cms_module_htmlcode_134\' class=\'cms_module_htmlcode cms_module\'><div class=\"Ancre\">\n <a href=\"#logo\" title=\"Top\">Λ</a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('1d5f6cdc56dccf1c351ac1f37cf73ad2','html','2016-03-25 15:23:39','<div id=\'cms_module_sectionslist_121\' class=\'cms_module_sectionslist cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('8792f131bb7275b411ca9584db3588ef','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66175\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:20:\"cms_module_search_22\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:13:\"resume_panier\";s:9:\"build_css\";s:38:\"position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b5638b8cad514e016b99129c2e283aa6','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66180\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_141\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:7:\"facette\";s:17:\"build_child_after\";s:9:\"connexion\";s:9:\"build_css\";s:38:\"position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4c83ed65f4b2bb4bff2c09bef3dd5366','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66184\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_articleslist_130\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:7:\"adresse\";s:17:\"build_child_after\";s:0:\"\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('8792f131bb7275b411ca9584db3588ef','html','2016-03-25 15:23:39','<div id=\'cms_module_search_22\' class=\'cms_module_search cms_module\'>\n <form method=\'post\' class=\'searchbox\' action=\'./index.php?lvl=more_results&autolevel1=1\' name=\'cms_module_search_22_searchbox\' onsubmit=\"if (cms_module_search_22_searchbox.user_query.value.length == 0) { cms_module_search_22_searchbox.user_query.value=\'*\';}cms_module_search_22_change_dest();\">\n \n <input type=\'hidden\' value=\'1\' name=\'look_ALL\'>\r\n <h4 class=\'searchbox_title\'>Je cherche, je trouve...</h4>\n <input type=\'text\' name=\'user_query\' value=\'nature\' placeholder=\'Rechercher...\'/>\n <input class=\'bouton\' type=\'submit\' value=\'Rechercher\' />\n <input class=\'bouton\' type=\'button\' onclick=\'window.open(\"./help.php?whatis=simple_search\", \"search_help\", \"scrollbars=yes, toolbar=no, dependent=yes, width=400, height=400, resizable=yes\"); return false\' value=\'Aide\'><br/>\n <span class=\'search_radio_button\' id=\'search_radio_button_0\'><input type=\'radio\' name=\'dest\' value=\'0\' checked=\'checked\'/> Dans le catalogue</span>\n <span class=\'search_radio_button\' id=\'search_radio_button_1\'><input type=\'radio\' name=\'dest\' value=\'11\'/> Dans le site</span>\n <p class=\'search_advanced_link\'><a href=\'./index.php?search_type_asked=simple_search\'>Recherche avancée</a></p> \n </form></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b5638b8cad514e016b99129c2e283aa6','html','2016-03-25 15:23:39','<div id=\'cms_module_htmlcode_141\' class=\'cms_module_htmlcode cms_module\'><div id=\"lienHistorique\">\n <a href=\"./index.php?lvl=search_history\" title=\"Historique des recherches\">Historique</a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4c83ed65f4b2bb4bff2c09bef3dd5366','html','2016-03-25 15:23:39','<div id=\'cms_module_articleslist_130\' class=\'cms_module_articleslist cms_module\'> <div class=\"brevesBandeau\">\n \n <!-- titre du cadre -->\n <h3>Brèves</h3>\n \n <!-- affichage d\'un article -->\n <div class=\"itemAbrege\">\n \n <!-- titre de l\'article -->\n <h4>Brève 1</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.\n </div>\n <!-- lire la suite -->\n \n <!-- liens -->\n <ul class=\"liensExtrn\">\n <li><a href=\'http://sigb.net\' target=\'_blank\'>Exemple de lien</a></li>\n </ul>\n </div><!-- fin itemAbrege -->\n <div class=\"itemAbrege\">\n \n <!-- titre de l\'article -->\n <h4>Brève 2</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor inc \n </div>\n <!-- lire la suite -->\n \n <!-- liens -->\n </div><!-- fin itemAbrege -->\n <div class=\"itemAbrege\">\n <a href=\"./index.php?lvl=cmspage&pageid=4&id_article=21\" title=\"Brève 3\">\n \n <!-- titre de l\'article -->\n <h4>Brève 3</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi \n </div>\n <!-- lire la suite -->\n <p class=\"lirePlus\">Lire la suite</p>\n \n <!-- liens -->\n </a>\n </div><!-- fin itemAbrege -->\n </div> <!-- fin brevesBandeau -->\n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b11d33551c4a71dbdd8f8958639a7b42','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66195\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_170\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:26:\"cms_module_articleslist_21\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('255aa17634b6957a75f725d6ce405210','object','2016-03-25 15:23:39','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b6d1c60020c7d91fe254c133718bc4f7','object','2016-03-25 15:23:39','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('ba4cf76e09162177f243e4b4a9c1c9ad','object','2016-03-25 15:23:39','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('dcc5c93401f463db813efa8c9f00268a','object','2016-03-25 15:23:39','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('9679aec1809ed0c13ae62b29590dfdb7','object','2016-03-25 15:23:39','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4512bf419df1e7cb39d000e6d850f4a0','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66224\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_articleslist_117\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:6:\"navbar\";s:17:\"build_child_after\";s:27:\"cms_module_sectionslist_118\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";s:110:\"index.php?&lvl=more_results&tab=catalog&user_query=formation&mode=categorie&count=1&clause= WHERE 1 &id_thes=1\";}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4ca40743f6b80774f8239db158e468d8','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66256\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_118\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:27:\"cms_module_articleslist_117\";s:17:\"build_child_after\";s:8:\"location\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";s:150:\"index.php?&lvl=more_results&autolevel1=1&look_TITLE=1&look_AUTHOR=1&look_CATEGORY=1&look_ALL=1&user_query=exposition fiction afrique nouveaut?s&dest=0\";}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b11d33551c4a71dbdd8f8958639a7b42','html','2016-03-25 15:23:39','<div id=\'cms_module_htmlcode_170\' class=\'cms_module_htmlcode cms_module\'><div id=\"boutonRetour\">\n<a href=\"javascript:history.go(-1)\" title=\"Retour\">>> Retour</a>\n</div>\n<div class=\"clear\"></div> </div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4512bf419df1e7cb39d000e6d850f4a0','html','2016-03-25 15:23:39','<div id=\'cms_module_articleslist_117\' class=\'cms_module_articleslist cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('4ca40743f6b80774f8239db158e468d8','html','2016-03-25 15:23:39','<div id=\'cms_module_sectionslist_118\' class=\'cms_module_sectionslist cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('6ee5dabe84c8291febad8de018db8372','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66160\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_174\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:11:\"intro_bibli\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_176\";s:9:\"build_css\";s:75:\"visibility: visible; position: static; left: 0px; top: 0px; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('161b16589726f85bdf69bc0d18d4960a','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66161\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_176\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:27:\"cms_module_sectionslist_174\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_175\";s:9:\"build_css\";s:75:\"visibility: visible; position: static; left: 0px; top: 0px; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b9f8e29054e2d54c8586ae81c16ba833','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66162\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_175\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_176\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_178\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('792d985e3ff3f5472cb66436789747d3','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66163\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_178\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_175\";s:17:\"build_child_after\";s:22:\"cms_module_section_177\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('90fd5e26dcc8d1be05fbb831e5707198','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66164\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_177\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_178\";s:17:\"build_child_after\";s:22:\"cms_module_section_173\";s:9:\"build_css\";s:75:\"visibility: visible; display: block; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f8ab3600090c6b95a4fb242927058c74','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66165\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_173\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_177\";s:17:\"build_child_after\";s:22:\"cms_module_section_125\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('3b85d7a6e3cb6377e9ea745d0d94f169','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66166\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_125\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_173\";s:17:\"build_child_after\";s:24:\"cms_module_metadatas_172\";s:9:\"build_css\";s:146:\"visibility: visible; display: none; left: auto; top: auto; height: 157px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('dbe53fc58ddaf9de8b79e9a7d83a6fac','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66167\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:24:\"cms_module_metadatas_172\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_125\";s:17:\"build_child_after\";s:22:\"cms_module_section_126\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e44c8465c1b96e655fffa967afd8b5d7','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66168\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_126\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:24:\"cms_module_metadatas_172\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_137\";s:9:\"build_css\";s:146:\"visibility: visible; display: none; left: auto; top: auto; height: 160px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('80a766fbfb45676fb57ed12bc591b1aa','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66169\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_137\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_126\";s:17:\"build_child_after\";s:27:\"cms_module_sectionslist_120\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('95b3f1e9441dc161dd8fd005d5705bc4','object','2016-03-25 15:23:39','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66170\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_120\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_137\";s:17:\"build_child_after\";s:0:\"\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('6ee5dabe84c8291febad8de018db8372','html','2016-03-25 15:23:40','<div id=\'cms_module_sectionslist_174\' class=\'cms_module_sectionslist cms_module\'><div id=\"offcanvas\" class=\"uk-offcanvas\">\n <div class=\"uk-offcanvas-bar\">\n <div class=\"MenuVertResp\">\n <ul class=\"NavResponsive\">\n <!-- rubriques niveau 1 -->\n <li>\n <a href=\"./index.php\" title=\"Accueil\">Accueil</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=37\" title=\"Catalogue\">Catalogue</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=index\" title=\"Recherche simple\">Recherche simple</a>\n </li>\n <li>\n <a href=\"./index.php?search_type_asked=perio_a2z\" title=\"Périodiques\">Périodiques</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=1\" title=\"Actualités\">Actualités</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=4\" title=\"Agenda\">Agenda</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=7\" title=\"Nouveautés\">Nouveautés</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=22\" title=\"Infos pratiques\">Infos pratiques</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=23\" title=\"Château du Loir\">Château du Loir</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=24\" title=\"New York\">New York</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=71\" title=\"Ressources numériques\">Ressources numériques</a>\n </li>\n </ul>\n </div>\n </div>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('161b16589726f85bdf69bc0d18d4960a','html','2016-03-25 15:23:40','<div id=\'cms_module_htmlcode_176\' class=\'cms_module_htmlcode cms_module\'><div class=\"TglUser \" data-uk-button>\n <a class=\"Tgllogin\" data-uk-toggle=\"{target:\'#connexion\', cls:\'heightZero\'}\">\n <span class=\"user\"><i class=\"fa fa-user\"></i></span>\n </a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b9f8e29054e2d54c8586ae81c16ba833','html','2016-03-25 15:23:40','<div id=\'cms_module_htmlcode_175\' class=\'cms_module_htmlcode cms_module\'><div id=\"btnMenu\" class=\"temp\">\n <div class=\"tgLbtnMenu\">\n <a class=\"MenuCanvas uk-button\" href=\"#offcanvas\" data-uk-offcanvas><i class=\"fa fa-bars\"></i></a>\n </div>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('792d985e3ff3f5472cb66436789747d3','html','2016-03-25 15:23:40','<div id=\'cms_module_htmlcode_178\' class=\'cms_module_htmlcode cms_module\'><div class=\"TgllSearch\" data-uk-button>\n <a data-uk-toggle=\"{target:\'.searchbox\', cls:\'heightZero\'}\">\n <span class=\"user\"><i class=\"fa fa-search\"></i></span>\n </a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('90fd5e26dcc8d1be05fbb831e5707198','html','2016-03-25 15:23:40','<div id=\'cms_module_section_177\' class=\'cms_module_section cms_module\'><div class=\"uk-grid uk-grid-collapse\" data-uk-grid-match=\"{target:\'.titrePortail\'}\" data-uk-grid-margin>\n <div class=\"uk-width-1-3\">\n <div id=\"logo\" class=\"titrePortail\">\n <a href=\"./index.php\" title=\"PMB Services\"><img src=\"./cms_vign.php?type=section&id=62&mode=large\" alt=\"PMB Services\" /></a>\n </div>\n </div>\n <div class=\"uk-width-2-3\"> \n <div id=\"titrePortail\" class=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">PMB Services</span>\n <span class=\"subTitle\">réseau mediathèques</span>\n </h1>\n </div>\n </div> \n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f8ab3600090c6b95a4fb242927058c74','html','2016-03-25 15:23:40','<div id=\'cms_module_section_173\' class=\'cms_module_section cms_module\'><div id=\"Introbandeau\"><img src=\"./cms_vign.php?type=section&id=79&mode=large alt=\"Photo bandeau superieur\"/></div>\n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('3b85d7a6e3cb6377e9ea745d0d94f169','html','2016-03-25 15:23:40','<div id=\'cms_module_section_125\' class=\'cms_module_section cms_module\'><div id=\"logo\">\n <a href=\"./index.php\" title=\"PMB Services\"><img src=\"./cms_vign.php?type=section&id=62&mode=large\" alt=\"PMB Services\" /></a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('dbe53fc58ddaf9de8b79e9a7d83a6fac','html','2016-03-25 15:23:40','<div id=\'cms_module_metadatas_172\' class=\'cms_module_metadatas cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e44c8465c1b96e655fffa967afd8b5d7','html','2016-03-25 15:23:40','<div id=\'cms_module_section_126\' class=\'cms_module_section cms_module\'><div id=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">PMB Services</span>\n <span class=\"subTitle\">réseau mediathèques</span>\n </h1>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('80a766fbfb45676fb57ed12bc591b1aa','html','2016-03-25 15:23:40','<div id=\'cms_module_htmlcode_137\' class=\'cms_module_htmlcode cms_module\'><div class=\"clear\"></div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('95b3f1e9441dc161dd8fd005d5705bc4','html','2016-03-25 15:23:40','<div id=\'cms_module_sectionslist_120\' class=\'cms_module_sectionslist cms_module\'><div class=\"uk-flex uk-flex-center uk-hidden-small uk-hidden-medium\">\n <div class=\"MenuHoriz uk-navbar uk-container\">\n <ul class=\"Nav uk-navbar-nav\">\n <!-- rubriques niveau 1 -->\n <li >\n <a href=\"./index.php\" title=\"Accueil\">Accueil</a>\n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=37\" title=\"Catalogue\">Catalogue</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=index\" >Recherche simple</a>\n </li>\n <li>\n <a href=\"./index.php?search_type_asked=perio_a2z\" >Périodiques</a>\n </li>\n </ul>\n </div> \n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=1\" title=\"Actualités\">Actualités</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=4\" >Agenda</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=7\" >Nouveautés</a>\n </li>\n </ul>\n </div> \n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=22\" title=\"Infos pratiques\">Infos pratiques</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=23\" >Château du Loir</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=24\" >New York</a>\n </li>\n </ul>\n </div> \n </li>\n <li >\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=71\" title=\"Ressources numériques\">Ressources numériques</a>\n </li>\n </ul>\n </div>\n</div> \n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e35c2e7c961d05e62dda4b1f42cd4136','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66187\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_134\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:6:\"footer\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:27:\"cms_module_sectionslist_121\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('115445b6f28fdfa9ec369aadccf2634f','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66188\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_121\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:6:\"footer\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_134\";s:17:\"build_child_after\";s:10:\"footer_rss\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e35c2e7c961d05e62dda4b1f42cd4136','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_134\' class=\'cms_module_htmlcode cms_module\'><div class=\"Ancre\">\n <a href=\"#logo\" title=\"Top\">Λ</a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('115445b6f28fdfa9ec369aadccf2634f','html','2016-03-25 15:23:58','<div id=\'cms_module_sectionslist_121\' class=\'cms_module_sectionslist cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('46ac91effa3bb00ecb1805752f927115','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66175\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:20:\"cms_module_search_22\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:13:\"resume_panier\";s:9:\"build_css\";s:38:\"position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b874646740a313c6c696ce7e73c2a7ee','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66180\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_141\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:7:\"facette\";s:17:\"build_child_after\";s:9:\"connexion\";s:9:\"build_css\";s:38:\"position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('5ced15917e19d85983e88a30f47cda80','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66184\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_articleslist_130\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:7:\"bandeau\";s:18:\"build_child_before\";s:7:\"adresse\";s:17:\"build_child_after\";s:0:\"\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('46ac91effa3bb00ecb1805752f927115','html','2016-03-25 15:23:58','<div id=\'cms_module_search_22\' class=\'cms_module_search cms_module\'>\n <form method=\'post\' class=\'searchbox\' action=\'./index.php?lvl=more_results&autolevel1=1\' name=\'cms_module_search_22_searchbox\' onsubmit=\"if (cms_module_search_22_searchbox.user_query.value.length == 0) { cms_module_search_22_searchbox.user_query.value=\'*\';}cms_module_search_22_change_dest();\">\n \n <input type=\'hidden\' value=\'1\' name=\'look_ALL\'>\r\n <h4 class=\'searchbox_title\'>Je cherche, je trouve...</h4>\n <input type=\'text\' name=\'user_query\' value=\'\' placeholder=\'Rechercher...\'/>\n <input class=\'bouton\' type=\'submit\' value=\'Rechercher\' />\n <input class=\'bouton\' type=\'button\' onclick=\'window.open(\"./help.php?whatis=simple_search\", \"search_help\", \"scrollbars=yes, toolbar=no, dependent=yes, width=400, height=400, resizable=yes\"); return false\' value=\'Aide\'><br/>\n <span class=\'search_radio_button\' id=\'search_radio_button_0\'><input type=\'radio\' name=\'dest\' value=\'0\' checked=\'checked\'/> Dans le catalogue</span>\n <span class=\'search_radio_button\' id=\'search_radio_button_1\'><input type=\'radio\' name=\'dest\' value=\'11\'/> Dans le site</span>\n <p class=\'search_advanced_link\'><a href=\'./index.php?search_type_asked=simple_search\'>Recherche avancée</a></p> \n </form></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b874646740a313c6c696ce7e73c2a7ee','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_141\' class=\'cms_module_htmlcode cms_module\'><div id=\"lienHistorique\">\n <a href=\"./index.php?lvl=search_history\" title=\"Historique des recherches\">Historique</a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('5ced15917e19d85983e88a30f47cda80','html','2016-03-25 15:23:58','<div id=\'cms_module_articleslist_130\' class=\'cms_module_articleslist cms_module\'> <div class=\"brevesBandeau\">\n \n <!-- titre du cadre -->\n <h3>Brèves</h3>\n \n <!-- affichage d\'un article -->\n <div class=\"itemAbrege\">\n \n <!-- titre de l\'article -->\n <h4>Brève 1</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.\n </div>\n <!-- lire la suite -->\n \n <!-- liens -->\n <ul class=\"liensExtrn\">\n <li><a href=\'http://sigb.net\' target=\'_blank\'>Exemple de lien</a></li>\n </ul>\n </div><!-- fin itemAbrege -->\n <div class=\"itemAbrege\">\n \n <!-- titre de l\'article -->\n <h4>Brève 2</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor inc \n </div>\n <!-- lire la suite -->\n \n <!-- liens -->\n </div><!-- fin itemAbrege -->\n <div class=\"itemAbrege\">\n <a href=\"./index.php?lvl=cmspage&pageid=4&id_article=21\" title=\"Brève 3\">\n \n <!-- titre de l\'article -->\n <h4>Brève 3</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi \n </div>\n <!-- lire la suite -->\n <p class=\"lirePlus\">Lire la suite</p>\n \n <!-- liens -->\n </a>\n </div><!-- fin itemAbrege -->\n </div> <!-- fin brevesBandeau -->\n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('0f62bbade9ad97f6ca5ac38fcbc87cf0','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66195\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_170\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:26:\"cms_module_articleslist_21\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('c96fe97abc31b3c9992a7df9d70df5bc','object','2016-03-25 15:23:58','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('b9e53577d5a096046575500362c9ea28','object','2016-03-25 15:23:58','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('01f28b5b136c060e3b6d8ed3fd650cf6','object','2016-03-25 15:23:58','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e313a9ad5cdd01af5e59753449cc8df6','object','2016-03-25 15:23:58','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('eebacf0076ccf9eac29c9cb4ea0d220e','object','2016-03-25 15:23:58','');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f359d8c8d852bdb1e4459e28f6d25dc5','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66226\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:26:\"cms_module_articleslist_46\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:6:\"notice\";s:17:\"build_child_after\";s:26:\"cms_module_articleslist_21\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";s:35:\"index.php?&lvl=notice_display&id=77\";}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('60e2aa5feb0b27bbb8862d747fdd152f','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66235\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:24:\"cms_module_metadatas_157\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:16:\"main_hors_footer\";s:18:\"build_child_before\";s:0:\"\";s:17:\"build_child_after\";s:25:\"cms_module_breadcrumb_143\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";s:35:\"index.php?&lvl=notice_display&id=77\";}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('0f62bbade9ad97f6ca5ac38fcbc87cf0','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_170\' class=\'cms_module_htmlcode cms_module\'><div id=\"boutonRetour\">\n<a href=\"javascript:history.go(-1)\" title=\"Retour\">>> Retour</a>\n</div>\n<div class=\"clear\"></div> </div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f359d8c8d852bdb1e4459e28f6d25dc5','html','2016-03-25 15:23:58','<div id=\'cms_module_articleslist_46\' class=\'cms_module_articleslist cms_module\'> <div class=\"listeSameArticle\">\n <h3>Sur le même sujet dans le site</h3>\n <!-- affichage d\'un article -->\n <div class=\"itemAbrege\">\n <a href=\"./index.php?lvl=cmspage&pageid=4&id_article=1\">\n <!-- titre de l\'article -->\n <h3>Exposition</h3>\n <!-- contenu de l\'article -->\n <div class=\"itemContent\">\n <!-- logo -->\n <div class=\"imgL\">\n <img src=\"./cms_vign.php?type=article&id=1&mode=vign\" alt=\"Exposition\"/>\n </div><!-- fin imgL -->\n \n <!-- dates -->\n <h5 class=\"datesEven\">Du 15/01/2016 au 19/01/2016</h5>\n \n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua....\n <p class=\"lirePlus\">Lire la suite</p>\n </div><!-- fin resume -->\n </div><!-- fin itemContent -->\n </a>\n </div><!-- fin itemAbrege -->\n </div><!-- fin listeSameArticle -->\n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('60e2aa5feb0b27bbb8862d747fdd152f','html','2016-03-25 15:23:58','<div id=\'cms_module_metadatas_157\' class=\'cms_module_metadatas cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('c09e9da49cee2f18722313632c47f204','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66160\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_174\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:11:\"intro_bibli\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_176\";s:9:\"build_css\";s:75:\"visibility: visible; position: static; left: 0px; top: 0px; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('afd2ae418ea6e94ffd9f1f8e34f9420d','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66161\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_176\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:27:\"cms_module_sectionslist_174\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_175\";s:9:\"build_css\";s:75:\"visibility: visible; position: static; left: 0px; top: 0px; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('11dab96922cd31985d5794d13333d455','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66162\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_175\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_176\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_178\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('5095eb974841f1fca54e89984e66712b','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66163\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_178\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_175\";s:17:\"build_child_after\";s:22:\"cms_module_section_177\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('750d23f036e1adfd034ac456ea7dfe5a','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66164\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_177\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_178\";s:17:\"build_child_after\";s:22:\"cms_module_section_173\";s:9:\"build_css\";s:75:\"visibility: visible; display: block; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('d01b6a39b8675015a3e009e4fffe3d31','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66165\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_173\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_177\";s:17:\"build_child_after\";s:22:\"cms_module_section_125\";s:9:\"build_css\";s:59:\"visibility: visible; position: static; left: 0px; top: 0px;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e04e72500682521325613c9c5dc149d7','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66166\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_125\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_173\";s:17:\"build_child_after\";s:24:\"cms_module_metadatas_172\";s:9:\"build_css\";s:146:\"visibility: visible; display: none; left: auto; top: auto; height: 157px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('7ffb814575e937d2423d058c72da2533','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66167\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:24:\"cms_module_metadatas_172\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_125\";s:17:\"build_child_after\";s:22:\"cms_module_section_126\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f4ebc090185dcb4c80a7f4916e9d51e9','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66168\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:22:\"cms_module_section_126\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:24:\"cms_module_metadatas_172\";s:17:\"build_child_after\";s:23:\"cms_module_htmlcode_137\";s:9:\"build_css\";s:146:\"visibility: visible; display: none; left: auto; top: auto; height: 160px; width: 1024px; margin: 0px; padding: 0px; float: none; position: static;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('a2720ba2468245fa8c28692d9bd59163','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66169\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:23:\"cms_module_htmlcode_137\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:22:\"cms_module_section_126\";s:17:\"build_child_after\";s:27:\"cms_module_sectionslist_120\";s:9:\"build_css\";s:0:\"\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('dc503b77c99e8bbcc325d229557db3d3','object','2016-03-25 15:23:58','O:8:\"stdClass\":12:{s:8:\"id_build\";s:5:\"66170\";s:17:\"build_version_num\";s:3:\"959\";s:10:\"build_type\";s:5:\"cadre\";s:11:\"build_fixed\";s:1:\"0\";s:9:\"build_obj\";s:27:\"cms_module_sectionslist_120\";s:10:\"build_page\";s:1:\"0\";s:12:\"build_parent\";s:5:\"intro\";s:18:\"build_child_before\";s:23:\"cms_module_htmlcode_137\";s:17:\"build_child_after\";s:0:\"\";s:9:\"build_css\";s:36:\"visibility: visible; display: block;\";s:9:\"build_div\";s:1:\"0\";s:9:\"cadre_url\";N;}');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('c09e9da49cee2f18722313632c47f204','html','2016-03-25 15:23:58','<div id=\'cms_module_sectionslist_174\' class=\'cms_module_sectionslist cms_module\'><div id=\"offcanvas\" class=\"uk-offcanvas\">\n <div class=\"uk-offcanvas-bar\">\n <div class=\"MenuVertResp\">\n <ul class=\"NavResponsive\">\n <!-- rubriques niveau 1 -->\n <li>\n <a href=\"./index.php\" title=\"Accueil\">Accueil</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=37\" title=\"Catalogue\">Catalogue</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=index\" title=\"Recherche simple\">Recherche simple</a>\n </li>\n <li>\n <a href=\"./index.php?search_type_asked=perio_a2z\" title=\"Périodiques\">Périodiques</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=1\" title=\"Actualités\">Actualités</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=4\" title=\"Agenda\">Agenda</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=7\" title=\"Nouveautés\">Nouveautés</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=22\" title=\"Infos pratiques\">Infos pratiques</a>\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=23\" title=\"Château du Loir\">Château du Loir</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=24\" title=\"New York\">New York</a>\n </li>\n </ul>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=71\" title=\"Ressources numériques\">Ressources numériques</a>\n </li>\n </ul>\n </div>\n </div>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('afd2ae418ea6e94ffd9f1f8e34f9420d','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_176\' class=\'cms_module_htmlcode cms_module\'><div class=\"TglUser \" data-uk-button>\n <a class=\"Tgllogin\" data-uk-toggle=\"{target:\'#connexion\', cls:\'heightZero\'}\">\n <span class=\"user\"><i class=\"fa fa-user\"></i></span>\n </a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('11dab96922cd31985d5794d13333d455','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_175\' class=\'cms_module_htmlcode cms_module\'><div id=\"btnMenu\" class=\"temp\">\n <div class=\"tgLbtnMenu\">\n <a class=\"MenuCanvas uk-button\" href=\"#offcanvas\" data-uk-offcanvas><i class=\"fa fa-bars\"></i></a>\n </div>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('5095eb974841f1fca54e89984e66712b','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_178\' class=\'cms_module_htmlcode cms_module\'><div class=\"TgllSearch\" data-uk-button>\n <a data-uk-toggle=\"{target:\'.searchbox\', cls:\'heightZero\'}\">\n <span class=\"user\"><i class=\"fa fa-search\"></i></span>\n </a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('750d23f036e1adfd034ac456ea7dfe5a','html','2016-03-25 15:23:58','<div id=\'cms_module_section_177\' class=\'cms_module_section cms_module\'><div class=\"uk-grid uk-grid-collapse\" data-uk-grid-match=\"{target:\'.titrePortail\'}\" data-uk-grid-margin>\n <div class=\"uk-width-1-3\">\n <div id=\"logo\" class=\"titrePortail\">\n <a href=\"./index.php\" title=\"PMB Services\"><img src=\"./cms_vign.php?type=section&id=62&mode=large\" alt=\"PMB Services\" /></a>\n </div>\n </div>\n <div class=\"uk-width-2-3\"> \n <div id=\"titrePortail\" class=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">PMB Services</span>\n <span class=\"subTitle\">réseau mediathèques</span>\n </h1>\n </div>\n </div> \n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('d01b6a39b8675015a3e009e4fffe3d31','html','2016-03-25 15:23:58','<div id=\'cms_module_section_173\' class=\'cms_module_section cms_module\'><div id=\"Introbandeau\"><img src=\"./cms_vign.php?type=section&id=79&mode=large alt=\"Photo bandeau superieur\"/></div>\n</div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('e04e72500682521325613c9c5dc149d7','html','2016-03-25 15:23:58','<div id=\'cms_module_section_125\' class=\'cms_module_section cms_module\'><div id=\"logo\">\n <a href=\"./index.php\" title=\"PMB Services\"><img src=\"./cms_vign.php?type=section&id=62&mode=large\" alt=\"PMB Services\" /></a>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('7ffb814575e937d2423d058c72da2533','html','2016-03-25 15:23:58','<div id=\'cms_module_metadatas_172\' class=\'cms_module_metadatas cms_module\'></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('f4ebc090185dcb4c80a7f4916e9d51e9','html','2016-03-25 15:23:58','<div id=\'cms_module_section_126\' class=\'cms_module_section cms_module\'><div id=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">PMB Services</span>\n <span class=\"subTitle\">réseau mediathèques</span>\n </h1>\n</div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('a2720ba2468245fa8c28692d9bd59163','html','2016-03-25 15:23:58','<div id=\'cms_module_htmlcode_137\' class=\'cms_module_htmlcode cms_module\'><div class=\"clear\"></div></div>');
INSERT INTO cms_cache_cadres (cache_cadre_hash, cache_cadre_type_content, cache_cadre_create_date, cache_cadre_content) VALUES ('dc503b77c99e8bbcc325d229557db3d3','html','2016-03-25 15:23:58','<div id=\'cms_module_sectionslist_120\' class=\'cms_module_sectionslist cms_module\'><div class=\"uk-flex uk-flex-center uk-hidden-small uk-hidden-medium\">\n <div class=\"MenuHoriz uk-navbar uk-container\">\n <ul class=\"Nav uk-navbar-nav\">\n <!-- rubriques niveau 1 -->\n <li >\n <a href=\"./index.php\" title=\"Accueil\">Accueil</a>\n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=37\" title=\"Catalogue\">Catalogue</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=index\" >Recherche simple</a>\n </li>\n <li>\n <a href=\"./index.php?search_type_asked=perio_a2z\" >Périodiques</a>\n </li>\n </ul>\n </div> \n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=1\" title=\"Actualités\">Actualités</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=4\" >Agenda</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=7\" >Nouveautés</a>\n </li>\n </ul>\n </div> \n </li>\n <li class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\">\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=22\" title=\"Infos pratiques\">Infos pratiques</a>\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=23\" >Château du Loir</a>\n </li>\n <li>\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=24\" >New York</a>\n </li>\n </ul>\n </div> \n </li>\n <li >\n <a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique=71\" title=\"Ressources numériques\">Ressources numériques</a>\n </li>\n </ul>\n </div>\n</div> \n</div>');
/*!40000 ALTER TABLE cms_cache_cadres ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_cadre_content`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_cadre_content (
id_cadre_content int(10) unsigned NOT NULL AUTO_INCREMENT,
cadre_content_hash varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_content_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_content_object varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_content_num_cadre int(10) unsigned NOT NULL DEFAULT '0',
cadre_content_data text COLLATE utf8_unicode_ci NOT NULL,
cadre_content_num_cadre_content int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_cadre_content)
) ENGINE=MyISAM AUTO_INCREMENT=1011 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_cadre_content`
--
LOCK TABLES cms_cadre_content WRITE;
/*!40000 ALTER TABLE cms_cadre_content DISABLE KEYS */;
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (68,'eb8fa65d385e7e8a71af6918e08f3482','view','cms_module_common_view_article',14,'a:1:{s:15:\"active_template\";s:2302:\"<div class=\"itemSolo\">\n <!-- titre de l\'article -->\n <h2>{{title}}</h2>\n <!-- dates -->\n {% if fields_type.debut_event.values.0.value %}\n {% if fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{fields_type.debut_event.values.0.format_value}} au {{fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <div class=\"uk-clearfix itemArticle\">\n <!-- logo -->\n {% if logo.exists %}\n <span class=\"imgXXL\">\n <img class=\"uk-align-medium-right imgXXL\" src=\"{{logo.medium}}\" alt=\"{{title}}\"/>\n </span> \n {% endif %} \n <!-- résumé -->\n {% if resume %}\n {% if resume!=\'<br _moz_editor_bogus_node=\"TRUE\"/>\' %}\n <span class=\"resume\">\n {{resume}}\n </span>\n {% endif %}\n {% endif %} \n <!-- contenu -->\n {% if content %}\n {% if content!=\'<br _moz_editor_bogus_node=\"TRUE\"/>\' %}\n <span class=\"articleResume resume\">\n {{content}}\n </span>\n {% endif %}\n {% endif %} \n </div> \n <!-- liens de l\'article : notice, liens externes, liens bibs -->\n <div class=\"infosArt\">\n <!-- lien vers la notice -->\n {% if fields_type.identifiant_notice.values.0.value %}\n <p class=\"lienNotArt\">\n <a href=\"./index.php?lvl=notice_display&id={{fields_type.identifiant_notice.values.0.value}}\">Voir le document dans le catalogue</a>\n </p>\n {% endif%} \n <!-- liens externes -->\n {% if fields_type.lien.values.0.value %}\n <h3>Liens</h3>\n <ul class=\"liensExtArt\">\n {% for value in fields_type.lien.values %}\n <li>{{value.format_value}}</li>\n {% endfor %}\n <div class=\"clear\"></div> \n </ul>\n {% endif %} \n <!-- liens vers les bibliothèques -->\n {% if fields_type.localisation.values.0.value %}\n <h3>Bibliothèques</h3>\n <ul class=\"liensBibArt\">\n {% for value in fields_type.localisation.values %}\n <li><a href=\"./index.php?lvl=cmspage&pageid=6&id_rubrique={{value.value}}\">{{value.format_value}}</a></li>\n {% endfor %}\n <div class=\"clear\"></div> \n </ul>\n {% endif %}\n </div>\n <!-- fin de class=\"infosArt\" -->\n <!-- multimédia -->\n {% if fields_type.multimedia.values.0.value %}\n <div style=\"max-width:100%;\" class=\"mediaArt\">\n {{fields_type.multimedia.values.0.value}}\n </div>\n {% endif %}\n</div>\n\n<div class=\"clear\"></div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (69,'8f23ba3c79256182374bda573dbd6807','condition','cms_module_common_condition_page',14,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (70,'b4b9afc29a065349e7a75c9fc12f6524','selector','cms_module_common_selector_page',14,'a:1:{i:0;s:1:\"4\";}',69);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (89,'fa541470ab2098ebea1cc016d5265400','selector','cms_module_common_selector_env_var',18,'s:11:\"id_rubrique\";',88);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (66,'e5fd56514b64fa540308cf90d03cfa2b','datasource','cms_module_common_datasource_article',14,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (67,'af30b6cbad2349fafc3308669b98375f','selector','cms_module_common_selector_env_var',14,'s:10:\"id_article\";',66);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (278,'c295b2b004a60eebb2024dfe901c6835','selector','cms_module_common_selector_article_type_from',21,'s:6:\"a:0:{}\";',277);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (91,'2e9d1730296875f15cb2f2252df543d1','condition','cms_module_common_condition_page',18,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (92,'b37ee50fa4c003f9152eff86c35ee511','selector','cms_module_common_selector_page',18,'a:1:{i:0;s:1:\"6\";}',91);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (673,'b263163b7ab7166cf74b40fa14e50879','view','cms_module_common_view_articleslist',114,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:2384:\"{% if articles %}\n<div class=\"listeSameArticle\">\n <h3>Sur le même sujet dans le site</h3>\n <!-- affichage d\'un article -->\n <div class=\"uk-grid\" data-uk-grid-match=\"{target:\'.itemContent\'}\" data-uk-grid-margin>\n {% for article in articles %}\n <div class=\"itemContent uk-width-medium-1-2\">\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n <div class=\"uk-grid\">\n <!-- logo -->\n {% if article.logo.exists %}\n <div class=\"imgL uk-width-2-6\">\n <img src=\"{{article.logo.vign}}\" alt=\"{{article.title}}\"/>\n </div>\n <!-- fin imgL-->\n {% endif %} \n <div class=\"ItemResume uk-width-4-6\">\n <!-- titre de l\'article -->\n <h3>{{article.title}}</h3>\n <!-- dates -->\n {% if article.fields_type.debut_event.values.0.value %}\n {% if article.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{article.fields_type.debut_event.values.0.format_value}} au {{article.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{article.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n {% if article.resume %}\n {{article.resume | strip_tags | limitstring, 200, \"...\"}}\n {% else %}\n {{article.content | strip_tags | limitstring, 200, \"...\"}}\n {% endif %} \n <p class=\"lirePlus\">Lire la suite</p> \n </div><!-- fin resume -->\n </div>\n <!--fin ItemResume-->\n </div> \n </a>\n <!-- fin Inside-grid -->\n </div>\n <!-- fin itemContent -->\n {% endfor %}\n </div>\n <!-- fin grid -->\n</div>\n<!-- fin listeSameArticle -->\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (90,'ff5de9ae00cc708192f2f425ecd0d571','view','cms_module_common_view_section',18,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1747:\"<div class=\"itemSolo\">\n <!-- titre de la rubrique -->\n <h2>{{title}}</h2>\n <div class=\"uk-clearfix itemArticle\"> \n <!-- logo -->\n {% if logo.exists %}\n <span class=\"imgXXL\">\n <img class=\"uk-align-medium-right imgXXL\" src=\"{{logo.medium}}\" alt=\"{{title}}\"/>\n </span> \n {% endif %} \n <!-- résumé -->\n {% if resume %}\n <div class=\"resume\">\n {{resume}}\n </div>\n {% endif %} \n <!-- infos de la bib : sections, horaires, coordonnées, liens -->\n </div> \n <div class=\"infosBib\">\n <!-- lien vers les sections -->\n {% if fields_type.identifiant_localisation.values.0.value %}\n <p class=\"lienSections\">\n <a href=\"./index.php?lvl=section_see&location={{fields_type.identifiant_localisation.values.0.value}}\" title=\"Parcourez les rayons de la bibliothèque\">Parcourez les rayons de la bibliothèque</a>\n </p>\n {% endif%} \n <!-- coordonnées -->\n {% if fields_type.coordonnees_bib.values.0.value %}\n <h3>Coordonnées</h3>\n <div class=\"coordBib\">\n {{fields_type.coordonnees_bib.values.0.format_value}}\n </div>\n {% endif %} \n <!-- horaires d\'ouvertures -->\n {% if fields_type.horaires_bib.values.0.value %}\n <h3>Horaires d\'ouvertures</h3>\n <div class=\"horBib\">\n {{fields_type.horaires_bib.values.0.format_value}}\n </div>\n {% endif %} \n <!-- liens externes -->\n {% if fields_type.lien_bib.values.0.value %}\n <h3>Liens</h3>\n <ul class=\"liensBib\">\n {% for value in fields_type.lien_bib.values %}\n <li>{{value.format_value}}</li>\n {% endfor %}\n </ul>\n {% endif %}\n </div>\n <!-- fin de class=\"infosBib\" -->\n <!-- multimédia -->\n {% if fields_type.multimedia_bib.values.0.value %}\n <div class=\"mediaBib\">\n {{fields_type.multimedia_bib.values.0.value}}\n </div>\n {% endif %}\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (667,'58adb3406171f9d4a7e72e9718f543c4','condition','cms_module_common_condition_page',114,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (668,'aa3eb9d6358c0719bcba5c06675f91ca','selector','cms_module_common_selector_page',114,'a:1:{i:0;s:1:\"4\";}',667);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (669,'e4ee1239d1b9b7963a5c6b289a2f08d9','condition','cms_module_common_condition_lvl',114,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (555,'4e885a7a370cd2630d0eab2000cf64ce','view','cms_module_common_view_recordslist',17,'a:3:{s:13:\"used_template\";s:2:\"10\";s:15:\"active_template\";s:798:\"{% if records %}\n<div class=\"SameNot\">\n <!-- titre du cadre -->\n <h3>Sur le même sujet dans le catalogue</h3>\n <!-- affichage des notices dans un tableau -->\n <div class=\"uk-grid uk-grid-match\" data-uk-grid-match=\"{target:\'.SameNotItem\'}\" data-uk-grid-margin>\n {% for record in records %}\n <div class=\"SameNotItem uk-width-medium-1-3 uk-width-large-1-3 uk-width-small-1-2 uk-width-1-1\">\n <!-- affichage d\'une notice via template de notices -->\n <div class=\"listNotHz\">\n <a href=\"{{record.link}}\">\n <p><img src=\"{{record.vign}}\" title=\"{{record.title}}\"/></p>\n <p>{{record.content}}</p>\n </a>\n </div>\n </div> \n {% endfor %}\n</div> \n</div>\n{% endif %}\n\";s:5:\"links\";a:1:{s:6:\"notice\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (83,'f882f4dc895a25c8aacfa887bae0ed9a','datasource','cms_module_common_datasource_records_categories',17,'a:2:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";s:15:\"nb_max_elements\";s:1:\"6\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (84,'c8f17015f7de51eb4f537238d18d13db','selector','cms_module_common_selector_env_var',17,'s:10:\"id_article\";',83);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (86,'f78306d275f0a418034e10b82fdcb1a0','condition','cms_module_common_condition_page',17,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (87,'e6b065a39f8303700d1ffc17aba542bc','selector','cms_module_common_selector_page',17,'a:1:{i:0;s:1:\"4\";}',86);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (88,'ec1cd870bc94e0eed225e5458dc433e1','datasource','cms_module_common_datasource_section',18,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (701,'3337f14d224ddad6b96d054681821af1','selector','cms_module_common_selector_sections',120,'a:1:{i:0;s:2:\"12\";}',700);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (700,'31ee16a76db2944dc2e4fa7941f7fa30','datasource','cms_module_common_datasource_sections_sections',120,'a:4:{s:7:\"sort_by\";s:13:\"section_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:35:\"cms_module_common_selector_sections\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (104,'099b9830dd875e33096827f92aea7948','selector','cms_module_common_selector_articles',21,'a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:2:\"11\";i:3;s:1:\"7\";}',103);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (633,'cee5f5218e51d46b79df1dae6ddccf8b','selector','cms_module_common_selector_page',111,'a:1:{i:0;s:1:\"6\";}',632);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (634,'c9c0da1c5449137364b599bade0400d3','condition','cms_module_common_condition_lvl',111,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (106,'af40c975df5a2cb10f8fc23498b56508','condition','cms_module_common_condition_page',21,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (107,'923de26c5a78802d3e88896b116633e4','selector','cms_module_common_selector_page',21,'a:1:{i:0;s:1:\"3\";}',106);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (108,'b3d745bf27775fdc704f8dcf93607657','datasource','cms_module_search_datasource_search',22,'a:1:{s:8:\"selector\";s:31:\"cms_module_search_selector_dest\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (109,'0c3fe17577b89816d2793ad094b16b53','selector','cms_module_search_selector_dest',22,'a:2:{i:0;s:12:\"search_dest1\";i:1;s:12:\"search_dest2\";}',108);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (110,'24a5df2c9aa0ac9c71d21ef02cd956e7','view','cms_module_search_view_search',22,'a:4:{s:4:\"help\";s:1:\"1\";s:5:\"title\";s:24:\"Je cherche, je trouve...\";s:20:\"link_search_advanced\";s:1:\"1\";s:17:\"input_placeholder\";s:13:\"Rechercher...\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (337,'89472464886b2c9ccacae4ba04cdf60e','condition','cms_module_common_condition_page',66,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (113,'54b38f89e545cde31b8319fcd3a75e62','datasource','cms_module_common_datasource_records',23,'a:2:{s:8:\"selector\";s:39:\"cms_module_common_selector_type_section\";s:15:\"nb_max_elements\";s:2:\"15\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (114,'b368ad85166bb76808e460c89bca3ee6','selector','cms_module_common_selector_shelve',23,'a:1:{i:0;s:1:\"3\";}',113);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (116,'be40f23e110a323fcfaad6e5537c602c','condition','cms_module_common_condition_page',23,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (117,'ce55f68e9edb0ca17fcb047533f4edd0','selector','cms_module_common_selector_page',23,'a:1:{i:0;s:1:\"3\";}',116);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (319,'418832c07c5fa1962cdff8db033c740a','selector','cms_module_common_selector_sections',38,'a:1:{i:0;s:1:\"7\";}',318);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (208,'74bbfd97875718b19730630cf96a4923','condition','cms_module_common_condition_page',42,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (289,'75192b0ee5c409898682009cb3f267ba','condition','cms_module_common_condition_page',57,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (206,'5391ce82b479912a582eee9e8b08406c','selector','cms_module_common_selector_search_result',42,'s:2:\"N;\";',205);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (207,'7b19d51557c55a5322aaac0e5ab11eb1','view','cms_module_common_view_articleslist',42,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1529:\"<div class=\"listResultArticles\">\n <!-- titre du cadre -->\n <h3>Dans les articles du site :</h3>\n {% if articles %} \n <!-- affichage d\'un article -->\n {% for article in articles %}\n <div class=\"itemContent\">\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n <!-- logo -->\n {% if article.logo.exists %}\n <div class=\"imgL\">\n <img src=\"{{article.logo.vign}}\" alt=\"{{article.title}}\"/>\n </div><!-- fin imgL -->\n {% endif %}\n <div class=\"ItemResume\">\n <!-- titre de l\'article -->\n <h3>{{article.title}}</h3>\n <!-- dates -->\n {% if article.fields_type.debut_event.values.0.value %}\n {% if article.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{article.fields_type.debut_event.values.0.format_value}} au {{article.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{article.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n {% if article.resume %}\n {{article.resume | strip_tags | limitstring, 500, \"...\"}}\n {% else %}\n {{article.content | strip_tags | limitstring, 500, \"...\"}}\n {% endif %} \n <p class=\"lirePlus\">Lire la suite</p> \n </div><!-- fin resume -->\n </div><!-- fin ItemResume -->\n </a>\n </div><!--fin itemContent-->\n {% endfor %}\n {% else %}\n <p>Pas de résultats.</p>\n {% endif %}\n</div><-- fin listResultArticles -->\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (785,'2e5210260fed7de1350aaa0ff03314b6','datasource','cms_module_htmlcode_datasource_htmlcode',135,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (786,'40a1d32d5c926ed6f5f3037e7b445171','view','cms_module_htmlcode_view_htmlcode',135,'a:1:{s:8:\"htmlcode\";s:70:\"<div class=\\\"SstitrePage\\\">\n <h3>Résultat de la recherche</h3>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (205,'807e7feb6d0079f75793e213ba096fc8','datasource','cms_module_common_datasource_searcharticles',42,'a:4:{s:7:\"sort_by\";s:4:\"pert\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:2:\"10\";s:8:\"selector\";s:40:\"cms_module_common_selector_search_result\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (152,'a085319aad988a30e4a12b6aa2704bc7','datasource','cms_module_agenda_datasource_agenda',33,'a:1:{s:8:\"selector\";s:41:\"cms_module_agenda_selector_calendars_date\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (153,'0adeaeb4ad6eeea5d724c83d4968d436','selector','cms_module_common_selector_env_var',33,'s:7:\"id_date\";',152);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (154,'637c485eade18c18df1c13fec66d55b2','view','cms_module_agenda_view_eventslist',33,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1396:\"{% if events %}\n <div class=\"listItemsEvent\">\n <!-- titre du cadre -->\n <h3>Agenda</h3>\n <!-- affichage d\'un event -->\n {% for event in events %}\n <div class=\"itemContent\">\n <a href=\"{{event.link}}\" title=\"{{event.title}}\">\n <!-- logo -->\n {% if event.logo.exists %}\n <div class=\"imgL\">\n <img src=\"{{event.logo.vign}}\" alt=\"{{event.title}}\"/>\n </div><!-- fin imgL --> \n {% endif %} \n <div class=\"ItemResume\">\n <!-- titre de l\'événement -->\n <h3>{{event.title}}</h3>\n <!-- contenu de l\'événement -->\n <!-- dates -->\n {% if event.event_start.format_value %}\n {% if event.event_end.format_value %}\n <h5 class=\"datesEven\">Du {{event.event_start.format_value}} au {{event.event_end.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{event.event_start.format_value}}</h5>\n {% endif %}\n {% endif %}\n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n {% if event.resume %}\n {{event.resume | strip_tags | limitstring, 500, \"...\"}} \n {% else %}\n {{event.content | strip_tags | limitstring, 500, \"...\"}} \n {% endif %}\n <p class=\"lirePlus\">Lire la suite</p>\n </div><!-- resume -->\n </div><!-- fin itemResume-->\n </a>\n </div><!--fin itemContent-->\n {% endfor %}\n </div> <!-- fin listItemsEvent -->\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (155,'5ac9882fdd4052d7c20e1536f0c297f1','condition','cms_module_common_condition_page',33,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (156,'0256c915941e9d0212d429d442cf00fe','selector','cms_module_common_selector_page',33,'a:1:{i:0;s:1:\"9\";}',155);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (157,'6c3acdc502e283375f70a86b7d1814d0','selector','cms_module_agenda_selector_calendars_date',33,'s:2:\"N;\";',152);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (158,'8297bf009179dc74f9203900368863a7','selector','cms_module_agenda_selector_calendars',33,'a:1:{i:0;s:9:\"calendar1\";}',157);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (159,'3c5ee825b2560ed6977fb5c68cfaa6b3','selector','cms_module_common_selector_env_var',33,'s:7:\"id_date\";',157);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (171,'d41bc624d0e94dc3eed31b6740a1f597','selector','cms_module_common_selector_sections',21,'a:4:{i:0;s:1:\"4\";i:1;s:1:\"5\";i:2;s:1:\"8\";i:3;s:1:\"9\";}',170);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (672,'ccf4479aa4a7a91170ea8568e2c69343','selector','cms_module_common_selector_env_var',114,'s:10:\"id_article\";',671);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (317,'538f7653656223065809661e58ddd19b','selector','cms_module_common_selector_articles',38,'a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:2:\"17\";i:3;s:2:\"18\";}',316);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (743,'70855c5f61cee40869c7dc050461ee18','selector','cms_module_common_selector_env_var',23,'s:2:\"N;\";',742);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (188,'40e2e81a1c8b9f554360fba8e5fd4197','selector','cms_module_common_selector_sections',38,'a:1:{i:0;s:1:\"7\";}',187);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (189,'64c4c3e6b1f22471df59b06fe9613197','view','cms_module_common_view_articleslist',38,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1413:\"{% if articles %}\n <div class=\"listselect\">\n {% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=47\n {% endsqlvalue %} \n <!-- titre du cadre -->\n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3>\n {% endif %}\n <div class=\"uk-grid uk-grid-collapse uk-grid-match\" data-uk-grid-match=\"{target:\'.imgL\'}\" data-uk-grid-margin>\n {% for article in articles %}\n {% if article.fields_type.cadres_accueil.values.0.value==2 %}\n <div class=\"itemVign uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-4\">\n <!-- logo + lien -->\n <div class=\"imgL uk-vertical-align uk-panel uk-panel-box\">\n <div class=\"uk-vertical-align-middle\">\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n <img src=\"{% if article.logo.exists %}{{article.logo.vign}}{% else %}./images/etageretranspblanc.png{% endif %}\" alt=\"{{article.title}}\"/>\n </a>\n </div>\n </div>\n <!-- titre + lien -->\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n <h4>{{article.title}}</h4>\n </a>\n </div><!-- fin itemVign -->\n {% endif %}\n {% endfor %}\n </div>\n </div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (190,'2b59fe226433ad484e3171dcccb3cd77','condition','cms_module_common_condition_page',38,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (191,'6d267e5fe8fd3b863d9ac8c8096bc16a','selector','cms_module_common_selector_page',38,'a:1:{i:0;s:1:\"3\";}',190);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (688,'894df08d2d9d57ddca13a159efd42c50','selector','cms_module_common_selector_lvl',117,'a:2:{i:0;s:12:\"more_results\";i:1;s:13:\"search_result\";}',687);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (689,'2e311c8d60593dcfc66a87ac250589a7','datasource','cms_module_common_datasource_searcharticles',117,'a:4:{s:7:\"sort_by\";s:4:\"pert\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:1:\"4\";s:8:\"selector\";s:40:\"cms_module_common_selector_search_result\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (209,'38ae68f5687af3e9c77d53b783827933','selector','cms_module_common_selector_page',42,'a:1:{i:0;s:2:\"11\";}',208);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (293,'66a3df04dc57b9005695edabbdbbbfc5','datasource','cms_module_common_datasource_records',57,'a:2:{s:8:\"selector\";s:39:\"cms_module_common_selector_type_section\";s:15:\"nb_max_elements\";s:2:\"15\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (292,'d07baca0615c34f77c8e671517dcdf94','selector','cms_module_common_selector_lvl',57,'a:1:{i:0;s:7:\"cmspage\";}',291);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (294,'b320c1bf4d89ba845205215542f6be9b','selector','cms_module_common_selector_type_section',57,'a:3:{s:20:\"type_editorial_field\";s:2:\"22\";s:14:\"type_editorial\";s:2:\"10\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',293);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (655,'fa2003959e0e9f7040996ad9709df8ec','condition','cms_module_common_condition_page',113,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (290,'8d25b7ca13e3e5dad123f48c9beaff0a','selector','cms_module_common_selector_page',57,'a:1:{i:0;s:1:\"6\";}',289);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (291,'00da69b814b73bec8f44cdaad9025dfe','condition','cms_module_common_condition_lvl',57,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (742,'29cb8dd9c300d2b46f7c656a334ada77','selector','cms_module_common_selector_type_section',23,'a:3:{s:20:\"type_editorial_field\";s:2:\"40\";s:14:\"type_editorial\";s:1:\"1\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_section\";}',113);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (632,'c99dc4f6f9953be3c497f4e9b9ab73cb','condition','cms_module_common_condition_page',111,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (228,'831240608c678b496fc56ac895f0794a','condition','cms_module_common_condition_lvl',46,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (229,'af73ab8e8d60781710d390277ab70370','selector','cms_module_common_selector_lvl',46,'a:1:{i:0;s:14:\"notice_display\";}',228);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (230,'f06975f4ca11163b101ccf6faf0320cb','datasource','cms_module_common_datasource_articles_categories',46,'a:4:{s:7:\"sort_by\";s:16:\"publication_date\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:1:\"4\";s:8:\"selector\";s:43:\"cms_module_common_selector_record_permalink\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (231,'9198c8dbaeaf9dbaf87b5aff9da6cb0d','selector','cms_module_common_selector_record_permalink',46,'s:2:\"N;\";',230);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (232,'a075058039fdaa037e863cc2adc0b2a5','view','cms_module_common_view_articleslist',46,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1457:\"{% if articles %}\n <div class=\"listeSameArticle\">\n <h3>Sur le même sujet dans le site</h3>\n <!-- affichage d\'un article -->\n {% for article in articles %}\n <div class=\"itemAbrege\">\n <a href=\"{{article.link}}\">\n <!-- titre de l\'article -->\n <h3>{{article.title}}</h3>\n <!-- contenu de l\'article -->\n <div class=\"itemContent\">\n <!-- logo -->\n {% if article.logo.exists %}\n <div class=\"imgL\">\n <img src=\"{{article.logo.vign}}\" alt=\"{{article.title}}\"/>\n </div><!-- fin imgL -->\n {% endif %} \n <!-- dates -->\n {% if article.fields_type.debut_event.values.0.value %}\n {% if article.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{article.fields_type.debut_event.values.0.format_value}} au {{article.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{article.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n {% if article.resume %}\n {{article.resume | strip_tags | truncate, 500}}\n {% else %}\n {{article.content | strip_tags | limitstring, 500, \"...\"}} \n {% endif %}\n <p class=\"lirePlus\">Lire la suite</p>\n </div><!-- fin resume -->\n </div><!-- fin itemContent -->\n </a>\n </div><!-- fin itemAbrege -->\n {% endfor %}\n </div><!-- fin listeSameArticle -->\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (315,'da78018f4693d21291a4c132ae38a700','selector','cms_module_common_selector_sections',21,'a:5:{i:0;s:1:\"4\";i:1;s:1:\"5\";i:2;s:1:\"8\";i:3;s:2:\"23\";i:4;s:2:\"24\";}',314);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (279,'8f5fa3fe4c6ad97981a8b890ac53ab68','selector','cms_module_common_selector_article_type',21,'a:1:{s:14:\"type_editorial\";a:3:{i:0;s:1:\"6\";i:1;s:1:\"3\";i:2;s:1:\"9\";}}',277);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (328,'6c2823a5c507aacd1910ff02361f49c9','selector','cms_module_common_selector_sections',21,'a:7:{i:0;s:1:\"3\";i:1;s:1:\"4\";i:2;s:1:\"5\";i:3;s:1:\"8\";i:4;s:1:\"9\";i:5;s:2:\"23\";i:6;s:2:\"24\";}',327);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (653,'b03389602af5895331681b9164c97b89','condition','cms_module_common_condition_lvl',113,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (654,'5be5d8512bec4c5be2e768ef843724ce','selector','cms_module_common_selector_lvl',113,'a:1:{i:0;s:7:\"cmspage\";}',653);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (702,'19eb6c5efadc03b55a97f8f9ed424255','view','cms_module_common_view_sectionslist',120,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:1509:\"{% if sections %}\n<div class=\"uk-flex uk-flex-center uk-hidden-small uk-hidden-medium\">\n <div class=\"MenuHoriz uk-navbar uk-container\">\n <ul class=\"Nav uk-navbar-nav\">\n <!-- rubriques niveau 1 -->\n {% for section in sections %}\n <li {% if section.children %}class=\"uk-parent\" data-uk-dropdown=\"{pos:\'bottom-center\',remaintime:\'550\'}\"{% endif %}>\n <a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\"{% endif %} title=\"{{section.title}}\">{{section.title}}</a>\n {% if section.children %}\n <div class=\"uk-dropdown uk-dropdown-navbar\">\n <ul class=\"SousNav uk-nav uk-nav-navbar\">\n <!-- rubriques niveau 2 -->\n {% for child in section.children %}\n <li>\n <a href=\"{% if child.fields_type.url.values.0.value %}{{child.fields_type.url.values.0.value}}{% else %}./index.php?lvl=cmspage&pageid=6&id_rubrique={{child.id}}{% endif %}\" {% if child.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\"{% endif %}>{{child.title}}</a>\n </li>\n {% endfor %}\n </ul>\n </div> \n {% endif %}\n </li>\n {% endfor %}\n </ul>\n </div>\n</div> \n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (295,'26270adbd85181f5abc84252210ab00e','selector','cms_module_common_selector_env_var',57,'s:11:\"id_rubrique\";',294);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (296,'7af5b75f7ed5eb1a4431430833636352','selector','cms_module_common_selector_section',57,'s:2:\"N;\";',294);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (671,'bc2c929c18c8168ae814807f0dcba197','datasource','cms_module_common_datasource_articles_by_article_categories',114,'a:4:{s:7:\"sort_by\";s:13:\"article_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"4\";s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (336,'30794364156d23b0dd5067a5ea483501','selector','cms_module_common_selector_articles',65,'a:1:{i:0;s:2:\"27\";}',335);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (490,'21e823a57c8c35ccf1bc6c5d1bd398f2','selector','cms_module_common_selector_sections',65,'a:9:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;s:1:\"5\";i:4;s:1:\"8\";i:5;s:2:\"23\";i:6;s:2:\"24\";i:7;s:2:\"27\";i:8;s:2:\"28\";}',489);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (338,'2dc2d93d8bf554a1d73f304166bd4b72','selector','cms_module_common_selector_page',66,'s:1:\"3\";',337);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (339,'93e13bcac978e2d6702889aab21d8466','condition','cms_module_common_condition_lvl',66,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (340,'3da2d24d118a95b9d2fca73eb77fc5dd','selector','cms_module_common_selector_lvl',66,'a:1:{i:0;s:7:\"cmspage\";}',339);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (341,'1f95b9f8a446d65a2e2232cce04241d2','datasource','cms_module_search_datasource_search',66,'a:1:{s:8:\"selector\";s:31:\"cms_module_search_selector_dest\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (342,'0abab87a49a1d3e401a3415db5023718','selector','cms_module_search_selector_dest',66,'a:1:{i:0;s:12:\"search_dest1\";}',341);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (343,'8cc8bb569df39896123e5ab6376fbc4b','view','cms_module_search_view_search',66,'a:2:{s:4:\"help\";s:1:\"0\";s:5:\"title\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (779,'cd085455742bc08fd97c8b9629d3b49f','datasource','cms_module_htmlcode_datasource_htmlcode',134,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (780,'b712620f28aa163145c2d77523155d63','view','cms_module_htmlcode_view_htmlcode',134,'a:1:{s:8:\"htmlcode\";s:74:\"<div class=\\\"Ancre\\\">\n <a href=\\\"#logo\\\" title=\\\"Top\\\">Λ</a>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (797,'0aea3579e40575b1cda0604fb07cacc4','view','cms_module_htmlcode_view_htmlcode',137,'a:1:{s:8:\"htmlcode\";s:27:\"<div class=\\\"clear\\\"></div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (802,'7f9b4ac6f5c23b5ee2f4636fe8d0f7d8','selector','cms_module_common_selector_env_var',138,'s:10:\"id_article\";',801);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (803,'f02dab525c31e52aa599705383f78fb0','selector','cms_module_common_selector_article',138,'s:2:\"N;\";',801);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (804,'bf2e139e7dd4d6d01500417c21e57c29','view','cms_module_common_view_recordslist',138,'a:3:{s:5:\"links\";a:1:{s:6:\"notice\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:13:\"used_template\";s:2:\"12\";s:15:\"active_template\";s:492:\"{% if records %}\n <div class=\"listProd\">\n {% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=74\n {% endsqlvalue %}\n <!-- titre du cadre --> \n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3> \n {% endif %}\n {% for record in records %}\n <div class=\"prodDoc\">{{record.content}}</div>\n {% endfor %}\n </div>\n{% endif %}\n\n\n\n\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (801,'bbe83eee1ec0ca0502b8b430071b1e9e','selector','cms_module_common_selector_type_article',138,'a:3:{s:20:\"type_editorial_field\";s:2:\"44\";s:14:\"type_editorial\";s:1:\"4\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',800);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (796,'431c0efd6c0cc3ea57aeed04e0011118','datasource','cms_module_htmlcode_datasource_htmlcode',137,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (756,'7a24e62588dcfee5d784ed34860cfd72','condition','cms_module_common_condition_page',85,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (757,'b2b0d0e5adddb04bc07ae42bdd1dc5d7','selector','cms_module_common_selector_page',85,'a:1:{i:0;s:1:\"3\";}',756);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (457,'a5745e3e1d75c50e78d41f1400a5a2e9','datasource','cms_module_agenda_datasource_agenda',85,'a:1:{s:8:\"selector\";s:36:\"cms_module_agenda_selector_calendars\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (458,'ccc80a6451ef38c017063da1853194a2','selector','cms_module_agenda_selector_calendars',85,'a:1:{i:0;s:9:\"calendar1\";}',457);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (459,'e70af7572e146c18f5ef9ba267f648b5','view','cms_module_agenda_view_calendar',85,'a:2:{s:5:\"links\";a:2:{s:5:\"event\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}s:10:\"eventslist\";a:2:{s:4:\"page\";s:1:\"9\";s:3:\"var\";s:7:\"id_date\";}}s:25:\"nb_displayed_events_under\";s:1:\"4\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (467,'a9211b32efd35e8c396eeeeeb657bebb','selector','cms_module_common_selector_sections',87,'a:1:{i:0;s:2:\"22\";}',466);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (799,'0a91d2ac4ef599fdf93c42d9449fcdb2','selector','cms_module_common_selector_page',138,'s:1:\"4\";',798);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (800,'269129d9bfc3074c44fe908e6a5177e7','datasource','cms_module_common_datasource_records',138,'a:2:{s:15:\"nb_max_elements\";s:2:\"20\";s:8:\"selector\";s:39:\"cms_module_common_selector_type_article\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (543,'6fcf50d5235cf18d477157adc5012b97','selector','cms_module_common_selector_type_article',23,'a:3:{s:20:\"type_editorial_field\";s:2:\"29\";s:14:\"type_editorial\";s:1:\"4\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_article\";}',113);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (544,'e3c9c8dc3670353f673a016016a3691f','selector','cms_module_common_selector_env_var',23,'s:2:\"N;\";',543);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (545,'0f70a451dce421c5cd47a99a6320ecf4','selector','cms_module_common_selector_article',23,'s:2:\"41\";',543);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (546,'328c1a9142828c0479f88adbcb7cd84a','condition','cms_module_common_condition_page',99,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (547,'2aaa30ade032793d14afeb103c1a33df','selector','cms_module_common_selector_page',99,'a:1:{i:0;s:1:\"6\";}',546);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (548,'dc410e94a55fd10f752fb5c7ca3c2599','condition','cms_module_common_condition_lvl',99,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (549,'3e8e4a71fa1b3fdaa8a606c410e6a74f','selector','cms_module_common_selector_lvl',99,'a:1:{i:0;s:7:\"cmspage\";}',548);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (550,'9564bc7f5bab9569941047bc957463cc','datasource','cms_module_common_datasource_articles_sections',99,'a:4:{s:7:\"sort_by\";s:13:\"article_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (551,'acaef7ee43b9be01f61049ceb0edbe08','selector','cms_module_common_selector_env_var',99,'s:11:\"id_rubrique\";',550);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (552,'4656f65c91a8ce57d89556aed951d959','view','cms_module_common_view_articleslist',99,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1650:\"{% if articles %}\n<div class=\"listItemsGen\">\n <!-- affichage d\'un article -->\n {% for article in articles %}\n <div class=\"itemAbrege\">\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n <!-- titre de l\'article -->\n <h3>{{article.title}}</h3>\n <!-- contenu de l\'article -->\n <!-- dates -->\n {% if article.fields_type.debut_event.values.0.value %}\n {% if article.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{article.fields_type.debut_event.values.0.format_value}} au {{article.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{article.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <div class=\"itemContent uk-grid uk-grid-medium uk-flex-middle\" data-uk-grid-margin>\n <!-- logo -->\n {% if article.logo.exists %}\n <div class=\"imgL uk-width-medium-2-10\">\n <img src=\"{{article.logo.medium}}\"/>\n </div>\n {% endif %} \n <!-- résumé tronqué si \"lire la suite\" -->\n {% if article.resume %}\n {% if article.resume!=\'<br _moz_editor_bogus_node=\"TRUE\"/>\' %}\n <div class=\"uk-width-medium-8-10\">\n <div class=\"resume\">\n {% if article.fields_type.lire_plus.values.0.value!=2 %}\n {{article.resume | strip_tags | limitstring, 250, \"...\"}}\n {% else %}\n {{article.resume}}\n {% endif %}\n </div>\n </div>\n {% endif %}\n {% endif %}\n </div>\n <!-- fin du contenu de l\'article -->\n <div class=\"clear\"></div>\n </a>\n </div>\n {% endfor %}\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (950,'20995384248749f5921b2bc8d296bb2b','view','cms_module_metadatas_view_django',161,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (670,'e7c66fc36becdcf90de29314947b80e2','selector','cms_module_common_selector_lvl',114,'a:1:{i:0;s:7:\"cmspage\";}',669);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (784,'64d2354198d61d08b02292ee20f27ef4','selector','cms_module_common_selector_lvl',135,'a:1:{i:0;s:7:\"cmspage\";}',783);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (687,'96f5561b7139f53ffd7ad13a90067bd5','condition','cms_module_common_condition_lvl',117,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (910,'ef422640918a6eb26c547082c52ff0ae','view','cms_module_articleslist_view_carousel_responsive',21,'a:32:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:13:\"used_template\";s:1:\"0\";s:8:\"no_image\";s:12:\"no_image.jpg\";s:4:\"mode\";s:4:\"fade\";s:5:\"speed\";s:3:\"500\";s:5:\"pause\";s:4:\"4000\";s:20:\"display_max_quantity\";s:1:\"1\";s:20:\"display_min_quantity\";s:1:\"1\";s:14:\"slide_quantity\";s:1:\"1\";s:11:\"slide_width\";s:3:\"600\";s:9:\"autostart\";s:0:\"\";s:9:\"autohover\";s:1:\"1\";s:5:\"pager\";s:1:\"1\";s:12:\"slide_margin\";s:1:\"0\";s:12:\"random_start\";s:0:\"\";s:6:\"easing\";s:6:\"linear\";s:8:\"captions\";s:0:\"\";s:15:\"adaptive_height\";s:0:\"\";s:21:\"adaptive_height_speed\";s:3:\"500\";s:10:\"pager_type\";s:4:\"full\";s:21:\"pager_short_separator\";s:1:\"/\";s:8:\"controls\";s:1:\"1\";s:9:\"next_text\";s:7:\"Suivant\";s:13:\"previous_text\";s:11:\"Précédent\";s:13:\"auto_controls\";s:0:\"\";s:10:\"start_text\";s:5:\"Jouer\";s:9:\"stop_text\";s:4:\"Stop\";s:20:\"autocontrols_combine\";s:0:\"\";s:14:\"auto_direction\";s:4:\"next\";s:10:\"auto_delay\";s:1:\"0\";s:15:\"active_template\";s:2207:\"{% if records %}\n <div class=\"Slider\">\n <div class=\"SliderArt\">\n {% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=46\n {% endsqlvalue %} \n <!-- titre du cadre -->\n {% if titre_cadre.0.title %}\n <h3 class=\"titleInside\">{{titre_cadre.0.title}}</h3>\n {% endif %}\n <ul id=\'carousel_{{id}}\'>\n <!-- affichage d\'un article -->\n {% for record in records %}\n {% if record.fields_type.cadres_accueil.values.0.value==1 %}\n <li class=\'{{id}}_item\'>\n <!-- contenu de l\'article -->\n <div class=\"itemContent\">\n <a href=\"{{record.link}}\" title=\"{{record.title}}\">\n <!-- logo -->\n {% if record.logo.exists %}\n <div class=\"imgL\"> \n <img src=\"{{record.logo.small}}\" alt=\"{{record.title}}\"/>\n </div>\n {% endif %} \n <div class=\"ItemResume\">\n <!-- titre de l\'article -->\n <h4>{{record.title}}</h4>\n <!-- dates -->\n {% if record.fields_type.debut_event.values.0.value %}\n {% if record.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{record.fields_type.debut_event.values.0.format_value}} au {{record.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{record.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <!-- résumé -->\n <div class=\"resume\">\n {% if record.resume %}\n {{record.resume | strip_tags | limitstring, 220, \"...\"}}\n {% else %}\n {{record.content | strip_tags | limitstring, 220, \"...\"}}\n {% endif %}\n <p class=\"lirePlus\">Lire la suite</p>\n </div><!-- resume -->\n </div> <!-- fin itemResume -->\n </a> \n </div><!--fin itemContent-->\n <div class=\"clear\"></div>\n </li>\n {% endif %}\n {% endfor %}\n </ul>\n </div><!-- fin SliderArt -->\n </div><!-- fin Slider -->\n{% endif %}\";s:14:\"autotransition\";s:1:\"1\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (631,'e09ea420e9d9c74ebb7ed5650103621a','datasource','cms_module_common_datasource_all_articles',21,'a:4:{s:7:\"sort_by\";s:16:\"publication_date\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (635,'a8f819fec76a6ed6352c235c5c731599','selector','cms_module_common_selector_lvl',111,'a:1:{i:0;s:7:\"cmspage\";}',634);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (636,'695eacfd8e1228bcd0a380b4409d15bd','datasource','cms_module_common_datasource_sections_sections',111,'a:4:{s:7:\"sort_by\";s:13:\"section_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:2:\"10\";s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (637,'1aebfb8a9f95bda3d9f33a06f56a6c0d','selector','cms_module_common_selector_env_var',111,'s:11:\"id_rubrique\";',636);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (638,'6ac801db6cba55042d655ae692a7d0cd','view','cms_module_common_view_sectionslist',111,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:1321:\"{% if sections %}\n<div class=\"listRubs\">\n <!-- affichage d\'une sous-rubrique -->\n {% for section in sections %}\n <div class=\"Rub\">\n <a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\" {% endif %}>\n <!-- infos de la sous-rubrique -->\n <div class=\"infosRub uk-grid uk-grid-collapse uk-flex-top\">\n <!-- titre + résumé -->\n <div class=\"rubContent uk-width-medium-4-5\">\n <h3>{{section.title}}</h3>\n {% if section.resume %}\n {% if section.resume!=\'<br _moz_editor_bogus_node=\"TRUE\"/>\' %}\n <p class=\"resume\">\n {{section.resume | strip_tags | limitstring, 500, \"...\"}}\n </p>\n {% endif %}\n {% endif %}\n </div>\n <!-- logo -->\n {% if section.logo.exists %}\n <div class=\"imgM uk-width-medium-1-5\">\n <img src=\"{{section.logo.small}}\"/>\n </div>\n {% endif %} \n </div>\n <!-- fin des infos de la sous-rubrique -->\n </a>\n </div>\n {% endfor %}\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (983,'390b3696e64d5dab1a4b489ad062ac15','condition','cms_module_common_condition_lvl',170,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (984,'1868bd84ef265a2a457ab68793059e3a','selector','cms_module_common_selector_lvl',170,'a:18:{i:0;s:10:\"author_see\";i:1;s:9:\"categ_see\";i:2;s:12:\"indexint_see\";i:3;s:12:\"more_results\";i:4;s:14:\"notice_display\";i:5;s:16:\"bulletin_display\";i:6;s:13:\"publisher_see\";i:7;s:13:\"search_result\";i:8;s:14:\"search_history\";i:9;s:11:\"etagere_see\";i:10;s:12:\"etageres_see\";i:11;s:9:\"show_cart\";i:12;s:13:\"perio_a2z_see\";i:13;s:9:\"perio_a2z\";i:14;s:3:\"faq\";i:15;s:4:\"empr\";i:16;s:6:\"askmdp\";i:17;s:9:\"subscribe\";}',983);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (985,'99d17642196902837f902106a7aa8f50','datasource','cms_module_htmlcode_datasource_htmlcode',170,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (986,'71183e3e0f43d7b3cde516d5fe1a47f3','view','cms_module_htmlcode_view_htmlcode',170,'a:1:{s:8:\"htmlcode\";s:130:\"<div id=\\\"boutonRetour\\\">\n<a href=\\\"javascript:history.go(-1)\\\" title=\\\"Retour\\\">>> Retour</a>\n</div>\n<div class=\\\"clear\\\"></div> \";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (962,'0378d4686ca41f9db21d68e963b011aa','view','cms_module_metadatas_view_django',164,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (639,'cd728ecdfd85f9c7c3570775c9a83b64','condition','cms_module_common_condition_page',112,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (640,'ae9e5a575b4a10434222e9698e819b86','selector','cms_module_common_selector_page',112,'s:1:\"4\";',639);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (641,'1d70b8fafb4e2a779deb661ab9d7d3c0','condition','cms_module_common_condition_lvl',112,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (642,'6a0be80624f2f6c8b12cd49a6a643df3','selector','cms_module_common_selector_lvl',112,'a:1:{i:0;s:7:\"cmspage\";}',641);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (643,'263a08c8fab5bcedf7a86081d8c7dc95','datasource','cms_module_shelveslist_datasource_shelveslist',112,'a:1:{s:8:\"selector\";s:42:\"cms_module_common_selector_shelves_generic\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (644,'ab6bb9cd8a5f7c5de4764f6a154a02a8','selector','cms_module_common_selector_shelves_generic',112,'a:1:{s:12:\"sub_selector\";s:39:\"cms_module_common_selector_type_article\";}',643);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (645,'63be24610f240ccd44f5ea37c8aa9009','selector','cms_module_common_selector_shelves',112,'s:2:\"N;\";',644);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (646,'eda1e40e6075b4b6d614a6b33cfaf8d6','selector','cms_module_common_selector_type_section',112,'a:2:{s:20:\"type_editorial_field\";s:0:\"\";s:14:\"type_editorial\";s:0:\"\";}',644);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (647,'ea6697b3be1708d11ea73cca0431033e','selector','cms_module_common_selector_env_var',112,'s:2:\"N;\";',646);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (648,'ebe0839aedb3b579df357e6903a37554','selector','cms_module_common_selector_section',112,'s:2:\"N;\";',646);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (649,'e50778f7e22a04b079876135d2aeda34','selector','cms_module_common_selector_type_article',112,'a:3:{s:20:\"type_editorial_field\";s:2:\"29\";s:14:\"type_editorial\";s:1:\"4\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',644);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (650,'c88cadf2e2f2856d9a17436c6d0b6f8e','selector','cms_module_common_selector_env_var',112,'s:10:\"id_article\";',649);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (651,'748bfa9c3055cf2a5babcf858f03c8cd','selector','cms_module_common_selector_article',112,'s:2:\"N;\";',649);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (652,'8615a7638dcc85ae7546c1b2a7ad13a6','view','cms_module_common_view_shelveslist',112,'a:3:{s:5:\"links\";a:1:{s:6:\"shelve\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:10:\"nb_notices\";s:1:\"5\";s:15:\"active_template\";s:660:\"{% if shelves %}\n<div class=\"listEtageres\">\n {% for shelve in shelves %} \n <!-- nom de l\'étagère -->\n <h3><a href=\"./index.php?lvl=etagere_see&id={{shelve.id}} title=\"{{shelve.name}}\">{{shelve.name}}</a></h3>\n <!-- lien vers le flux RSS -->\n {% if shelve.link_rss %}\n <div class=\"imgXS\">\n <a href=\"{{shelve.link_rss}}\" title=\"Rss\"><img src=\"./images/rss.png\" alt=\"RSS\" /></a>\n </div>\n {% endif %} \n <!-- description de l\'étagère -->\n {% if shelve.comment %}\n <div class=\"resume\">\n {{shelve.comment}}\n </div>\n {% endif %} \n <!-- notices de l\'étagère -->\n <div class=\"noticesEtagere\">\n {{shelve.records}}\n </div>\n {% endfor %}\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (656,'b837874fae77dd4477a57f6a18e147b9','selector','cms_module_common_selector_page',113,'s:1:\"6\";',655);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (657,'7e57d892c15b242194a62cc006f9db48','datasource','cms_module_shelveslist_datasource_shelveslist',113,'a:1:{s:8:\"selector\";s:42:\"cms_module_common_selector_shelves_generic\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (658,'c852983f0acfdbe5fdfa11913e77def7','selector','cms_module_common_selector_shelves_generic',113,'a:1:{s:12:\"sub_selector\";s:39:\"cms_module_common_selector_type_section\";}',657);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (659,'04f9f26162dacc6493f708caae4c8ba7','selector','cms_module_common_selector_shelves',113,'s:2:\"N;\";',658);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (660,'82d78aae47428c3efcaa2d46c0440cd5','selector','cms_module_common_selector_type_section',113,'a:3:{s:20:\"type_editorial_field\";s:2:\"40\";s:14:\"type_editorial\";s:1:\"1\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',658);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (661,'10af013d781a483c4192ea7fcb3b4dc8','selector','cms_module_common_selector_env_var',113,'s:11:\"id_rubrique\";',660);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (662,'fb6a50f68c86f2ab0f16f0d5e6ef446a','selector','cms_module_common_selector_section',113,'s:2:\"N;\";',660);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (663,'ab1b8db9b70b1268a73de805e005db33','selector','cms_module_common_selector_type_article',113,'a:2:{s:20:\"type_editorial_field\";s:0:\"\";s:14:\"type_editorial\";s:0:\"\";}',658);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (664,'2ad0e400fe7b546286eae34efc1a88b2','selector','cms_module_common_selector_env_var',113,'s:2:\"N;\";',663);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (665,'c1e762e7a305ea12901e77dcebb98792','selector','cms_module_common_selector_article',113,'s:2:\"N;\";',663);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (666,'8e7249ea5b5b29e9ab71d9754e6cec55','view','cms_module_common_view_shelveslist',113,'a:3:{s:5:\"links\";a:1:{s:6:\"shelve\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:10:\"nb_notices\";s:1:\"5\";s:15:\"active_template\";s:661:\"{% if shelves %}\n<div class=\"listEtageres\">\n {% for shelve in shelves %} \n <!-- nom de l\'étagère -->\n <h3><a href=\"./index.php?lvl=etagere_see&id={{shelve.id}}\" title=\"{{shelve.name}}\">{{shelve.name}}</a></h3>\n <!-- lien vers le flux RSS -->\n {% if shelve.link_rss %}\n <div class=\"imgXS\">\n <a href=\"{{shelve.link_rss}}\" title=\"Rss\"><img src=\"./images/rss.png\" alt=\"RSS\" /></a>\n </div>\n {% endif %} \n <!-- description de l\'étagère -->\n {% if shelve.comment %}\n <div class=\"resume\">\n {{shelve.comment}}\n </div>\n {% endif %} \n <!-- notices de l\'étagère -->\n <div class=\"noticesEtagere\">\n {{shelve.records}}\n </div>\n {% endfor %}\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (783,'43cc4275e1970165c2de4487532b50a7','condition','cms_module_common_condition_lvl',135,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (782,'1614934541995e420d947c4e221350bc','selector','cms_module_common_selector_page',135,'s:2:\"11\";',781);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (781,'3d1d89689a59a2c5b1f71ccc2a2c48bd','condition','cms_module_common_condition_page',135,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (680,'2157e90b9792d9e3b4b95fa9682d9019','condition','cms_module_common_condition_page',116,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (681,'9e9cf0786a614beb6f86e384837bfddf','selector','cms_module_common_selector_page',116,'a:1:{i:0;s:2:\"11\";}',680);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (682,'c5e994668ca781308b976d42a029648f','condition','cms_module_common_condition_lvl',116,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (683,'14a833fdb9134d5c42f9ad10a47bdfce','selector','cms_module_common_selector_lvl',116,'a:1:{i:0;s:7:\"cmspage\";}',682);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (684,'a7b5b61acf5875613083d4c28bf478ad','datasource','cms_module_common_datasource_searchsections',116,'a:4:{s:7:\"sort_by\";s:4:\"pert\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:40:\"cms_module_common_selector_search_result\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (685,'fa5394fc7a697f0fb1261c9821c5a0b0','selector','cms_module_common_selector_search_result',116,'s:2:\"N;\";',684);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (686,'1c24448e5b3bd4de35d3f58730ca90dd','view','cms_module_common_view_sectionslist',116,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:1098:\"<div class=\"listRubs\">\n<!-- titre du cadre -->\n<h3>Dans les rubriques du site :</h3>\n{% if sections %} \n <!-- affichage d\'une rubrique -->\n {% for section in sections %}\n <div class=\"Rub\">\n <a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\" {% endif %}>\n <!-- infos de la rubrique -->\n <div class=\"infosRub\">\n <!-- logo -->\n {% if section.logo.exists %}\n <div class=\"imgM\">\n <img src=\"{{section.logo.vign}}\" alt=\"{{section.title}}\"/>\n </div>\n {% endif %} \n <!-- titre + résumé -->\n <div class=\"rubContent\">\n <h3>{{section.title}}</h3>\n {% if section.resume %}\n <p class=\"resume\">\n {{section.resume | strip_tags | limitstring, 500, \"...\"}}\n </p>\n {% endif %}\n <p class=\"lirePlus\">Lire la suite</p> \n </div>\n </div>\n <!-- fin des infos de la sous-rubrique -->\n </a>\n </div>\n {% endfor %}\n{% else %}\n <p>\n Pas de résultats.\n </p>\n{% endif %}\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (942,'7af4a9eb6388ad1859f6cf722ebb4f0a','view','cms_module_metadatas_view_django',159,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (943,'2fb287b426f5a62cf69c3945f0ba000e','condition','cms_module_common_condition_lvl',160,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (944,'d91b165a1bbf4f838ceeb15cf28c9da8','selector','cms_module_common_selector_lvl',160,'a:1:{i:0;s:16:\"bulletin_display\";}',943);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (945,'fde897a20cad7daff395e995316ccdb6','datasource','cms_module_metadatas_datasource_metadatas_page_opac',160,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"fde897a20cad7daff395e995316ccdb6_metadatas1_title\";s:0:\"\";s:48:\"fde897a20cad7daff395e995316ccdb6_metadatas1_type\";s:0:\"\";s:49:\"fde897a20cad7daff395e995316ccdb6_metadatas1_image\";s:0:\"\";s:47:\"fde897a20cad7daff395e995316ccdb6_metadatas1_url\";s:0:\"\";s:55:\"fde897a20cad7daff395e995316ccdb6_metadatas1_description\";s:0:\"\";s:50:\"fde897a20cad7daff395e995316ccdb6_metadatas1_locale\";s:0:\"\";s:53:\"fde897a20cad7daff395e995316ccdb6_metadatas1_site_name\";s:0:\"\";s:49:\"fde897a20cad7daff395e995316ccdb6_metadatas2_title\";s:0:\"\";s:48:\"fde897a20cad7daff395e995316ccdb6_metadatas2_card\";s:0:\"\";s:55:\"fde897a20cad7daff395e995316ccdb6_metadatas2_description\";s:0:\"\";s:49:\"fde897a20cad7daff395e995316ccdb6_metadatas2_image\";s:0:\"\";s:48:\"fde897a20cad7daff395e995316ccdb6_metadatas2_site\";s:0:\"\";s:49:\"fde897a20cad7daff395e995316ccdb6_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (690,'0939bf665fc4324cd8a49fbdb6d41779','selector','cms_module_common_selector_search_result',117,'s:2:\"N;\";',689);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (691,'a57569851da4107b6122da840c856b76','view','cms_module_common_view_articleslist',117,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1491:\"{% if articles %}\n <div class=\"listResultArticles\">\n <!-- titre du cadre -->\n <h2>Voir aussi dans les articles du site</h2>\n <!-- affichage d\'un article -->\n {% for article in articles %}\n <div class=\"itemAbrege\">\n <a href=\"{{article.link}}\">\n <!-- titre de l\'article -->\n <h3>{{article.title}}</h3>\n <!-- contenu de l\'article -->\n <div class=\"itemContent\">\n <!-- logo -->\n {% if article.logo.exists %}\n <div class=\"imgL\">\n <img src=\"{{article.logo.vign}}\" alt=\"{{article.title}}\"/>\n </div><!-- fin imgL --> \n {% endif %} \n <!-- dates -->\n {% if article.fields_type.debut_event.values.0.value %}\n {% if article.fields_type.fin_event.values.0.value %}\n <h5 class=\"datesEven\">Du {{article.fields_type.debut_event.values.0.format_value}} au {{article.fields_type.fin_event.values.0.format_value}}</h5>\n {% else %}\n <h5 class=\"datesEven\">Le {{article.fields_type.debut_event.values.0.format_value}}</h5>\n {% endif %}\n {% endif %} \n <!-- résumé tronqué \"lire la suite\" -->\n <div class=\"resume\">\n {% if article.resume %}\n {{article.resume | strip_tags | truncate, 500}}\n {% else %}\n {{article.content | strip_tags | limitstring, 500, \"...\"}} \n {% endif %}\n <p class=\"lirePlus\">Lire la suite</p> \n </div><!-- fin resume-->\n </div><!-- fin itemCotnent -->\n </a>\n </div><!-- fin itemAbrege -->\n {% endfor %}\n </div><!-- fin listResultArticles -->\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (692,'b60bf06388ba745d01566e1ebba1f3ba','condition','cms_module_common_condition_lvl',118,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (693,'30e57c7eb98cf140932894e0c775a276','selector','cms_module_common_selector_lvl',118,'a:2:{i:0;s:12:\"more_results\";i:1;s:13:\"search_result\";}',692);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (694,'163de7e7508a8e590733e435d9767cd3','datasource','cms_module_common_datasource_searchsections',118,'a:4:{s:7:\"sort_by\";s:4:\"pert\";s:10:\"sort_order\";s:4:\"desc\";s:15:\"nb_max_elements\";s:1:\"4\";s:8:\"selector\";s:40:\"cms_module_common_selector_search_result\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (695,'664006606f43a21c7a08db5e6df672b4','selector','cms_module_common_selector_search_result',118,'s:2:\"N;\";',694);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (696,'d40bde4cc9ec75af7813e177ed33fc4b','view','cms_module_common_view_sectionslist',118,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:1052:\"{% if sections %}\n<div class=\"listResultRubs listResultArticles\">\n <!-- titre du cadre -->\n <h2>Voir aussi dans les rubriques du site</h2>\n <!-- affichage d\'une rubrique -->\n {% for section in sections %}\n <div class=\"Rub\">\n <!-- infos de la rubrique -->\n <div class=\"infosRub\">\n <!-- logo -->\n {% if section.logo.exists %}\n <div class=\"imgM\">\n <img src=\"{{section.logo.vign}}\"/>\n </div>\n {% endif %} \n <!-- titre + résumé -->\n <div class=\"rubContent\">\n <h3><a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\" {% endif %}>{{section.title}}</a></h3>\n {% if section.resume %}\n {% if section.resume!=\'<br _moz_editor_bogus_node=\"TRUE\"/>\' %}\n <p class=\"resume\">\n {{section.resume | strip_tags | truncate, 200}}\n </p>\n {% endif %}\n {% endif %}\n </div>\n </div>\n <!-- fin des infos de la rubrique -->\n </div>\n {% endfor %}\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (938,'bc84a181108aa81f9ff86b9d36bc828e','view','cms_module_metadatas_view_django',158,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (939,'fc4b7a4c4b6be20ec12844e2d1408e24','condition','cms_module_common_condition_lvl',159,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (940,'1c9de8830791e56c18d7e262ddd67602','selector','cms_module_common_selector_lvl',159,'a:1:{i:0;s:10:\"author_see\";}',939);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (941,'41e9df85e9465c27ebed8fd3665bf224','datasource','cms_module_metadatas_datasource_metadatas_page_opac',159,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_title\";s:0:\"\";s:48:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_type\";s:0:\"\";s:49:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_image\";s:0:\"\";s:47:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_url\";s:0:\"\";s:55:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_description\";s:0:\"\";s:50:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_locale\";s:0:\"\";s:53:\"41e9df85e9465c27ebed8fd3665bf224_metadatas1_site_name\";s:0:\"\";s:49:\"41e9df85e9465c27ebed8fd3665bf224_metadatas2_title\";s:0:\"\";s:48:\"41e9df85e9465c27ebed8fd3665bf224_metadatas2_card\";s:0:\"\";s:55:\"41e9df85e9465c27ebed8fd3665bf224_metadatas2_description\";s:0:\"\";s:49:\"41e9df85e9465c27ebed8fd3665bf224_metadatas2_image\";s:0:\"\";s:48:\"41e9df85e9465c27ebed8fd3665bf224_metadatas2_site\";s:0:\"\";s:49:\"41e9df85e9465c27ebed8fd3665bf224_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (703,'8c4091b4f35b2c59b6ad8650d837972d','datasource','cms_module_common_datasource_sections_sections',121,'a:4:{s:7:\"sort_by\";s:13:\"section_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:35:\"cms_module_common_selector_sections\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (704,'8dc37f809579324a0c6e2e12323489a4','selector','cms_module_common_selector_sections',121,'a:1:{i:0;s:2:\"46\";}',703);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (705,'b3f2c4eed91230a7c769eb0b9b6b706e','view','cms_module_common_view_sectionslist',121,'a:2:{s:5:\"links\";a:1:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}}s:15:\"active_template\";s:486:\"{% if sections %}\n<div class=\"liensFooter\">\n <ul class=\"navFooter\">\n {% for section in sections %}\n <!-- titre + lien -->\n <li>\n <a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\" {% endif %} title=\"{{section.title}}\">{{section.title}}</a>\n </li>\n {% endfor %}\n <div class=\"clear\"></div> \n </ul>\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (798,'2a19910a1c9f7f46dd6c9be294fc63fd','condition','cms_module_common_condition_page',138,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (715,'8d783f46cfa518f9a3ad7a223d556d42','datasource','cms_module_common_datasource_section',125,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_section\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (716,'9b946146b17d3ea34ab0dab35893f2cf','selector','cms_module_common_selector_section',125,'s:2:\"62\";',715);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (717,'839bb83fda312326cb0ab4efb1a0b783','view','cms_module_common_view_section',125,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:112:\"<div id=\"logo\">\n <a href=\"./index.php\" title=\"{{title}}\"><img src=\"{{logo.large}}\" alt=\"{{title}}\" /></a>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (718,'e8928fb927181ceb60a73b1bd37441e0','datasource','cms_module_common_datasource_section',126,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_section\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (719,'12dd3a2d356ab903882593651027d16f','selector','cms_module_common_selector_section',126,'s:2:\"62\";',718);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (720,'2960610dff6c7f991da72eb2620e12a6','view','cms_module_common_view_section',126,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:141:\"<div id=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">{{title}}</span>\n <span class=\"subTitle\">{{resume}}</span>\n </h1>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (738,'55db5beabef55b3c9b85115b136a2884','datasource','cms_module_common_datasource_articles_sections',130,'a:4:{s:7:\"sort_by\";s:13:\"article_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:35:\"cms_module_common_selector_sections\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (739,'9f485ba6ffcf05a037d1a6ad6ae03de4','selector','cms_module_common_selector_sections',130,'a:1:{i:0;s:2:\"13\";}',738);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (740,'03842ea871d7a5866afdf229c091215a','view','cms_module_common_view_articleslist',130,'a:2:{s:5:\"links\";a:1:{s:7:\"article\";a:2:{s:4:\"page\";s:1:\"4\";s:3:\"var\";s:10:\"id_article\";}}s:15:\"active_template\";s:1317:\"{% if articles %}\n <div class=\"brevesBandeau\">\n {% sqlvalue titre_cadre %} select article_title as title from cms_articles where id_article=49 {% endsqlvalue %} \n <!-- titre du cadre -->\n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3>\n {% endif %} \n <!-- affichage d\'un article -->\n {% for article in articles %}\n <div class=\"itemAbrege\">\n {% if article.fields_type.aff_lien.values.0.value!=\"non\" %}\n <a href=\"{{article.link}}\" title=\"{{article.title}}\">\n {% endif %} \n <!-- titre de l\'article -->\n <h4>{{article.title}}</h4>\n <!-- résumé --> \n <div class=\"resume\"> \n {% if article.resume %}\n {{article.resume | limitstring, 200, \" \"}}\n {% endif %}\n </div>\n <!-- lire la suite -->\n {% if article.fields_type.aff_lien.values.0.value!=\"non\" %}\n <p class=\"lirePlus\">Lire la suite</p>\n {% endif %} \n <!-- liens -->\n {% if article.fields_type.lien.values.0.value %}\n <ul class=\"liensExtrn\">\n {% for value in article.fields_type.lien.values %}\n <li>{{value.format_value}}</li>\n {% endfor %}\n </ul>\n {% endif %}\n {% if article.fields_type.aff_lien.values.0.value!=\"non\" %}\n </a>\n {% endif %}\n </div><!-- fin itemAbrege -->\n {% endfor %}\n </div> <!-- fin brevesBandeau -->\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (741,'59dae3c4696fb76d41f8eca7e998c7d4','datasource','cms_module_common_datasource_all_articles',38,'a:4:{s:7:\"sort_by\";s:13:\"article_title\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:2:\"50\";s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (744,'47a09556dc308151d22add1e1a5afd5d','selector','cms_module_common_selector_section',23,'s:2:\"40\";',742);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (909,'5e6121019893fd7d4d08d6809657ab28','view','cms_module_recordslist_view_carousel_responsive',23,'a:32:{s:5:\"links\";a:1:{s:6:\"notice\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:13:\"used_template\";s:2:\"10\";s:8:\"no_image\";s:12:\"no_image.jpg\";s:4:\"mode\";s:10:\"horizontal\";s:5:\"speed\";s:3:\"500\";s:5:\"pause\";s:4:\"4000\";s:20:\"display_max_quantity\";s:1:\"3\";s:20:\"display_min_quantity\";s:1:\"3\";s:14:\"slide_quantity\";s:1:\"3\";s:11:\"slide_width\";s:3:\"300\";s:9:\"autostart\";s:0:\"\";s:9:\"autohover\";s:1:\"1\";s:5:\"pager\";s:0:\"\";s:12:\"slide_margin\";s:2:\"20\";s:12:\"random_start\";s:0:\"\";s:6:\"easing\";s:11:\"ease-in-out\";s:8:\"captions\";s:0:\"\";s:15:\"adaptive_height\";s:0:\"\";s:21:\"adaptive_height_speed\";s:3:\"500\";s:10:\"pager_type\";s:4:\"full\";s:21:\"pager_short_separator\";s:1:\"/\";s:8:\"controls\";s:1:\"1\";s:9:\"next_text\";s:7:\"Suivant\";s:13:\"previous_text\";s:11:\"Précédent\";s:13:\"auto_controls\";s:0:\"\";s:10:\"start_text\";s:5:\"Jouer\";s:9:\"stop_text\";s:4:\"Stop\";s:20:\"autocontrols_combine\";s:0:\"\";s:14:\"auto_direction\";s:4:\"next\";s:10:\"auto_delay\";s:1:\"0\";s:15:\"active_template\";s:1240:\"{% if records %}\n <div class=\"SliderHoriz\">\n <div class=\"SliderNot\">\n {% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=48\n {% endsqlvalue %}\n <!-- titre du cadre --> \n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3> \n {% endif %}\n <ul id=\'carousel_{{id}}\' class=\"\" data-uk-grid-match{target:\'.itemVignHoz\'}> \n {% for record in records %}\n <!-- affichage d\'une notice via template de notices -->\n <li class=\"{{id}}_item itemVign itemVignHoz itemSlider \"> \n <div class=\"listNotHz\">\n <!-- vignette + lien -->\n <div class=\"imgL\">\n <a href=\"{{record.link}}\">\n <img src=\"{{record.vign}}\" title=\"{{record.title}}\"/>\n </a>\n </div>\n {{record.content}}\n </div>\n </li> \n {% endfor %}\n </ul>\n </div>\n <!-- SliderNot END -->\n </div> \n{% endif %}\";s:14:\"autotransition\";s:1:\"1\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (912,'b57715a1d9434dcf76cbd46e2ca5017b','view','cms_module_recordslist_view_carousel_responsive',57,'a:31:{s:5:\"links\";a:1:{s:6:\"notice\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:13:\"used_template\";s:2:\"10\";s:8:\"no_image\";s:12:\"no_image.jpg\";s:4:\"mode\";s:10:\"horizontal\";s:5:\"speed\";s:3:\"500\";s:5:\"pause\";s:4:\"4000\";s:20:\"display_max_quantity\";s:1:\"3\";s:20:\"display_min_quantity\";s:1:\"3\";s:14:\"slide_quantity\";s:1:\"3\";s:11:\"slide_width\";s:3:\"300\";s:9:\"autostart\";s:1:\"1\";s:9:\"autohover\";s:1:\"1\";s:5:\"pager\";s:1:\"1\";s:12:\"slide_margin\";s:1:\"0\";s:12:\"random_start\";s:0:\"\";s:6:\"easing\";s:6:\"linear\";s:8:\"captions\";s:0:\"\";s:15:\"adaptive_height\";s:0:\"\";s:21:\"adaptive_height_speed\";s:3:\"500\";s:10:\"pager_type\";s:4:\"full\";s:21:\"pager_short_separator\";s:1:\"/\";s:8:\"controls\";s:1:\"1\";s:9:\"next_text\";s:7:\"Suivant\";s:13:\"previous_text\";s:11:\"Précédent\";s:13:\"auto_controls\";s:0:\"\";s:10:\"start_text\";s:5:\"Jouer\";s:9:\"stop_text\";s:4:\"Stop\";s:20:\"autocontrols_combine\";s:0:\"\";s:14:\"auto_direction\";s:4:\"next\";s:10:\"auto_delay\";s:1:\"0\";s:15:\"active_template\";s:969:\"{% if records %}\n <div class=\"SliderHoriz\">\n <div class=\"SliderNot\">\n {% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=68\n {% endsqlvalue %}\n <!-- titre du cadre --> \n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3> \n {% endif %}\n <ul id=\'carousel_{{id}}\'> \n {% for record in records %}\n <!-- affichage d\'une notice via template de notices -->\n <li class=\"{{id}}_item itemVign\"> \n <div class=\"listNotHz\">\n <!-- vignette + lien -->\n <div class=\"imgL\">\n <a href=\"{{record.link}}\">\n <img src=\"{{record.vign}}\" title=\"{{record.title}}\"/>\n </a>\n </div>\n {{record.content}}\n </div>\n </li> \n {% endfor %}\n </ul>\n </div>\n <!-- SliderNot END -->\n </div> \n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (937,'13b26d6da73552bd1f14bb14a70ec8ed','datasource','cms_module_metadatas_datasource_metadatas_page_opac',158,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_title\";s:0:\"\";s:48:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_type\";s:0:\"\";s:49:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_image\";s:0:\"\";s:47:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_url\";s:0:\"\";s:55:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_description\";s:0:\"\";s:50:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_locale\";s:0:\"\";s:53:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas1_site_name\";s:0:\"\";s:49:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas2_title\";s:0:\"\";s:48:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas2_card\";s:0:\"\";s:55:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas2_description\";s:0:\"\";s:49:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas2_image\";s:0:\"\";s:48:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas2_site\";s:0:\"\";s:49:\"13b26d6da73552bd1f14bb14a70ec8ed_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (946,'8a90a642f02dfb9dfc300610e61debaa','view','cms_module_metadatas_view_django',160,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (818,'8a9b124bf9feb415965a0cc75aa0cb58','datasource','cms_module_htmlcode_datasource_htmlcode',141,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (819,'30142a13bcdad1bc3c43538bee1627c3','view','cms_module_htmlcode_view_htmlcode',141,'a:1:{s:8:\"htmlcode\";s:132:\"<div id=\\\"lienHistorique\\\">\n <a href=\\\"./index.php?lvl=search_history\\\" title=\\\"Historique des recherches\\\">Historique</a>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (820,'7ef5d48d3f49f3fc8fa6f8e9fd2b1833','condition','cms_module_common_condition_page',142,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (821,'9c6bb9d39512f70205bf017bf7a48bab','selector','cms_module_common_selector_page',142,'s:1:\"6\";',820);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (822,'c12c3ee9937edf1f286f59276a20ac6f','datasource','cms_module_breadcrumb_datasource_sections',142,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (823,'9ca46d053617805aa66bef722b85e5c0','selector','cms_module_common_selector_env_var',142,'s:11:\"id_rubrique\";',822);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (824,'a6c589386a07ab5c83be9962ce2e388b','view','cms_module_common_view_breadcrumb',142,'a:2:{s:5:\"links\";a:1:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}}s:15:\"active_template\";s:437:\"<span class=\'breadcrumb\'> \n >> <a href=\'{{home.link}}\'>{{home.title}}</a> \n{% for section in sections %}\n {% if section.id!=12 %}\n {% if section.id!=25 %}\n {% if section.id!=41 %}\n {% if section.id!=46 %}\n > <span class=\'elem\'><a href=\'{{section.link}}\'>{{section.title}}</a></span> \n {% endif %}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endfor %}\n</span>\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (825,'ada75e389d845e55832527fe1894cada','condition','cms_module_common_condition_page',143,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (826,'c1b5e8e4b4577ef2f2e25c4877ab91d3','selector','cms_module_common_selector_page',143,'a:1:{i:0;s:1:\"4\";}',825);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (827,'0df9789127e64850918e4c54164b622a','datasource','cms_module_breadcrumb_datasource_sections_from_article',143,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (828,'ab364765f6c05793397a07bb654668db','selector','cms_module_common_selector_env_var',143,'s:10:\"id_article\";',827);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (829,'b42597f2a0e3a662bfa7b9135381ab51','view','cms_module_common_view_breadcrumb',143,'a:2:{s:5:\"links\";a:1:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}}s:15:\"active_template\";s:330:\"<span class=\'breadcrumb\'> \n >> <a href=\'{{home.link}}\'>{{home.title}}</a> \n{% for section in sections %}\n {% if section.id!=12 %}\n {% if section.id!=25 %}\n > <span class=\'elem\'><a href=\'{{section.link}}\'>{{section.title}}</a></span> \n {% endif %}\n {% endif %}\n{% endfor %}\n</span>\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (830,'c70efa9150dc43138f074d6c98d5646a','condition','cms_module_common_condition_page',144,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (831,'9fccd531cd6e9c242d4abcb24b7ad535','selector','cms_module_common_selector_page',144,'s:1:\"9\";',830);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (832,'d1dbaca61dda73356f402b619df58e12','datasource','cms_module_htmlcode_datasource_htmlcode',144,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (833,'1107509393ea7bffd190c32325cd5294','view','cms_module_htmlcode_view_htmlcode',144,'a:1:{s:8:\"htmlcode\";s:194:\"<span class=\\\'breadcrumb\\\'> \n >> <a href=\\\'./index.php\\\'>Accueil</a> \n\n > <span class=\\\'elem\\\'><a href=\\\'./index.php?lvl=cmspage&pageid=9\\\'>Evénements</a></span> \n\n</span>\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (834,'93b0b3bfad3c94b1bb759408ff8cd765','condition','cms_module_common_condition_page',145,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (835,'bbad6b5d63bcfdf74f57484ec6359f5b','selector','cms_module_common_selector_page',145,'s:2:\"11\";',834);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (836,'b85c00970a5f666f98a8f526ecd5903e','datasource','cms_module_htmlcode_datasource_htmlcode',145,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (837,'9b404a9ce92a994f59b61ad2dd42d837','view','cms_module_htmlcode_view_htmlcode',145,'a:1:{s:8:\"htmlcode\";s:206:\"<span class=\\\'breadcrumb\\\'> \n >> <a href=\\\'./index.php\\\'>Accueil</a> \n\n > <span class=\\\'elem\\\'><a href=\\\'./index.php?lvl=cmspage&pageid=11\\\'>Recherche dans le site</a></span> \n\n</span>\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (857,'0b1268c7da56facf9d6d8a5ab2a4ccdf','condition','cms_module_common_condition_page',149,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (858,'7e2c8fb0048f73cf0225ce67accecc31','selector','cms_module_common_selector_page',149,'s:1:\"6\";',857);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (859,'6a42d97578f9f7069d6472dddb546455','datasource','cms_module_common_datasource_rss',149,'a:2:{s:15:\"nb_max_elements\";s:2:\"10\";s:8:\"selector\";s:39:\"cms_module_common_selector_type_section\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (860,'ffc3bc22dd43e23538a0e03599507a71','selector','cms_module_common_selector_type_section',149,'a:3:{s:20:\"type_editorial_field\";s:2:\"50\";s:14:\"type_editorial\";s:2:\"10\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',859);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (861,'77e175c312dafcf3e4add39bbc261930','selector','cms_module_common_selector_env_var',149,'s:11:\"id_rubrique\";',860);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (862,'0c0508f3f18e6def03a63d26fcf41e1c','selector','cms_module_common_selector_section',149,'s:2:\"N;\";',860);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (863,'b7a5a83366c65567bcdfb5ea4b7d275a','view','cms_module_common_view_rss',149,'a:1:{s:15:\"active_template\";s:604:\"{% if items %}\n <div class=\"fluxRSSPage\">\n <!-- description du flux -->\n <h3>{{title}}</h3>\n <div class=\"resume\">\n {{description}}\n </div>\n <!-- affichage d\'un article -->\n {% for item in items %}\n <div class=\"itemAbrege\">\n <!-- titre de l\'article -->\n <h4><a href=\"{{item.link}}\" title=\"{{item.title}}\" target=\"_blank\">{{item.title}}</a></h4>\n <!-- résumé -->\n {% if item.description %}\n <div class=\"resume\">\n {{item.description}}\n </div>\n {% endif %}\n </div>\n {% endfor %}\n <div class=\"clear\"></div>\n </div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (864,'acaef41e646d29d17de1f5a482747e28','condition','cms_module_common_condition_page',150,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (865,'3e61b29d4aeeadfb6627ca47759e3140','selector','cms_module_common_selector_page',150,'s:1:\"4\";',864);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (866,'fa22581f494839e97901eca952c002a0','datasource','cms_module_common_datasource_rss',150,'a:2:{s:15:\"nb_max_elements\";s:2:\"10\";s:8:\"selector\";s:39:\"cms_module_common_selector_type_article\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (867,'145393307524724efa2310d2095fee7e','selector','cms_module_common_selector_type_article',150,'a:3:{s:20:\"type_editorial_field\";s:2:\"51\";s:14:\"type_editorial\";s:1:\"4\";s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',866);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (868,'de7322242d1a01a1156c9221692613a1','selector','cms_module_common_selector_env_var',150,'s:10:\"id_article\";',867);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (869,'68335079afa510fea3f4a7463c16d05c','selector','cms_module_common_selector_article',150,'s:2:\"N;\";',867);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (870,'cbc495e93e1189751d89cfeb663131c4','view','cms_module_common_view_rss',150,'a:1:{s:15:\"active_template\";s:603:\"{% if items %}\n <div class=\"fluxRSSPage\">\n <!-- description du flux -->\n <h3>{{title}}</h3>\n <div class=\"resume\">\n {{description}}\n </div>\n <!-- affichage d\'un article -->\n {% for item in items %}\n <div class=\"itemAbrege\">\n <!-- titre de l\'article -->\n <h4><a href=\"{{item.link}}\" title=\"{{item.title}}\" target=\"_blank\">{{item.title}}</a></h4>\n <!-- résumé -->\n {% if item.description %}\n <div class=\"resume\">\n {{item.description}}\n </div>\n {% endif %}\n </div>\n {% endfor %}\n <div class=\"clear\"></div>\n </div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (874,'814fcf7c070023498a64aca984b2cc58','condition','cms_module_common_condition_page',151,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (875,'0e492fc0ac506b638ac1f4faa77be076','selector','cms_module_common_selector_page',151,'s:1:\"6\";',874);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (876,'a0c250c00a4e3a56bd7339a20270c050','datasource','cms_module_common_datasource_portfolio',151,'a:1:{s:8:\"selector\";s:36:\"cms_module_common_selector_documents\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (877,'302ea191e4ef4d9253c47a62e82e9d6e','selector','cms_module_common_selector_documents',151,'a:1:{s:12:\"sub_selector\";s:42:\"cms_module_common_selector_generic_section\";}',876);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (878,'0fffbca38a3b26ed35a9d8796feb7e95','selector','cms_module_common_selector_generic_article',151,'s:2:\"N;\";',877);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (879,'54692ca6c4931865416336445b996da6','selector','cms_module_common_selector_article',151,'s:2:\"N;\";',878);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (880,'7e2abb0aae5ba41be5f69f0d993f9e46','selector','cms_module_common_selector_env_var',151,'s:2:\"N;\";',884);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (881,'d6cbc768b5e6252180f3d906acaea0c8','selector','cms_module_common_selector_global_var',151,'s:2:\"N;\";',884);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (882,'0d0960f02ab0e96f32c0199440fc626b','selector','cms_module_common_selector_generic_section',151,'a:1:{s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',877);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (883,'e71327d37ccdf24fa3cf97ba89958026','selector','cms_module_common_selector_section',151,'s:2:\"N;\";',882);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (884,'e43e0d4e054ee143d610049756ba2fee','selector','cms_module_common_selector_generic_portfolio_collection',151,'s:2:\"N;\";',877);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (885,'2170d4f15fd37a2be9dd12125da44f19','selector','cms_module_common_selector_portfolio_collection',151,'s:2:\"N;\";',884);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (886,'15e25e20df432c4e512d26190d13e807','view','cms_module_common_view_portfolio',151,'a:2:{s:11:\"visionneuse\";s:1:\"0\";s:15:\"active_template\";s:872:\"{% if documents %}\n<div class=\"document_list\">\n{% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=76\n {% endsqlvalue %} \n <!-- titre du cadre -->\n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3>\n {% endif %}\n {% for document in documents %}\n <div class=\"document_item\">\n <div class=\"document_item_content\">\n <a target=\"_blank\" href=\"{{document.url}}\" title=\"{% if document.name %}{{document.name}}{% else %}{{document.filename}}{% endif %}\">\n <img src=\"{{document.thumbnails_url}}\" alt=\"{% if document.name %}{{document.name}}{% else %}{{document.filename}}{% endif %}\"/>\n <p>{{document.name|limitstring 30 \"[...]\"}}</p>\n </a>\n </div>\n </div>\n \n {% endfor %}\n <div class=\'clear\'></div>\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (887,'84ad5154f3af537afd11c645dbe0b12a','selector','cms_module_common_selector_env_var',151,'s:11:\"id_rubrique\";',882);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (888,'ebff5ebac8c93b903d8623f85bf39084','selector','cms_module_common_selector_global_var',151,'s:2:\"N;\";',882);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (889,'84ad5154f3af537afd11c645dbe0b12a','selector','cms_module_common_selector_env_var',151,'s:11:\"id_rubrique\";',878);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (890,'e146c8e945080fa3f93abcb79454248e','selector','cms_module_common_selector_global_var',151,'s:2:\"N;\";',878);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (891,'130f1678d1af365fa00751b35b06ed26','condition','cms_module_common_condition_page',152,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (892,'91407f23253a94a9442abedea78af069','selector','cms_module_common_selector_page',152,'s:1:\"4\";',891);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (893,'c21f690552499397ca74bbaeebaa4aed','datasource','cms_module_common_datasource_portfolio',152,'a:1:{s:8:\"selector\";s:36:\"cms_module_common_selector_documents\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (894,'c6b44888027b5f648ee97b54e4d43eb6','selector','cms_module_common_selector_documents',152,'a:1:{s:12:\"sub_selector\";s:42:\"cms_module_common_selector_generic_article\";}',893);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (895,'0cfaf05a61a8ddf372b4227cbf1a9858','selector','cms_module_common_selector_generic_article',152,'a:1:{s:12:\"sub_selector\";s:34:\"cms_module_common_selector_env_var\";}',894);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (896,'52ed0c87a26373c93ed365ce28b1b188','selector','cms_module_common_selector_article',152,'s:2:\"N;\";',895);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (897,'4cf7c7ec16f63940a4f933efce3df888','selector','cms_module_common_selector_env_var',152,'s:2:\"N;\";',901);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (898,'5bfd9cc967d755976704ef46aff38e24','selector','cms_module_common_selector_global_var',152,'s:2:\"N;\";',901);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (899,'608b5c6a35617026a8cf4c18669709af','selector','cms_module_common_selector_generic_section',152,'s:2:\"N;\";',894);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (900,'495b519e40c5505745761a1cb09d2f9b','selector','cms_module_common_selector_section',152,'s:2:\"N;\";',899);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (901,'450b50143cf96123554e8cfb29d5a468','selector','cms_module_common_selector_generic_portfolio_collection',152,'s:2:\"N;\";',894);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (902,'5e2c903d44872677e043fce2ca75ace1','selector','cms_module_common_selector_portfolio_collection',152,'s:2:\"N;\";',901);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (903,'ef3f0de390ce770ab34694577ca4abb2','view','cms_module_common_view_portfolio',152,'a:2:{s:11:\"visionneuse\";s:1:\"0\";s:15:\"active_template\";s:872:\"{% if documents %}\n<div class=\"document_list\">\n{% sqlvalue titre_cadre %}\n select article_title as title from cms_articles where id_article=76\n {% endsqlvalue %} \n <!-- titre du cadre -->\n {% if titre_cadre.0.title %}\n <h3>{{titre_cadre.0.title}}</h3>\n {% endif %}\n {% for document in documents %}\n <div class=\"document_item\">\n <div class=\"document_item_content\">\n <a target=\"_blank\" href=\"{{document.url}}\" title=\"{% if document.name %}{{document.name}}{% else %}{{document.filename}}{% endif %}\">\n <img src=\"{{document.thumbnails_url}}\" alt=\"{% if document.name %}{{document.name}}{% else %}{{document.filename}}{% endif %}\"/>\n <p>{{document.name|limitstring 30 \"[...]\"}}</p>\n </a>\n </div>\n </div>\n \n {% endfor %}\n <div class=\'clear\'></div>\n</div>\n{% endif %}\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (904,'f6849521955d09e340e3ccf7de4147af','selector','cms_module_common_selector_env_var',152,'s:2:\"N;\";',899);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (905,'1ca269d07f8bee49ad35f4aea1488e5f','selector','cms_module_common_selector_global_var',152,'s:2:\"N;\";',899);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (906,'e1fbef1ef8a43ae30d6b1d3630af3d68','selector','cms_module_common_selector_env_var',152,'s:10:\"id_article\";',895);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (907,'98fee531c7006f9fe3c0bc4a5e760a5e','selector','cms_module_common_selector_global_var',152,'s:2:\"N;\";',895);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (936,'105d3829315a00cfef44292fd15ac206','selector','cms_module_common_selector_lvl',158,'a:1:{i:0;s:9:\"categ_see\";}',935);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (935,'d1765474efc9027be99bf2082041b9db','condition','cms_module_common_condition_lvl',158,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (947,'1822d6da9595e382dc13c7b9ef05862a','condition','cms_module_common_condition_lvl',161,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (948,'c0a8bfb761e80fcfdd389da76f408188','selector','cms_module_common_selector_lvl',161,'a:1:{i:0;s:13:\"publisher_see\";}',947);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (949,'02a8b8e30dc4c10e20ffec1158772920','datasource','cms_module_metadatas_datasource_metadatas_page_opac',161,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_title\";s:0:\"\";s:48:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_type\";s:0:\"\";s:49:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_image\";s:0:\"\";s:47:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_url\";s:0:\"\";s:55:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_description\";s:0:\"\";s:50:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_locale\";s:0:\"\";s:53:\"02a8b8e30dc4c10e20ffec1158772920_metadatas1_site_name\";s:0:\"\";s:49:\"02a8b8e30dc4c10e20ffec1158772920_metadatas2_title\";s:0:\"\";s:48:\"02a8b8e30dc4c10e20ffec1158772920_metadatas2_card\";s:0:\"\";s:55:\"02a8b8e30dc4c10e20ffec1158772920_metadatas2_description\";s:0:\"\";s:49:\"02a8b8e30dc4c10e20ffec1158772920_metadatas2_image\";s:0:\"\";s:48:\"02a8b8e30dc4c10e20ffec1158772920_metadatas2_site\";s:0:\"\";s:49:\"02a8b8e30dc4c10e20ffec1158772920_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (921,'efda88046cc79b75c3b260a8a0acc766','condition','cms_module_common_condition_page',155,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (922,'76e0901935deb0d47d64cf9cd08e85a8','selector','cms_module_common_selector_page',155,'a:1:{i:0;s:1:\"6\";}',921);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (923,'57488e2431dada3e17a7da6d093b7b5f','datasource','cms_module_metadatas_datasource_metadatas_section',155,'a:14:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";s:49:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_title\";s:9:\"{{title}}\";s:48:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_type\";s:8:\"{{type}}\";s:49:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_image\";s:12:\"{{logo_url}}\";s:47:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_url\";s:8:\"{{link}}\";s:55:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_description\";s:10:\"{{resume}}\";s:50:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_locale\";s:0:\"\";s:53:\"57488e2431dada3e17a7da6d093b7b5f_metadatas1_site_name\";s:0:\"\";s:49:\"57488e2431dada3e17a7da6d093b7b5f_metadatas2_title\";s:9:\"{{title}}\";s:48:\"57488e2431dada3e17a7da6d093b7b5f_metadatas2_card\";s:0:\"\";s:55:\"57488e2431dada3e17a7da6d093b7b5f_metadatas2_description\";s:10:\"{{resume}}\";s:49:\"57488e2431dada3e17a7da6d093b7b5f_metadatas2_image\";s:12:\"{{logo_url}}\";s:48:\"57488e2431dada3e17a7da6d093b7b5f_metadatas2_site\";s:0:\"\";s:49:\"57488e2431dada3e17a7da6d093b7b5f_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (924,'980b9f021626771114ef93335661f81c','selector','cms_module_common_selector_env_var',155,'s:11:\"id_rubrique\";',923);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (925,'5575744202ccbb5ab0cb49be64a1b0c9','view','cms_module_metadatas_view_django',155,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (926,'7ebd79a3e063dff4947da7ce1c3d17de','condition','cms_module_common_condition_page',156,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (927,'85fb11d0ad2d4779d545dfbd49ff5f2c','selector','cms_module_common_selector_page',156,'a:1:{i:0;s:1:\"4\";}',926);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (928,'011b1071e06813f3ec743d2b558d1d73','datasource','cms_module_metadatas_datasource_metadatas_article',156,'a:14:{s:8:\"selector\";s:34:\"cms_module_common_selector_env_var\";s:49:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_title\";s:9:\"{{title}}\";s:48:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_type\";s:8:\"{{type}}\";s:49:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_image\";s:12:\"{{logo_url}}\";s:47:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_url\";s:8:\"{{link}}\";s:55:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_description\";s:10:\"{{resume}}\";s:50:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_locale\";s:0:\"\";s:53:\"011b1071e06813f3ec743d2b558d1d73_metadatas1_site_name\";s:0:\"\";s:49:\"011b1071e06813f3ec743d2b558d1d73_metadatas2_title\";s:9:\"{{title}}\";s:48:\"011b1071e06813f3ec743d2b558d1d73_metadatas2_card\";s:0:\"\";s:55:\"011b1071e06813f3ec743d2b558d1d73_metadatas2_description\";s:10:\"{{resume}}\";s:49:\"011b1071e06813f3ec743d2b558d1d73_metadatas2_image\";s:12:\"{{logo_url}}\";s:48:\"011b1071e06813f3ec743d2b558d1d73_metadatas2_site\";s:0:\"\";s:49:\"011b1071e06813f3ec743d2b558d1d73_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} Catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (929,'59f1df25fc44aa5fae6c5f2d1ba19268','selector','cms_module_common_selector_env_var',156,'s:10:\"id_article\";',928);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (930,'1ca0511ea4faca0ab1d010ea85db6ea5','view','cms_module_metadatas_view_django',156,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (931,'ee30ed42db673c482b700c22c6fbae94','condition','cms_module_common_condition_lvl',157,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (932,'e67a48b552ca5b6e48f5844bbd03f43e','selector','cms_module_common_selector_lvl',157,'a:36:{i:0;s:12:\"indexint_see\";i:1;s:8:\"coll_see\";i:2;s:12:\"more_results\";i:3;s:14:\"notice_display\";i:4;s:16:\"bulletin_display\";i:5;s:13:\"publisher_see\";i:6;s:18:\"titre_uniforme_see\";i:7;s:9:\"serie_see\";i:8;s:13:\"search_result\";i:9;s:11:\"subcoll_see\";i:10;s:14:\"search_history\";i:11;s:11:\"etagere_see\";i:12;s:12:\"etageres_see\";i:13;s:9:\"show_cart\";i:14;s:9:\"show_list\";i:15;s:11:\"section_see\";i:16;s:7:\"rss_see\";i:17;s:4:\"sort\";i:18;s:11:\"lastrecords\";i:19;s:9:\"infopages\";i:20;s:6:\"extend\";i:21;s:20:\"external_authorities\";i:22;s:13:\"perio_a2z_see\";i:23;s:5:\"index\";i:24;s:13:\"simple_search\";i:25;s:15:\"extended_search\";i:26;s:11:\"term_search\";i:27;s:11:\"tags_search\";i:28;s:12:\"search_perso\";i:29;s:15:\"external_search\";i:30;s:9:\"perio_a2z\";i:31;s:12:\"bannette_see\";i:32;s:3:\"faq\";i:33;s:4:\"empr\";i:34;s:6:\"askmdp\";i:35;s:9:\"subscribe\";}',931);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (933,'5d92599fd94a29a9dab2be7432a768f2','datasource','cms_module_metadatas_datasource_metadatas_page_opac',157,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_title\";s:9:\"{{title}}\";s:48:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_type\";s:8:\"{{type}}\";s:49:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_image\";s:12:\"{{logo_url}}\";s:47:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_url\";s:8:\"{{link}}\";s:55:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_description\";s:10:\"{{resume}}\";s:50:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_locale\";s:0:\"\";s:53:\"5d92599fd94a29a9dab2be7432a768f2_metadatas1_site_name\";s:0:\"\";s:49:\"5d92599fd94a29a9dab2be7432a768f2_metadatas2_title\";s:9:\"{{title}}\";s:48:\"5d92599fd94a29a9dab2be7432a768f2_metadatas2_card\";s:0:\"\";s:55:\"5d92599fd94a29a9dab2be7432a768f2_metadatas2_description\";s:10:\"{{resume}}\";s:49:\"5d92599fd94a29a9dab2be7432a768f2_metadatas2_image\";s:12:\"{{logo_url}}\";s:48:\"5d92599fd94a29a9dab2be7432a768f2_metadatas2_site\";s:0:\"\";s:49:\"5d92599fd94a29a9dab2be7432a768f2_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} Catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (934,'cd4a5447e244b63b4798ed445d41416c','view','cms_module_metadatas_view_django',157,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (960,'8461af25630e0c08421ea1febf4d4486','selector','cms_module_common_selector_lvl',164,'a:1:{i:0;s:11:\"etagere_see\";}',959);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (961,'18b967b4fb1ae46298d16e0bf55804a0','datasource','cms_module_metadatas_datasource_metadatas_page_opac',164,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_title\";s:0:\"\";s:48:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_type\";s:0:\"\";s:49:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_image\";s:0:\"\";s:47:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_url\";s:0:\"\";s:55:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_description\";s:0:\"\";s:50:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_locale\";s:0:\"\";s:53:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas1_site_name\";s:0:\"\";s:49:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas2_title\";s:0:\"\";s:48:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas2_card\";s:0:\"\";s:55:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas2_description\";s:0:\"\";s:49:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas2_image\";s:0:\"\";s:48:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas2_site\";s:0:\"\";s:49:\"18b967b4fb1ae46298d16e0bf55804a0_metadatas3_title\";s:56:\"{{title | strip_tags | truncate, 50}} catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (959,'d8df3d69d6938f8795606416236c3263','condition','cms_module_common_condition_lvl',164,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (955,'c6ba608f1406ba1a4f5e254e0490322a','condition','cms_module_common_condition_lvl',163,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (956,'71e4822a51d43add5542dbc21932747c','selector','cms_module_common_selector_lvl',163,'a:1:{i:0;s:14:\"search_history\";}',955);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (957,'6aaa2d7c020c36653e7b8658c81c3a29','datasource','cms_module_metadatas_datasource_metadatas_page_opac',163,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_title\";s:0:\"\";s:48:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_type\";s:0:\"\";s:49:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_image\";s:0:\"\";s:47:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_url\";s:0:\"\";s:55:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_description\";s:0:\"\";s:50:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_locale\";s:0:\"\";s:53:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas1_site_name\";s:0:\"\";s:49:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas2_title\";s:0:\"\";s:48:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas2_card\";s:0:\"\";s:55:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas2_description\";s:0:\"\";s:49:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas2_image\";s:0:\"\";s:48:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas2_site\";s:0:\"\";s:49:\"6aaa2d7c020c36653e7b8658c81c3a29_metadatas3_title\";s:48:\"Historique des recherches... catalogue en ligne\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (958,'facd4cddcc65d1b9163237c37d46eabb','view','cms_module_metadatas_view_django',163,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (969,'e8ff1a49e7e47873d0300abc553050d3','condition','cms_module_common_condition_lvl',166,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (963,'898949e24b90bc3f3e4aceaabe247516','condition','cms_module_common_condition_page',165,'a:1:{s:8:\"selector\";s:31:\"cms_module_common_selector_page\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (964,'de371cc3af7623617c22a3201bd959fc','selector','cms_module_common_selector_page',165,'a:1:{i:0;s:1:\"9\";}',963);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (965,'dc51e3749c76c064f135d64f233bb888','condition','cms_module_common_condition_lvl',165,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (966,'08cab804aa67d5d19a567935649a4054','selector','cms_module_common_selector_lvl',165,'a:1:{i:0;s:7:\"cmspage\";}',965);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (967,'fbc0d36b9af388b120459a408c2737b5','datasource','cms_module_metadatas_datasource_metadatas_page_opac',165,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_title\";s:0:\"\";s:48:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_type\";s:0:\"\";s:49:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_image\";s:0:\"\";s:47:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_url\";s:0:\"\";s:55:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_description\";s:0:\"\";s:50:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_locale\";s:0:\"\";s:53:\"fbc0d36b9af388b120459a408c2737b5_metadatas1_site_name\";s:0:\"\";s:49:\"fbc0d36b9af388b120459a408c2737b5_metadatas2_title\";s:0:\"\";s:48:\"fbc0d36b9af388b120459a408c2737b5_metadatas2_card\";s:0:\"\";s:55:\"fbc0d36b9af388b120459a408c2737b5_metadatas2_description\";s:0:\"\";s:49:\"fbc0d36b9af388b120459a408c2737b5_metadatas2_image\";s:0:\"\";s:48:\"fbc0d36b9af388b120459a408c2737b5_metadatas2_site\";s:0:\"\";s:49:\"fbc0d36b9af388b120459a408c2737b5_metadatas3_title\";s:28:\"Agenda... catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (968,'8be77afe278a4de2e2b9bffeaec0393d','view','cms_module_metadatas_view_django',165,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (970,'e1f7e2d6daf548f01c36710f7f4d806c','selector','cms_module_common_selector_lvl',166,'a:1:{i:0;s:4:\"empr\";}',969);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (971,'a3055591945f5e9aa920b439bcbe2c0e','datasource','cms_module_metadatas_datasource_metadatas_page_opac',166,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_title\";s:0:\"\";s:48:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_type\";s:0:\"\";s:49:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_image\";s:0:\"\";s:47:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_url\";s:0:\"\";s:55:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_description\";s:0:\"\";s:50:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_locale\";s:0:\"\";s:53:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas1_site_name\";s:0:\"\";s:49:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas2_title\";s:0:\"\";s:48:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas2_card\";s:0:\"\";s:55:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas2_description\";s:0:\"\";s:49:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas2_image\";s:0:\"\";s:48:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas2_site\";s:0:\"\";s:49:\"a3055591945f5e9aa920b439bcbe2c0e_metadatas3_title\";s:32:\"Mon compte... catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (972,'9c959730c28b2a5920fcd232509687a6','view','cms_module_metadatas_view_django',166,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (973,'c3ee205356a13466a18bdf33807788e7','condition','cms_module_common_condition_lvl',167,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (974,'3afc6dacaae5c74f93610b63a09ea4e8','selector','cms_module_common_selector_lvl',167,'a:1:{i:0;s:9:\"show_cart\";}',973);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (975,'3e94853ebda8f12fc86d62e8f390af64','datasource','cms_module_metadatas_datasource_metadatas_page_opac',167,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_title\";s:0:\"\";s:48:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_type\";s:0:\"\";s:49:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_image\";s:0:\"\";s:47:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_url\";s:0:\"\";s:55:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_description\";s:0:\"\";s:50:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_locale\";s:0:\"\";s:53:\"3e94853ebda8f12fc86d62e8f390af64_metadatas1_site_name\";s:0:\"\";s:49:\"3e94853ebda8f12fc86d62e8f390af64_metadatas2_title\";s:0:\"\";s:48:\"3e94853ebda8f12fc86d62e8f390af64_metadatas2_card\";s:0:\"\";s:55:\"3e94853ebda8f12fc86d62e8f390af64_metadatas2_description\";s:0:\"\";s:49:\"3e94853ebda8f12fc86d62e8f390af64_metadatas2_image\";s:0:\"\";s:48:\"3e94853ebda8f12fc86d62e8f390af64_metadatas2_site\";s:0:\"\";s:49:\"3e94853ebda8f12fc86d62e8f390af64_metadatas3_title\";s:32:\"Mon Panier... Catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (976,'374da563dad1e2e6aae466d827f97f5d','view','cms_module_metadatas_view_django',167,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (979,'a8ab69cb0509453e7bd814adbeeaf27c','condition','cms_module_common_condition_lvl',169,'a:1:{s:8:\"selector\";s:30:\"cms_module_common_selector_lvl\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (980,'140bb37755ab58fdc0161cfa8efec8ec','selector','cms_module_common_selector_lvl',169,'a:1:{i:0;s:9:\"perio_a2z\";}',979);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (981,'3f7c569de86817d4dd2253e963454a28','datasource','cms_module_metadatas_datasource_metadatas_page_opac',169,'a:14:{s:8:\"selector\";s:0:\"\";s:49:\"3f7c569de86817d4dd2253e963454a28_metadatas1_title\";s:0:\"\";s:48:\"3f7c569de86817d4dd2253e963454a28_metadatas1_type\";s:0:\"\";s:49:\"3f7c569de86817d4dd2253e963454a28_metadatas1_image\";s:0:\"\";s:47:\"3f7c569de86817d4dd2253e963454a28_metadatas1_url\";s:0:\"\";s:55:\"3f7c569de86817d4dd2253e963454a28_metadatas1_description\";s:0:\"\";s:50:\"3f7c569de86817d4dd2253e963454a28_metadatas1_locale\";s:0:\"\";s:53:\"3f7c569de86817d4dd2253e963454a28_metadatas1_site_name\";s:0:\"\";s:49:\"3f7c569de86817d4dd2253e963454a28_metadatas2_title\";s:0:\"\";s:48:\"3f7c569de86817d4dd2253e963454a28_metadatas2_card\";s:0:\"\";s:55:\"3f7c569de86817d4dd2253e963454a28_metadatas2_description\";s:0:\"\";s:49:\"3f7c569de86817d4dd2253e963454a28_metadatas2_image\";s:0:\"\";s:48:\"3f7c569de86817d4dd2253e963454a28_metadatas2_site\";s:0:\"\";s:49:\"3f7c569de86817d4dd2253e963454a28_metadatas3_title\";s:34:\"Périodiques... Catalogue en ligne\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (982,'4a6414b789e5da3aaa285a7aced3f4b0','view','cms_module_metadatas_view_django',169,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (990,'0333195de3ed752f41521ff010fe0559','view','cms_module_metadatas_view_django',172,'a:1:{s:15:\"active_template\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (989,'76efbf245c2aa943ef7ee3e5501a6f78','datasource','cms_module_metadatas_datasource_metadatas_page_opac',172,'a:24:{s:8:\"selector\";s:0:\"\";s:49:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_title\";s:0:\"\";s:48:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_type\";s:0:\"\";s:49:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_image\";s:0:\"\";s:47:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_url\";s:0:\"\";s:55:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_description\";s:0:\"\";s:50:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_locale\";s:0:\"\";s:53:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas1_site_name\";s:0:\"\";s:49:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas2_title\";s:0:\"\";s:48:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas2_card\";s:0:\"\";s:55:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas2_description\";s:0:\"\";s:49:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas2_image\";s:0:\"\";s:48:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas2_site\";s:0:\"\";s:49:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas3_title\";s:0:\"\";s:54:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas4_bxsliderv4\";s:60:\"./cms/modules/common/includes/javascript/jquery-2.1.1.min.js\";s:50:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas4_uitkit\";s:35:\"./styles/zen/uitkit/js/uikit.min.js\";s:50:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas4_Sticky\";s:47:\"./styles/zen/uitkit/js/components/sticky.min.js\";s:52:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas4_grid_dym\";s:45:\"./styles/zen/uitkit/js/components/grid.min.js\";s:50:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas4_jquery\";s:65:\"./cms/modules/common/includes/javascript/jquery.bxsliderv4.min.js\";s:55:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas5_uitkitG_pmb\";s:37:\"./styles/zen/uitkit/css/uikit.min.css\";s:51:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas5_add_css\";s:28:\"./styles/zen/addcss/home.css\";s:53:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas5_stickyCss\";s:61:\"./styles/zen/uitkit/css/components/sticky.almost-flat.min.css\";s:53:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas5_add_css_H\";s:28:\"./styles/zen/addcss/home.css\";s:55:\"76efbf245c2aa943ef7ee3e5501a6f78_metadatas5_calendarCss\";s:32:\"./styles/zen/addcss/calendar.css\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (991,'c6e53b10d8d414262ffac09bd3a8eae3','datasource','cms_module_common_datasource_section',173,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_section\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (992,'3f87869a65001e25ab11dca345b85218','selector','cms_module_common_selector_section',173,'s:2:\"79\";',991);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (993,'f64809511024c8aaacf5b2e007a666b4','view','cms_module_common_view_section',173,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:72:\"<div id=\"Introbandeau\"><img src=\"{{logo.large}} alt=\"{{title}}\"/></div>\n\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (994,'368e3377b7033e291be1bfe96f19fd89','datasource','cms_module_common_datasource_sections_sections',174,'a:4:{s:7:\"sort_by\";s:13:\"section_order\";s:10:\"sort_order\";s:3:\"asc\";s:15:\"nb_max_elements\";s:1:\"0\";s:8:\"selector\";s:35:\"cms_module_common_selector_sections\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (995,'56c27664a3dbe3d572023026217772fb','selector','cms_module_common_selector_sections',174,'a:1:{i:0;s:2:\"12\";}',994);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (996,'dcd06b831ae67239493f3df878fc46e2','view','cms_module_common_view_sectionslist',174,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"6\";s:3:\"var\";s:11:\"id_rubrique\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:1104:\"<div id=\"offcanvas\" class=\"uk-offcanvas\">\n <div class=\"uk-offcanvas-bar\">\n {% if sections %}\n <div class=\"MenuVertResp\">\n <ul class=\"NavResponsive\">\n <!-- rubriques niveau 1 -->\n {% for section in sections %}\n <li>\n <a href=\"{% if section.fields_type.url.values.0.value %}{{section.fields_type.url.values.0.value}}{% else %}{{section.link}}{% endif %}\" {% if section.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\"{% endif %} title=\"{{section.title}}\">{{section.title}}</a>\n {% if section.children %}\n <ul class=\"SousNavResponsive\">\n <!-- rubriques niveau 2 -->\n {% for child in section.children %}\n <li>\n <a href=\"{% if child.fields_type.url.values.0.value %}{{child.fields_type.url.values.0.value}}{% else %}./index.php?lvl=cmspage&pageid=6&id_rubrique={{child.id}}{% endif %}\" {% if child.fields_type.nouvel_onglet.values.0.value==1 %}target=\"_blank\"{% endif %} title=\"{{child.title}}\">{{child.title}}</a>\n </li>\n {% endfor %}\n </ul>\n {% endif %}\n </li>\n {% endfor %}\n </ul>\n </div>\n {% endif %}\n </div>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (997,'9fde0e7a751214d00569dbdd32da782e','datasource','cms_module_htmlcode_datasource_htmlcode',175,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (998,'8ec4fbdd6851b6fceb386af40959b6b2','view','cms_module_htmlcode_view_htmlcode',175,'a:1:{s:8:\"htmlcode\";s:185:\"<div id=\\\"btnMenu\\\" class=\\\"temp\\\">\n <div class=\\\"tgLbtnMenu\\\">\n <a class=\\\"MenuCanvas uk-button\\\" href=\\\"#offcanvas\\\" data-uk-offcanvas><i class=\\\"fa fa-bars\\\"></i></a>\n </div>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (999,'98bf4745ceca1278e8e0325469a54ffc','datasource','cms_module_htmlcode_datasource_htmlcode',176,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1000,'9a0251adb7133a4e5e2361536ab701c0','view','cms_module_htmlcode_view_htmlcode',176,'a:1:{s:8:\"htmlcode\";s:199:\"<div class=\\\"TglUser \\\" data-uk-button>\n <a class=\\\"Tgllogin\\\" data-uk-toggle=\\\"{target:\\\'#connexion\\\', cls:\\\'heightZero\\\'}\\\">\n <span class=\\\"user\\\"><i class=\\\"fa fa-user\\\"></i></span>\n </a>\n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1001,'5cdcf05b4572d489d702d4c8d5a0b874','datasource','cms_module_common_datasource_section',177,'a:1:{s:8:\"selector\";s:34:\"cms_module_common_selector_section\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1002,'125dd298bbef62d6e3603bc55613d857','selector','cms_module_common_selector_section',177,'s:2:\"62\";',1001);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1003,'3728962828316e83e20d6b4c93d9da44','view','cms_module_common_view_section',177,'a:2:{s:5:\"links\";a:2:{s:7:\"section\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}s:7:\"article\";a:2:{s:4:\"page\";s:1:\"0\";s:3:\"var\";s:0:\"\";}}s:15:\"active_template\";s:577:\"<div class=\"uk-grid uk-grid-collapse\" data-uk-grid-match=\"{target:\'.titrePortail\'}\" data-uk-grid-margin>\n <div class=\"uk-width-1-3\">\n <div id=\"logo\" class=\"titrePortail\">\n <a href=\"./index.php\" title=\"{{title}}\"><img src=\"{{logo.large}}\" alt=\"{{title}}\" /></a>\n </div>\n </div>\n <div class=\"uk-width-2-3\"> \n <div id=\"titrePortail\" class=\"titrePortail\">\n <h1>\n <span class=\"mainTitle\">{{title}}</span>\n <span class=\"subTitle\">{{resume}}</span>\n </h1>\n </div>\n </div> \n</div>\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1004,'539bdb0b3bdaa83d59c9d759c0d9cab5','datasource','cms_module_htmlcode_datasource_htmlcode',178,'a:1:{s:8:\"selector\";s:0:\"\";}',0);
INSERT INTO cms_cadre_content (id_cadre_content, cadre_content_hash, cadre_content_type, cadre_content_object, cadre_content_num_cadre, cadre_content_data, cadre_content_num_cadre_content) VALUES (1005,'49ec778121c0190d99c24bfb787d6ddf','view','cms_module_htmlcode_view_htmlcode',178,'a:1:{s:8:\"htmlcode\";s:183:\"<div class=\\\"TgllSearch\\\" data-uk-button>\n <a data-uk-toggle=\\\"{target:\\\'.searchbox\\\', cls:\\\'heightZero\\\'}\\\">\n <span class=\\\"user\\\"><i class=\\\"fa fa-search\\\"></i></span>\n </a>\n</div>\";}',0);
/*!40000 ALTER TABLE cms_cadre_content ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_cadres`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_cadres (
id_cadre int(10) unsigned NOT NULL AUTO_INCREMENT,
cadre_hash varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_object varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_fixed int(11) NOT NULL DEFAULT '0',
cadre_styles text COLLATE utf8_unicode_ci NOT NULL,
cadre_dom_parent varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_dom_after varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_url text COLLATE utf8_unicode_ci NOT NULL,
cadre_memo_url int(11) NOT NULL DEFAULT '0',
cadre_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cadre_modcache varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'get_post_view',
PRIMARY KEY (id_cadre)
) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_cadres`
--
LOCK TABLES cms_cadres WRITE;
/*!40000 ALTER TABLE cms_cadres DISABLE KEYS */;
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (114,'60b16c2c6b7009b4b2b030f8b5a68d22','cms_module_articleslist','04_Articles sur le même sujet / listeSameArticle',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=18',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (17,'d13ae47fc09a29a25fa71e23fddaa2af','cms_module_recordslist','03_Notices sur le même sujet / SameNot',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=17',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (18,'3ee1f436ea90d84e28882de88b22370f','cms_module_section','01_Rubrique / itemSolo',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=71',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (14,'0ba1c679ef0a942a8c46c7ca9beb1ea4','cms_module_article','01_Article / itemSolo',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=17',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (113,'ec6ba55c8a4a0cb04ad1202905b8ce59','cms_module_shelveslist','03_Etagères associées à la rubrique / listEtageres',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=1',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (120,'538531454d924af62d727a9a490dc409','cms_module_sectionslist','03_Menu / menuHoriz',1,'','','','',0,'Menus','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (137,'2438912fa155f4693368573b7260563f','cms_module_htmlcode','clear',1,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (21,'a0bd3b38f50b8aaa8c6d70bbce732e96','cms_module_articleslist','03_Actualités (carrousel) / SliderArt',0,'','','','index.php?&opac_view=-1',1,'.Accueil','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (22,'bab6872c66fb7ea7c8e69e4c67845c42','cms_module_search','06_Barre de recherche simple',1,'','','','index.php?&cms_build_activate=1&lvl=cmspage&pageid=3',0,'Bandeau','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (23,'1d5aa8c215a8d7b47fce6cbfacfcc66d','cms_module_recordslist','02_Nouveautés / SliderNotHoriz',0,'','','','index.php?&opac_view=-1',1,'.Accueil','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (42,'239ed22636b22d7bca3307e00181c87f','cms_module_articleslist','02_Résultats dans les articles / listResultArticles',0,'','','','index.php?&lvl=cmspage&pageid=11&look_TITLE=1&look_AUTHOR=1&look_CATEGORY=1&look_ALL=1&user_query=formation&dest=11',1,'.Resultats site','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (33,'7112b224a0119ab251bf5653dd13547a','cms_module_agenda','01_Liste d\'événements / listItemsEvent',0,'','','','index.php?&lvl=cmspage&pageid=9&id_date=2016-01-19',1,'.Evenements','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (130,'a833798356f623fca6642f74375a4c30','cms_module_articleslist','02_Brèves / brevesBandeau',1,'','','','',0,'Bandeau','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (38,'a9ff73d4658da2ebb2eef63450a27f99','cms_module_articleslist','05_Sélections / listselect',0,'','','','index.php?&opac_view=-1',1,'.Accueil','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (57,'a7d3da1bdc63da9ee9a590aa636478e6','cms_module_recordslist','02_Nouveautés (bibliothèque) / SliderNouv',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=23',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (46,'178cd897a777a6e33b4ce8982733ba40','cms_module_articleslist','01_Articles sur le même sujet / listeSameArticle',0,'','','','index.php?&lvl=notice_display&id=77',1,'.Notice','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (135,'0fb5aec133d9d228b1f0f84e71e05280','cms_module_htmlcode','01_Résultat de la recherche / SstitrePage',0,'','','','index.php?&lvl=cmspage&pageid=11',1,'.Resultats site','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (66,'d96d5f645c40c57ce77d5348af3eea28','cms_module_search','00_Barre de recherche simple',0,'','','','index.php?&lvl=cmspage&pageid=9',1,'.Accueil','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (138,'87d3357e07dd9dad54770176f3b53f12','cms_module_recordslist','05_liste de notices',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=24',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (121,'e88625a70a6c61bfa3d6aa36ab86248e','cms_module_sectionslist','02_Liens bas de page / liensFooter',1,'','','','',0,'Pied de page','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (85,'76618ec4de7a2067c053e9c8ebca57f9','cms_module_agenda','09_Agenda',0,'','','','index.php?&opac_view=-1',1,'.Accueil','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (134,'8de648580d1f3bc210c845fb7d97d5cd','cms_module_htmlcode','01_Retour haut de page / Ancre',1,'','','','',0,'Pied de page','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (99,'2bfb1af1c57f8e8d6bddf1541fd6b789','cms_module_articleslist','04_Articles de la rubrique / listItemsGen',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=7',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (111,'514e8ff4abe460753960d44cdc0f9bb9','cms_module_sectionslist','05_Sous-rubriques / listRubs',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=22',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (112,'38d8d53b14d67da41a6e587e35205c07','cms_module_shelveslist','02_Etagères associées à l\'article / listEtageres',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=17',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (116,'16c136fd625ea88fd53b47adde855344','cms_module_sectionslist','03_Résultats dans les rubriques / listRubs',0,'','','','index.php?&lvl=cmspage&pageid=11&look_TITLE=1&look_AUTHOR=1&look_CATEGORY=1&look_ALL=1&user_query=new&dest=11',1,'.Resultats site','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (117,'4b3377452b8e79ba4052846712c8948a','cms_module_articleslist','01_Résultats dans les articles / listResultArticles',0,'','','','index.php?&lvl=more_results&tab=catalog&user_query=formation&mode=categorie&count=1&clause= WHERE 1 &id_thes=1',1,'.Resultats catalogue level1 et 2','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (118,'e1160ab1885b10264624c1c23b170f0a','cms_module_sectionslist','02_Résultats dans les rubriques / listRubs',0,'','','','index.php?&lvl=more_results&autolevel1=1&look_TITLE=1&look_AUTHOR=1&look_CATEGORY=1&look_ALL=1&user_query=exposition fiction afrique nouveaut?s&dest=0',1,'.Resultats catalogue level1 et 2','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (125,'00e337dd92c5228cdf4ebc47a3eff656','cms_module_section','01_Logo',1,'','','','',0,'Intro','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (126,'0598234f5c49ffcded36a65f10f72289','cms_module_section','02_Titre du portail / titrePortail',1,'','','','',0,'Intro','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (141,'073cec0e665c174dbcdab566434d9f63','cms_module_htmlcode','07_historique',1,'','','','',0,'Bandeau','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (142,'595156f3d1ba91edfc96c384a8799271','cms_module_breadcrumb','07_fil ariane rubrique',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=4',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (143,'82b6728a64ff63a919c76874ccf36352','cms_module_breadcrumb','07_fil article',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=27',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (144,'53e5a5e353f1027897f2c127080a198f','cms_module_htmlcode','fil evenements',0,'','','','index.php?&lvl=cmspage&pageid=9',1,'.Evenements','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (145,'f8afef1bb2a16765b7675ca19c64f2ee','cms_module_htmlcode','fil ariane recherche',0,'','','','index.php?&lvl=cmspage&pageid=11',1,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (149,'a3c0095c72ff6f9a95c896db8b7adac8','cms_module_rss','06_flux rss',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=71',1,'.Rubrique','no_cache');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (150,'df90d33663397ce7d01fea67138d07ff','cms_module_rss','06_flux rss article',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=17',1,'.Article','no_cache');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (151,'ccf8deb5b42c1fec4fb87dc500036e8d','cms_module_portfolio','09_portefolio rubrique',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=71',1,'.Rubrique','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (152,'77e153b7830ab7dbaf14b01b70f057b8','cms_module_portfolio','08_portefolio article',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=3',1,'.Article','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (155,'d7bfd4ccb98ff11505df2fb74975fed1','cms_module_metadatas','meta title rub',0,'','','','index.php?&lvl=cmspage&pageid=6&id_rubrique=24',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (156,'48105503f963faa616820bde12fb6bee','cms_module_metadatas','meta title art',0,'','','','index.php?&lvl=cmspage&pageid=4&id_article=1',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (157,'e19d4da9f793ad01d6394cc7411ed34a','cms_module_metadatas','meta title opac',0,'','','','index.php?&lvl=notice_display&id=77',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (158,'14de4655ec41baeb2aa5de7ed68502fe','cms_module_metadatas','meta title categories',0,'','','','index.php?&lvl=categ_see&id=1658',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (159,'a4ff3e37977459642c444c2b4e5aa259','cms_module_metadatas','meta title auteur',0,'','','','index.php?&lvl=author_see&id=23',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (160,'0348aa12bea48b0341e3ce0505871d45','cms_module_metadatas','meta title bulletin',0,'','','','index.php?&lvl=bulletin_display&id=8',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (161,'096a57cf6d96ae009158597c05911b3f','cms_module_metadatas','meta title editeur',0,'','','','index.php?&lvl=publisher_see&id=14',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (164,'d934a9ef6a97bed90ad178024593ad49','cms_module_metadatas','meta title etageres',0,'','','','index.php?&lvl=etagere_see&id=4',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (163,'d667ba53738c693ba24e937f76d45ddb','cms_module_metadatas','meta title historique',0,'','','','index.php?&lvl=search_history',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (165,'5f849d871b138d63cf5d2094f5fb9a19','cms_module_metadatas','meta title evenements',0,'','','','index.php?&lvl=cmspage&pageid=9&id_date=2014-09-19',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (166,'d1fd64fae0a736e18244def1c7d8571a','cms_module_metadatas','meta title mon compte',0,'','','','empr.php?',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (167,'ca93bcc66176d83073b09e96ce893d68','cms_module_metadatas','meta title panier',0,'','','','index.php?&lvl=show_cart',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (169,'295df280ba182fbb5abe74f01693801c','cms_module_metadatas','meta title periodiques',0,'','','','index.php?&search_type_asked=perio_a2z',1,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (170,'36ef9eb2e5cec0c99168df66a1a32f87','cms_module_htmlcode','Bouton retour',0,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (172,'5ac115786aacea3fa15ef57b54136e6d','cms_module_metadatas','Inc_Js_Css',1,'','','','',0,'Meta','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (173,'9e5fd24b8522cf7d7902c56b28127730','cms_module_section','Photo bandeau sup',1,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (174,'b964faae1bdd383b311c7bb06165a0d9','cms_module_sectionslist','03_Menu / Responsive',0,'','','','',0,'Responsive','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (175,'c20dca50dfd52c3189f0acda16563690','cms_module_htmlcode','Toggle offcanvas lateral',1,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (176,'f98f21975c3bb126447bdf1f9470802c','cms_module_htmlcode','Toggle Connection',1,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (177,'51221e72085b5453ba6fec8fbc451312','cms_module_section','01_Logo Responsive',1,'','','','',0,'','get_post_view');
INSERT INTO cms_cadres (id_cadre, cadre_hash, cadre_object, cadre_name, cadre_fixed, cadre_styles, cadre_dom_parent, cadre_dom_after, cadre_url, cadre_memo_url, cadre_classement, cadre_modcache) VALUES (178,'69ca9257049f332ca89ccee4be0f5fd5','cms_module_htmlcode','Toggle Search',1,'','','','',0,'','get_post_view');
/*!40000 ALTER TABLE cms_cadres ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_collections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_collections (
id_collection int(10) unsigned NOT NULL AUTO_INCREMENT,
collection_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collection_description text COLLATE utf8_unicode_ci NOT NULL,
collection_num_parent int(11) NOT NULL DEFAULT '0',
collection_num_storage int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id_collection),
KEY i_cms_collection_title (collection_title)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_collections`
--
LOCK TABLES cms_collections WRITE;
/*!40000 ALTER TABLE cms_collections DISABLE KEYS */;
INSERT INTO cms_collections (id_collection, collection_title, collection_description, collection_num_parent, collection_num_storage) VALUES (1,'Portefolio','',0,1);
/*!40000 ALTER TABLE cms_collections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_documents`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_documents (
id_document int(10) unsigned NOT NULL AUTO_INCREMENT,
document_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_description text COLLATE utf8_unicode_ci NOT NULL,
document_filename varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_mimetype varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_filesize int(11) NOT NULL DEFAULT '0',
document_vignette mediumblob NOT NULL,
document_url text COLLATE utf8_unicode_ci NOT NULL,
document_path varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_create_date date NOT NULL DEFAULT '0000-00-00',
document_num_storage int(11) NOT NULL DEFAULT '0',
document_type_object varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_num_object int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id_document),
KEY i_cms_document_title (document_title)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_documents`
--
LOCK TABLES cms_documents WRITE;
/*!40000 ALTER TABLE cms_documents DISABLE KEYS */;
/*!40000 ALTER TABLE cms_documents ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_documents_links`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_documents_links (
document_link_type_object varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
document_link_num_object int(11) NOT NULL DEFAULT '0',
document_link_num_document int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (document_link_type_object,document_link_num_object,document_link_num_document)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_documents_links`
--
LOCK TABLES cms_documents_links WRITE;
/*!40000 ALTER TABLE cms_documents_links DISABLE KEYS */;
/*!40000 ALTER TABLE cms_documents_links ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp),
KEY i_num_type (num_type)
) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_custom`
--
LOCK TABLES cms_editorial_custom WRITE;
/*!40000 ALTER TABLE cms_editorial_custom DISABLE KEYS */;
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (17,10,'horaires_bib','Horaires d\'ouverture','html','text','<OPTIONS FOR=\"html\">\r\n <COLS>50</COLS>\r\n <ROWS>5</ROWS>\r\n <MAXSIZE>5000</MAXSIZE>\r\n</OPTIONS> ',0,0,2,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (18,10,'coordonnees_bib','Coordonnées','html','text','<OPTIONS FOR=\"html\">\r\n <COLS>50</COLS>\r\n <ROWS>5</ROWS>\r\n <MAXSIZE>5000</MAXSIZE>\r\n</OPTIONS> ',0,0,4,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (22,10,'etagere_bib','Etagère associée (carrousel)','query_list','integer','<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idetagere, name from etagere order by 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>no</CHECKBOX>\r\n <INSERTAUTHORIZED>no</INSERTAUTHORIZED>\r\n <OPTIMIZE_QUERY>no</OPTIMIZE_QUERY>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[Choisissez une étagère]]></UNSELECT_ITEM>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n <FIELD0>idetagere</FIELD0>\r\n <FIELD1>name</FIELD1>\r\n</OPTIONS>',0,0,7,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (23,7,'lien','Lien(s)','url','small_text','<OPTIONS FOR=\"url\">\r\n <SIZE>0</SIZE>\r\n <MAXSIZE>200</MAXSIZE>\r\n <TIMEOUT>0</TIMEOUT>\r\n <REPEATABLE>1</REPEATABLE>\r\n</OPTIONS> ',0,0,11,1,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (25,10,'lien_bib','Lien(s)','url','small_text','<OPTIONS FOR=\"url\">\r\n <SIZE>0</SIZE>\r\n <MAXSIZE>200</MAXSIZE>\r\n <TIMEOUT>0</TIMEOUT>\r\n <REPEATABLE>1</REPEATABLE>\r\n</OPTIONS> ',0,0,5,1,1,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (26,7,'identifiant_notice','Identifiant de notice (pour coup de coeur)','text','small_text','<OPTIONS FOR=\"text\">\r\n <SIZE>10</SIZE>\r\n <MAXSIZE>6</MAXSIZE>\r\n <REPEATABLE>0</REPEATABLE>\r\n</OPTIONS> ',0,0,10,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (28,7,'multimedia','Multimédia','comment','text','<OPTIONS FOR=\"comment\">\r\n <COLS>80</COLS>\r\n <ROWS>3</ROWS>\r\n <MAXSIZE>2000</MAXSIZE>\r\n</OPTIONS> ',0,0,13,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (29,4,'etagere','Etagères virtuelles','query_list','integer','<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idetagere, name from etagere order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <INSERTAUTHORIZED>no</INSERTAUTHORIZED>\r\n <OPTIMIZE_QUERY>no</OPTIMIZE_QUERY>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[Choisissez une étagère]]></UNSELECT_ITEM>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n <FIELD0></FIELD0>\r\n <FIELD1></FIELD1>\r\n</OPTIONS>',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (30,7,'commentaire','Commentaire non visible','comment','small_text','<OPTIONS FOR=\"comment\">\r\n <COLS>80</COLS>\r\n <ROWS>3</ROWS>\r\n <MAXSIZE>2000</MAXSIZE>\r\n</OPTIONS> ',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (31,8,'commentaire_rub','Commentaire non visible','comment','small_text','<OPTIONS FOR=\"comment\">\r\n <COLS>80</COLS>\r\n <ROWS>3</ROWS>\r\n <MAXSIZE>2000</MAXSIZE>\r\n</OPTIONS> ',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (32,7,'debut_event','Début de l\'événement','date_box','date','<OPTIONS FOR=\"date_box\">\r\n <DEFAULT_TODAY>yes</DEFAULT_TODAY>\r\n</OPTIONS> ',0,0,14,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (33,7,'fin_event','Fin de l\'événement (facultatif)','date_box','date','<OPTIONS FOR=\"date_box\">\r\n <DEFAULT_TODAY>yes</DEFAULT_TODAY>\r\n</OPTIONS> ',0,0,15,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (34,10,'identifiant_localisation','Identifiant de la localisation','text','small_text','<OPTIONS FOR=\"text\">\r\n <SIZE>5</SIZE>\r\n <MAXSIZE>3</MAXSIZE>\r\n <REPEATABLE>0</REPEATABLE>\r\n</OPTIONS> ',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (35,10,'multimedia_bib','Multimédia','comment','text','<OPTIONS FOR=\"comment\">\r\n <COLS>80</COLS>\r\n <ROWS>3</ROWS>\r\n <MAXSIZE>2000</MAXSIZE>\r\n</OPTIONS> ',0,0,6,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (36,7,'cadres_accueil','Cadres accueil','list','integer','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>yes</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <NUM_AUTO>yes</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE></DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,9,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (38,12,'url','URL','text','small_text','<OPTIONS FOR=\"text\">\r\n <SIZE>100</SIZE>\r\n <MAXSIZE>200</MAXSIZE>\r\n <REPEATABLE>0</REPEATABLE>\r\n <ISHTML>0</ISHTML>\r\n</OPTIONS> ',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (39,12,'nouvel_onglet','Ouvrir dans un nouvel onglet','list','integer','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <NUM_AUTO>yes</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE></DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,2,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (40,1,'etageres','Etagères virtuelles','query_list','integer','<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idetagere, name from etagere order by 2]]></QUERY>\r\n <MULTIPLE>yes</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <INSERTAUTHORIZED>no</INSERTAUTHORIZED>\r\n <OPTIMIZE_QUERY>no</OPTIMIZE_QUERY>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n <FIELD0></FIELD0>\r\n <FIELD1></FIELD1>\r\n</OPTIONS>',0,0,1,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (44,4,'list_notices','Affichage d\'une étagère','query_list','integer','<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select idetagere, name from etagere order by 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>no</CHECKBOX>\r\n <INSERTAUTHORIZED>no</INSERTAUTHORIZED>\r\n <OPTIMIZE_QUERY>no</OPTIMIZE_QUERY>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[sélection d\'une étagère]]></UNSELECT_ITEM>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n <FIELD0>idetagere</FIELD0>\r\n <FIELD1>name</FIELD1>\r\n</OPTIONS>',0,0,2,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (51,4,'flux_art','Flux rss','text','text','<OPTIONS FOR=\"text\">\r\n <SIZE>50</SIZE>\r\n <MAXSIZE>5000</MAXSIZE>\r\n <REPEATABLE>0</REPEATABLE>\r\n <ISHTML>0</ISHTML>\r\n</OPTIONS> ',0,0,3,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (50,10,'flux_rub','Flux rss','text','text','<OPTIONS FOR=\"text\">\r\n <SIZE>50</SIZE>\r\n <MAXSIZE>5000</MAXSIZE>\r\n <REPEATABLE>0</REPEATABLE>\r\n <ISHTML>0</ISHTML>\r\n</OPTIONS> ',0,0,8,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (58,7,'aff_resume','Afficher le resume dans l\'article','list','integer','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <NUM_AUTO>no</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE>2</DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,5,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (53,7,'aff_lien','Afficher le lien vers l\'article (brèves et infos pratiques)','list','small_text','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <NUM_AUTO>no</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE>oui</DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,7,0,0,0,100,0);
INSERT INTO cms_editorial_custom (idchamp, num_type, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (57,7,'aff_contenu','Afficher le contenu entier de l\'article (page rubrique)','list','integer','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>yes</CHECKBOX>\r\n <NUM_AUTO>no</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE>2</DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,8,0,0,0,100,0);
/*!40000 ALTER TABLE cms_editorial_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_custom_lists (
cms_editorial_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
cms_editorial_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
cms_editorial_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (cms_editorial_custom_champ),
KEY editorial_champ_list_value (cms_editorial_custom_champ,cms_editorial_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_custom_lists`
--
LOCK TABLES cms_editorial_custom_lists WRITE;
/*!40000 ALTER TABLE cms_editorial_custom_lists DISABLE KEYS */;
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (36,'1','Actualités (carrousel)',0);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (58,'2','Non',2);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (39,'1','Oui',0);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (39,'2','Non',1);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (36,'2','Sélections',2);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (36,'3','Actualités (statique)',1);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (57,'2','Non',2);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (58,'1','Oui',1);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (57,'1','Oui',1);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (53,'non','Non',1);
INSERT INTO cms_editorial_custom_lists (cms_editorial_custom_champ, cms_editorial_custom_list_value, cms_editorial_custom_list_lib, ordre) VALUES (53,'oui','Oui',0);
/*!40000 ALTER TABLE cms_editorial_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_custom_values (
cms_editorial_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
cms_editorial_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
cms_editorial_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
cms_editorial_custom_text text COLLATE utf8_unicode_ci,
cms_editorial_custom_integer int(11) DEFAULT NULL,
cms_editorial_custom_date date DEFAULT NULL,
cms_editorial_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (cms_editorial_custom_champ),
KEY editorial_custom_origine (cms_editorial_custom_origine),
KEY i_ccv_st (cms_editorial_custom_small_text),
KEY i_ccv_t (cms_editorial_custom_text(255)),
KEY i_ccv_i (cms_editorial_custom_integer),
KEY i_ccv_d (cms_editorial_custom_date),
KEY i_ccv_f (cms_editorial_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_custom_values`
--
LOCK TABLES cms_editorial_custom_values WRITE;
/*!40000 ALTER TABLE cms_editorial_custom_values DISABLE KEYS */;
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,3,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,24,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,28,'http://www.google.fr|mon lien',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,28,'http://www.google.fr|mon lien',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,4,'http://www.poissonrouge.com/|Poisson rouge',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (26,4,'128',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (26,26,'5',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,3,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,19,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,21,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,21,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (31,12,'Seules les sous-rubriques de cette rubrique sont visibles dans le menu.',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,19,'non',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (31,14,'Cette rubrique permet d\'exclure les articles les plus anciens du menu principal tout en les laissant recherchables dans le portail. Pour ne plus voir les articles dans le portail, utiliser le statut de publication \"masqué\".',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,32,'https://fr-fr.facebook.com/pages/PMB-Services/173424556026345',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,33,'http://www.google.fr',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,34,'./index.php?lvl=rss_see&id=',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,35,'http://www.youtube.com/?gl=FR&hl=fr',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,39,'http://www.google.fr',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,20,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (28,40,NULL,'<div style=\"padding-top: 8px;\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" id=\"LecteurExportable\" width=\"800\" height=\"590\" codebase=\"http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab\"><param name=\"movie\" value=\"http://gallica.bnf.fr/flash/LecteurExportable.swf\"><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"wmode\" value=\"window\"/><param name=\"FlashVars\" value=\"ark=bpt6k1036331&lang=fr&mode=dp&showArrows=1&bgColor=8763970&autoFlip=0&startPage=3&widthWidget=800&heightWidget=590\" /><embed src=\"http://gallica.bnf.fr/flash/LecteurExportable.swf\" name=\"LecteurExportable\" width=\"800\" height=\"590\" allowScriptAccess=\"always\" wmode=\"window\" FlashVars=\"ark=bpt6k1036331&lang=fr&mode=dp&showArrows=1&bgColor=8763970&autoFlip=0&startPage=3&widthWidget=800&heightWidget=590\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\"></embed></object></div>',NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (26,12,'129',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (32,2,NULL,NULL,NULL,'2013-09-18',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (40,40,NULL,NULL,3,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (30,41,'Pour afficher une sélection de notices dans le carrousel de la page d\'accueil.\nUtiliser uniquement le champ \"étagère associée\".',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,36,'http://sigb.net',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,37,'http://sigb.net',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,38,'http://www.google.fr',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,1,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (32,11,NULL,NULL,NULL,'2013-08-14',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (30,44,'Seul le champ \"résumé\" est affiché.',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (22,23,NULL,NULL,3,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (34,23,'1',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (17,23,NULL,'<table border=\"0\" class=\"information\"><tbody><tr class=\"bibli_information_titre\"><td>Jours d\'ouverture</td>\n <td>Heures d\'ouverture</td>\n </tr>\n <tr>\n <td class=\"bibli_ouverture\">\n Mardi (2e du mois)<br />\n </td>\n <td>9 h 30 (accueil bébés)</td>\n </tr>\n <tr>\n <td class=\"bibli_ouverture\">\n Mercredi</td>\n <td>14 h 30 à 17 h15</td>\n </tr>\n <tr>\n <td class=\"bibli_ouverture\">\n Samedi</td>\n <td>14 h 30 à 17 h 15</td></tr></tbody></table>',NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (18,23,NULL,'26 rue Jean Lebas<br />\n 59310 Nomain\n \n Tél : 03 20 59 50 65<br />\n <a href=\"mailto:bibliotheque.nomain@orange.fr\">Contact</a>',NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (25,23,'http://www.bm-grenoble.fr/|BM Grenoble',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (35,23,NULL,'<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.fr/maps?f=q&source=s_q&hl=fr&geocode=&q=bibliotheque+chateau+du+loir&aq=&sll=46.75984,1.738281&sspn=9.800234,26.784668&ie=UTF8&hq=bibliotheque+chateau+du+loir&hnear=&t=m&cid=3497728075413374819&ll=47.695783,0.415764&spn=0.008665,0.012875&z=15&iwloc=A&output=embed\"></iframe><br /><small><a href=\"https://maps.google.fr/maps?f=q&source=embed&hl=fr&geocode=&q=bibliotheque+chateau+du+loir&aq=&sll=46.75984,1.738281&sspn=9.800234,26.784668&ie=UTF8&hq=bibliotheque+chateau+du+loir&hnear=&t=m&cid=3497728075413374819&ll=47.695783,0.415764&spn=0.008665,0.012875&z=15&iwloc=A\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>',NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (33,1,NULL,NULL,NULL,'2016-01-19',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,12,NULL,NULL,1,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (32,1,NULL,NULL,NULL,'2016-01-15',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,3,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (23,19,'http://sigb.net|Exemple de lien',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (38,48,'./index.php?lvl=index',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (38,36,'./index.php',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (39,36,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,20,'non',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (39,48,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (38,49,'./index.php?search_type_asked=perio_a2z',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (39,37,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (33,27,NULL,NULL,NULL,'2016-01-21',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (32,27,NULL,NULL,NULL,'2016-01-18',NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,27,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (40,7,NULL,NULL,3,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,27,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,1,NULL,NULL,1,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,71,NULL,NULL,1,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,70,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,70,'non',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (50,71,NULL,'http://www.adbs.fr/adminsite/webservices/export_rss.jsp?NOMBRE=10&CODE_RUBRIQUE=ACCUEIL&LANGUE=0',NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,70,NULL,NULL,1,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,24,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (58,24,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (22,24,NULL,NULL,5,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (39,49,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (58,27,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (29,24,NULL,NULL,9,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (58,70,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,71,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,24,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,1,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (29,3,NULL,NULL,4,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (36,13,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,13,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,13,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (29,13,NULL,NULL,5,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (53,16,'oui',NULL,NULL,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (58,16,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (39,79,'','',1,'0000-00-00',0);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (57,16,NULL,NULL,2,NULL,NULL);
INSERT INTO cms_editorial_custom_values (cms_editorial_custom_champ, cms_editorial_custom_origine, cms_editorial_custom_small_text, cms_editorial_custom_text, cms_editorial_custom_integer, cms_editorial_custom_date, cms_editorial_custom_float) VALUES (29,16,NULL,NULL,8,NULL,NULL);
/*!40000 ALTER TABLE cms_editorial_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_fields_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_fields_global_index (
num_obj int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
code_champ int(3) NOT NULL DEFAULT '0',
code_ss_champ int(3) NOT NULL DEFAULT '0',
ordre int(4) NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
pond int(4) NOT NULL DEFAULT '100',
lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (num_obj,`type`,code_champ,code_ss_champ,ordre),
KEY i_value (`value`(300))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_fields_global_index`
--
LOCK TABLES cms_editorial_fields_global_index WRITE;
/*!40000 ALTER TABLE cms_editorial_fields_global_index DISABLE KEYS */;
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',1,0,0,'Exposition',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',3,0,0,'Fusce egestas vestibulum neque et faucibus. Integer commodo pretium \nporttitor. Phasellus varius dui at neque dignissim a fermentum magna \nluctus. Nulla facilisi. Cras erat nulla, ullamcorper in tincidunt eget, \ndignissim nec nisl. Nam ut dui nunc. Etiam in enim a sapien fermentum \naccumsan. Donec semper magna non tellus porttitor ultricies nec et \nlorem. Fusce ac felis odio. Cras eu urna nulla. Sed quis dignissim \nmagna. Praesent ultricies, dui et viverra facilisis, elit dui volutpat \narcu, venenatis malesuada justo velit a mi.\n\n\nUt quis volutpat est. Vestibulum ante ipsum primis in faucibus orci \nluctus et ultrices posuere cubilia Curae; Cras congue, dolor eget \ngravida congue, diam ante cursus nisi, nec dictum odio mauris et leo. \nPellentesque nisl massa, facilisis a varius facilisis, laoreet eget \nfelis. Fusce non orci laoreet sem congue vulputate at vel justo. Integer\n at mi lorem, in accumsan ipsum. Pellentesque ullamcorper semper \nlaoreet. Integer et dui felis, ut faucibus diam. Suspendisse blandit \nmollis elit sed posuere. Sed vitae erat et dui tempus egestas.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',5,1,0,'Evénement',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'article',6,1,0,'Afrique',110,'fr_FR');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',1,0,0,'Fiction adultes',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (3,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',1,0,0,'Fiction jeunesse',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',1,0,0,'Cinéma',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (16,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',1,0,0,'Brève 1',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua .Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (19,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',1,0,0,'Brève 2',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',2,0,0,'Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (20,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',1,0,0,'Brève 3',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (21,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',1,0,0,'Périodiques',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',1,0,0,'Formation',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',3,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',5,1,0,'Evénement',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (27,'article',6,1,0,'Bibliothéconomie',110,'fr_FR');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',1,0,0,'Actualités (carrousel)',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',2,0,0,'Titre du cadre : 02_Actualités (carrousel)',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',4,1,0,'Masqué',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (46,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',1,0,0,'Sélections',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',2,0,0,'Titre du cadre : 03_Sélections',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',4,1,0,'Masqué',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (47,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',1,0,0,'Nouveautés',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',2,0,0,'Titre du cadre : 01_Nouveautés',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',4,1,0,'Masqué',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',1,0,0,'Brèves',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',2,0,0,'Titre du cadre : Brèves / brevesBandeau',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',1,0,0,'Nouveautés de la bibliothèque',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',2,0,0,'Titre du cadre : Nouveautés (bibliothèque)',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',1,0,0,'Les annales du disque-monde',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',2,0,0,'Le disque-monde est plat, porté par quatre éléphants debout sur le dos\n d\'une tortue naviguant dans le cosmos. Tout le monde le sait et \nquoiqu\'en disent certaines sectes, c\'est la vérité. Les héros de ce monde sont à son image : atypiques. Rincevent, \nmagicien malchanceux froussard et raté, ne connaît qu\'un seul sort mais \nil n\'ose pas le lancer car il pourrait tout détruire. Mémé \nCiredutemps, sorcière d\'un certain âge, ne peut que diriger tous ceux \nqui l\'entourent, elle ne fait d\'ailleurs que très rarement usage de sa \nmagie car tout le monde la connaît et lui obéit. La Mort, la faucheuse avec son grand suaire et sa faux bien aiguisée, grande humaniste incomprise.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',3,0,0,'Les héros de ce monde sont à son image : atypiques. Rincevent, \nmagicien malchanceux froussard et raté, ne connaît qu\'un seul sort mais \nil n\'ose pas le lancer car il pourrait tout détruire. Mémé \nCiredutemps, sorcière d\'un certain âge, ne peut que diriger tous ceux \nqui l\'entourent, elle ne fait d\'ailleurs que très rarement usage de sa \nmagie car tout le monde la connaît et lui obéit. La Mort, la faucheuse avec son grand suaire et sa faux bien aiguisée, grande humaniste incomprise. Pratchett\n consacre chacun de ses romans à un de ces personnages même s\'il arrive \nqu\'ils se rencontrent de temps en temps, car tout est possible dans cet \nunivers totalement fou et plein d\'humour !',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'article',6,1,0,'Fantastique et merveilleux',110,'fr_FR');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',1,0,0,'Des bibliothèques pleines de fantômes',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',2,0,0,'Avez-vous peur de mourir dans votre sommeil, enseveli sous l\'écroulement\n de votre bibliothèque ? Classez-vous les volumes par thème, langue, \nauteur, date de parution, format ou selon un autre critère de vous seul \nconnu ?',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',3,0,0,'Autant de graves questions se posant à cette espèce en voie de disparition : les bibliomanes, qui, outre la passion de posséder les livres, ont celle de les lire. Les bibliothèques sont des êtres vivants à l\'image de notre complexité intérieure. Elles finissent par composer un labyrinthe dont pour notre plus grand, et dangereux, plaisir nous pouvons très bien ne plus sortir. Dans ce petit traité sur l\'art de vivre avec trop de livres apparaissent, parmi nombre d\'autres, Pessoa tentant de devenir bibliothécaire, Matisse postulant au poste de «contrôleur du droit des pauvres» ou encore le capitaine Achab et le mystère de sa jambe abandonnée à Moby Dick. En fait, ces milliers de pages qui occupent nos étagères sont peuplées de fantômes bien vivants qui, une fois rencontrés, ne nous quittent plus.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'article',6,1,0,'Bibliothéconomie',110,'fr_FR');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',1,0,0,'Lire aussi',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',2,0,0,'Titre du cadre :05_liste de notices',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',4,1,0,'Masqué',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (74,'article',5,1,0,'Article',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',1,0,0,'Actualités',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',2,0,0,'',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (1,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (4,'section',1,0,0,'Agenda',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (4,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (4,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (4,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (4,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (7,'section',1,0,0,'Nouveautés',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (7,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (7,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (7,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (7,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (12,'section',1,0,0,'Menu',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (12,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (12,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (12,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (12,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'section',1,0,0,'Brèves (bandeau)',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (13,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',1,0,0,'Archives',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',2,0,0,'',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (14,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',1,0,0,'Infos pratiques',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (22,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',1,0,0,'Château du Loir',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet \norci eu enim consequat mollis et eget diam. Pellentesque lobortis diam \neget arcu ultrices aliquam. Nullam sed ipsum vel justo pharetra \nsollicitudin. Donec a massa mauris. Suspendisse quis dui nec eros \naliquet venenatis. Mauris tincidunt fringilla nisi, et aliquet tortor \niaculis nec.\n\nInterdum et malesuada fames ac ante ipsum primis in faucibus. \nSuspendisse adipiscing nisi nec ipsum blandit porta. Phasellus et eros \nconsequat purus imperdiet scelerisque. Suspendisse convallis purus est, \nsed volutpat ante laoreet at. Fusce id risus ut mauris pulvinar pharetra\n sed eget tellus. In libero sapien, facilisis at lobortis sit amet, \nsollicitudin quis nunc.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',5,1,0,'Rubrique avancée',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (23,'section',100,25,0,'BM Grenoble',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',1,0,0,'New York',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',2,0,0,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet \norci eu enim consequat mollis et eget diam. Pellentesque lobortis diam \neget arcu ultrices aliquam. Nullam sed ipsum vel justo pharetra \nsollicitudin. Donec a massa mauris. Suspendisse quis dui nec eros \naliquet venenatis. Mauris tincidunt fringilla nisi, et aliquet tortor \niaculis nec.\n\nInterdum et malesuada fames ac ante ipsum primis in faucibus. \nSuspendisse adipiscing nisi nec ipsum blandit porta. Phasellus et eros \nconsequat purus imperdiet scelerisque. Suspendisse convallis purus est, \nsed volutpat ante laoreet at. Fusce id risus ut mauris pulvinar pharetra\n sed eget tellus. In libero sapien, facilisis at lobortis sit amet, \nsollicitudin quis nunc.',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (24,'section',5,1,0,'Rubrique avancée',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (25,'section',1,0,0,'Hors menu',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (25,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (25,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (25,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (25,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (34,'section',1,0,0,'Titres des cadres',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (34,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (34,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (34,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (34,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (36,'section',1,0,0,'Accueil',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (36,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (36,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (36,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (36,'section',5,1,0,'Lien',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (37,'section',1,0,0,'Catalogue',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (37,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (37,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (37,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (37,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (39,'section',1,0,0,'Cadres accueil',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (39,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (39,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (39,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (39,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (40,'section',1,0,0,'Carrousel de notices',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (40,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (40,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (40,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (40,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (41,'section',1,0,0,'Cadres fixes',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (41,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (41,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (41,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (41,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'section',1,0,0,'Recherche simple',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (48,'section',5,1,0,'Lien',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'section',1,0,0,'Périodiques',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (49,'section',5,1,0,'Lien',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',1,0,0,'PMB Services',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',2,0,0,'réseau mediathèques',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (62,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (67,'section',1,0,0,'Cadres accueil',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (67,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (67,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (67,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (67,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'section',1,0,0,'Cadres fixes',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (68,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'section',1,0,0,'Autres cadres',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (70,'section',5,1,0,'Rubrique simple',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',1,0,0,'Ressources numériques',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',2,0,0,'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam \nnonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat \nvolutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation \nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. \nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse \nmolestie consequat, vel ill',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',4,1,0,'Publié',50,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (71,'section',5,1,0,'Rubrique avancée',60,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (79,'section',1,0,0,'Photo bandeau superieur',130,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (79,'section',7,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (79,'section',8,0,0,'0000-00-00 00:00:00',100,'');
INSERT INTO cms_editorial_fields_global_index (num_obj, type, code_champ, code_ss_champ, ordre, value, pond, lang) VALUES (79,'section',4,1,0,'Publié',50,'');
/*!40000 ALTER TABLE cms_editorial_fields_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_publications_states`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_publications_states (
id_publication_state int(10) unsigned NOT NULL AUTO_INCREMENT,
editorial_publication_state_label varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
editorial_publication_state_opac_show int(1) NOT NULL DEFAULT '0',
editorial_publication_state_auth_opac_show int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_publication_state)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_publications_states`
--
LOCK TABLES cms_editorial_publications_states WRITE;
/*!40000 ALTER TABLE cms_editorial_publications_states DISABLE KEYS */;
INSERT INTO cms_editorial_publications_states (id_publication_state, editorial_publication_state_label, editorial_publication_state_opac_show, editorial_publication_state_auth_opac_show) VALUES (1,'Brouillon',0,0);
INSERT INTO cms_editorial_publications_states (id_publication_state, editorial_publication_state_label, editorial_publication_state_opac_show, editorial_publication_state_auth_opac_show) VALUES (2,' Publié',1,0);
INSERT INTO cms_editorial_publications_states (id_publication_state, editorial_publication_state_label, editorial_publication_state_opac_show, editorial_publication_state_auth_opac_show) VALUES (3,'Masqué',0,0);
INSERT INTO cms_editorial_publications_states (id_publication_state, editorial_publication_state_label, editorial_publication_state_opac_show, editorial_publication_state_auth_opac_show) VALUES (4,'Accès réservé',1,1);
/*!40000 ALTER TABLE cms_editorial_publications_states ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_types`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_types (
id_editorial_type int(10) unsigned NOT NULL AUTO_INCREMENT,
editorial_type_element varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
editorial_type_label varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
editorial_type_comment text COLLATE utf8_unicode_ci NOT NULL,
editorial_type_extension text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_editorial_type),
KEY i_editorial_type_element (editorial_type_element)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_types`
--
LOCK TABLES cms_editorial_types WRITE;
/*!40000 ALTER TABLE cms_editorial_types DISABLE KEYS */;
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (1,'section','Rubrique simple','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (3,'article','Evénement','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (4,'article','Article','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (7,'article_generic','CP pour Article','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (8,'section_generic','CP pour Rubrique','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (10,'section','Rubrique avancée','','');
INSERT INTO cms_editorial_types (id_editorial_type, editorial_type_element, editorial_type_label, editorial_type_comment, editorial_type_extension) VALUES (12,'section','Lien','','');
/*!40000 ALTER TABLE cms_editorial_types ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_editorial_words_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_editorial_words_global_index (
num_obj int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
code_champ int(11) NOT NULL DEFAULT '0',
code_ss_champ int(11) NOT NULL DEFAULT '0',
num_word int(11) NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
position int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (num_obj,`type`,code_champ,code_ss_champ,num_word,position)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_editorial_words_global_index`
--
LOCK TABLES cms_editorial_words_global_index WRITE;
/*!40000 ALTER TABLE cms_editorial_words_global_index DISABLE KEYS */;
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',1,0,4043,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',2,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3261,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3262,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3263,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3264,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3265,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3266,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3267,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3268,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3269,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3270,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3271,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3272,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3273,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3274,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3275,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3276,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3277,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3278,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3279,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3280,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3281,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3282,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,1542,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3283,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3284,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3285,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3286,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3287,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3288,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3289,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3290,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3291,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3292,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3293,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3294,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3295,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,566,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3296,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3297,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3298,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3299,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3300,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3301,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3302,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3303,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3304,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3305,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3306,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3307,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3308,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3309,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3310,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3311,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3312,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3313,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3314,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3315,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,1230,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,193,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3316,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3317,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3318,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3319,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3320,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3321,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3322,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3323,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3324,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3325,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3326,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3327,100,71);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3328,100,72);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3329,100,73);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3330,100,74);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3331,100,75);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3332,100,76);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3333,100,77);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3334,100,78);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3335,100,79);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3336,100,80);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3337,100,81);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3338,100,82);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3339,100,83);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3340,100,84);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3341,100,85);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,3342,100,86);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',3,0,536,100,87);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',5,1,948,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'article',6,1,56,110,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',1,0,208,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',1,0,53,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',3,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (3,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',1,0,208,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',1,0,1801,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',3,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',1,0,132,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',3,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (16,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',1,0,3173,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',1,0,3,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',2,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (19,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',1,0,3173,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',1,0,17,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3288,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3291,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4000,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4001,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4002,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3305,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4003,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4004,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4005,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4006,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3329,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4007,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4008,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4009,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3267,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,4010,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3298,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3317,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3325,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3343,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3344,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3345,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3992,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3309,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3304,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3993,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3994,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3995,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3996,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3997,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3998,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3276,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',2,0,3999,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (20,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',1,0,3173,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',1,0,21,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',2,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (21,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',1,0,3183,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',3,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',1,0,661,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',2,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',3,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',5,1,948,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (27,'article',6,1,2585,110,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',1,0,2997,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',1,0,4035,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',2,0,694,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',2,0,2997,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',2,0,4035,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',4,1,4050,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (46,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',1,0,3007,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',2,0,1934,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',2,0,3007,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',4,1,4050,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (47,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',1,0,1280,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',2,0,1909,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',2,0,1280,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',4,1,4050,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',1,0,3164,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',2,0,3164,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',2,0,4058,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',1,0,1280,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',1,0,99,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',2,0,1280,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',2,0,99,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',1,0,2394,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',1,0,1347,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',1,0,305,130,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1347,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,305,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,193,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3118,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,520,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,331,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,367,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3119,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,162,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,418,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3120,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3121,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3122,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,161,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3123,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,760,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1125,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3124,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3125,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3126,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3127,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,476,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3128,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,2612,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,118,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,412,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,411,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1299,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3135,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3136,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3137,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3138,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3139,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3140,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,314,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,144,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,364,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,405,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1902,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,284,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,242,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,703,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1743,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,472,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3141,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1124,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3142,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3143,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,299,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3144,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3145,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3146,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,470,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,2150,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,368,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3147,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,426,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3148,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,370,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3149,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,916,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,202,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1873,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1674,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3150,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,1971,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,394,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,283,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,280,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3151,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,883,100,71);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3152,100,72);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,773,100,73);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,226,100,74);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3153,100,75);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3154,100,76);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,100,100,77);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3155,100,78);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,697,100,79);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3156,100,80);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',2,0,3157,100,81);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,2612,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,118,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,305,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,412,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,411,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1299,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3135,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3136,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3137,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3138,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3139,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3140,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,314,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,144,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,364,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,405,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1902,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,284,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,242,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,703,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1743,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,472,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3141,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1124,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3142,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,760,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3143,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,299,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3144,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3145,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3146,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,470,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,2150,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,368,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3147,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,426,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3148,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,370,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3149,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,916,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,202,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1873,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1674,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3150,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1971,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,394,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,283,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,280,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3151,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,883,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3152,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,773,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,226,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3153,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3154,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,100,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3155,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,697,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3156,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3157,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,2395,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1656,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3158,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,404,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,392,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,121,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,339,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,393,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3159,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,769,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,399,100,71);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3160,100,72);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1161,100,73);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,193,100,74);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3161,100,75);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,161,100,76);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,122,100,77);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1047,100,78);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,3162,100,79);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,2040,100,80);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,715,100,81);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',3,0,1920,100,82);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',6,1,2570,110,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'article',6,1,2571,110,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',1,0,1957,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',1,0,2130,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',1,0,2131,130,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2133,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2134,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2135,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2136,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,161,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2137,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2138,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2139,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,1224,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2140,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,99,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2144,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2145,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,331,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,561,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,1792,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,662,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,1432,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2146,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,1614,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,324,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2147,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,1011,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2148,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,405,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',2,0,2149,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,622,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2155,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2156,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,399,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2157,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,123,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1087,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,558,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2158,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2159,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,370,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2160,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2161,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2162,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,603,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,679,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2163,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,858,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1957,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,412,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2164,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2165,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1299,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1226,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2166,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,556,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1691,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2167,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,331,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2168,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2169,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,180,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,354,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,348,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,226,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2170,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1227,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,553,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2171,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1674,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,100,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,314,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2172,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,161,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,118,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,341,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,542,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,418,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,644,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,560,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,773,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,473,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2173,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,791,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2174,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,83,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2175,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2176,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,838,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1892,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2177,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2178,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2179,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2180,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2181,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2182,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,324,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,720,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2183,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2184,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2185,100,71);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,394,100,72);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2186,100,73);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,876,100,74);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2187,100,75);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2188,100,76);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,202,100,77);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,121,100,78);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1181,100,79);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,327,100,80);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2189,100,81);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,1198,100,82);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2190,100,83);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2191,100,84);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2131,100,85);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,609,100,86);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2192,100,87);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',3,0,2193,100,88);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'article',6,1,2585,110,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',1,0,858,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',1,0,591,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',2,0,937,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',2,0,4051,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',2,0,3985,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',2,0,5076,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',2,0,4108,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',4,1,4050,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (74,'article',5,1,3023,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',1,0,2997,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (1,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',1,0,3010,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (4,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',1,0,1280,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (7,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',1,0,3163,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (12,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',1,0,3164,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',1,0,4037,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (13,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',1,0,3185,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (14,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',1,0,3008,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',1,0,3009,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3992,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3993,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3994,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3995,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3996,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3288,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3997,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3998,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3276,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3999,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3291,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4000,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4001,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4002,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3305,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4003,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4004,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4005,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4006,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3329,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4007,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4008,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4009,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3267,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4010,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4011,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4012,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4013,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,1542,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4014,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4015,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3315,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4016,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4017,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3302,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4018,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,3278,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4019,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4020,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4021,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4022,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4023,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,566,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4024,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4025,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4026,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,370,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4027,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4028,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4029,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4030,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4031,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,193,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',2,0,4032,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (22,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',1,0,510,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',1,0,512,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3346,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3294,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3319,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3302,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3291,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4010,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3341,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3284,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3327,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3333,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4059,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3311,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3320,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4060,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4061,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3304,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3338,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3314,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4062,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4063,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3334,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3331,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3339,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3305,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3272,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3285,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4064,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4065,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3312,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3283,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4066,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3329,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4067,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4068,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4069,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3313,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4070,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3299,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3316,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3318,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,1542,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3265,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3340,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4071,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3270,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4072,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4073,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4074,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4075,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,193,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3310,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3335,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3273,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3261,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4031,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4076,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3288,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4077,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3296,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,4078,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3292,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3308,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',2,0,3289,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',5,1,5075,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',100,25,2863,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (23,'section',100,25,3971,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',1,0,3945,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',1,0,3946,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3345,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3346,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3294,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3319,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3302,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3291,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4010,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3341,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3284,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3327,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3333,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4059,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3311,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3320,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4060,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4061,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3304,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3338,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3314,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4062,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4063,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3334,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3331,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3339,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3305,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3272,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3285,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4064,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4065,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3312,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3283,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4066,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3329,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4067,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4068,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4069,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3313,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4070,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3299,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3316,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3318,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,1542,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3265,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3340,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4071,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3270,100,52);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4072,100,53);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4073,100,54);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4074,100,55);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4075,100,56);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,193,100,57);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3310,100,58);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3335,100,59);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3273,100,60);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3261,100,61);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4031,100,62);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4076,100,63);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3288,100,64);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4077,100,65);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3296,100,66);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,4078,100,67);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3292,100,68);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3308,100,69);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',2,0,3289,100,70);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (24,'section',5,1,5075,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',1,0,4033,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',1,0,3163,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (25,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',1,0,3981,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',1,0,3982,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (34,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',1,0,3972,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (36,'section',5,1,3939,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',1,0,480,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (37,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',1,0,3982,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',1,0,3972,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (39,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',1,0,4035,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',1,0,4108,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (40,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',1,0,3982,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',1,0,4036,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (41,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',1,0,2809,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',1,0,3954,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (48,'section',5,1,3939,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',1,0,3183,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (49,'section',5,1,3939,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',1,0,349,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',1,0,403,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',2,0,3415,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',2,0,3418,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (62,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',1,0,3982,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',1,0,3972,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (67,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',1,0,3982,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',1,0,4036,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (68,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',1,0,83,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',1,0,3982,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (70,'section',5,1,3954,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',1,0,638,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',1,0,4113,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3298,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3317,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3325,100,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3343,100,4);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3344,100,5);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4114,100,6);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3346,100,7);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3309,100,8);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3304,100,9);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3327,100,10);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4115,100,11);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4116,100,12);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4117,100,13);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3283,100,14);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3288,100,15);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3335,100,16);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3998,100,17);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3276,100,18);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4060,100,19);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3281,100,20);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3310,100,21);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4118,100,22);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3291,100,23);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4000,100,24);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4001,100,25);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4002,100,26);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3305,100,27);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4003,100,28);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4119,100,29);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4120,100,30);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3282,100,31);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4121,100,32);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4059,100,33);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3286,100,34);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4007,100,35);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4008,100,36);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4009,100,37);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3267,100,38);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4010,100,39);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4011,100,40);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4122,100,41);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3338,100,42);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4123,100,43);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4124,100,44);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,1542,100,45);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4125,100,46);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3337,100,47);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,3315,100,48);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4016,100,49);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,4126,100,50);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',2,0,244,100,51);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',4,1,789,50,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',5,1,3006,60,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (71,'section',5,1,5075,60,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',1,0,5105,130,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',1,0,4037,130,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',1,0,5106,130,3);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',7,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',7,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',8,0,3004,100,1);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',8,0,3005,100,2);
INSERT INTO cms_editorial_words_global_index (num_obj, type, code_champ, code_ss_champ, num_word, pond, position) VALUES (79,'section',4,1,789,50,1);
/*!40000 ALTER TABLE cms_editorial_words_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_hash`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_hash (
`hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_hash`
--
LOCK TABLES cms_hash WRITE;
/*!40000 ALTER TABLE cms_hash DISABLE KEYS */;
INSERT INTO cms_hash (hash) VALUES ('00909fe032ca8b8c3291ef8470e65534');
INSERT INTO cms_hash (hash) VALUES ('00aeb0075202c178b03fb5aa3afd65a6');
INSERT INTO cms_hash (hash) VALUES ('00da69b814b73bec8f44cdaad9025dfe');
INSERT INTO cms_hash (hash) VALUES ('00e337dd92c5228cdf4ebc47a3eff656');
INSERT INTO cms_hash (hash) VALUES ('011b1071e06813f3ec743d2b558d1d73');
INSERT INTO cms_hash (hash) VALUES ('0147402f41fdbd5622117ccb25d141b4');
INSERT INTO cms_hash (hash) VALUES ('017797fefdac3c6f1723ca4818a4d114');
INSERT INTO cms_hash (hash) VALUES ('024a134f3344e2792d1f45c883d20724');
INSERT INTO cms_hash (hash) VALUES ('0256c915941e9d0212d429d442cf00fe');
INSERT INTO cms_hash (hash) VALUES ('02a8b8e30dc4c10e20ffec1158772920');
INSERT INTO cms_hash (hash) VALUES ('0333195de3ed752f41521ff010fe0559');
INSERT INTO cms_hash (hash) VALUES ('0348aa12bea48b0341e3ce0505871d45');
INSERT INTO cms_hash (hash) VALUES ('0378d4686ca41f9db21d68e963b011aa');
INSERT INTO cms_hash (hash) VALUES ('03842ea871d7a5866afdf229c091215a');
INSERT INTO cms_hash (hash) VALUES ('04f9f26162dacc6493f708caae4c8ba7');
INSERT INTO cms_hash (hash) VALUES ('0598234f5c49ffcded36a65f10f72289');
INSERT INTO cms_hash (hash) VALUES ('06c75b0d6e435bf6b73d1bed6d496af6');
INSERT INTO cms_hash (hash) VALUES ('073cec0e665c174dbcdab566434d9f63');
INSERT INTO cms_hash (hash) VALUES ('08ac0b08b9bdf0f172ea287862dc255b');
INSERT INTO cms_hash (hash) VALUES ('08b1a03f9880607adbf2d345f0e6cd0e');
INSERT INTO cms_hash (hash) VALUES ('08cab804aa67d5d19a567935649a4054');
INSERT INTO cms_hash (hash) VALUES ('0939bf665fc4324cd8a49fbdb6d41779');
INSERT INTO cms_hash (hash) VALUES ('096a57cf6d96ae009158597c05911b3f');
INSERT INTO cms_hash (hash) VALUES ('099b9830dd875e33096827f92aea7948');
INSERT INTO cms_hash (hash) VALUES ('0a08a48a35846d715a2b67e17100bd7e');
INSERT INTO cms_hash (hash) VALUES ('0a91d2ac4ef599fdf93c42d9449fcdb2');
INSERT INTO cms_hash (hash) VALUES ('0aa13a29d7b2b3bd85a379c65acf8531');
INSERT INTO cms_hash (hash) VALUES ('0abab87a49a1d3e401a3415db5023718');
INSERT INTO cms_hash (hash) VALUES ('0adeaeb4ad6eeea5d724c83d4968d436');
INSERT INTO cms_hash (hash) VALUES ('0aea3579e40575b1cda0604fb07cacc4');
INSERT INTO cms_hash (hash) VALUES ('0b1268c7da56facf9d6d8a5ab2a4ccdf');
INSERT INTO cms_hash (hash) VALUES ('0b32256e149ad72bcf84227326c09c28');
INSERT INTO cms_hash (hash) VALUES ('0b94f3dc58895a6f8d22e0b14ff89449');
INSERT INTO cms_hash (hash) VALUES ('0ba1c679ef0a942a8c46c7ca9beb1ea4');
INSERT INTO cms_hash (hash) VALUES ('0bd07e8f69d2d6476a3551ee766ed588');
INSERT INTO cms_hash (hash) VALUES ('0c0508f3f18e6def03a63d26fcf41e1c');
INSERT INTO cms_hash (hash) VALUES ('0c3fe17577b89816d2793ad094b16b53');
INSERT INTO cms_hash (hash) VALUES ('0cfaf05a61a8ddf372b4227cbf1a9858');
INSERT INTO cms_hash (hash) VALUES ('0d0960f02ab0e96f32c0199440fc626b');
INSERT INTO cms_hash (hash) VALUES ('0d949cacbeb66cf844054a2e3930f4c3');
INSERT INTO cms_hash (hash) VALUES ('0deba04d73ff7a4a0f6fc6a913f57b68');
INSERT INTO cms_hash (hash) VALUES ('0df9789127e64850918e4c54164b622a');
INSERT INTO cms_hash (hash) VALUES ('0e0327c04663b93b004c65f606881584');
INSERT INTO cms_hash (hash) VALUES ('0e371668c6e8c2c8823ffd7f4776ed8e');
INSERT INTO cms_hash (hash) VALUES ('0e492fc0ac506b638ac1f4faa77be076');
INSERT INTO cms_hash (hash) VALUES ('0e51ff2b1cc34dd25b2af138e5d5af80');
INSERT INTO cms_hash (hash) VALUES ('0efc95f9788d16e3e82ad94426ca5b20');
INSERT INTO cms_hash (hash) VALUES ('0f52d89b452bf328bc9e8f9e74d39f59');
INSERT INTO cms_hash (hash) VALUES ('0f6691d5465f24267e1137444e9c6ebb');
INSERT INTO cms_hash (hash) VALUES ('0f70a451dce421c5cd47a99a6320ecf4');
INSERT INTO cms_hash (hash) VALUES ('0fb5aec133d9d228b1f0f84e71e05280');
INSERT INTO cms_hash (hash) VALUES ('0fffbca38a3b26ed35a9d8796feb7e95');
INSERT INTO cms_hash (hash) VALUES ('103045f936ca2ed2e096f200af0177f0');
INSERT INTO cms_hash (hash) VALUES ('105270ae00ae7e69f891e5ac997d2556');
INSERT INTO cms_hash (hash) VALUES ('105d3829315a00cfef44292fd15ac206');
INSERT INTO cms_hash (hash) VALUES ('10af013d781a483c4192ea7fcb3b4dc8');
INSERT INTO cms_hash (hash) VALUES ('10b9288293890179b26a90f7bebf4da7');
INSERT INTO cms_hash (hash) VALUES ('1107509393ea7bffd190c32325cd5294');
INSERT INTO cms_hash (hash) VALUES ('12044d0a6334609e280b6bb1e411bedf');
INSERT INTO cms_hash (hash) VALUES ('125dd298bbef62d6e3603bc55613d857');
INSERT INTO cms_hash (hash) VALUES ('12c4711245f97e42e91a35647b94d33c');
INSERT INTO cms_hash (hash) VALUES ('12dd3a2d356ab903882593651027d16f');
INSERT INTO cms_hash (hash) VALUES ('130f1678d1af365fa00751b35b06ed26');
INSERT INTO cms_hash (hash) VALUES ('13b26d6da73552bd1f14bb14a70ec8ed');
INSERT INTO cms_hash (hash) VALUES ('13ce7d3e82be00982fcf0002186885b0');
INSERT INTO cms_hash (hash) VALUES ('141b5f77b501a2d37fdaf6ecfaec94db');
INSERT INTO cms_hash (hash) VALUES ('141d2cec907aadd3b5a2429c14299c6d');
INSERT INTO cms_hash (hash) VALUES ('1447efaa5bf1968ff867a4ce29930c6b');
INSERT INTO cms_hash (hash) VALUES ('145393307524724efa2310d2095fee7e');
INSERT INTO cms_hash (hash) VALUES ('14a833fdb9134d5c42f9ad10a47bdfce');
INSERT INTO cms_hash (hash) VALUES ('14d6cd19a288822a73dbf9ade3b32e45');
INSERT INTO cms_hash (hash) VALUES ('14de4655ec41baeb2aa5de7ed68502fe');
INSERT INTO cms_hash (hash) VALUES ('150bc94ee389d5568968e650d3822896');
INSERT INTO cms_hash (hash) VALUES ('155728cb1d7a84c6c3f09765dbb18840');
INSERT INTO cms_hash (hash) VALUES ('156340e950ec6e80724ecceae1c1c8b8');
INSERT INTO cms_hash (hash) VALUES ('1575f02e48b0609e059d4b261b13569c');
INSERT INTO cms_hash (hash) VALUES ('15e25e20df432c4e512d26190d13e807');
INSERT INTO cms_hash (hash) VALUES ('1614934541995e420d947c4e221350bc');
INSERT INTO cms_hash (hash) VALUES ('163de7e7508a8e590733e435d9767cd3');
INSERT INTO cms_hash (hash) VALUES ('1677dcc3ceef8e2ed72f2f6436c132a5');
INSERT INTO cms_hash (hash) VALUES ('1699aa0d95f7ef41fd508b03369626f3');
INSERT INTO cms_hash (hash) VALUES ('16c136fd625ea88fd53b47adde855344');
INSERT INTO cms_hash (hash) VALUES ('17682aecbeb0905f593181be621d362e');
INSERT INTO cms_hash (hash) VALUES ('17781f7ab2ec36ee9b23ecf6fd2be816');
INSERT INTO cms_hash (hash) VALUES ('178cd897a777a6e33b4ce8982733ba40');
INSERT INTO cms_hash (hash) VALUES ('1822d6da9595e382dc13c7b9ef05862a');
INSERT INTO cms_hash (hash) VALUES ('1837b2d62c5d42f97ca06bca762db3e4');
INSERT INTO cms_hash (hash) VALUES ('1868bd84ef265a2a457ab68793059e3a');
INSERT INTO cms_hash (hash) VALUES ('188189989e4c459144760822c6f9564c');
INSERT INTO cms_hash (hash) VALUES ('18b967b4fb1ae46298d16e0bf55804a0');
INSERT INTO cms_hash (hash) VALUES ('18d678bdee8a1158cf978dfc482d6ed7');
INSERT INTO cms_hash (hash) VALUES ('191379aed17facd85a796b63a4464312');
INSERT INTO cms_hash (hash) VALUES ('198e73764de0673b68b5265f1f8de51c');
INSERT INTO cms_hash (hash) VALUES ('19eb6c5efadc03b55a97f8f9ed424255');
INSERT INTO cms_hash (hash) VALUES ('1a2ff8cdd54f25b89efc6e095448593b');
INSERT INTO cms_hash (hash) VALUES ('1a5f2a416116c69ab11ac1bf59db7f41');
INSERT INTO cms_hash (hash) VALUES ('1ae1c5f61aa187ff34f713ef1efad53b');
INSERT INTO cms_hash (hash) VALUES ('1aebfb8a9f95bda3d9f33a06f56a6c0d');
INSERT INTO cms_hash (hash) VALUES ('1c24448e5b3bd4de35d3f58730ca90dd');
INSERT INTO cms_hash (hash) VALUES ('1c9de8830791e56c18d7e262ddd67602');
INSERT INTO cms_hash (hash) VALUES ('1ca0511ea4faca0ab1d010ea85db6ea5');
INSERT INTO cms_hash (hash) VALUES ('1ca269d07f8bee49ad35f4aea1488e5f');
INSERT INTO cms_hash (hash) VALUES ('1d0b3bdb3d5fad5713ddfbcaaa0df874');
INSERT INTO cms_hash (hash) VALUES ('1d145774ba8d7a3a60c0ad954361715a');
INSERT INTO cms_hash (hash) VALUES ('1d5851b890de5f5d1e6cefc892592639');
INSERT INTO cms_hash (hash) VALUES ('1d5aa8c215a8d7b47fce6cbfacfcc66d');
INSERT INTO cms_hash (hash) VALUES ('1d70b8fafb4e2a779deb661ab9d7d3c0');
INSERT INTO cms_hash (hash) VALUES ('1e01721c62848933a946e85b92dd26fb');
INSERT INTO cms_hash (hash) VALUES ('1f95b9f8a446d65a2e2232cce04241d2');
INSERT INTO cms_hash (hash) VALUES ('20995384248749f5921b2bc8d296bb2b');
INSERT INTO cms_hash (hash) VALUES ('20bcc076e0f248b5249a21688a5d5eee');
INSERT INTO cms_hash (hash) VALUES ('2157e90b9792d9e3b4b95fa9682d9019');
INSERT INTO cms_hash (hash) VALUES ('2170d4f15fd37a2be9dd12125da44f19');
INSERT INTO cms_hash (hash) VALUES ('217141a10bda432b3f3e3ab4951cad01');
INSERT INTO cms_hash (hash) VALUES ('2174c7f77408788e6e2d53f516b22e21');
INSERT INTO cms_hash (hash) VALUES ('21df2af1be3ba920850c5148e50480eb');
INSERT INTO cms_hash (hash) VALUES ('21e823a57c8c35ccf1bc6c5d1bd398f2');
INSERT INTO cms_hash (hash) VALUES ('21eaf5bfc1f07a9278d240b38ea59da2');
INSERT INTO cms_hash (hash) VALUES ('225354ffd413021fb2df1f6cc9153726');
INSERT INTO cms_hash (hash) VALUES ('22a585dc7141907ef9ee43f6765984b3');
INSERT INTO cms_hash (hash) VALUES ('239ed22636b22d7bca3307e00181c87f');
INSERT INTO cms_hash (hash) VALUES ('23a393109c016e34f2b20b3a66d3d5a4');
INSERT INTO cms_hash (hash) VALUES ('23dfc069a524db73d8be2fa0dd68b2f9');
INSERT INTO cms_hash (hash) VALUES ('2438912fa155f4693368573b7260563f');
INSERT INTO cms_hash (hash) VALUES ('24a2b514bcf6b271d73ddf1ba47ae51a');
INSERT INTO cms_hash (hash) VALUES ('24a5df2c9aa0ac9c71d21ef02cd956e7');
INSERT INTO cms_hash (hash) VALUES ('24abde619073e81429fb295c8ee71af3');
INSERT INTO cms_hash (hash) VALUES ('24aeda14eb2a896809f6b5ef532e30c2');
INSERT INTO cms_hash (hash) VALUES ('24e155855bbfba83b7746bf0bce10c51');
INSERT INTO cms_hash (hash) VALUES ('256c34e463e8842287252263ca96bc7d');
INSERT INTO cms_hash (hash) VALUES ('2582f96d751dcf7237c94ad4f16c271c');
INSERT INTO cms_hash (hash) VALUES ('25aa565972bbe45f80c671188dbe818f');
INSERT INTO cms_hash (hash) VALUES ('25bc1e800d72339d4e3e7bccccb5af5f');
INSERT INTO cms_hash (hash) VALUES ('25f5b3e24722e0bf6cce68d1355ad02f');
INSERT INTO cms_hash (hash) VALUES ('26270adbd85181f5abc84252210ab00e');
INSERT INTO cms_hash (hash) VALUES ('263a08c8fab5bcedf7a86081d8c7dc95');
INSERT INTO cms_hash (hash) VALUES ('269129d9bfc3074c44fe908e6a5177e7');
INSERT INTO cms_hash (hash) VALUES ('269d3024021ad0bad663be7fe693a079');
INSERT INTO cms_hash (hash) VALUES ('270fdbfe21aa64d5834aa217334eda33');
INSERT INTO cms_hash (hash) VALUES ('283f99a0d771c16644507174ce9746b1');
INSERT INTO cms_hash (hash) VALUES ('28c48ca3b711bb3e362a1f0ca2f6d36d');
INSERT INTO cms_hash (hash) VALUES ('2924dc7026431e1b88f053c97b27e10a');
INSERT INTO cms_hash (hash) VALUES ('295df280ba182fbb5abe74f01693801c');
INSERT INTO cms_hash (hash) VALUES ('2960610dff6c7f991da72eb2620e12a6');
INSERT INTO cms_hash (hash) VALUES ('2964d27ea0108a08868b440fb840d930');
INSERT INTO cms_hash (hash) VALUES ('29903961f273bc3dddc107fdc6145e45');
INSERT INTO cms_hash (hash) VALUES ('29b04ab8eac9c7e77a57a1bdb7a58e9d');
INSERT INTO cms_hash (hash) VALUES ('29cb8dd9c300d2b46f7c656a334ada77');
INSERT INTO cms_hash (hash) VALUES ('29f8cba60541c4ec5ffa57e0e4ac3302');
INSERT INTO cms_hash (hash) VALUES ('2a19910a1c9f7f46dd6c9be294fc63fd');
INSERT INTO cms_hash (hash) VALUES ('2aaa30ade032793d14afeb103c1a33df');
INSERT INTO cms_hash (hash) VALUES ('2ad0e400fe7b546286eae34efc1a88b2');
INSERT INTO cms_hash (hash) VALUES ('2b59fe226433ad484e3171dcccb3cd77');
INSERT INTO cms_hash (hash) VALUES ('2b5c918094c56214c286d0031c82e78a');
INSERT INTO cms_hash (hash) VALUES ('2b77ff7e5fb0dbc44fed4614421d58d3');
INSERT INTO cms_hash (hash) VALUES ('2b97d0091a0cc566afeb15d26aa87bdd');
INSERT INTO cms_hash (hash) VALUES ('2bfb1af1c57f8e8d6bddf1541fd6b789');
INSERT INTO cms_hash (hash) VALUES ('2c46fa946bdc98a9f86a966e888f7b2e');
INSERT INTO cms_hash (hash) VALUES ('2c9c49b30d2fb1fd12b1647d1df53321');
INSERT INTO cms_hash (hash) VALUES ('2ca9e2f7acb5fa8355b0b38b1f100d86');
INSERT INTO cms_hash (hash) VALUES ('2cb73c061c323d77b2c8bc95f55759ed');
INSERT INTO cms_hash (hash) VALUES ('2ccfd86aa54cc2531d0dea0ff9c82a70');
INSERT INTO cms_hash (hash) VALUES ('2d1f3b21d094e535757e81391ecc590f');
INSERT INTO cms_hash (hash) VALUES ('2dc2d93d8bf554a1d73f304166bd4b72');
INSERT INTO cms_hash (hash) VALUES ('2dec96f5fe7506388400ac1ee3f1fa23');
INSERT INTO cms_hash (hash) VALUES ('2e1e42780c450e65d5b36da835cd15d4');
INSERT INTO cms_hash (hash) VALUES ('2e2c2436708f539e225c61d020f961e9');
INSERT INTO cms_hash (hash) VALUES ('2e311c8d60593dcfc66a87ac250589a7');
INSERT INTO cms_hash (hash) VALUES ('2e5210260fed7de1350aaa0ff03314b6');
INSERT INTO cms_hash (hash) VALUES ('2e7ff40172766659b6ee3f3be522533f');
INSERT INTO cms_hash (hash) VALUES ('2e98fccea56c12f59a534fe165d05ff8');
INSERT INTO cms_hash (hash) VALUES ('2e9d1730296875f15cb2f2252df543d1');
INSERT INTO cms_hash (hash) VALUES ('2f3387662c62ab657064f38073e1c586');
INSERT INTO cms_hash (hash) VALUES ('2f4e9741607f504035ac663a05d57142');
INSERT INTO cms_hash (hash) VALUES ('2fa01ee9259598fab33af64b48eb7051');
INSERT INTO cms_hash (hash) VALUES ('2fb287b426f5a62cf69c3945f0ba000e');
INSERT INTO cms_hash (hash) VALUES ('2fbb9dbe786e28db7edb7c7103da361a');
INSERT INTO cms_hash (hash) VALUES ('2fe10c30fa91106ade8a82951d1e281c');
INSERT INTO cms_hash (hash) VALUES ('30142a13bcdad1bc3c43538bee1627c3');
INSERT INTO cms_hash (hash) VALUES ('302316d7c74b993ded09a51bf86ddc0a');
INSERT INTO cms_hash (hash) VALUES ('302ea191e4ef4d9253c47a62e82e9d6e');
INSERT INTO cms_hash (hash) VALUES ('30794364156d23b0dd5067a5ea483501');
INSERT INTO cms_hash (hash) VALUES ('30e57c7eb98cf140932894e0c775a276');
INSERT INTO cms_hash (hash) VALUES ('3164afe0406caffcd48fa2e0b5239538');
INSERT INTO cms_hash (hash) VALUES ('31ee16a76db2944dc2e4fa7941f7fa30');
INSERT INTO cms_hash (hash) VALUES ('31ee3dca8e0b51c166fdb5b1486384fa');
INSERT INTO cms_hash (hash) VALUES ('3244c5c68cffef40495c0c324db513ad');
INSERT INTO cms_hash (hash) VALUES ('325ab002cf5bdca2d051bdfb7b892976');
INSERT INTO cms_hash (hash) VALUES ('3281619931936c38e671a277437f19fe');
INSERT INTO cms_hash (hash) VALUES ('3285cd584e71181051c071898d04739f');
INSERT INTO cms_hash (hash) VALUES ('328c1a9142828c0479f88adbcb7cd84a');
INSERT INTO cms_hash (hash) VALUES ('32ef54ba3cf00836de107a1def68b55c');
INSERT INTO cms_hash (hash) VALUES ('3337f14d224ddad6b96d054681821af1');
INSERT INTO cms_hash (hash) VALUES ('3346f201d5e603c0913855891e44db9e');
INSERT INTO cms_hash (hash) VALUES ('33c730eeddb30c388578e059e7369a8b');
INSERT INTO cms_hash (hash) VALUES ('3442f2f021ec40c91dd39e378d4ab655');
INSERT INTO cms_hash (hash) VALUES ('348486cc763b31f6c4b502c3b4314e42');
INSERT INTO cms_hash (hash) VALUES ('350af646d7fd7ad81f47039891d7ea81');
INSERT INTO cms_hash (hash) VALUES ('352f7529250fce1aba4cd95e70081276');
INSERT INTO cms_hash (hash) VALUES ('35fb5d441fefa3686fc8940046514026');
INSERT INTO cms_hash (hash) VALUES ('3663a65db6939ca232858044b46bea51');
INSERT INTO cms_hash (hash) VALUES ('368e3377b7033e291be1bfe96f19fd89');
INSERT INTO cms_hash (hash) VALUES ('36aace6ede665fc4c7fb99aa12153286');
INSERT INTO cms_hash (hash) VALUES ('36e57fb5af4b7a67bb809707c028ee5f');
INSERT INTO cms_hash (hash) VALUES ('36ef9eb2e5cec0c99168df66a1a32f87');
INSERT INTO cms_hash (hash) VALUES ('3728962828316e83e20d6b4c93d9da44');
INSERT INTO cms_hash (hash) VALUES ('374da563dad1e2e6aae466d827f97f5d');
INSERT INTO cms_hash (hash) VALUES ('37595bd85508b72167e629441c9b6ac3');
INSERT INTO cms_hash (hash) VALUES ('3807fd364e9ec828cbd356a53b37d1d8');
INSERT INTO cms_hash (hash) VALUES ('382d760d1e3aa1d743d46917aeb5ed28');
INSERT INTO cms_hash (hash) VALUES ('389b86df00f6dcb3b9063cdb5f276f6b');
INSERT INTO cms_hash (hash) VALUES ('389bcb4abad177c7acb2df319d1cba50');
INSERT INTO cms_hash (hash) VALUES ('38ae68f5687af3e9c77d53b783827933');
INSERT INTO cms_hash (hash) VALUES ('38d8d53b14d67da41a6e587e35205c07');
INSERT INTO cms_hash (hash) VALUES ('390b3696e64d5dab1a4b489ad062ac15');
INSERT INTO cms_hash (hash) VALUES ('39ca1d81aad4984b4161a953704afaa3');
INSERT INTO cms_hash (hash) VALUES ('3a3a10db787842fd83a34504062c517c');
INSERT INTO cms_hash (hash) VALUES ('3afc6dacaae5c74f93610b63a09ea4e8');
INSERT INTO cms_hash (hash) VALUES ('3b08f2a2e2ac3aa65c4be42795be0b10');
INSERT INTO cms_hash (hash) VALUES ('3b91d0efbb790fa16579a7aebc6caf58');
INSERT INTO cms_hash (hash) VALUES ('3bc09908f05ad2f6ae4ed420c71bd2ad');
INSERT INTO cms_hash (hash) VALUES ('3bcdf3e18c5044679a2b6fe60690a705');
INSERT INTO cms_hash (hash) VALUES ('3c02dc569d8fea5969629d96d211f07c');
INSERT INTO cms_hash (hash) VALUES ('3c21a0500b2cc4f1eb20b8214a5700ca');
INSERT INTO cms_hash (hash) VALUES ('3c5ee825b2560ed6977fb5c68cfaa6b3');
INSERT INTO cms_hash (hash) VALUES ('3cbeb337cbd7a8799ee009c79f1e756a');
INSERT INTO cms_hash (hash) VALUES ('3cd0c14dc5b0e35a799f565748c93035');
INSERT INTO cms_hash (hash) VALUES ('3cd0c348db2b300a9c835242cdb3fe76');
INSERT INTO cms_hash (hash) VALUES ('3d1d89689a59a2c5b1f71ccc2a2c48bd');
INSERT INTO cms_hash (hash) VALUES ('3d278db68e2acb6d5acec15882cfa2d4');
INSERT INTO cms_hash (hash) VALUES ('3da2d24d118a95b9d2fca73eb77fc5dd');
INSERT INTO cms_hash (hash) VALUES ('3dd17709c85393176f7f86d563202168');
INSERT INTO cms_hash (hash) VALUES ('3e19f6145bcab11ebf37849ea323dfbb');
INSERT INTO cms_hash (hash) VALUES ('3e5ae929a816666a23bbdc7168b625e3');
INSERT INTO cms_hash (hash) VALUES ('3e61b29d4aeeadfb6627ca47759e3140');
INSERT INTO cms_hash (hash) VALUES ('3e8e4a71fa1b3fdaa8a606c410e6a74f');
INSERT INTO cms_hash (hash) VALUES ('3e94853ebda8f12fc86d62e8f390af64');
INSERT INTO cms_hash (hash) VALUES ('3e95df8dbf3e8d3dcb2011d8ea5d40ee');
INSERT INTO cms_hash (hash) VALUES ('3ebae6767d98780d05f7a81675067483');
INSERT INTO cms_hash (hash) VALUES ('3ee1f436ea90d84e28882de88b22370f');
INSERT INTO cms_hash (hash) VALUES ('3f58b12ff17a75223294f7aa7a43c5e3');
INSERT INTO cms_hash (hash) VALUES ('3f7c569de86817d4dd2253e963454a28');
INSERT INTO cms_hash (hash) VALUES ('3f87869a65001e25ab11dca345b85218');
INSERT INTO cms_hash (hash) VALUES ('400395af0e1ae13c0dcd1723cc8ab4ec');
INSERT INTO cms_hash (hash) VALUES ('40a1d32d5c926ed6f5f3037e7b445171');
INSERT INTO cms_hash (hash) VALUES ('40c6b5ab0cd0bdf91bed06983f044f91');
INSERT INTO cms_hash (hash) VALUES ('40e2e81a1c8b9f554360fba8e5fd4197');
INSERT INTO cms_hash (hash) VALUES ('4119631f60b22e15025ec70155383a26');
INSERT INTO cms_hash (hash) VALUES ('418832c07c5fa1962cdff8db033c740a');
INSERT INTO cms_hash (hash) VALUES ('41cc16f44af4bd9f30704a972e0c16c0');
INSERT INTO cms_hash (hash) VALUES ('41e9df85e9465c27ebed8fd3665bf224');
INSERT INTO cms_hash (hash) VALUES ('42c8925e5b385ead708d6443b758563e');
INSERT INTO cms_hash (hash) VALUES ('431c0efd6c0cc3ea57aeed04e0011118');
INSERT INTO cms_hash (hash) VALUES ('43cc4275e1970165c2de4487532b50a7');
INSERT INTO cms_hash (hash) VALUES ('44a3d79f8053c182098d4bd7c339ea8d');
INSERT INTO cms_hash (hash) VALUES ('44bed42b8a2277fd83b6a7faa5162b56');
INSERT INTO cms_hash (hash) VALUES ('450b50143cf96123554e8cfb29d5a468');
INSERT INTO cms_hash (hash) VALUES ('450df1eb1319aa708fc58ceab51a99bf');
INSERT INTO cms_hash (hash) VALUES ('454963bf961edf60d60773f6c05a147d');
INSERT INTO cms_hash (hash) VALUES ('464c1efedee52d7b480dfee5315fb2f8');
INSERT INTO cms_hash (hash) VALUES ('4656f65c91a8ce57d89556aed951d959');
INSERT INTO cms_hash (hash) VALUES ('466ae2ee44facee4db8556128b389767');
INSERT INTO cms_hash (hash) VALUES ('4729f1bc51c667ae55100e0aeb2cbf49');
INSERT INTO cms_hash (hash) VALUES ('4737ad2a4c9d6967452fd4112260580c');
INSERT INTO cms_hash (hash) VALUES ('47a09556dc308151d22add1e1a5afd5d');
INSERT INTO cms_hash (hash) VALUES ('47f1e6e2bf8d824705728fcafcb00118');
INSERT INTO cms_hash (hash) VALUES ('48105503f963faa616820bde12fb6bee');
INSERT INTO cms_hash (hash) VALUES ('4887e035a4e7ec6ca4437ef98b7c7754');
INSERT INTO cms_hash (hash) VALUES ('48d76677c15de704e7549c269e5ec117');
INSERT INTO cms_hash (hash) VALUES ('495b519e40c5505745761a1cb09d2f9b');
INSERT INTO cms_hash (hash) VALUES ('49e212d5a9d3e803fd7c169fe339207e');
INSERT INTO cms_hash (hash) VALUES ('49eb72f24d848463810def19be5e1eef');
INSERT INTO cms_hash (hash) VALUES ('49ec778121c0190d99c24bfb787d6ddf');
INSERT INTO cms_hash (hash) VALUES ('4a01ad44d3af649d349a01eaa3f80433');
INSERT INTO cms_hash (hash) VALUES ('4a6414b789e5da3aaa285a7aced3f4b0');
INSERT INTO cms_hash (hash) VALUES ('4a7c44494d61f5b26ef5c6cc54cdb2f7');
INSERT INTO cms_hash (hash) VALUES ('4b0d3eec264abeb61b4aadcb2a84b7d0');
INSERT INTO cms_hash (hash) VALUES ('4b3377452b8e79ba4052846712c8948a');
INSERT INTO cms_hash (hash) VALUES ('4bcccdfc0385acda9525808d9574b572');
INSERT INTO cms_hash (hash) VALUES ('4cf7c7ec16f63940a4f933efce3df888');
INSERT INTO cms_hash (hash) VALUES ('4cfe9346e75ce92d888bd76b13ec25f8');
INSERT INTO cms_hash (hash) VALUES ('4e03e0939eae3df0a876e127d479762c');
INSERT INTO cms_hash (hash) VALUES ('4e885a7a370cd2630d0eab2000cf64ce');
INSERT INTO cms_hash (hash) VALUES ('50571a0488af6d96b69254b0cf81a550');
INSERT INTO cms_hash (hash) VALUES ('509d94b8d32072ff0344c96d4954c266');
INSERT INTO cms_hash (hash) VALUES ('50e8c41ed6223190fb97231d6c666793');
INSERT INTO cms_hash (hash) VALUES ('51221e72085b5453ba6fec8fbc451312');
INSERT INTO cms_hash (hash) VALUES ('514e8ff4abe460753960d44cdc0f9bb9');
INSERT INTO cms_hash (hash) VALUES ('5152ef2d159b84846771ab016c36b0b4');
INSERT INTO cms_hash (hash) VALUES ('515e69e609db2cb110dbcb7d3e7a6567');
INSERT INTO cms_hash (hash) VALUES ('518982c8083298295cd4c990115b52c9');
INSERT INTO cms_hash (hash) VALUES ('522190baf32a403c2e38d7dc596b1c3d');
INSERT INTO cms_hash (hash) VALUES ('522c3a7ed2a08c2135c1189ee3efd4f3');
INSERT INTO cms_hash (hash) VALUES ('5240680187e77bc2a275b445fb553d73');
INSERT INTO cms_hash (hash) VALUES ('52a30f30c1201aae11d286f733b481a5');
INSERT INTO cms_hash (hash) VALUES ('52c87c86f3b2eed0b53f394444e49276');
INSERT INTO cms_hash (hash) VALUES ('52ed0c87a26373c93ed365ce28b1b188');
INSERT INTO cms_hash (hash) VALUES ('52fa8fe90d5f888b0af04ca27f0b91df');
INSERT INTO cms_hash (hash) VALUES ('532ab0f7232a832edf43469d88bb2760');
INSERT INTO cms_hash (hash) VALUES ('538531454d924af62d727a9a490dc409');
INSERT INTO cms_hash (hash) VALUES ('538f7653656223065809661e58ddd19b');
INSERT INTO cms_hash (hash) VALUES ('5391ce82b479912a582eee9e8b08406c');
INSERT INTO cms_hash (hash) VALUES ('539bdb0b3bdaa83d59c9d759c0d9cab5');
INSERT INTO cms_hash (hash) VALUES ('53e5a5e353f1027897f2c127080a198f');
INSERT INTO cms_hash (hash) VALUES ('544bffa561a3d58b7b325d4071dcceb1');
INSERT INTO cms_hash (hash) VALUES ('54692ca6c4931865416336445b996da6');
INSERT INTO cms_hash (hash) VALUES ('54a24fa69c7215ba41abc34684e8bfbf');
INSERT INTO cms_hash (hash) VALUES ('54b38f89e545cde31b8319fcd3a75e62');
INSERT INTO cms_hash (hash) VALUES ('54f13b04ce9aebf735f70946fb9e9f57');
INSERT INTO cms_hash (hash) VALUES ('54fa85d0b8745f71ae74446b8e040823');
INSERT INTO cms_hash (hash) VALUES ('5575744202ccbb5ab0cb49be64a1b0c9');
INSERT INTO cms_hash (hash) VALUES ('55837cc58669c54d5014a98356b77749');
INSERT INTO cms_hash (hash) VALUES ('55ce7e6f60f2e8b80d527faeba63f750');
INSERT INTO cms_hash (hash) VALUES ('55db5beabef55b3c9b85115b136a2884');
INSERT INTO cms_hash (hash) VALUES ('560479805547a7079ae748a4701fb943');
INSERT INTO cms_hash (hash) VALUES ('56a527f18d9522239e176eef92793559');
INSERT INTO cms_hash (hash) VALUES ('56c27664a3dbe3d572023026217772fb');
INSERT INTO cms_hash (hash) VALUES ('56ec528ade7178166e629bc5d34c606e');
INSERT INTO cms_hash (hash) VALUES ('5702f753a65b368199a1c8b88c1fc181');
INSERT INTO cms_hash (hash) VALUES ('57488e2431dada3e17a7da6d093b7b5f');
INSERT INTO cms_hash (hash) VALUES ('57a4a02c6952b10178850538b6c8577b');
INSERT INTO cms_hash (hash) VALUES ('58007ca9cf1f0279b9be9cfb6e0fb6bd');
INSERT INTO cms_hash (hash) VALUES ('583016a19498b31dba10742cf16b5c04');
INSERT INTO cms_hash (hash) VALUES ('58adb3406171f9d4a7e72e9718f543c4');
INSERT INTO cms_hash (hash) VALUES ('595156f3d1ba91edfc96c384a8799271');
INSERT INTO cms_hash (hash) VALUES ('59dae3c4696fb76d41f8eca7e998c7d4');
INSERT INTO cms_hash (hash) VALUES ('59f1df25fc44aa5fae6c5f2d1ba19268');
INSERT INTO cms_hash (hash) VALUES ('5a3b93537cc3f4f3af4d8ffcfd6588c2');
INSERT INTO cms_hash (hash) VALUES ('5aa7bdb2d24be68d0f319dc4228dc74b');
INSERT INTO cms_hash (hash) VALUES ('5ac115786aacea3fa15ef57b54136e6d');
INSERT INTO cms_hash (hash) VALUES ('5ac9882fdd4052d7c20e1536f0c297f1');
INSERT INTO cms_hash (hash) VALUES ('5b50d8d04f237b02ac1868fc8ea4b980');
INSERT INTO cms_hash (hash) VALUES ('5b66ebbd691775202fb44e8f2b4a6dd1');
INSERT INTO cms_hash (hash) VALUES ('5b6bc1cbdbe0f1ebd5ca3172a4148cd7');
INSERT INTO cms_hash (hash) VALUES ('5be5d8512bec4c5be2e768ef843724ce');
INSERT INTO cms_hash (hash) VALUES ('5bfd9cc967d755976704ef46aff38e24');
INSERT INTO cms_hash (hash) VALUES ('5c027b62d52b848ddffa256479f0916e');
INSERT INTO cms_hash (hash) VALUES ('5cdcf05b4572d489d702d4c8d5a0b874');
INSERT INTO cms_hash (hash) VALUES ('5d3e71164a9650e5e508c1c1e60ec5df');
INSERT INTO cms_hash (hash) VALUES ('5d92599fd94a29a9dab2be7432a768f2');
INSERT INTO cms_hash (hash) VALUES ('5dd23565bcb234faae4760fc353eeb9b');
INSERT INTO cms_hash (hash) VALUES ('5e2c903d44872677e043fce2ca75ace1');
INSERT INTO cms_hash (hash) VALUES ('5e35594f464aaff3a2924e58d72edc46');
INSERT INTO cms_hash (hash) VALUES ('5e6121019893fd7d4d08d6809657ab28');
INSERT INTO cms_hash (hash) VALUES ('5f7aa0911a5d0b88ff07047319eb6df2');
INSERT INTO cms_hash (hash) VALUES ('5f849d871b138d63cf5d2094f5fb9a19');
INSERT INTO cms_hash (hash) VALUES ('6070503f21f297ab3de57a9f8abb3022');
INSERT INTO cms_hash (hash) VALUES ('608b5c6a35617026a8cf4c18669709af');
INSERT INTO cms_hash (hash) VALUES ('60973fb2eb692ecb66d471f853a12207');
INSERT INTO cms_hash (hash) VALUES ('60b16c2c6b7009b4b2b030f8b5a68d22');
INSERT INTO cms_hash (hash) VALUES ('60b802338734e6adb864620f9305f8b5');
INSERT INTO cms_hash (hash) VALUES ('60ee2624177960a3e3c7a7c4547e3ce6');
INSERT INTO cms_hash (hash) VALUES ('60f0ba2c3c43c797038c0c6ecf945344');
INSERT INTO cms_hash (hash) VALUES ('6179ce98d8382a0a3876704226c77765');
INSERT INTO cms_hash (hash) VALUES ('61a35e373821403893193b871aefbe21');
INSERT INTO cms_hash (hash) VALUES ('61b940699194c5a26312ee31ae99abe2');
INSERT INTO cms_hash (hash) VALUES ('61fb045b6a4aa89373f3912c9a06892f');
INSERT INTO cms_hash (hash) VALUES ('626130374c2f0db1dbeb0cda087defac');
INSERT INTO cms_hash (hash) VALUES ('62c600dedac178536f45b11928edb39b');
INSERT INTO cms_hash (hash) VALUES ('62fef93fc4661264d77ae996a53dd614');
INSERT INTO cms_hash (hash) VALUES ('6359d7f239b8b67b3f282d9632652789');
INSERT INTO cms_hash (hash) VALUES ('635d8f90be37aeeb875960761cc61256');
INSERT INTO cms_hash (hash) VALUES ('637c485eade18c18df1c13fec66d55b2');
INSERT INTO cms_hash (hash) VALUES ('6396638648bb4e6d69d14ad979178383');
INSERT INTO cms_hash (hash) VALUES ('63be24610f240ccd44f5ea37c8aa9009');
INSERT INTO cms_hash (hash) VALUES ('6452c9f36d782fd0926185498b797fc8');
INSERT INTO cms_hash (hash) VALUES ('64c4c3e6b1f22471df59b06fe9613197');
INSERT INTO cms_hash (hash) VALUES ('64d2354198d61d08b02292ee20f27ef4');
INSERT INTO cms_hash (hash) VALUES ('65c679879eca030e23f60a0c6f9c6ddd');
INSERT INTO cms_hash (hash) VALUES ('664006606f43a21c7a08db5e6df672b4');
INSERT INTO cms_hash (hash) VALUES ('667c28123659fa4dd783e24c47ceee64');
INSERT INTO cms_hash (hash) VALUES ('66a3df04dc57b9005695edabbdbbbfc5');
INSERT INTO cms_hash (hash) VALUES ('67a6d7b8ac84c0215c6b9095533ed4f7');
INSERT INTO cms_hash (hash) VALUES ('68335079afa510fea3f4a7463c16d05c');
INSERT INTO cms_hash (hash) VALUES ('695eacfd8e1228bcd0a380b4409d15bd');
INSERT INTO cms_hash (hash) VALUES ('69710743c6d16140ef621bcbf4ff56d8');
INSERT INTO cms_hash (hash) VALUES ('697f742b2d3a9f1a0205cb822f9f2bc8');
INSERT INTO cms_hash (hash) VALUES ('698de55310125a997b3c100499af2af4');
INSERT INTO cms_hash (hash) VALUES ('69ca9257049f332ca89ccee4be0f5fd5');
INSERT INTO cms_hash (hash) VALUES ('6a0be80624f2f6c8b12cd49a6a643df3');
INSERT INTO cms_hash (hash) VALUES ('6a3c99bee5d543e2d93cae7bf70e480b');
INSERT INTO cms_hash (hash) VALUES ('6a42d97578f9f7069d6472dddb546455');
INSERT INTO cms_hash (hash) VALUES ('6aaa2d7c020c36653e7b8658c81c3a29');
INSERT INTO cms_hash (hash) VALUES ('6ac801db6cba55042d655ae692a7d0cd');
INSERT INTO cms_hash (hash) VALUES ('6bedb0c6f3953ed47df460bd3d990703');
INSERT INTO cms_hash (hash) VALUES ('6c20699bb413e93194e030cbca2d987c');
INSERT INTO cms_hash (hash) VALUES ('6c2823a5c507aacd1910ff02361f49c9');
INSERT INTO cms_hash (hash) VALUES ('6c3acdc502e283375f70a86b7d1814d0');
INSERT INTO cms_hash (hash) VALUES ('6c5fd66d760759f3f353491b124e4f01');
INSERT INTO cms_hash (hash) VALUES ('6c9f19408f46ae3de929b15b1cbe9f30');
INSERT INTO cms_hash (hash) VALUES ('6cc458e2d6241f19a89ce01b77d073de');
INSERT INTO cms_hash (hash) VALUES ('6d0199165dc8aec06ac2bb140fbd18d5');
INSERT INTO cms_hash (hash) VALUES ('6d267e5fe8fd3b863d9ac8c8096bc16a');
INSERT INTO cms_hash (hash) VALUES ('6d321afccb25323a42818c29573e2b4e');
INSERT INTO cms_hash (hash) VALUES ('6d3286c410b20a87803e09fbac95a0bc');
INSERT INTO cms_hash (hash) VALUES ('6d618e3380f26315bc2cda3334c33533');
INSERT INTO cms_hash (hash) VALUES ('6d8eb432ee65047ba60af0fc28e01dc7');
INSERT INTO cms_hash (hash) VALUES ('6e797c9793bb544930954e7386d2a5ca');
INSERT INTO cms_hash (hash) VALUES ('6ed6ccc9b58814544ac8c7212ca0c3e0');
INSERT INTO cms_hash (hash) VALUES ('6efd5b04a92657740c8ed942534269d4');
INSERT INTO cms_hash (hash) VALUES ('6fb54341f61dca88011ae340bb0b8fe2');
INSERT INTO cms_hash (hash) VALUES ('6fcf50d5235cf18d477157adc5012b97');
INSERT INTO cms_hash (hash) VALUES ('70855c5f61cee40869c7dc050461ee18');
INSERT INTO cms_hash (hash) VALUES ('7112b224a0119ab251bf5653dd13547a');
INSERT INTO cms_hash (hash) VALUES ('71183e3e0f43d7b3cde516d5fe1a47f3');
INSERT INTO cms_hash (hash) VALUES ('7167623e25cba41ba952488e53b7ee9a');
INSERT INTO cms_hash (hash) VALUES ('71997cf4a0fc3da54b0f732688078fc1');
INSERT INTO cms_hash (hash) VALUES ('71e4822a51d43add5542dbc21932747c');
INSERT INTO cms_hash (hash) VALUES ('72285a127cd3623910398a171241f8af');
INSERT INTO cms_hash (hash) VALUES ('723097d4f31bdffd2258c4082abee9db');
INSERT INTO cms_hash (hash) VALUES ('723fe30df0a6a534cf056094bc1a812d');
INSERT INTO cms_hash (hash) VALUES ('72564bb31d3aadb8b64fba2d0f74afc2');
INSERT INTO cms_hash (hash) VALUES ('725b793339b693fd94dff3573fa0524f');
INSERT INTO cms_hash (hash) VALUES ('72dd0b27873942e04012f13999a2e743');
INSERT INTO cms_hash (hash) VALUES ('73217eb9aae18d9421fecc4b8d224748');
INSERT INTO cms_hash (hash) VALUES ('736b774dc5c2270d7caa283408c9a97f');
INSERT INTO cms_hash (hash) VALUES ('73b99eda2ec87583b0d7ad9e6045f939');
INSERT INTO cms_hash (hash) VALUES ('745c673b6d018a29cff4acb59eb0b14a');
INSERT INTO cms_hash (hash) VALUES ('748bfa9c3055cf2a5babcf858f03c8cd');
INSERT INTO cms_hash (hash) VALUES ('74bbfd97875718b19730630cf96a4923');
INSERT INTO cms_hash (hash) VALUES ('74cb095fd916c0d85a886dca4ce4e92e');
INSERT INTO cms_hash (hash) VALUES ('75192b0ee5c409898682009cb3f267ba');
INSERT INTO cms_hash (hash) VALUES ('75fc242dfd3a976049bfda312e48bfec');
INSERT INTO cms_hash (hash) VALUES ('764aa0d328a15ff37fedea75ed084750');
INSERT INTO cms_hash (hash) VALUES ('76618ec4de7a2067c053e9c8ebca57f9');
INSERT INTO cms_hash (hash) VALUES ('76a6949b1599b5a29fe23c9f920e6a11');
INSERT INTO cms_hash (hash) VALUES ('76e0901935deb0d47d64cf9cd08e85a8');
INSERT INTO cms_hash (hash) VALUES ('76efbf245c2aa943ef7ee3e5501a6f78');
INSERT INTO cms_hash (hash) VALUES ('77e153b7830ab7dbaf14b01b70f057b8');
INSERT INTO cms_hash (hash) VALUES ('77e175c312dafcf3e4add39bbc261930');
INSERT INTO cms_hash (hash) VALUES ('784f7b820abd515f0faed770ef5be8c3');
INSERT INTO cms_hash (hash) VALUES ('78a140a8aeda5a0f522b21081b48759c');
INSERT INTO cms_hash (hash) VALUES ('792f85de4e535df12b37ffb20e55a19a');
INSERT INTO cms_hash (hash) VALUES ('7954bf69062dcc9eb50328c60c070ca5');
INSERT INTO cms_hash (hash) VALUES ('79d05cc16631a0d092fce4cf3f41d01a');
INSERT INTO cms_hash (hash) VALUES ('7a24e62588dcfee5d784ed34860cfd72');
INSERT INTO cms_hash (hash) VALUES ('7a5cb8a0bb02a0cf5fd9223cf2bb2670');
INSERT INTO cms_hash (hash) VALUES ('7af4a9eb6388ad1859f6cf722ebb4f0a');
INSERT INTO cms_hash (hash) VALUES ('7af5b75f7ed5eb1a4431430833636352');
INSERT INTO cms_hash (hash) VALUES ('7b19d51557c55a5322aaac0e5ab11eb1');
INSERT INTO cms_hash (hash) VALUES ('7b4b9149dcacf6c9c64a3ed55356ec9b');
INSERT INTO cms_hash (hash) VALUES ('7bfcc5129dec5430d931b8e976eada1b');
INSERT INTO cms_hash (hash) VALUES ('7c671909f07e9445827f22f005ede6bf');
INSERT INTO cms_hash (hash) VALUES ('7cad898fbaa6a16869a1fdc294e3ab83');
INSERT INTO cms_hash (hash) VALUES ('7ccb34a274bb2d84bfdc1f0790af163a');
INSERT INTO cms_hash (hash) VALUES ('7ceed7ba6610e2810d46786cee52452c');
INSERT INTO cms_hash (hash) VALUES ('7d4d84a4a47061773db6ebf2f0106c8f');
INSERT INTO cms_hash (hash) VALUES ('7d67471cbeb1ed87477459144654780a');
INSERT INTO cms_hash (hash) VALUES ('7d701e40bac7b364ae3971444f67d905');
INSERT INTO cms_hash (hash) VALUES ('7ded38a3dbda2f30e0e218aa76ca03ce');
INSERT INTO cms_hash (hash) VALUES ('7e2abb0aae5ba41be5f69f0d993f9e46');
INSERT INTO cms_hash (hash) VALUES ('7e2c8fb0048f73cf0225ce67accecc31');
INSERT INTO cms_hash (hash) VALUES ('7e57d892c15b242194a62cc006f9db48');
INSERT INTO cms_hash (hash) VALUES ('7ebd79a3e063dff4947da7ce1c3d17de');
INSERT INTO cms_hash (hash) VALUES ('7ef5d48d3f49f3fc8fa6f8e9fd2b1833');
INSERT INTO cms_hash (hash) VALUES ('7f9b4ac6f5c23b5ee2f4636fe8d0f7d8');
INSERT INTO cms_hash (hash) VALUES ('7fc5b7cd44d054be2a9f56b7d1867f7a');
INSERT INTO cms_hash (hash) VALUES ('7fd148362db9ab41ec57bbaed1f5c331');
INSERT INTO cms_hash (hash) VALUES ('7fd959c85919edb62debfa6d3b4b44ab');
INSERT INTO cms_hash (hash) VALUES ('807e7feb6d0079f75793e213ba096fc8');
INSERT INTO cms_hash (hash) VALUES ('81031c75bbfe5c8f4f75c5bfbc65db69');
INSERT INTO cms_hash (hash) VALUES ('814fcf7c070023498a64aca984b2cc58');
INSERT INTO cms_hash (hash) VALUES ('817cdf119e1befc1329bbd0f25eb9c6d');
INSERT INTO cms_hash (hash) VALUES ('81bc8f80c3434b429b0e2acf45ff1694');
INSERT INTO cms_hash (hash) VALUES ('81f30639a6242185329626ec65bffce7');
INSERT INTO cms_hash (hash) VALUES ('8297bf009179dc74f9203900368863a7');
INSERT INTO cms_hash (hash) VALUES ('82b6728a64ff63a919c76874ccf36352');
INSERT INTO cms_hash (hash) VALUES ('82d78aae47428c3efcaa2d46c0440cd5');
INSERT INTO cms_hash (hash) VALUES ('82f226b60df63468c6ed3aa0599c5bf3');
INSERT INTO cms_hash (hash) VALUES ('831240608c678b496fc56ac895f0794a');
INSERT INTO cms_hash (hash) VALUES ('833078cee565a74d197363ce565a1807');
INSERT INTO cms_hash (hash) VALUES ('837bfb71f6b06cfcb00da74e9358bfba');
INSERT INTO cms_hash (hash) VALUES ('839bb83fda312326cb0ab4efb1a0b783');
INSERT INTO cms_hash (hash) VALUES ('83e1204ed3d6e8861593f4da19e9a106');
INSERT INTO cms_hash (hash) VALUES ('8424abf76c128aadb774d2565814a9f4');
INSERT INTO cms_hash (hash) VALUES ('842941a2938e51b58c76b6766c55fdaa');
INSERT INTO cms_hash (hash) VALUES ('843423c4b9bf69829e7a8d4e8cca86db');
INSERT INTO cms_hash (hash) VALUES ('8461af25630e0c08421ea1febf4d4486');
INSERT INTO cms_hash (hash) VALUES ('84ad5154f3af537afd11c645dbe0b12a');
INSERT INTO cms_hash (hash) VALUES ('851a89d55507d07c2d4bf07bad45a405');
INSERT INTO cms_hash (hash) VALUES ('854625e5161b6f110db668039b3551f3');
INSERT INTO cms_hash (hash) VALUES ('85c49c64f8f398d952a894320003b0e2');
INSERT INTO cms_hash (hash) VALUES ('85fb11d0ad2d4779d545dfbd49ff5f2c');
INSERT INTO cms_hash (hash) VALUES ('8615a7638dcc85ae7546c1b2a7ad13a6');
INSERT INTO cms_hash (hash) VALUES ('864e585f0c27f9ed8d2da9a32db794ca');
INSERT INTO cms_hash (hash) VALUES ('868ef16e7677bed57267946b9ae6912a');
INSERT INTO cms_hash (hash) VALUES ('8696e61ff1995e5c54eb3991edf20827');
INSERT INTO cms_hash (hash) VALUES ('86bfa46b980200f46230595847ad2301');
INSERT INTO cms_hash (hash) VALUES ('87d3357e07dd9dad54770176f3b53f12');
INSERT INTO cms_hash (hash) VALUES ('87e2bf5f31b1f825828f6ca95d66a19c');
INSERT INTO cms_hash (hash) VALUES ('884f05306dc7f657b0ec0bb375957c5e');
INSERT INTO cms_hash (hash) VALUES ('887f783300a992929493a542be314f9f');
INSERT INTO cms_hash (hash) VALUES ('89472464886b2c9ccacae4ba04cdf60e');
INSERT INTO cms_hash (hash) VALUES ('894df08d2d9d57ddca13a159efd42c50');
INSERT INTO cms_hash (hash) VALUES ('89550f502a5a4897ac2df56b2ace0bb2');
INSERT INTO cms_hash (hash) VALUES ('898949e24b90bc3f3e4aceaabe247516');
INSERT INTO cms_hash (hash) VALUES ('8a5477e02ec008cbf811d5b9a025e17f');
INSERT INTO cms_hash (hash) VALUES ('8a90a642f02dfb9dfc300610e61debaa');
INSERT INTO cms_hash (hash) VALUES ('8a9b124bf9feb415965a0cc75aa0cb58');
INSERT INTO cms_hash (hash) VALUES ('8ab916b4e2482f06659ceb0fed84cc62');
INSERT INTO cms_hash (hash) VALUES ('8adab333c8fbce265ea8da8aeca27b84');
INSERT INTO cms_hash (hash) VALUES ('8ae80d0779307edfeeededee6042a7db');
INSERT INTO cms_hash (hash) VALUES ('8b3fb352545167afe43475a8bed271df');
INSERT INTO cms_hash (hash) VALUES ('8be77afe278a4de2e2b9bffeaec0393d');
INSERT INTO cms_hash (hash) VALUES ('8c4091b4f35b2c59b6ad8650d837972d');
INSERT INTO cms_hash (hash) VALUES ('8cc8bb569df39896123e5ab6376fbc4b');
INSERT INTO cms_hash (hash) VALUES ('8cdcf598dc37716b316697c1bea9f463');
INSERT INTO cms_hash (hash) VALUES ('8d25b7ca13e3e5dad123f48c9beaff0a');
INSERT INTO cms_hash (hash) VALUES ('8d2a957c7c0154851d25e8ddd22b01bd');
INSERT INTO cms_hash (hash) VALUES ('8d783f46cfa518f9a3ad7a223d556d42');
INSERT INTO cms_hash (hash) VALUES ('8d86d5562909b966b81e5a7197875b89');
INSERT INTO cms_hash (hash) VALUES ('8d9f7a75a7d0b6a4a4292a243886d4a4');
INSERT INTO cms_hash (hash) VALUES ('8dc37f809579324a0c6e2e12323489a4');
INSERT INTO cms_hash (hash) VALUES ('8dcf0b5d6dd9c078bd46fa28f12b6593');
INSERT INTO cms_hash (hash) VALUES ('8de648580d1f3bc210c845fb7d97d5cd');
INSERT INTO cms_hash (hash) VALUES ('8e7249ea5b5b29e9ab71d9754e6cec55');
INSERT INTO cms_hash (hash) VALUES ('8e91da0cb4cc447db2b914f3100038df');
INSERT INTO cms_hash (hash) VALUES ('8e9a6dd9b3615a6088b2ecb2be3daffb');
INSERT INTO cms_hash (hash) VALUES ('8ec4fbdd6851b6fceb386af40959b6b2');
INSERT INTO cms_hash (hash) VALUES ('8f23ba3c79256182374bda573dbd6807');
INSERT INTO cms_hash (hash) VALUES ('8f280892cb0f9835a8acbbcf19804f61');
INSERT INTO cms_hash (hash) VALUES ('8f5fa3fe4c6ad97981a8b890ac53ab68');
INSERT INTO cms_hash (hash) VALUES ('8f9b5c5f80fe534b820750489174891e');
INSERT INTO cms_hash (hash) VALUES ('8fb76b186a6245139e7b04db23281bbd');
INSERT INTO cms_hash (hash) VALUES ('903990df0a66b45b0d90761824b226c9');
INSERT INTO cms_hash (hash) VALUES ('905b21de32bfa52ae5b68064041dc96d');
INSERT INTO cms_hash (hash) VALUES ('9121f9c4e28a2506aeefeaf609304429');
INSERT INTO cms_hash (hash) VALUES ('91407f23253a94a9442abedea78af069');
INSERT INTO cms_hash (hash) VALUES ('9198c8dbaeaf9dbaf87b5aff9da6cb0d');
INSERT INTO cms_hash (hash) VALUES ('919f96171054282f33b86abb7319b1fc');
INSERT INTO cms_hash (hash) VALUES ('91af8771ced1656eed3f3f3d03c60c78');
INSERT INTO cms_hash (hash) VALUES ('9210b9d50ef9cffb0a3b41bf00c9b666');
INSERT INTO cms_hash (hash) VALUES ('923de26c5a78802d3e88896b116633e4');
INSERT INTO cms_hash (hash) VALUES ('92db96a5d19be85fe6bafd12d7c27b6e');
INSERT INTO cms_hash (hash) VALUES ('93b0b3bfad3c94b1bb759408ff8cd765');
INSERT INTO cms_hash (hash) VALUES ('93e13bcac978e2d6702889aab21d8466');
INSERT INTO cms_hash (hash) VALUES ('93f36371c851744c1cb7c88131e9c9c8');
INSERT INTO cms_hash (hash) VALUES ('93f7ebb0e2fd4d8b287991b4d44e73ad');
INSERT INTO cms_hash (hash) VALUES ('9449c1130827824208fc3567005eaaa7');
INSERT INTO cms_hash (hash) VALUES ('947f0775f159a7ed860b75b220c92358');
INSERT INTO cms_hash (hash) VALUES ('9564bc7f5bab9569941047bc957463cc');
INSERT INTO cms_hash (hash) VALUES ('957eff80307bc391062b66b931251d99');
INSERT INTO cms_hash (hash) VALUES ('95a3aeb0eb29afeb8bd075cdfb9d058e');
INSERT INTO cms_hash (hash) VALUES ('96b18ff7909e211193cd759e841c8d80');
INSERT INTO cms_hash (hash) VALUES ('96ee7d89fa3241f4318e9e9ccde00cf2');
INSERT INTO cms_hash (hash) VALUES ('96f5561b7139f53ffd7ad13a90067bd5');
INSERT INTO cms_hash (hash) VALUES ('97512f7d9ff49d7fe5380f7437874bd7');
INSERT INTO cms_hash (hash) VALUES ('97514ee2810b079e029046d25566b68b');
INSERT INTO cms_hash (hash) VALUES ('9781b25b399f6e612a1a7180bdd0988f');
INSERT INTO cms_hash (hash) VALUES ('97af8e14506331a58418b485dd3152a0');
INSERT INTO cms_hash (hash) VALUES ('97d2c9044c94e80b8c75c0fe07dc6806');
INSERT INTO cms_hash (hash) VALUES ('980b9f021626771114ef93335661f81c');
INSERT INTO cms_hash (hash) VALUES ('98b171abffe1813021be9d86e57ab60a');
INSERT INTO cms_hash (hash) VALUES ('98bf4745ceca1278e8e0325469a54ffc');
INSERT INTO cms_hash (hash) VALUES ('98c6f9ddccae83de89c283f315e3e7ef');
INSERT INTO cms_hash (hash) VALUES ('98feb802afbdfc1dbf453135a3d2570e');
INSERT INTO cms_hash (hash) VALUES ('98fee531c7006f9fe3c0bc4a5e760a5e');
INSERT INTO cms_hash (hash) VALUES ('99d17642196902837f902106a7aa8f50');
INSERT INTO cms_hash (hash) VALUES ('9a0251adb7133a4e5e2361536ab701c0');
INSERT INTO cms_hash (hash) VALUES ('9a0e2563cc4db3cb96dd8b800491aaa0');
INSERT INTO cms_hash (hash) VALUES ('9a8beb330edbfdbd4903629abc5b4050');
INSERT INTO cms_hash (hash) VALUES ('9ab1a4b2055179d0e48d026fd1d900e0');
INSERT INTO cms_hash (hash) VALUES ('9b404a9ce92a994f59b61ad2dd42d837');
INSERT INTO cms_hash (hash) VALUES ('9b489808ae47bf1beccdf7b4c19141a2');
INSERT INTO cms_hash (hash) VALUES ('9b48e5838403a53938714986bf7d57b4');
INSERT INTO cms_hash (hash) VALUES ('9b69c258353651e9b18f5792bf2687aa');
INSERT INTO cms_hash (hash) VALUES ('9b946146b17d3ea34ab0dab35893f2cf');
INSERT INTO cms_hash (hash) VALUES ('9c548e407a2e45e2e3187d8953654cc4');
INSERT INTO cms_hash (hash) VALUES ('9c589fe5627a82ddac5fc007a5be7968');
INSERT INTO cms_hash (hash) VALUES ('9c6bb9d39512f70205bf017bf7a48bab');
INSERT INTO cms_hash (hash) VALUES ('9c959730c28b2a5920fcd232509687a6');
INSERT INTO cms_hash (hash) VALUES ('9c9b0b883f5a1ba9e0f0660365c52401');
INSERT INTO cms_hash (hash) VALUES ('9ca46d053617805aa66bef722b85e5c0');
INSERT INTO cms_hash (hash) VALUES ('9caa74b10b9c6f42a16d6c82688557e4');
INSERT INTO cms_hash (hash) VALUES ('9d79df7f32754e138fb7541a51286490');
INSERT INTO cms_hash (hash) VALUES ('9da2bc84f225b5ca47a1b7a98815dfef');
INSERT INTO cms_hash (hash) VALUES ('9db6af2895c5e722843b6afbce8b947f');
INSERT INTO cms_hash (hash) VALUES ('9e5fd24b8522cf7d7902c56b28127730');
INSERT INTO cms_hash (hash) VALUES ('9e9cf0786a614beb6f86e384837bfddf');
INSERT INTO cms_hash (hash) VALUES ('9f03fad8365e845a34246fa74400bbee');
INSERT INTO cms_hash (hash) VALUES ('9f485ba6ffcf05a037d1a6ad6ae03de4');
INSERT INTO cms_hash (hash) VALUES ('9fccd531cd6e9c242d4abcb24b7ad535');
INSERT INTO cms_hash (hash) VALUES ('9fde0e7a751214d00569dbdd32da782e');
INSERT INTO cms_hash (hash) VALUES ('9fe35ec04e1cd094be8a4fad032a4fb7');
INSERT INTO cms_hash (hash) VALUES ('a009d0ba2c9f870ff5c3c738a471b916');
INSERT INTO cms_hash (hash) VALUES ('a075058039fdaa037e863cc2adc0b2a5');
INSERT INTO cms_hash (hash) VALUES ('a085319aad988a30e4a12b6aa2704bc7');
INSERT INTO cms_hash (hash) VALUES ('a0bd3b38f50b8aaa8c6d70bbce732e96');
INSERT INTO cms_hash (hash) VALUES ('a0c20a7c126bd4369757313a2a494086');
INSERT INTO cms_hash (hash) VALUES ('a0c250c00a4e3a56bd7339a20270c050');
INSERT INTO cms_hash (hash) VALUES ('a0fb4a2380dcd7855c84f1b9b614e412');
INSERT INTO cms_hash (hash) VALUES ('a0fc849a763200c7bde64ee165e07679');
INSERT INTO cms_hash (hash) VALUES ('a1cd3cdc22c04d7e45d386bdca2210dd');
INSERT INTO cms_hash (hash) VALUES ('a224cb4c0533057d5ba9c81c9ff59de9');
INSERT INTO cms_hash (hash) VALUES ('a29d910bbe4432d121098d6c8ecfe39f');
INSERT INTO cms_hash (hash) VALUES ('a2d68bff39b0c27834f6bd6c86b13cce');
INSERT INTO cms_hash (hash) VALUES ('a3055591945f5e9aa920b439bcbe2c0e');
INSERT INTO cms_hash (hash) VALUES ('a3a69397d2b421f0cdb15841442aa3c2');
INSERT INTO cms_hash (hash) VALUES ('a3c0095c72ff6f9a95c896db8b7adac8');
INSERT INTO cms_hash (hash) VALUES ('a3ceb302d554771503c591072252a334');
INSERT INTO cms_hash (hash) VALUES ('a40a5c966e06f060be18dd3164a48437');
INSERT INTO cms_hash (hash) VALUES ('a40b018df61ae754936ada085e323646');
INSERT INTO cms_hash (hash) VALUES ('a4660198bb2f55b96f52abbbfc04d27c');
INSERT INTO cms_hash (hash) VALUES ('a4cd3b076e7a5e22d07c77bc8fa99257');
INSERT INTO cms_hash (hash) VALUES ('a4ff3e37977459642c444c2b4e5aa259');
INSERT INTO cms_hash (hash) VALUES ('a509c4c4d3bc74a85d976ee325808518');
INSERT INTO cms_hash (hash) VALUES ('a5265e2c20f2d2a41074e3f20bc9e719');
INSERT INTO cms_hash (hash) VALUES ('a540c7a5b465a54d65d1f2717e11b079');
INSERT INTO cms_hash (hash) VALUES ('a56951ab0ead690412caf272c94cde55');
INSERT INTO cms_hash (hash) VALUES ('a5745e3e1d75c50e78d41f1400a5a2e9');
INSERT INTO cms_hash (hash) VALUES ('a57569851da4107b6122da840c856b76');
INSERT INTO cms_hash (hash) VALUES ('a6708bf67628f93406d94481865164ef');
INSERT INTO cms_hash (hash) VALUES ('a6885da47499dc7bf701fb1e8b13dc03');
INSERT INTO cms_hash (hash) VALUES ('a6c589386a07ab5c83be9962ce2e388b');
INSERT INTO cms_hash (hash) VALUES ('a6f395e367203bc48237094b32ce585b');
INSERT INTO cms_hash (hash) VALUES ('a79b437484fd498683fc6bcdd1f6660b');
INSERT INTO cms_hash (hash) VALUES ('a7b5b61acf5875613083d4c28bf478ad');
INSERT INTO cms_hash (hash) VALUES ('a7d3da1bdc63da9ee9a590aa636478e6');
INSERT INTO cms_hash (hash) VALUES ('a7ff1dbe48408fea5dbbd570430ca54c');
INSERT INTO cms_hash (hash) VALUES ('a819366a068d92d5f3faba1bd66f0799');
INSERT INTO cms_hash (hash) VALUES ('a833798356f623fca6642f74375a4c30');
INSERT INTO cms_hash (hash) VALUES ('a8ad2cc2939f76ea91f0a33ac7adb199');
INSERT INTO cms_hash (hash) VALUES ('a8c23c8e55cea28b9a83add9b31fdeb7');
INSERT INTO cms_hash (hash) VALUES ('a8f819fec76a6ed6352c235c5c731599');
INSERT INTO cms_hash (hash) VALUES ('a9211b32efd35e8c396eeeeeb657bebb');
INSERT INTO cms_hash (hash) VALUES ('a9ff73d4658da2ebb2eef63450a27f99');
INSERT INTO cms_hash (hash) VALUES ('aa2c6339474e9a92b7d6eee6d21b5788');
INSERT INTO cms_hash (hash) VALUES ('aa3eb9d6358c0719bcba5c06675f91ca');
INSERT INTO cms_hash (hash) VALUES ('aa90ca5a7793b437f75c0687a5f3b29b');
INSERT INTO cms_hash (hash) VALUES ('ab1b8db9b70b1268a73de805e005db33');
INSERT INTO cms_hash (hash) VALUES ('ab364765f6c05793397a07bb654668db');
INSERT INTO cms_hash (hash) VALUES ('ab4ed7a83e2ef156efef06e629e79eae');
INSERT INTO cms_hash (hash) VALUES ('ab5d40a3d3b8dea2a8feb410842ef2ba');
INSERT INTO cms_hash (hash) VALUES ('ab6bb9cd8a5f7c5de4764f6a154a02a8');
INSERT INTO cms_hash (hash) VALUES ('abeffaefe760dcbb68e28bb1c8b9373c');
INSERT INTO cms_hash (hash) VALUES ('ac0345cfdfec93b9c916261dbea425f9');
INSERT INTO cms_hash (hash) VALUES ('ac0ab054ed43c78c2402daa181f7692e');
INSERT INTO cms_hash (hash) VALUES ('ac86b7e57b2c3abec384a31ab6df4d8e');
INSERT INTO cms_hash (hash) VALUES ('acaef41e646d29d17de1f5a482747e28');
INSERT INTO cms_hash (hash) VALUES ('acaef7ee43b9be01f61049ceb0edbe08');
INSERT INTO cms_hash (hash) VALUES ('acde485b26e27572bd7f025d4a773659');
INSERT INTO cms_hash (hash) VALUES ('aced877b5efb5cd647684ff705d28372');
INSERT INTO cms_hash (hash) VALUES ('ad0ace8546dd6d229e17296c6f484596');
INSERT INTO cms_hash (hash) VALUES ('ad6b287a04b8caa9c475a3ffecab7f26');
INSERT INTO cms_hash (hash) VALUES ('ada75e389d845e55832527fe1894cada');
INSERT INTO cms_hash (hash) VALUES ('adfda9b0ab2ea0faf8041f05b29d715f');
INSERT INTO cms_hash (hash) VALUES ('ae4de770b53654deb7906a9eec8857f9');
INSERT INTO cms_hash (hash) VALUES ('ae9e5a575b4a10434222e9698e819b86');
INSERT INTO cms_hash (hash) VALUES ('aed361bde6900f0db6a3c42d449faf55');
INSERT INTO cms_hash (hash) VALUES ('af30b6cbad2349fafc3308669b98375f');
INSERT INTO cms_hash (hash) VALUES ('af40c975df5a2cb10f8fc23498b56508');
INSERT INTO cms_hash (hash) VALUES ('af56c4723e66b6204a14790821222dcb');
INSERT INTO cms_hash (hash) VALUES ('af73ab8e8d60781710d390277ab70370');
INSERT INTO cms_hash (hash) VALUES ('afc63e26a1e4cbeef7a15c673644cbfc');
INSERT INTO cms_hash (hash) VALUES ('b03389602af5895331681b9164c97b89');
INSERT INTO cms_hash (hash) VALUES ('b132dfd2a2ec6af10a1e52b498d29f11');
INSERT INTO cms_hash (hash) VALUES ('b1a56265ad95769b0ce22c077ecc27d5');
INSERT INTO cms_hash (hash) VALUES ('b24d1bab3be2f8963ee343fac68d4a34');
INSERT INTO cms_hash (hash) VALUES ('b263163b7ab7166cf74b40fa14e50879');
INSERT INTO cms_hash (hash) VALUES ('b29ac3aeadd2030cd4064265815d4942');
INSERT INTO cms_hash (hash) VALUES ('b2b0d0e5adddb04bc07ae42bdd1dc5d7');
INSERT INTO cms_hash (hash) VALUES ('b320c1bf4d89ba845205215542f6be9b');
INSERT INTO cms_hash (hash) VALUES ('b33dfa4a3372f62efa081e55e86e86c8');
INSERT INTO cms_hash (hash) VALUES ('b3536df6aa3403a0a51fd7d4efcdafbd');
INSERT INTO cms_hash (hash) VALUES ('b3650bf6d40246e4ff3a34f487ace57d');
INSERT INTO cms_hash (hash) VALUES ('b368ad85166bb76808e460c89bca3ee6');
INSERT INTO cms_hash (hash) VALUES ('b37ee50fa4c003f9152eff86c35ee511');
INSERT INTO cms_hash (hash) VALUES ('b3b005c8a2ca78266270ade72f93235c');
INSERT INTO cms_hash (hash) VALUES ('b3d745bf27775fdc704f8dcf93607657');
INSERT INTO cms_hash (hash) VALUES ('b3f2c4eed91230a7c769eb0b9b6b706e');
INSERT INTO cms_hash (hash) VALUES ('b42597f2a0e3a662bfa7b9135381ab51');
INSERT INTO cms_hash (hash) VALUES ('b42eeabd43b663ce79b15404eab3c709');
INSERT INTO cms_hash (hash) VALUES ('b4b9afc29a065349e7a75c9fc12f6524');
INSERT INTO cms_hash (hash) VALUES ('b4d5b9e7710a7ebd47d900958fa38f3a');
INSERT INTO cms_hash (hash) VALUES ('b50ac6bce8d9b88cf0fc1d1fb5d338a6');
INSERT INTO cms_hash (hash) VALUES ('b51a24d7b85f1a0d6f3d4a71cb16396f');
INSERT INTO cms_hash (hash) VALUES ('b57715a1d9434dcf76cbd46e2ca5017b');
INSERT INTO cms_hash (hash) VALUES ('b5e119aeb81bf74e09f7ea905e0c610b');
INSERT INTO cms_hash (hash) VALUES ('b60bf06388ba745d01566e1ebba1f3ba');
INSERT INTO cms_hash (hash) VALUES ('b60c294193bc8bfc7c5af2d08ec2449e');
INSERT INTO cms_hash (hash) VALUES ('b6966cbe4108f3fd731d574172436fdc');
INSERT INTO cms_hash (hash) VALUES ('b712620f28aa163145c2d77523155d63');
INSERT INTO cms_hash (hash) VALUES ('b73dfbe9d0542fe66be4a6cca6019d7a');
INSERT INTO cms_hash (hash) VALUES ('b7a5a83366c65567bcdfb5ea4b7d275a');
INSERT INTO cms_hash (hash) VALUES ('b837874fae77dd4477a57f6a18e147b9');
INSERT INTO cms_hash (hash) VALUES ('b84d99218ce8d55ffafcf0c9b49b8f90');
INSERT INTO cms_hash (hash) VALUES ('b85c00970a5f666f98a8f526ecd5903e');
INSERT INTO cms_hash (hash) VALUES ('b8953331eb6bb92929268fd6836fb13b');
INSERT INTO cms_hash (hash) VALUES ('b8b71f6b90753b8ee1bbc55660d10dc1');
INSERT INTO cms_hash (hash) VALUES ('b9100865ea41dcc3cd1482e93cb95189');
INSERT INTO cms_hash (hash) VALUES ('b964faae1bdd383b311c7bb06165a0d9');
INSERT INTO cms_hash (hash) VALUES ('b9860f5911053ae804923e23efdddff7');
INSERT INTO cms_hash (hash) VALUES ('b987fc196a6c5b05c6bb23c63ca0f87c');
INSERT INTO cms_hash (hash) VALUES ('b9fb303330e24f5917f6b3919e681fdd');
INSERT INTO cms_hash (hash) VALUES ('ba865ff7a30cacdd8f1417481a6afdcb');
INSERT INTO cms_hash (hash) VALUES ('bab6459854e0f45ed05900e42214f2fc');
INSERT INTO cms_hash (hash) VALUES ('bab6872c66fb7ea7c8e69e4c67845c42');
INSERT INTO cms_hash (hash) VALUES ('bb29eaa67ff19be49f8eb574f281b28a');
INSERT INTO cms_hash (hash) VALUES ('bbad6b5d63bcfdf74f57484ec6359f5b');
INSERT INTO cms_hash (hash) VALUES ('bbe83eee1ec0ca0502b8b430071b1e9e');
INSERT INTO cms_hash (hash) VALUES ('bc28d6ad63b55a46118318d23638a6a8');
INSERT INTO cms_hash (hash) VALUES ('bc2c929c18c8168ae814807f0dcba197');
INSERT INTO cms_hash (hash) VALUES ('bc84a181108aa81f9ff86b9d36bc828e');
INSERT INTO cms_hash (hash) VALUES ('bd4b24550b2d239b6b2bf9e20f6259d7');
INSERT INTO cms_hash (hash) VALUES ('bde3525fcb178420a392fe7f8735f78c');
INSERT INTO cms_hash (hash) VALUES ('bde79ba2d22e467e947c4e6fd8bf740e');
INSERT INTO cms_hash (hash) VALUES ('be40f23e110a323fcfaad6e5537c602c');
INSERT INTO cms_hash (hash) VALUES ('be69670998461694d0773834aa698920');
INSERT INTO cms_hash (hash) VALUES ('bf041077b0f98a51480aeec9ef35f5bc');
INSERT INTO cms_hash (hash) VALUES ('bf26825b6c6c95598304cc5a48854ab5');
INSERT INTO cms_hash (hash) VALUES ('bf2e139e7dd4d6d01500417c21e57c29');
INSERT INTO cms_hash (hash) VALUES ('bfb63ff588a4fc2582053cfb924dc4fd');
INSERT INTO cms_hash (hash) VALUES ('c0a8bfb761e80fcfdd389da76f408188');
INSERT INTO cms_hash (hash) VALUES ('c0bbb1a297fa25be5035e8e4cfc0c28c');
INSERT INTO cms_hash (hash) VALUES ('c12c3ee9937edf1f286f59276a20ac6f');
INSERT INTO cms_hash (hash) VALUES ('c137e040042f71313741fceb03ce5d4b');
INSERT INTO cms_hash (hash) VALUES ('c1824794eeed6cff79a4bea0cd505f6a');
INSERT INTO cms_hash (hash) VALUES ('c1879887b878e4bf05ad975c6938643c');
INSERT INTO cms_hash (hash) VALUES ('c199fce536f73037d155b70ce5aa27c6');
INSERT INTO cms_hash (hash) VALUES ('c1b5e8e4b4577ef2f2e25c4877ab91d3');
INSERT INTO cms_hash (hash) VALUES ('c1cafcc87937b4a515265a4c68587a0c');
INSERT INTO cms_hash (hash) VALUES ('c1e762e7a305ea12901e77dcebb98792');
INSERT INTO cms_hash (hash) VALUES ('c20dca50dfd52c3189f0acda16563690');
INSERT INTO cms_hash (hash) VALUES ('c21f690552499397ca74bbaeebaa4aed');
INSERT INTO cms_hash (hash) VALUES ('c2659d02af86eeb2abafdafb4878f6c9');
INSERT INTO cms_hash (hash) VALUES ('c295b2b004a60eebb2024dfe901c6835');
INSERT INTO cms_hash (hash) VALUES ('c362e9e4f58d12a616b608ed70cea4a9');
INSERT INTO cms_hash (hash) VALUES ('c399315d6cb1eacfb9f297b7b9002067');
INSERT INTO cms_hash (hash) VALUES ('c3a08f5406a2dd7a6d0572bd4787a3be');
INSERT INTO cms_hash (hash) VALUES ('c3be37b711a3b9eab2d6e0abda974b90');
INSERT INTO cms_hash (hash) VALUES ('c3ee205356a13466a18bdf33807788e7');
INSERT INTO cms_hash (hash) VALUES ('c45b90a15aac3f5b0e47057602b933f6');
INSERT INTO cms_hash (hash) VALUES ('c5cbcd650fad53a276411df2b1397bbe');
INSERT INTO cms_hash (hash) VALUES ('c5d4b79c118b08ad361ec6606cfdd9d4');
INSERT INTO cms_hash (hash) VALUES ('c5ddd6356c82f7898730a4f397805495');
INSERT INTO cms_hash (hash) VALUES ('c5e113487255bb32903e35b477a70c51');
INSERT INTO cms_hash (hash) VALUES ('c5e994668ca781308b976d42a029648f');
INSERT INTO cms_hash (hash) VALUES ('c65cf9ef4e458c9426098318d0149e2a');
INSERT INTO cms_hash (hash) VALUES ('c69f7a568503aa5b7ccc9250fe49fc7c');
INSERT INTO cms_hash (hash) VALUES ('c6b44888027b5f648ee97b54e4d43eb6');
INSERT INTO cms_hash (hash) VALUES ('c6ba608f1406ba1a4f5e254e0490322a');
INSERT INTO cms_hash (hash) VALUES ('c6e4e15c522a7e33302c3d7da53d1646');
INSERT INTO cms_hash (hash) VALUES ('c6e53b10d8d414262ffac09bd3a8eae3');
INSERT INTO cms_hash (hash) VALUES ('c70efa9150dc43138f074d6c98d5646a');
INSERT INTO cms_hash (hash) VALUES ('c714f24f6a5f9bf8af0534b5ff331f08');
INSERT INTO cms_hash (hash) VALUES ('c82f66b52e7edd0ab7c683ca61eee7e6');
INSERT INTO cms_hash (hash) VALUES ('c852983f0acfdbe5fdfa11913e77def7');
INSERT INTO cms_hash (hash) VALUES ('c85329ca13ea91d9ce9395f208924d8c');
INSERT INTO cms_hash (hash) VALUES ('c88cadf2e2f2856d9a17436c6d0b6f8e');
INSERT INTO cms_hash (hash) VALUES ('c8f17015f7de51eb4f537238d18d13db');
INSERT INTO cms_hash (hash) VALUES ('c99dc4f6f9953be3c497f4e9b9ab73cb');
INSERT INTO cms_hash (hash) VALUES ('c9c0da1c5449137364b599bade0400d3');
INSERT INTO cms_hash (hash) VALUES ('ca581e2ce46ac53a12f21e113cc01ea0');
INSERT INTO cms_hash (hash) VALUES ('ca93bcc66176d83073b09e96ce893d68');
INSERT INTO cms_hash (hash) VALUES ('caaa33c50074ec2525aa8a24f0e64022');
INSERT INTO cms_hash (hash) VALUES ('cabc5339d21fb029fe07b108744247fb');
INSERT INTO cms_hash (hash) VALUES ('cb3944853f66be41b46356b91c204bc8');
INSERT INTO cms_hash (hash) VALUES ('cb3ebc5faf5c638bde11d042d1912e09');
INSERT INTO cms_hash (hash) VALUES ('cb96ac385cd091e6f3125b52668ef0eb');
INSERT INTO cms_hash (hash) VALUES ('cbb2c5dc92ace1b70dd6bb5d7b644768');
INSERT INTO cms_hash (hash) VALUES ('cbc495e93e1189751d89cfeb663131c4');
INSERT INTO cms_hash (hash) VALUES ('cc9cfe2e1704186e526aeac60962cfd0');
INSERT INTO cms_hash (hash) VALUES ('ccb9adef4c131eb556d1ae33b4e634a9');
INSERT INTO cms_hash (hash) VALUES ('ccc80a6451ef38c017063da1853194a2');
INSERT INTO cms_hash (hash) VALUES ('ccf4479aa4a7a91170ea8568e2c69343');
INSERT INTO cms_hash (hash) VALUES ('ccf8deb5b42c1fec4fb87dc500036e8d');
INSERT INTO cms_hash (hash) VALUES ('cd085455742bc08fd97c8b9629d3b49f');
INSERT INTO cms_hash (hash) VALUES ('cd430d15d050a02dc230b893f8fabd3d');
INSERT INTO cms_hash (hash) VALUES ('cd4a5447e244b63b4798ed445d41416c');
INSERT INTO cms_hash (hash) VALUES ('cd70c29282ad514020af6d161cfdbb4b');
INSERT INTO cms_hash (hash) VALUES ('cd728ecdfd85f9c7c3570775c9a83b64');
INSERT INTO cms_hash (hash) VALUES ('cddabbf67f58ece9f16fa8dba7f12679');
INSERT INTO cms_hash (hash) VALUES ('ce1a5a04c03619919a3efad22f1e6c02');
INSERT INTO cms_hash (hash) VALUES ('ce55f68e9edb0ca17fcb047533f4edd0');
INSERT INTO cms_hash (hash) VALUES ('ce90837f66b837b73b5ad372c0d87205');
INSERT INTO cms_hash (hash) VALUES ('cee5f5218e51d46b79df1dae6ddccf8b');
INSERT INTO cms_hash (hash) VALUES ('cef395153ac583e97086c9630fd71804');
INSERT INTO cms_hash (hash) VALUES ('cfd203caa00fd3b878b5b7e31895f011');
INSERT INTO cms_hash (hash) VALUES ('d016c8309d938efffd169c6b7a446728');
INSERT INTO cms_hash (hash) VALUES ('d07baca0615c34f77c8e671517dcdf94');
INSERT INTO cms_hash (hash) VALUES ('d13ae47fc09a29a25fa71e23fddaa2af');
INSERT INTO cms_hash (hash) VALUES ('d1765474efc9027be99bf2082041b9db');
INSERT INTO cms_hash (hash) VALUES ('d1a64d9319edd3edc9df38e00e87fdde');
INSERT INTO cms_hash (hash) VALUES ('d1dbaca61dda73356f402b619df58e12');
INSERT INTO cms_hash (hash) VALUES ('d1fd64fae0a736e18244def1c7d8571a');
INSERT INTO cms_hash (hash) VALUES ('d255444d40500ae6a33ce56748c9cbe5');
INSERT INTO cms_hash (hash) VALUES ('d28cf05c0760f7cb04f5267246d7fdb6');
INSERT INTO cms_hash (hash) VALUES ('d3a1b273599e45ad2163c46a45dcb9c5');
INSERT INTO cms_hash (hash) VALUES ('d3c2f826561a3f1f0a78f83c14592dc5');
INSERT INTO cms_hash (hash) VALUES ('d40bde4cc9ec75af7813e177ed33fc4b');
INSERT INTO cms_hash (hash) VALUES ('d41bc624d0e94dc3eed31b6740a1f597');
INSERT INTO cms_hash (hash) VALUES ('d4bb9d7f7ff03faee3718d973443c6d8');
INSERT INTO cms_hash (hash) VALUES ('d5bdbd87bab3d9e2845006b8db3edb42');
INSERT INTO cms_hash (hash) VALUES ('d667ba53738c693ba24e937f76d45ddb');
INSERT INTO cms_hash (hash) VALUES ('d6cbc768b5e6252180f3d906acaea0c8');
INSERT INTO cms_hash (hash) VALUES ('d7ba4c4bd0cf887d37640a4acc98eab8');
INSERT INTO cms_hash (hash) VALUES ('d7bfd4ccb98ff11505df2fb74975fed1');
INSERT INTO cms_hash (hash) VALUES ('d842cbcba884963e370368092595a369');
INSERT INTO cms_hash (hash) VALUES ('d8506806af9f146e8de7431adf3d179e');
INSERT INTO cms_hash (hash) VALUES ('d8a5cb069a443d9925bea25d23b982f3');
INSERT INTO cms_hash (hash) VALUES ('d8bb51641a47dfa4ea20e9e087e3b75c');
INSERT INTO cms_hash (hash) VALUES ('d8df3d69d6938f8795606416236c3263');
INSERT INTO cms_hash (hash) VALUES ('d91b165a1bbf4f838ceeb15cf28c9da8');
INSERT INTO cms_hash (hash) VALUES ('d934a9ef6a97bed90ad178024593ad49');
INSERT INTO cms_hash (hash) VALUES ('d96d5f645c40c57ce77d5348af3eea28');
INSERT INTO cms_hash (hash) VALUES ('d9a408f17f6a92991ce5b8377dbfd449');
INSERT INTO cms_hash (hash) VALUES ('d9f1af72256f69ff93b8760c69f98196');
INSERT INTO cms_hash (hash) VALUES ('da29733aa82f153f1d2539777ca67073');
INSERT INTO cms_hash (hash) VALUES ('da78018f4693d21291a4c132ae38a700');
INSERT INTO cms_hash (hash) VALUES ('db467a7370676e4073aec9f9df6b6c96');
INSERT INTO cms_hash (hash) VALUES ('dbae95885654780db8e3803906198878');
INSERT INTO cms_hash (hash) VALUES ('dbb4a36f43f3e00464d8ef0c954a90de');
INSERT INTO cms_hash (hash) VALUES ('dbc9b2c50e32a0f22170d6fa16162efb');
INSERT INTO cms_hash (hash) VALUES ('dc2f45cb6d307b4271d6736ee62246e2');
INSERT INTO cms_hash (hash) VALUES ('dc3228bc4a8093cdcfb115a9dfd8d52a');
INSERT INTO cms_hash (hash) VALUES ('dc35babd9c3a43d64b212261546f1b76');
INSERT INTO cms_hash (hash) VALUES ('dc410e94a55fd10f752fb5c7ca3c2599');
INSERT INTO cms_hash (hash) VALUES ('dc51e3749c76c064f135d64f233bb888');
INSERT INTO cms_hash (hash) VALUES ('dcd06b831ae67239493f3df878fc46e2');
INSERT INTO cms_hash (hash) VALUES ('dce1aa50c3e36da301514d3d4e9110c1');
INSERT INTO cms_hash (hash) VALUES ('dd3ad079b3500079beda548ef44a3c03');
INSERT INTO cms_hash (hash) VALUES ('dd937d84882d770d0629783a87cbb795');
INSERT INTO cms_hash (hash) VALUES ('ddf08fc0a84b16ec0d2a28c273086d34');
INSERT INTO cms_hash (hash) VALUES ('de371cc3af7623617c22a3201bd959fc');
INSERT INTO cms_hash (hash) VALUES ('de70b5e68912bddd06aae2823b8989c6');
INSERT INTO cms_hash (hash) VALUES ('de7322242d1a01a1156c9221692613a1');
INSERT INTO cms_hash (hash) VALUES ('de9181c6101c0366bcb572e18ee090dd');
INSERT INTO cms_hash (hash) VALUES ('df32b4a677eb8ee07eecffef4540ea3e');
INSERT INTO cms_hash (hash) VALUES ('df90d33663397ce7d01fea67138d07ff');
INSERT INTO cms_hash (hash) VALUES ('e09ea420e9d9c74ebb7ed5650103621a');
INSERT INTO cms_hash (hash) VALUES ('e1160ab1885b10264624c1c23b170f0a');
INSERT INTO cms_hash (hash) VALUES ('e1387e91acd81c195b847659c2603ebf');
INSERT INTO cms_hash (hash) VALUES ('e13d2d7370b8f636db4a91b9a95b0df6');
INSERT INTO cms_hash (hash) VALUES ('e146c8e945080fa3f93abcb79454248e');
INSERT INTO cms_hash (hash) VALUES ('e1587ec757299e27780688e664f5d30a');
INSERT INTO cms_hash (hash) VALUES ('e19d4da9f793ad01d6394cc7411ed34a');
INSERT INTO cms_hash (hash) VALUES ('e1ad58cf9efec53c4b6811476076be9a');
INSERT INTO cms_hash (hash) VALUES ('e1f7e2d6daf548f01c36710f7f4d806c');
INSERT INTO cms_hash (hash) VALUES ('e1fbef1ef8a43ae30d6b1d3630af3d68');
INSERT INTO cms_hash (hash) VALUES ('e1fda1c778bc616107207ccee481a344');
INSERT INTO cms_hash (hash) VALUES ('e2a17ae78e355819e574dc7397d6a234');
INSERT INTO cms_hash (hash) VALUES ('e302341fe01e12bf830c0a443cd3b8db');
INSERT INTO cms_hash (hash) VALUES ('e3c9c8dc3670353f673a016016a3691f');
INSERT INTO cms_hash (hash) VALUES ('e3d75ef9530ab66a094b0495eb06be4c');
INSERT INTO cms_hash (hash) VALUES ('e3f139e2c928787b9501ed0b44d82d37');
INSERT INTO cms_hash (hash) VALUES ('e4149d684e99ef2ad5ed74858b0ec569');
INSERT INTO cms_hash (hash) VALUES ('e43e0d4e054ee143d610049756ba2fee');
INSERT INTO cms_hash (hash) VALUES ('e4ee1239d1b9b7963a5c6b289a2f08d9');
INSERT INTO cms_hash (hash) VALUES ('e50778f7e22a04b079876135d2aeda34');
INSERT INTO cms_hash (hash) VALUES ('e50ddae512e5ecebebdbb78342379e45');
INSERT INTO cms_hash (hash) VALUES ('e5ea7ee8ae037459eaf86793152519e3');
INSERT INTO cms_hash (hash) VALUES ('e5f10046dfb3ad8080d4c87ff9dfba9c');
INSERT INTO cms_hash (hash) VALUES ('e5fd56514b64fa540308cf90d03cfa2b');
INSERT INTO cms_hash (hash) VALUES ('e671a4c02a89046d678d470c946c9781');
INSERT INTO cms_hash (hash) VALUES ('e67a48b552ca5b6e48f5844bbd03f43e');
INSERT INTO cms_hash (hash) VALUES ('e6b065a39f8303700d1ffc17aba542bc');
INSERT INTO cms_hash (hash) VALUES ('e70af7572e146c18f5ef9ba267f648b5');
INSERT INTO cms_hash (hash) VALUES ('e70f08eeff42988e3ec0898062e477eb');
INSERT INTO cms_hash (hash) VALUES ('e71327d37ccdf24fa3cf97ba89958026');
INSERT INTO cms_hash (hash) VALUES ('e7c66fc36becdcf90de29314947b80e2');
INSERT INTO cms_hash (hash) VALUES ('e88625a70a6c61bfa3d6aa36ab86248e');
INSERT INTO cms_hash (hash) VALUES ('e8928fb927181ceb60a73b1bd37441e0');
INSERT INTO cms_hash (hash) VALUES ('e8b1334854182139be9f4c753775f4d6');
INSERT INTO cms_hash (hash) VALUES ('e8dc7a17d52a5d464473a2874ca19986');
INSERT INTO cms_hash (hash) VALUES ('e8dd1cdfc6888ac9dc329fac34c7c6b3');
INSERT INTO cms_hash (hash) VALUES ('e8e5d88b62cf1b6033c1f93295c8a571');
INSERT INTO cms_hash (hash) VALUES ('e8ff1a49e7e47873d0300abc553050d3');
INSERT INTO cms_hash (hash) VALUES ('e931b557b3cbe39a37d6891055fe988b');
INSERT INTO cms_hash (hash) VALUES ('e93ba09b49a1a04f240a404b1fda57b6');
INSERT INTO cms_hash (hash) VALUES ('e9ecea844bfd77485dafa15f303e9037');
INSERT INTO cms_hash (hash) VALUES ('ea197b4dd67d5a526fe6fe5a96701083');
INSERT INTO cms_hash (hash) VALUES ('ea6697b3be1708d11ea73cca0431033e');
INSERT INTO cms_hash (hash) VALUES ('ea91f9ca8fab2145cbb5a03e49e9165f');
INSERT INTO cms_hash (hash) VALUES ('eae19fa4ff432636ba44e0a0437400c7');
INSERT INTO cms_hash (hash) VALUES ('eb88979f79bd98b9628c68e9a94a59d5');
INSERT INTO cms_hash (hash) VALUES ('eb8fa65d385e7e8a71af6918e08f3482');
INSERT INTO cms_hash (hash) VALUES ('ebe0839aedb3b579df357e6903a37554');
INSERT INTO cms_hash (hash) VALUES ('ebfadcb706242234b0efc3d258ff52bb');
INSERT INTO cms_hash (hash) VALUES ('ebff5ebac8c93b903d8623f85bf39084');
INSERT INTO cms_hash (hash) VALUES ('ec1cd870bc94e0eed225e5458dc433e1');
INSERT INTO cms_hash (hash) VALUES ('ec6ba55c8a4a0cb04ad1202905b8ce59');
INSERT INTO cms_hash (hash) VALUES ('ed4f3e8d4f9e9cdfd2710010c4b71822');
INSERT INTO cms_hash (hash) VALUES ('ed7be215cdc5395f71a8b64a43e7fe18');
INSERT INTO cms_hash (hash) VALUES ('ed88326822a7e26a4d0751125bb37b4a');
INSERT INTO cms_hash (hash) VALUES ('eda1e40e6075b4b6d614a6b33cfaf8d6');
INSERT INTO cms_hash (hash) VALUES ('eda9beafc7db06326cd67fac6bec5e6e');
INSERT INTO cms_hash (hash) VALUES ('ede95ac07db93fcb938522e8bf092a04');
INSERT INTO cms_hash (hash) VALUES ('ee30ed42db673c482b700c22c6fbae94');
INSERT INTO cms_hash (hash) VALUES ('ee46433a1fc1f61c57dbf93748aff31c');
INSERT INTO cms_hash (hash) VALUES ('ee6404c07b37921d2ad2863182bc0870');
INSERT INTO cms_hash (hash) VALUES ('ee95cd7380273f5aa11a1965be3a3a2b');
INSERT INTO cms_hash (hash) VALUES ('eeea134add3e31f0308e16ec658346bf');
INSERT INTO cms_hash (hash) VALUES ('eef19406334070c6ee48e45f991d9c75');
INSERT INTO cms_hash (hash) VALUES ('ef3f0de390ce770ab34694577ca4abb2');
INSERT INTO cms_hash (hash) VALUES ('ef422640918a6eb26c547082c52ff0ae');
INSERT INTO cms_hash (hash) VALUES ('ef914837d5563641edf09259a2968c8e');
INSERT INTO cms_hash (hash) VALUES ('efb73f68a98e40632c1e949d2c8e01d9');
INSERT INTO cms_hash (hash) VALUES ('efc1707ceca893eb2d7804c3abd89f0e');
INSERT INTO cms_hash (hash) VALUES ('efda88046cc79b75c3b260a8a0acc766');
INSERT INTO cms_hash (hash) VALUES ('eff345079129d93d3291c758e4c9ed28');
INSERT INTO cms_hash (hash) VALUES ('f02c6659d0611d096fb367972040cbee');
INSERT INTO cms_hash (hash) VALUES ('f02dab525c31e52aa599705383f78fb0');
INSERT INTO cms_hash (hash) VALUES ('f03eaf6dd4983d8e9e8e2901ddd2f00e');
INSERT INTO cms_hash (hash) VALUES ('f06975f4ca11163b101ccf6faf0320cb');
INSERT INTO cms_hash (hash) VALUES ('f0c85ea233493c3a2b817e6e1617b8ab');
INSERT INTO cms_hash (hash) VALUES ('f1514f3b5e0ad4105a1dbd06cc69eaa5');
INSERT INTO cms_hash (hash) VALUES ('f18ae91fad3e31aefb398f7c1264a805');
INSERT INTO cms_hash (hash) VALUES ('f1c438460f6a462b0d691dcd39bb8b44');
INSERT INTO cms_hash (hash) VALUES ('f23c1442eae8020570252e29a66808a4');
INSERT INTO cms_hash (hash) VALUES ('f24a046f052e9365deb2e5331e9d20c3');
INSERT INTO cms_hash (hash) VALUES ('f29f9f32dbb402273894e24c79b5e696');
INSERT INTO cms_hash (hash) VALUES ('f2a89670f9d39b411b90752528ca593c');
INSERT INTO cms_hash (hash) VALUES ('f3aaa4d7177c9775087eef2b2365546b');
INSERT INTO cms_hash (hash) VALUES ('f3adc1bb46bee2331f11cbd130e22435');
INSERT INTO cms_hash (hash) VALUES ('f406ed6987efe846a400edee7281840b');
INSERT INTO cms_hash (hash) VALUES ('f444f9360cd9df1141b63a7adc9fffe9');
INSERT INTO cms_hash (hash) VALUES ('f4c4ab95d74faa24ac3d015a2b94dc86');
INSERT INTO cms_hash (hash) VALUES ('f507d17b1afac59c54f880eb04f9b44c');
INSERT INTO cms_hash (hash) VALUES ('f55a76fb42953e270ca3bd873eedae40');
INSERT INTO cms_hash (hash) VALUES ('f608d613a06c5d4f35b814521fe92a33');
INSERT INTO cms_hash (hash) VALUES ('f64809511024c8aaacf5b2e007a666b4');
INSERT INTO cms_hash (hash) VALUES ('f6849521955d09e340e3ccf7de4147af');
INSERT INTO cms_hash (hash) VALUES ('f6e0fd1af232d06bae6bea8bf7ef586a');
INSERT INTO cms_hash (hash) VALUES ('f6f6326f24589c27fe9d02ea0778dc3f');
INSERT INTO cms_hash (hash) VALUES ('f78306d275f0a418034e10b82fdcb1a0');
INSERT INTO cms_hash (hash) VALUES ('f784be0817c5dde18fee5582cfa77ca3');
INSERT INTO cms_hash (hash) VALUES ('f7d0f21b21310684535a346a5d7fcb89');
INSERT INTO cms_hash (hash) VALUES ('f882f4dc895a25c8aacfa887bae0ed9a');
INSERT INTO cms_hash (hash) VALUES ('f89bcac4ab312ac4f51f8e80493e3c9e');
INSERT INTO cms_hash (hash) VALUES ('f8afef1bb2a16765b7675ca19c64f2ee');
INSERT INTO cms_hash (hash) VALUES ('f94ed25caed575b6b3e9a91ebb020865');
INSERT INTO cms_hash (hash) VALUES ('f98f21975c3bb126447bdf1f9470802c');
INSERT INTO cms_hash (hash) VALUES ('f9e91bdb76e55ca5e8d85bfc0ae45918');
INSERT INTO cms_hash (hash) VALUES ('fa2003959e0e9f7040996ad9709df8ec');
INSERT INTO cms_hash (hash) VALUES ('fa22581f494839e97901eca952c002a0');
INSERT INTO cms_hash (hash) VALUES ('fa5394fc7a697f0fb1261c9821c5a0b0');
INSERT INTO cms_hash (hash) VALUES ('fa541470ab2098ebea1cc016d5265400');
INSERT INTO cms_hash (hash) VALUES ('facd4cddcc65d1b9163237c37d46eabb');
INSERT INTO cms_hash (hash) VALUES ('fad6f6cdceafbdedf0520b34244b7bc8');
INSERT INTO cms_hash (hash) VALUES ('fb52ff2c209b8708d8509cc97d9207f8');
INSERT INTO cms_hash (hash) VALUES ('fb6a50f68c86f2ab0f16f0d5e6ef446a');
INSERT INTO cms_hash (hash) VALUES ('fbc0d36b9af388b120459a408c2737b5');
INSERT INTO cms_hash (hash) VALUES ('fbc4161c0c44d971308dd1a0905039d0');
INSERT INTO cms_hash (hash) VALUES ('fc1a8fdcd3dc55f8257a6f84e8ca95b2');
INSERT INTO cms_hash (hash) VALUES ('fc3f29cf94f248beecc49cc8f3c95a43');
INSERT INTO cms_hash (hash) VALUES ('fc4b7a4c4b6be20ec12844e2d1408e24');
INSERT INTO cms_hash (hash) VALUES ('fcfe834ffc06fa3e6b835251133a6a13');
INSERT INTO cms_hash (hash) VALUES ('fdcadde6e9faddc99842f89e0f7c3362');
INSERT INTO cms_hash (hash) VALUES ('fdd033375c3764d73a0f7bd07c6e074e');
INSERT INTO cms_hash (hash) VALUES ('fde897a20cad7daff395e995316ccdb6');
INSERT INTO cms_hash (hash) VALUES ('fefb835d3fa4b5296f84c5ce1aad3d0e');
INSERT INTO cms_hash (hash) VALUES ('ff4404432f4efb6371e6eff7ad420070');
INSERT INTO cms_hash (hash) VALUES ('ff5de9ae00cc708192f2f425ecd0d571');
INSERT INTO cms_hash (hash) VALUES ('ffa257fab9ada5e63aa0d16173742da6');
INSERT INTO cms_hash (hash) VALUES ('ffad040529993082be606d6376c46dac');
INSERT INTO cms_hash (hash) VALUES ('ffc3bc22dd43e23538a0e03599507a71');
/*!40000 ALTER TABLE cms_hash ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_managed_modules`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_managed_modules (
managed_module_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
managed_module_box text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (managed_module_name)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_managed_modules`
--
LOCK TABLES cms_managed_modules WRITE;
/*!40000 ALTER TABLE cms_managed_modules DISABLE KEYS */;
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_menu','a:1:{s:6:\"module\";a:1:{s:5:\"menus\";a:0:{}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_search','a:1:{s:6:\"module\";a:1:{s:12:\"search_dests\";a:2:{s:12:\"search_dest1\";a:2:{s:4:\"name\";s:17:\"Dans le catalogue\";s:4:\"page\";s:1:\"0\";}s:12:\"search_dest2\";a:2:{s:4:\"name\";s:12:\"Dans le site\";s:4:\"page\";s:2:\"11\";}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_carousel','a:1:{s:5:\"views\";a:1:{s:33:\"cms_module_carousel_view_carousel\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_agenda','a:2:{s:6:\"module\";a:1:{s:9:\"calendars\";a:1:{s:9:\"calendar1\";a:5:{s:4:\"name\";s:11:\"Événement\";s:5:\"color\";s:7:\"#F0A935\";s:4:\"type\";s:1:\"3\";s:10:\"start_date\";s:2:\"32\";s:8:\"end_date\";s:2:\"33\";}}}s:5:\"views\";a:1:{s:33:\"cms_module_agenda_view_eventslist\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_record','a:1:{s:5:\"views\";a:1:{s:29:\"cms_module_common_view_record\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_section','a:1:{s:5:\"views\";a:1:{s:30:\"cms_module_common_view_section\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_article','a:1:{s:5:\"views\";a:1:{s:30:\"cms_module_common_view_article\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_articleslist','a:1:{s:5:\"views\";a:2:{s:35:\"cms_module_common_view_articleslist\";a:1:{s:9:\"templates\";a:0:{}}s:37:\"cms_module_articleslist_view_carousel\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_recordslist','a:1:{s:5:\"views\";a:2:{s:36:\"cms_module_recordslist_view_carousel\";a:1:{s:9:\"templates\";a:0:{}}s:34:\"cms_module_common_view_recordslist\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_shelveslist','a:1:{s:5:\"views\";a:1:{s:34:\"cms_module_common_view_shelveslist\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_rss','a:1:{s:5:\"views\";a:1:{s:26:\"cms_module_common_view_rss\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_sectionslist','a:1:{s:5:\"views\";a:1:{s:35:\"cms_module_common_view_sectionslist\";a:1:{s:9:\"templates\";a:0:{}}}}');
INSERT INTO cms_managed_modules (managed_module_name, managed_module_box) VALUES ('cms_module_metadatas','a:1:{s:6:\"module\";a:1:{s:9:\"metadatas\";a:5:{s:10:\"metadatas1\";a:5:{s:6:\"prefix\";s:2:\"og\";s:4:\"name\";s:19:\"Open Graph Protocol\";s:5:\"items\";a:7:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"titre\";s:4:\"desc\";s:5:\"Titre\";s:16:\"default_template\";s:9:\"{{title}}\";}s:4:\"type\";a:3:{s:5:\"label\";s:4:\"type\";s:4:\"desc\";s:4:\"Type\";s:16:\"default_template\";s:8:\"{{type}}\";}s:5:\"image\";a:3:{s:5:\"label\";s:4:\"logo\";s:4:\"desc\";s:17:\"Lien vers le logo\";s:16:\"default_template\";s:12:\"{{logo_url}}\";}s:3:\"url\";a:3:{s:5:\"label\";s:4:\"lien\";s:4:\"desc\";s:4:\"Lien\";s:16:\"default_template\";s:8:\"{{link}}\";}s:11:\"description\";a:3:{s:5:\"label\";s:11:\"description\";s:4:\"desc\";s:8:\"Résumé\";s:16:\"default_template\";s:10:\"{{resume}}\";}s:6:\"locale\";a:3:{s:5:\"label\";s:6:\"locale\";s:4:\"desc\";s:6:\"Langue\";s:16:\"default_template\";s:0:\"\";}s:9:\"site_name\";a:3:{s:5:\"label\";s:9:\"site_name\";s:4:\"desc\";s:11:\"Nom du site\";s:16:\"default_template\";s:0:\"\";}}s:9:\"separator\";s:1:\":\";s:14:\"group_template\";s:65:\"<meta property=\'{{key_metadata}}\' content=\'{{value_metadata}}\' />\";}s:10:\"metadatas2\";a:5:{s:6:\"prefix\";s:7:\"twitter\";s:4:\"name\";s:13:\"Twitter Cards\";s:5:\"items\";a:5:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"titre\";s:4:\"desc\";s:5:\"Titre\";s:16:\"default_template\";s:9:\"{{title}}\";}s:4:\"card\";a:3:{s:5:\"label\";s:4:\"card\";s:4:\"desc\";s:8:\"Résumé\";s:16:\"default_template\";s:0:\"\";}s:11:\"description\";a:3:{s:5:\"label\";s:11:\"description\";s:4:\"desc\";s:11:\"Description\";s:16:\"default_template\";s:10:\"{{resume}}\";}s:5:\"image\";a:3:{s:5:\"label\";s:4:\"logo\";s:4:\"desc\";s:17:\"Lien vers le logo\";s:16:\"default_template\";s:12:\"{{logo_url}}\";}s:4:\"site\";a:3:{s:5:\"label\";s:4:\"site\";s:4:\"desc\";s:4:\"Site\";s:16:\"default_template\";s:0:\"\";}}s:9:\"separator\";s:1:\":\";s:14:\"group_template\";s:61:\"<meta name=\'{{key_metadata}}\' content=\'{{value_metadata}}\' />\";}s:10:\"metadatas3\";a:6:{s:4:\"name\";s:5:\"Title\";s:6:\"prefix\";s:0:\"\";s:9:\"separator\";s:0:\"\";s:14:\"group_template\";s:55:\"<{{key_metadata}}>{{value_metadata}}</{{key_metadata}}>\";s:7:\"replace\";s:2:\"on\";s:5:\"items\";a:1:{s:5:\"title\";a:3:{s:5:\"label\";s:5:\"title\";s:4:\"desc\";s:16:\"Titre de la page\";s:16:\"default_template\";s:0:\"\";}}}s:10:\"metadatas4\";a:6:{s:4:\"name\";s:9:\"SCRIPT_Js\";s:6:\"prefix\";s:0:\"\";s:9:\"separator\";s:0:\"\";s:14:\"group_template\";s:65:\"<script type=\'text/javascript\' src=\'{{value_metadata}}\'></script>\";s:7:\"replace\";s:2:\"on\";s:5:\"items\";a:5:{s:10:\"bxsliderv4\";a:3:{s:5:\"label\";s:10:\"bxsliderv4\";s:4:\"desc\";s:10:\"bxsliderv4\";s:16:\"default_template\";s:65:\"./cms/modules/common/includes/javascript/jquery.bxsliderv4.min.js\";}s:6:\"uitkit\";a:3:{s:5:\"label\";s:6:\"uitkit\";s:4:\"desc\";s:6:\"uitkit\";s:16:\"default_template\";s:35:\"./styles/zen/uitkit/js/uikit.min.js\";}s:6:\"Sticky\";a:3:{s:5:\"label\";s:6:\"sticky\";s:4:\"desc\";s:6:\"sticky\";s:16:\"default_template\";s:47:\"./styles/zen/uitkit/js/components/sticky.min.js\";}s:8:\"grid_dym\";a:3:{s:5:\"label\";s:8:\"grid_dym\";s:4:\"desc\";s:8:\"grid_dym\";s:16:\"default_template\";s:45:\"./styles/zen/uitkit/js/components/grid.min.js\";}s:6:\"jquery\";a:3:{s:5:\"label\";s:6:\"jquery\";s:4:\"desc\";s:6:\"jquery\";s:16:\"default_template\";s:60:\"./cms/modules/common/includes/javascript/jquery-2.1.1.min.js\";}}}s:10:\"metadatas5\";a:6:{s:4:\"name\";s:12:\"includes_css\";s:6:\"prefix\";s:0:\"\";s:9:\"separator\";s:0:\"\";s:14:\"group_template\";s:51:\"<link rel=\"stylesheet\" href=\"{{value_metadata}}\" />\";s:7:\"replace\";s:2:\"on\";s:5:\"items\";a:5:{s:11:\"uitkitG_pmb\";a:3:{s:5:\"label\";s:11:\"uitkitG_pmb\";s:4:\"desc\";s:11:\"uitkitG_pmb\";s:16:\"default_template\";s:46:\"./styles/zen/uitkit/css/uikit.gradient_pmb.css\";}s:7:\"add_css\";a:3:{s:5:\"label\";s:7:\"add_css\";s:4:\"desc\";s:7:\"add_css\";s:16:\"default_template\";s:28:\"./styles/zen/addcss/home.css\";}s:9:\"stickyCss\";a:3:{s:5:\"label\";s:9:\"stickyCss\";s:4:\"desc\";s:9:\"stickyCss\";s:16:\"default_template\";s:61:\"./styles/zen/uitkit/css/components/sticky.almost-flat.min.css\";}s:9:\"add_css_H\";a:3:{s:5:\"label\";s:9:\"add_css_H\";s:4:\"desc\";s:9:\"add_css_H\";s:16:\"default_template\";s:28:\"./styles/zen/addcss/home.css\";}s:11:\"calendarCss\";a:3:{s:5:\"label\";s:11:\"calendarCss\";s:4:\"desc\";s:11:\"calendarCss\";s:16:\"default_template\";s:32:\"./styles/zen/addcss/calendar.css\";}}}}}}');
/*!40000 ALTER TABLE cms_managed_modules ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_modules_extensions_datas`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_modules_extensions_datas (
id_extension_datas int(10) NOT NULL AUTO_INCREMENT,
extension_datas_module varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
extension_datas_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
extension_datas_type_element varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
extension_datas_num_element int(10) NOT NULL DEFAULT '0',
extension_datas_datas blob,
PRIMARY KEY (id_extension_datas)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_modules_extensions_datas`
--
LOCK TABLES cms_modules_extensions_datas WRITE;
/*!40000 ALTER TABLE cms_modules_extensions_datas DISABLE KEYS */;
/*!40000 ALTER TABLE cms_modules_extensions_datas ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_pages`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_pages (
id_page int(10) unsigned NOT NULL AUTO_INCREMENT,
page_hash varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
page_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
page_description text COLLATE utf8_unicode_ci NOT NULL,
page_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_page)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_pages`
--
LOCK TABLES cms_pages WRITE;
/*!40000 ALTER TABLE cms_pages DISABLE KEYS */;
INSERT INTO cms_pages (id_page, page_hash, page_name, page_description, page_classement) VALUES (3,'fcfe834ffc06fa3e6b835251133a6a13','1_Page d\'accueil','','');
INSERT INTO cms_pages (id_page, page_hash, page_name, page_description, page_classement) VALUES (4,'efc1707ceca893eb2d7804c3abd89f0e','2_Page article','','');
INSERT INTO cms_pages (id_page, page_hash, page_name, page_description, page_classement) VALUES (6,'a7ff1dbe48408fea5dbbd570430ca54c','3_Page rubrique','','');
INSERT INTO cms_pages (id_page, page_hash, page_name, page_description, page_classement) VALUES (9,'a009d0ba2c9f870ff5c3c738a471b916','4_Page evenements','','');
INSERT INTO cms_pages (id_page, page_hash, page_name, page_description, page_classement) VALUES (11,'35fb5d441fefa3686fc8940046514026','5_Page resultats dans le site','','');
/*!40000 ALTER TABLE cms_pages ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_pages_env`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_pages_env (
page_env_num_page int(10) unsigned NOT NULL AUTO_INCREMENT,
page_env_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
page_env_id_selector varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (page_env_num_page)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_pages_env`
--
LOCK TABLES cms_pages_env WRITE;
/*!40000 ALTER TABLE cms_pages_env DISABLE KEYS */;
/*!40000 ALTER TABLE cms_pages_env ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_sections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_sections (
id_section int(10) unsigned NOT NULL AUTO_INCREMENT,
section_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
section_resume mediumtext COLLATE utf8_unicode_ci NOT NULL,
section_logo mediumblob NOT NULL,
section_publication_state varchar(50) COLLATE utf8_unicode_ci NOT NULL,
section_start_date datetime DEFAULT NULL,
section_end_date datetime DEFAULT NULL,
section_num_parent int(11) NOT NULL DEFAULT '0',
section_num_type int(10) unsigned NOT NULL DEFAULT '0',
section_creation_date date DEFAULT NULL,
section_order int(10) unsigned DEFAULT '0',
section_update_timestamp timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id_section),
KEY i_cms_section_title (section_title),
KEY i_cms_section_publication_state (section_publication_state),
KEY i_cms_section_num_parent (section_num_parent)
) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_sections`
--
LOCK TABLES cms_sections WRITE;
/*!40000 ALTER TABLE cms_sections DISABLE KEYS */;
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (1,'Actualités','<br />','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',12,1,'2012-10-25',3,'2012-10-24 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (4,'Agenda','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',1,1,'2012-10-25',1,'2012-10-24 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (7,'Nouveautés','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',1,1,'2012-10-25',2,'2012-10-24 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (12,'Menu','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,'2012-10-26',1,'2012-10-25 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (13,'Brèves (bandeau)','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',41,1,'2012-10-26',1,'2012-10-25 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (14,'Archives','<br _moz_editor_bogus_node=\"TRUE\" />','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,'2012-11-17',3,'2012-11-16 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (22,'Infos pratiques','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim \nveniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea \ncommodo consequat. Duis aute irure dolor in reprehenderit in voluptate \nvelit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint \noccaecat cupidatat non proident, sunt in culpa qui officia deserunt \nmollit anim id est laborum.','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',12,1,'2013-04-08',4,'2013-04-07 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (23,'Château du Loir','<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet \norci eu enim consequat mollis et eget diam. Pellentesque lobortis diam \neget arcu ultrices aliquam. Nullam sed ipsum vel justo pharetra \nsollicitudin. Donec a massa mauris. Suspendisse quis dui nec eros \naliquet venenatis. Mauris tincidunt fringilla nisi, et aliquet tortor \niaculis nec.</p>\n<p>\nInterdum et malesuada fames ac ante ipsum primis in faucibus. \nSuspendisse adipiscing nisi nec ipsum blandit porta. Phasellus et eros \nconsequat purus imperdiet scelerisque. Suspendisse convallis purus est, \nsed volutpat ante laoreet at. Fusce id risus ut mauris pulvinar pharetra\n sed eget tellus. In libero sapien, facilisis at lobortis sit amet, \nsollicitudin quis nunc. <br /></p>',0xFFD8FFE000104A46494600010101012C012C0000FFDB0043000A07070807060A0808080B0A0A0B0E18100E0D0D0E1D15161118231F2524221F2221262B372F26293429212230413134393B3E3E3E252E4449433C48373D3E3BFFDB0043010A0B0B0E0D0E1C10101C3B2822283B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3B3BFFC000110802BF03A903012200021101031101FFC4001F0000010501010101010100000000000000000102030405060708090A0BFFC400B5100002010303020403050504040000017D01020300041105122131410613516107227114328191A1082342B1C11552D1F02433627282090A161718191A25262728292A3435363738393A434445464748494A535455565758595A636465666768696A737475767778797A838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE1E2E3E4E5E6E7E8E9EAF1F2F3F4F5F6F7F8F9FAFFC4001F0100030101010101010101010000000000000102030405060708090A0BFFC400B51100020102040403040705040400010277000102031104052131061241510761711322328108144291A1B1C109233352F0156272D10A162434E125F11718191A262728292A35363738393A434445464748494A535455565758595A636465666768696A737475767778797A82838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE2E3E4E5E6E7E8E9EAF2F3F4F5F6F7F8F9FAFFDA000C03010002110311003F00EEE97345253016929692800A2968C50019A5A4C51400B494525002D2D369680168A4A33400A0D2E6928A00752D341A70A061CD28A2968016931452D00273466968A00296929450002968A280168A28A0028A28A005A4A296800A5A4A5A002969294520168A28A0028A5A4A005A28A2800A28A2800A2928A602D145148028A28A0028A28A005A5A6D1400B452528A005A28A280014B482968017341349450014B4945002D251450006929693AD001452E2928012908A752500348A29D498A006D253A929809494B450036834B49408434DA7E292801B462969680198A6906A4C52500478A314FC52114C06628C53F146280198A314F229314086D25388A4A062514B8A4A042514B4500368A7525003714629D8A3140098A5C52D140098A314B8A5C5003714B4B8A280128C52D1400628A5A4A004A4C52E28A402629303D29D494C418A314B45494368A76297140C6D2D2E28C500368A5A28109452D18A602518A5C5140094514500145145002D381A652D003F34A2980D385031D450297140099A5A31450014EA6D2E680168A28A002945252D001451450014B494B400B466928A402D28A68A5A007514DCD2E6801452D2519A005A28A2800A294514009451494C05A29297BD200A28A2800A28A2800A28A2800A28A28016969B4B9A005A33499A33400B9A293346680168A4CD2D002D149450014B494B400518A28A004A314B450025369F49400C3494FC5262801B8A314EC5262801B498A791498A006518A7114845301B4529A4A041494B45002628228CD19A004A31451400629314B450030D34D4879A695A60368A784A509CD00458A2A731F14C294808E8A711498A6212968C526280168A31411400519A69A4A007E69334DA51400B4B9A4A2900A4D2669292801F9A29B4A0D0014629C29680194B9A4A3AD2285A3345210680168A314B8E2801B4518A281050296818A005C50569DDA92818DC5253F149B6980DA4A7628C5021B4B4514005381A6D2D003C1A766A3069E0D03168A334500145145002E6969B4E140052E2901A5A4014B499A334C05A28A42680178A29B9A5A005145029680128A28A005CD2E69B466801F4B4CCD2E6900EA33499A2800A28A298051451400668CD1450014B494668016933451400519A28A00334B9A4A2900B9A334945002E68A28A0029692973400B452668CD002D2E69B9A5A005A293346680168CD251400668A2933400B451450025146692800A3145213400869A69C690D0034D252D18A602521A762928109494EA4340094518A5C5002518A5C52D002628C53B340A0041C52D38018A2900946CA50714EEB401115A66DA988A61EB400CDB49B69C48A43934C06E29A4D3B69A42B4086E28DB4B45030099A76CF7A4CD286A041B68D94EC9A4A00615A4C53E82280198A4C53A8CD0000E28DD49498F6A000528A6E697348A1D9A5CD333466801F914034CCD2E6801C714B8E2999A5CD0029A4EF499A2801C0D2D3451400F06834DA33400B494514009452D14C04A28A281053A9B45031E0D2E6999A506801F9A29B9A33400ECD2D3334E06801452D2034E14804C514FC5262801B452914DA602D1451400669C29B4A0D003A9314668CD001452519A005A334DCD19A007E68CD3734A0D003A8A4A5CD001452668CD002D14945002D2D369680168A4CD19A005A2928CD002D1499A280168A28A00296928A4019A5A31450014514500145145002E6969B45002E6933451400514945002D19A4A4A007669334945002E6928A0D0025145266800A28A5A60368A752520129314EC518A006E29714B8A00A042629714B8A281898A314B4B4086F3494FC521E940C40682D4DC500502149CD3714EC6283400CC5253F6D26280199A4269E69A453019453B6D1B68012968A2810B4669292801734DCD1494005145140051498A5A00652834DA5A450B451450014B494502168A4A2801734669841F5A500F7A603E8A414B4805A2928A063B345373466801D494668A60069334521A042D19A4CD19A005CD2E6928A005A5A0518A06029C2802971400A28CD18A31400E0C68DD4DA5A005269B4B49400B452514087519A414B40C28CD2519A005A434669280168A4A701400528A3146280173466928A005CD2D368A007514DA5A005A293346680168A28A0028A28A005A28CD1400B45140A402E28A28A0028A29680128A5A33400629297349400514668CD001494668A0028A4CD14C028A29680128A5A4A40145146680034945266800A5A4CD19A005A2928A005A28A2800C52D252E6800A3AD14500251451400B48697345002628A28A0414DA534940052114B4500371494EA4A006E28A76292801B8A314EC525002629314EA4A04371498A7E29314C63714629714500368C52D14088334A0D3734A0D031D9A334DCD19A007669734CCD2F6A0037738A5CD33A1A09CD00480D2D314D3C5002D1494B4805A292969809DE9690D00D002D14B8A4A00292968A004C52D14500029692973400B4B9A4A2818E069734CCD19A00937519A6034B9A005CD19A6E6973400ECD14DA50680168A33450028A2933499A005A2928A042D19A4CD19A005A5CD373466818FCD2E6999A5CD003A8A4A5CD00145145001451450014B4945002E68CD251400ECD14945002D1499A5A005A5A6D2E6900B9A334945002E68CD252D0019A33494B40052669692800CD19A31462980668A31462800A2968C520128A5C518A004A297146280133494A4526280128A5C518A60368A5C518A401452D21A0028CD140A0414B45140C28A2933400B452668CD02173499A4CD266801D9A334DCD266801D9A29B9A33400ECD266933499A00766933494668017349466933400B494525002D14519A0031486949A6E6800349473460D020A4C0A7628C50052CD2E6999A335431F9A5CD3334B9A007669734CCD283480771484519A33400E534F06A314A0E28024CD19A666973400EA5CD368CD003B3477A4A2801D9A290519A005A293345002D14945002D1494B400B9A33494B8A0028A28A005A33494503168A28C530141A5CD368A00766969A29704520168C5028CD00251D29D45021B462948A306801A68CD38834DC5301734A0D32941A007D2E6980D3A90C5CD2D369680168CD2668CD003B3453734B400B5CC6BFE314D2EED2DAC522BB90644C092021EC323BF5A4F18EBCF6100B0B59364F3AE5DC7544FF135E785F9C2F3F43CD272E504AE6D6A3E2ED5EFA378A5BC5822901531C2A178FAF5A8AD7C57ADC3809ABCAE074128561FA8AC66C63AFD08E2957CB0A00F5E39E959F3CBB95CA8EDB4CF88122B88F55B6564E866B71823EABFE15DA5B5CC1796E9716D2ACB138CABA9E0D78AFCC9860D95F7E2B73C35E209343BD1925ACE660278FF00BBFED8F71FAD529DF7138F63D528A6A90CA19486523208E8453AAC414B9A4A280173499A28A0033466971462800CD2D2628A005A31452D200C518A5A4A002945251400E0334629334E539A004C51B69F8A28019B68DB4FA002690111534DC1A9C814C60053022A294D25002514B8A5C5003714B4A692800A4CD06909A0033499A4CD25021D9A4CD25273400ECD216A69CD34D301FBA9375309A4A007EEA5DD51D28A007E68CD36940A007521A296900DCD3A93145002D2521A50281052D028EF40C43498A09A4CD021D8A29B9A33400EA3F2A686A5DD4019F8345498A4DB543194B9A52B49B6800CD2E682B8A4A005CD2EEA6D250224068CD3334A0D032406941A8C5381A00901A5A6034E1480752D20A51400B46294514804A28C518A602E28C5252E6800C518A33466801714628A2818518A5C525001462968C50018A314B8A5E9400DC53B61A518A76EC0A006AAE0D29439CD203934F1D2900DC11D68A7134DE4F6A60251462802800A2942934BB3079A0068A0A934FC01D29450040C314956768348631D851702114A2A6F2D718A022AF6A2E043D28CD3E45C1CE2998F6A00334668C52D0201934A1589C60FE55C978F60716969788CEA2376490A93C023209C7D0FE75C6F9E71F2DE498FF81D2724B72945B2DEBF746EF58BC9C907F785547A01C0FE5591B81FBA51BE9C30A2E63849C094139C92CAC29E905A90374E9FF7C3562DDDDCB4881DF2C40033F95362723EF6D23A1C55EF26DC93878C8F5D8D4DFB25A93FEB0FD044D4AE3B1117CE0FCA0003961C0FA0A58DE32DF79481C67A54DF66B45FE263FF006C9AA09208124DD970A7AFEE8D0163D3BC23A9C33F8760135CC4AF09311DF200703A75F623F2ADB5BCB46708B7703331C0512A924FD335E32B15BAF5F37FEFDD5DD2629A6D5AD8D8DBCB3B43323B058F0540604FE95A29AB6A4B83B9EC38A36D191938A5CE6AC81B8A31474A33400A0521A5A426800A2928A007514946680168A6E68CD003B34534734B400E029CA314C069E38A007E3348582D1B863AD44C79EB4807F994BBB8E2A1CD19A604D9CD30D337E29BB8D00389A414DA5A0078C7AD2E45454A0D0038F34DC1A70A7605004441A4C1A90E29A4D00376D18C53BAD21A042628C0A3145002114C229E6908A008F1405A931494C04DA0521C52D00500274A51462948A4014B4DA51400628C52D19A004C514504D0019A4341A6D0014869734DA004CD19A0D25310ECD266928A0066DE697654946291444569BB0D58C52628B815CA9A3654E54526DC53B8887CBE29A52AC628DBED45C0ADB6800D58D9ED49E5D3B811014E0B4FD94A16900C029D8A76DA5DB400DA514BB6942D0000D3B22902D1B4D21866949E29318A5C500339A50334B8A3A5300C51C5292314DCD003F814B8045301ED4E1400138E0D202334A471498140126293BD18A028EC4D002E290E29C10B77A431367DA900C271485B3C53D93151E30706980F0D8A72BE6A3C7BD18028027045216A8F27D6932D8A403D8D206A67CD46D3D698132B1A5DD9A881238CD28A403FB52A907AD20029760A0076451BA9368A63BA4485E460AA3A93DA8024CE69490ABB998281D4B1C0AE26DBC77E55E5DA5D3465167611763B3B56278DFC451EB71DB25ACD886304C91EEE0B763EFC55728B98F53CE452E3776AF35F0478A84460B0BCD4424112B8DB37403AAE0F518A83C57E30B8BDD4845A5DECB15BC1F74C4E54BB7F7B8A490EE7A83468471C1A80AE0E2B99B0F1B451E876936A0AF25D1C24BB703F8B1BBF2E6BAA653BBAE69011322C88C8EA191861948C823D2BCE356D12CEC35396DE2DE630DF2EE63C03CE2BD298638F5AF2CBDBBD4AFAFA67B955F3776186E0BC8E3A7E15334AC545B204B28493872067BB1A9858C6072FF993CD5662C87124477038F94E734EDEBD42BF4E9CD65645DCB496109C2894E4F41B8D39F4D8A3E5E56FFBE8D545319C960F91D3AD2EE57FBC1B9EE7345905CB3F64B650497C9F4C9FF1AAD35BDAB46DC938EC0D31C8CE3CB6FAE2992308C92910CE39DC3AD1641763A38621100230703A9E735E9FA369569A558AC76B16C2EAA6473F79CE3BFE75E5852561C342A0F4E4D7A3F8565BA6F0FDBB5DB16725B0C5B395CF1CD385AE2937637334B9A84BF34BE656E664D9A2A1F379A5F301A00933453370A5DC2801C6933499A4DC2801D9A334DDDEF46F1400B9A514CDD9A326802502929378C534B1A404946FED5106350CF7F696B2049EEA1858F459240A69D80B5B8526E151AB89143A32B29E8CA720D382FBD2014B52126976F14B814011EE3464D3F1498A00404D28A4E7346493400EA29451400668A292800A2909A33400B494B46680128A29334005145266810534D3B349400DA00A5A5CD00252134B9A4340099F6A3752525003B751BA9B45003B34669B9A33400A690D2668A002909A29298828C514B40098A5C52D148087793DE9F19355CE54D3D65C0E2828B24E3B526FF6A8D64DC39A7A106800DC297AD3B8F4A4C0A004C52E29D4500371462919C0E29A5E801F8A36D303F34EDF400B8A29A5F3403400ECD19C5274A6B3500383F34A64E38A8BAD264F4A7610F2C4F346F34D0C475A0B64D003B7D217A68526942D002EECD283460638A4A007822941A8B34A1A819303477A8C1A7AE2900E539A7918A4040A69DC4D0048B2734F67ED55F701417CD003DDB8E2A06C8E69DB8D451CF0DC6F114AB218DB63ED39DADE86988706A8EF2F21B1B396EAE1B6C512EE634AD9535CB78F1AFDB4645B621A0770B32850581EAA41F4A692EA277E8645EF8E75ABA98B5808EDA1CFCA0A8663F5CD6D785FC652EA57634ED4D112E587EEA44180FEC47635E7012F17864C7A5496F25F437514F6E1FCF8DC14DAA0F23A7D6B3736CD1451EE1BA80F546CA7B896CA192EA358E76406445E81B1CD5956AA5AAB92F4252680DCD46B22499D8EAD8EBB4838A5CD302C0614E06AB02454818FA52025CD50D6ED67BED1EE6DED5809D9731E4E0120E71F8D5B24D1C9EC6981E3FE21F0CDFE8D0C577A934404E483E565B69F427A56543A3DCDC794E23312CC374464E378F51F88AF4BF1BEAB7560B630C76A648A4995DB20159369FB8411DF354FC79631C9069DA848AF0A9220303B796101C919201C63A74A9D6F62B4B5CF3E362F6D248920C48320906B52C7C27ABDE69ABA8595A35C42495C4520DE08EBF29FE95349A75A46ED20B8B664098545BE2C777AFDCE7E95E93E11B292CBC396CACB83283285077050DC819FA6293BDC2CADA9C3785BC2F2EAD793ADE3DE5AADAEDDCB2C58DC49E9CFB57AA74148779EA1A8C37A1FCA9A4F7626D6C8E77C53E23B8D165B786DEDE2733296DF29381838C002B8B77FB65C4B75711234D33977D990B926B77C71AA5ADC4B0D846A9249039679719D8718DA0FF3FC2B96795B6288CE083CD4CDBD871EE582769428B8C1CF5ABF6FA235E44F70B72B126E230C09C63DF359003797920F06BA2D1B7DC5888540608E5DD58E031EC2A0AB99EFA3C84AAC37218160BBDD0A8C9E9DF3490E89712C466FB4A3C4A483B010463EA6B53C4164F71A6CB7100922B845CAAAF72A411D3DC55ED3BECF73610BC11B2C72012EDC1C1279EFEF4728B98C74F0FC5344EC97D26547CCAD1E0A9F719AC824B00AAA00DA319AEB2E0CE9BAF1E21104182B9CB3277CF6F715C6AB6E7E393B71CD16B0EF72C46215802B46991F9D6A691E23D4AC6E2C34E32C5242D22C423F279DA4FA8E6B0802201CFCC58F156AD3507D2B57B6BD8943346402A7F8811823DB8EF42F75E81BEE7AA14C9A4F2CFAD4165AB58DFDB2CF05C26D3C15760194FA11D8D4C6F2D475BA807D641FE35D16665743C45EA697CB1511D46C475BDB71FF006D57FC690EA9A78FF97FB6FF00BFCBFE34ACC2E89B601EB404AAE756D37A1D42D7FEFEAD505F1669FF00DB4DA7B488B1EDF96E4C8363300091FAF5A2CC2E6BED3EB4BB2AA9D634B27FE4236BFF007F451FDB7A48EBA9DA7FDFE14ECC2E8B7B4526DAAA75CD23FE8276BFF7F45035CD233FF214B4FF00BFA28B30BA2D6D34B83554EB9A47FD04ED7FEFE8A46D7B4755DCDAA5A851C93E68A5661745BDB4EC5737A078BED3514BAFB65D430B24CDE56FF9018CFDDEBD4D6BFF006DE97FF412B5FF00BFA28B36172BF88F565D1B499271222CCFF244188CE7D71EDFE15E4EDE5DD3BCB3CA6496424925F2735D8FC408EC35286DAF60D5216921CC462470D9079C8F4C11FCAB86B7B71E66D12E077208ACDDEE5F4D0E9BC1DAD3E95ABC7672DCAFD8E73B5C3B0C29ECDEDCD765A26A0975AFEAD02EA06E9236530AF9A19557F8B18E3AE2BCD2C6C2CE6D4208EE6E1A359255576665185CF35E83A1C900F186AAB6BB0C0F12EC31E0AE06070471569B64B491D451484D63E9FAD4B75E22D434D68884B700AB11B7038FCF24F1401B34519A4CD0018155355B996CB4E9AE2111EE45CEE95B0A9EE7D7E956F35C2F8F359FB4DCC7A140DF2A9125D11FA2FF005A96EC346F5BF8A7438608E36D47732A8058C6DC9EE6AFD86B5A76A733456771E6B22EE6F948C0FC6BCC6208EDF25BC2140EEB5DAF82638D2CAE2410A24A640A5828048038FD734D4B984D58EA30290E29BB89A4CD30168A33499A005CD266933499A005CD19A4CD140833499A0D2668017345373466801D494DCD266801D9A4A4CD19A0028CD2668A60145145200A28A4CD002D2519A4A602E28C5252E69085C51C52669375003A8CD33346698151DB278A44CB1C521EB4A18034C68B31A8C60F5A946055552739CD4C339A9193668C834C049A5C50038938A6EE3D2949E2A3C36734011BB9CD0A7269B2F5CE29D0F34C48940CD285F5A7F0074A616E690C76D0474A55514D0D4A1B1D2801DB715138C1A7339A63BE45310D1D6A4014F5A8775395A801EE99E869A14E69FDA939A06382D07349BA9770A40379146734EC8C6290A9C70298861A55F7A075A31CD003853C1A60E9467140C7EF2297CC38A84B629864F7A2C22667F5A66FA88BD206CF7A7601D73711C303CB2BEC8D54966CE302B9AF082CD1CB753492BF9779FBE891F077AE48DF9F5F5FA8AD0F1246F3E8176888CEDB3384383C73F8FD2B8BF0C5E5F4BE21B389A7B8689010158642AE3A7B0E953369450E3AB67A616045723E3BBDBCB5B582384C621958EE2CBC861EFF00435BD7FA95BE9B0196E1F1FDD51D58FB579C789B5CB9D6E648CAEC85092B1A9E7F3F5AD365764EEEC64B316259A65CFD7A5490DCC96CE1E2BB4DEADB978EF55822C2BB646DC7DB39A4B78C2CC25EB8391C7515CE6A74A9E25D71D0335FB827B055FF000A5FF848B592A776A328F7E3FC2B372A3953F29E94D954BC6CA3A91D6B552667644BA7DEDDDAB35C5BDC4903CBC1D871919EF577FB6F56EFA95C7FDF558D15ABA3AB91900F277559CE0528C98DA2F8D6B551C7F695CFFDF74D3ACEABFF00414BAFFBF86A90C1EB9FC68E3355CCC5645D3ABEAA473A95D7FDFD3513EABA9E38D46EBFEFF1AAFD298E3228BB0B115E6A371732462E2FA597CA3B9448E5B9A6CFA8DC4F2EE7BCB89914EE549252C01FA1A9934D89E3321DDBCF39DD54DA111B637641E79A8526D94D683DEFE4991A37036B7A1C629D06A3A8C48238EFEE55146140998003F3AADB39E2A454F4155762B17E3D5351CF37F727FEDB37F8D5CB7BFBB77433DF5D2C6C71BBCD6C7F3AC8C1098F5AB11CD32A850A1E323F8874FC2A6526B4B8D2469DDC8649FEC8887C956C6539FC69B34290DC34433B828E4D52B6F31E60373291DF35699F74ACD28F9C0DB9CF5C565D4B1C24DB12A97CF5E2B6B44758ECA6796E2481776ECA72586318FCEB08C4FE523AA960C70315D3E856CD3E8CA554092391B018707819534FA8BA1A7FF1FBA66236957CC4DBBB3871DB3F5AC8B2F0D3A40219B50D455509DA16E36AE33C0C0AD18E629A817B893ECE823089138DA07D0F434A97B9B40AF3AFDA01E027CC4F3C703DAA8929B476CD6D30866B9694294D92C84F2781D6B948C1463C8E2BBD489E69BED13208F1F710E339F535C0230FB4BE727E538C526521FB83C6D9C8258F3525C406278DB2B96EA3B906AB2B2ADBE01C1CE0E7AD58932D1A16746C8CE4F3B7DB150CA455B840B2B6DE8A324679FF00F55244F1B823600475A9D915D06E937772CA338FCFFCF15515712823DC673D6AA12E82922C04403855FCA8D899FB8BF9520A0139EB5B19849B1632E5570A33C8AA6F76CCCAC5509CE7703574AEF52A4641E08A992258D0E70303183F4A8932910A84650C157919E94B81D80FCA930071E94B5448EF971F747E54842FA2FE549DB8A4C73D2980FF00971D0532468E342CF8C0F6A5A6CA8258CA7407BD202B413C46E0A46772B73823A1AB842FA29FC2A216AB1157C9CFB9A7E7F2A5177437B952F8797899511B8C106A89B90EE0B42831D322B46E1C371CE0567AAC667DC140C1EEA0EEFC2A6FA8C549D839DB121C9E7E5E2B674CBCB8B0B94B8B798A3A72A41E3F2F4ACA45532929181DF81807DAADDBB8031D79E314E32B31347A9E8FE2AB5D460613621B88D0B32767006495FF000AE4E1F164373AC584F6304A97AF315B879080B2AB91F2FD0718FA5610638F958827B83C8AB7E1AB3B58F57B2925C6D59864B1E3AF19ABFB484B63D6B2734B9A66EA4DD4087162391D6BCB2E6C26B1D7AF23BB9D6E262DE63CA0119CF3DFEB5EA1BAB82F13009E23B8278DC887F4159CFA171D999A8AC62461B40C9CE6BAEF066F5B2B94618C483F9571B04E52DF69DB91D3DC575FE0D919A2B904752A7F9D2A7B84B63A6069734628AD080CD26690B60F14A0E6800A5A5C1A6E31D680171494134A68010D369C734D34001A4A4CD19A601494668CD200A314B9A298098A314EE28348066297141A2800A29690D001486969A4D001466933499A6217349499A28003452E4519140148D203934E22900E69812A103AD4EAE0D469B48C6334AAA01A928947AD3E9A00C714A0D00147045069B9EBC50044E7A8ED4D89B6B52CAF91D2A1DC45508B824A696E6AB09694C94AC04DBBDE9C84E6A00D5347F31F4A18C99D46DE6AB9A918374278A8981A1084CF34E1EC29B18C9A79420F14C09953E5EB52041DEA34271CD499C548C63A81D2A3C53A57A8C35310ECE29C1F8A6641A6F39E2801F919A42D4D1C75A0B7A5002EEA70615113499C5301F27B55724E6A42F9A61C530101CD04D349C5234891A17760AAA324B1C014C443A8DC245A74ED236D528467DC8AE1F4CD49F43B892E8441CC91144DC7001C8E4FAF4AB7AFF8A8CF2BD8DADBA3439044DB8FCF8F6C71CD63B5DCE63E638CE0E4673E9F4ACEA3B348A82BDD8B737975A9DC992576776EE7B7D07A556BBB68E0C2FDA32F8E7EB52DADAEA11A9716E3E6538248E2A24D2AFE42584685B3C9E0D64E57776CB51B688ACE6216AB188D848A4FCC4751EF5126D881DC48DDCE0F6AD01A56A2A4E634031D72285D2AEC8F9BC903DD85494410BAB6406C77C7515245991F680C077F415345A74E32892425882073D29B676B728EFF0039DC3AE14118FC69A6D0AC4D2A623C283EF55EA79D6E402A243C8FEEAE71F4AAB13395F9D76B0EBE87DC569064C879CE3A53452E451919AA2433ED4879382714A4023079A65A47080527644DA70A5812587E149BB21A5734A38C2A08F7AA8C6739C566DF478973B8367D2AD18ECDB1FBE4FC236AA977696D2B058EE1412727F76C2B34EC5B572BEC20F4A700476ABB0595B471E1A646007F71AA5F22D771CB8C7B46D4F9C5CA67088CABF2B01CFAE0F15610089C918CE3A31FD6ADAC169BB2186474FDCB539A2B62BCE738FF009E26A1CAE34AC53F3B681217079E9DEA3F3E56918E55413EB9ABD11B588946F3083F776C3FE352E6D08CED9FFEFD8A2E3B14125631390DB0E7BB522CD711FF00AAB8C92738594E33576496D366D0B7018F4CA2D22FD9173913E7FEB90FF1A399858AC679EEC192593247182FC7E5508FDCB0D9B1413C90C6B40B5A15385B83FF006C97FC6983EC9D025C0CFF00D325FF001A3982C5461BD434970814F5393914445514EC7DCA4718535749B4DB80B3E7DD547F5A7473C09FBB31CED9E9F3AAE28E6616330ABB6339181E86AC4251232250E0839CAA9AD1574FF9F690E7FE9A8A6492C446CFB3CD93E928349BB858CF92E622A154BB9CF75C629ACF1901B7ECF6C126AFAAC40E7ECB2E47ACA0521C30E2CD88F797FF00AD4263B14A3903281C93EC0D3F7638DADF955989155FE5B32063FE7AFF00F5AA7DA4FF00CBB0FF00BECFF855FB464F2A2824BF30F924201ECB53B4E84604127E2053240F148185B21078C92C7152FF00A575167171FEC35272B82562AC920525846E140E981FE34432ACF18914101BA6460D2CF24923181E08D3D582904524482289501E14015A45B68968939A407DE8EF474AA245FC6900CB0EB8CD266ABF3F6B324D8D9C05CF231FE39349B1A341A018396038CEE6ED541EE635E43EF3DC63815763B68CB12D1E463FE791A6CDA6456FB5E5F93CDFE151803F3AC93E85B46735E1230817DF350900CBB90EDFC7A7E95A3F62B55724336D1FC5C63EB4CFB4698A386998FF00B229DD08AF1CA6242CAFF39F6E290CB267231F8647E356D2F34C1C11703DC9C55EF2AD994184CAD9191873C517028348BF6784ACAA5D8E1CE30579EFD8D5C884413609D549EFBAAB4B127128DC4A371B8E73F81AB6EB0345958E4208E3F76B436348E8740F169B62B677CFE6C23857072C9FE22BB68E48E68D648DC3A30CAB29C835E3CA1776F41D47190011F956CE8DE20BAD224C29F32027E6898F07E9E86B74F996A64D5B63D2EB84F170D9ADBC848E523CE7D2BB2D3B51B4D56D84D6926EFEF2FF00121F422B89F1D67FB5DD0360B5B29EBEE6B39E85C59850E7629CE460F38AEC7C0EE19AE87FB2A7F9D7231167B556C7047A5759E0618B9BA5CE7E407A7BD4C3E2096C75E4D37771521514C7503A568488BC9A72E077A1532293691408713C52039A69CE29538A0069CE69EBF5A6375CD0A79A0079A6353FB5358500328A76DE29314C04A4A5C521A002969B466801D9A334DCD266801F9A29B9A33400ECD19A6668CD201C4D349A426909A62026933460D262980B9A09A4A280173499A4A5A0431D30690C78191564A83CD0306A6E591A21041C53880DDA9EC7038A45E69008320E294F0D40041F6A7530129AC0E734FA2901198F2738A85A0E78AB549DE9DC452689813C5464106AFB8A87CB05F15570B15C6475A9E1942F5A9446BDC547242072B4B70D8799727834E0C1B835144A3BD3B680D40122A81D29E00C5460F6A566C0C0A431D9038A7039AAFBA9CAF8A7601EE9919A80E41A9779CD23B29A044458D22BE3AD07151B353026DE0D1BC556DF46FA76113939A6B1C54424A52D91400EDEB9A902AB2E6A01D6B1B57F145B69E1A1B62279FD8E557EA7BD3B5C2E696A1A85AE9D1192E1C2FF00754756FA570FABEBB71A94857FD5C00FCB183FCFD6A85EDFDC5F5C34F7129776EFE9555A41DF229395B44097727882B4EBB98A8FAD6A2C4A5E306E372939C7358B036661CFF5AB53E434657AA9DC3F0AC24AECDA3A235B52992DC2A3120E71C0ED59534B249148B13B63AB638E29B35E4B7783336E20F031572C234945C8242E2DD8E71D3DE95AC2660453B4AE115A505BFDAA5B5BA3F69503CCF98E0E5B356B4EB5B5FB6A62F431C31C085BD0D456B6F6A2EA32979BC83903C923355642B9A7048AB2091B2A10F5F5CD3D2485D37F3907A11D6AB36C8D48691865B918CE7BD4A31242A626242B6395C54142499766312794631B81239AAB9E49E07B01539998BCAADD02119F5AADBB3DEB48E84B1DD7A519A6E4500D51229CD088AF2A06C81B877A434E4C0607DE87B0D6E742B676A78DA0FE34C974F4F337C41471CE455482F114E7CC4E3B6EA99B5089F72EF3C91CA9E95858D2E48968CD91BA3071FDCCE7F5A68B663B954A92A793E5F1FCEA317254E52462D8C6DEDF9D482FC073115C2B7DE2DC6295863A3B6729BB0140EA0A0FF1A97EC87CB0DBD467FD8150477CB06403B83719DD93FAD4FF006FB7917CA2AE8B8FBC4673458067D83730F370CBE9B40AD2FB1C38CF94A7F0AA092471B67CCCA7FBDD3F0ABABA8DBE3FD6AD2481B19269D03BEF112E40C72B59DA95AAC45116D91839C13B471EF5B22EE165CA48A49ACAD56FD70111817CF2474A2C0657D92D849BC46320E70178A53676B23AE61555C7181575BCF58E364DBF3AF395A6A34A5D559805CF61CD0216DEC47DA23D904613FBF819FA56A1D3E15C318D0E0F1F28ACFB7BCF22ED925C95C9E83A7BD691BF8360DD2A9E7B706848772C88131F747E5552E2D50B960C50F7DB8C9A57D62D158FEF3A7B5413DE5B5CC60ABAEE078246714EC2B891C05D7224940079CB0A0C3B622EC5D4740CD21155DAF5636CC5824FDFDCC4027D46298FA9A38747D81719201CFF003A2C32C985CA17572E470C039FF1A4304650B7CC70BDE43D7F3AA4DA9222058D9514F257B1FC69B2EA6A4932468F19E7804E4FD68B0AE5C4862055C75F4DD9A9A79E24ED9358FF00DAAAA876A3124F24D4571A92BEEC0CE7FDA14D20B8FBB903DC330C738A837719C8A8C485C6EDB8A5CFAD6CB633638B1146FCD2023B53588F5C1A005320CE075A6B10E5430C8C834C62477CD4659B7038E011FCE803456E9E00769CF1E951CF7D3CEEAD33B3FF002A8E565DA0E0BF5070690150BCFDE3C9C74A8B14592AD3F98981B4290401ED9ACA814B4E89B8E18E2B4ED252D71CE30DBB3F9552B76FF4841B57EF0E71CD3484C8941691558F04E2AFC47610996C038233548487CD0362FDEF4E6ACABC9965E8339E07268608B059D4FCC4900F7A9E3D4375B2C63B679ACC6660A324F5EE696DE401464E71C7D6958659EF4BF8D333CF3C528F973DEAC827B6BB9ACE6124521520FAF07D8FA8AB5A9EA51EAD76971F658ADE410846D8386393CFEB59B93484F3DB34DEAAC08D280288115A66555EC05753E0C2A3519D54B95311C6E1D7915C65BDDF97F2B8DC9FAD759E0D995B54211B76626E33EE2A229A90DBD0EEA9A403467228AB10631498A5A28013149B714EA4A0042B9A684C1A7E68A0031484669734D2C2800C5349A0BD3334085269A4D069A69806692969281099A334B8A314C039A2976D2EDA40369714B8A502818DDA28C53A83400DDB4840A71A4A04308A4C53CD36801B8A31EF4B46298136E1EB4D2467AD3B028C0F4A82869618C50A40A7607A52D00275A4CF34EA280101A5A292801690D1453010F4A40A0734A68C50029A382314945003766294A8207AD3A8A00403D682BC52D2D0042149EB52041B714B8A5A008CC7DB351BC640CD5834CC1069DC45750DDC523444F3DAAC95CD62F89B54BED26D527B3837AE70E590151F8F51F9535A832DBC4474A610475AE34F8D35A909DB1DB8F6F2FA54173E24D7AE930655881FF9E49B7FA51CD1EAC3959DA493470AEE9A448D7D5D80ACCBAF13E9B6A0AC729B871FC31F4FCEB8A916EE66DF28DE7A92F927F5A8E48EE117263519E8769A5ED23D03959ABA9F896F6FB31A38B784FF0002753F5358A5867EF70294C7765B1FB819F5069CD657847583F0526A5CEFD4A51B10B38FAD465FFD924D5AFB05E1FE28C7D22A44B0BA7C812264751E554F321D995ADDF6CE1C9DA075CD5B9258DC8612003D01E94A34BBCC9DB328FF00B654A749BC2066727DBCAA5743B316296205776704D6A697148F35D228FF005B6CC220481B8D653E9D79080C2EA51CE3E54A97EC17CCC1C6A3759F5008A575DC7627D37C39AA41762596D82AED619DEBD4A903BD410787F51B59D66B888471A83B983838E29DFD9F7E721B51BE3FF6D08A63E9B3EC21EEEF1CFF00B52FF4A7CCBB8B959582CCBF2EEDC3A9041C9FD2A54B878A228431F9B38C1E29EBA4339529713303EB273F953FFB103120CD293FF5D697344766428DBCBAB06DECA400781F8D43B5D18A95E47070723F3AB2748833812B1F5FDF67FAD1FD9B6DC2F95E60EACDE7374FC0F14D490B959061FF00BA68C37706AE2E95661771B7561EA6E5B1FCE9973A75A15DAB691C6C718DB3313FA9A39D072B2A1DC4FDD34F8236964DAEAC17D7A53869D66AFB93630032CACC722ACDBC3651179209563DAB924039C7E34B9D31A8B18B6707CCE06EC8CE54E6905B46B28182703B9AB4B34655A4FB5300847F0F27F0A5696270667BB6383B7253E6FF001A9E643B1198E2E46E3F81A63AC64EE756E3A907934FCA045985C8DA4955C0E7F2C54C244F273F6CCA038C11D3F4A399058475B53671948406DC72C18E7155DF6A7DF56FC735715C3C4DFE9C0A272411D3F0C536422E01FF004DDE5467938E3F2A3990DA214F26E645823DCECDC81CD5836132466410EE45E854F5FA532268F0D2A5E9528BB8904823E9C53C5D968D9FFB4A6DABD4163DE8E61598EB7547233191EE722AADDA98A4206E439CE7B8A9FCE4784BB5FCACAA71824E73F4A883AB0329BC6D80EDE4927F2A5743B0C6BECDB3C6CC4E31B727047AE2A18EE8465A53BB38C73574BA490330BD2CA9C9078FE629217491188BD650A3241E28B858A892B5C4E58063B8F0339C55EBA49525890DB9040F4C76FE750ACA5CEC8AFA404F3C6569C93C7303BAF65C8049DC4E38FC68B8587B4171F2EDB191BBF111E28FB35C1C8FB1B838C8CA633425E2480837B7030B9F9B238FCE9AB73048ACDF6B9C6D19392727E9CD3E61586982E19437D99D79E9B2A48AC6E65899D2021476C609A6099242CE9772A88FA82C4139F6CD3D67528CC2FA50107392452B8583ECD38930B6B27FC092896CEEB86FB339EE0019C5224E8C8CC6F65F9064E4907F0E6A296756F985CCA760DD862467F5A7CC16036B772B2A18D87CDC03C54B7362E0FF00A823239E3A9A8C5CC2636613CC36F6C9C9FA7348B7106D2CD2CE4E71B79C9FD6973058826B630283298E004FCACE4F3F95553342A48F3E338EE0F1579FEC8E9BD83120E0291C8A8962B2FBFB4E1BB6DE9F5AA534271655F3A03D6741F8D219EDBFE7E23FC0D5F8D6DA35E6444DDF301E506E3F106A565B656DA648B3FF005C17FC2AB9D0B9598ED3DBFF00CFC464FD6982E2DCE479A370E983C56D4821FF0053E62024E388C0E7EB8A8E24B366D8CCA181233B38FCE8E741CACC7FB6C7B48F35467DF8A962BC83CBC9953703CE3A1AD44164CDD48C67931E01FD6901B50DB8472FB6231FE34B99072B29437D66B26E37006D5C8C293CE2A359F4C521BEDA720E7EE1ABDBA191B1890283F37EEFFF00AF5655EDB637EF59428CE0C7C9FA734B990EC62B4BA78F9D6EC93D4654D4C97F66D0E1AE39F6535A492DABEECC920C0CE1900CFD39A898DA3020065C0DDCA75A399058CC6B8B775C2CE323381B4D361B88F2AAB2E7D3835AA925A329CC4E0819030393E94AB2DBEC6FDCC818745E39FD28E60E533DAF2DB2BE5CAC73D72BDE94DEDBAF059B8EFB4D5FF3E0D84F92E1C1FBA48FF0A60960906E31B93BB1B06381EBD29F38B94A2D7B08EAC7FEF934A93C2E33E66D1EE0F357CC90103103939E5411C7E948CF10505617627A8C8E3F4A7CE8394A81E1CF13038F635660B91090F14CCA47F12E41A8C3AABEE58CB061CE4F43F9521708C596DC152327713D68F681CA74367E31D52CC05374655FEECE9BBF5EB5B76BF10A1E05E59907FBD0B7F435C2F9C78296C9B7DD8E695E701B77D9D7667D4E7F9D3F69E42E43D08FC41D247FCBBDCFE4BFE353D878D34DD4AF22B4B78A6F3253805B000FD6BCD0CF1EF00C20467B82735E81E0EF0F7D9201A85E4012E5C7EE90F3B14F7FA9AA8CAFD096AC75749914628C5300DD499A5A6D00069A452E69281086929692801B4629D45301B8A314B4500252D14520168A4A33400519A33499A0028CD213485A980A4D2669A5A8DD4085A29BBA90B50038D2669B9A326988B19A334CDD466A0B1F9A334CDD46EA007E69334DDD499A007E68CD337519A603F3499A6E6933400FCD19A6E68CD003B34669B9A33400FCD19A666973400ECD19A6E68CD003F34669B9A33400ECD14DCD2E6801D51CF0457303C332078DC6194F714EA2803CA7C53A48D13568EDA1B899A2740F1963C9F519EF59E824924DECCE5C7A7415EABAE68769AED89B7B95C3AF314ABF7A33EA3FC2B89FB0A46D8206578CFAD4545D51507D1987E5481FCD25F76739A8D5595CC9B9860D7406D1581053033C1F5A53611F1F2D626861A6FCE448D9231D7352A99BCA28259307A9279ADB5B14EEB52AD8A0FE1A4073FB642813CD936839EBCFE751BC6ECE3323E1460735D31B14FEED46D651FF0076803000791C33492171E87D29C56432995A472F9CE738C56E8B08C303B79A536511520A9FC68039E11CB2C865F31B7673B854CB1CA6432B349BF39CF4ADB4B3887661F854A2D23FF6FF00EF9A0660081CC9E612E5C9CE7A60D235A92C64C317273BB3CE6BA0368B9F954E3BE4521B58FF00B8DF95007382D5D5BCC1B8393927352A5BB6372060DDC83CD6E1B58CFF00037E54F8ED91410179F7A00E75AD4AA80B19CF4A5FB137A76C75AE93ECE848F9452FD9D07F08A00E70590DB8D8303B669AF6AE390A33D8E7A574DE447E829924287800501739468244FE1E3BF3D6A58606930E919217A8AE80DB291D334FB78A28636CED5E73405CC9166CE036DFA71514969234DB7670BD49F5ADFC46581120031D28D90E78643FEF5203096C5B3F70023D29FF006173CEDADB09183D62A7158F18CC5401826C998E4C7D298F6AD9E56BA0589467E646FA9E94D68416C8F2FF003A00E79ACE418223E9DAA5366C55582E41F515B6C88393E5E3BE29E02140014CE3BD0073ED6523498087E5EF4EFB04990C140AE802C4C7AA1C7AD376440E3F779F4A0660B594AC41280E283652B7F00ADF31A1E3E4E6916245E3287EB401806C67C0040C0A8E4B39428C20CD7486353DE3A63A46A324A63E94C4622DB398D5B6673D8D364B2959C2ECC0EB9ADE411796B865FCB34AE2138C3A0FA8A433056C24241C0E29E6C64273819F5ADADB18C7FABE7DA9408FA663FCA988C2163260640CD23D8C8467815BBB63ECCA7EA28D89FECFE5401CDBD8CCADBF861D08AB1F6071F5F7AD96F2947CC547A7CB4E2B1B10C58FCBDB1401806C673B9F6702AB2DABCCDB8AFE18AEA5443B0AE727E86991C50A8FBC2901851D8C801E303E9528B27C631C7D2B7408BB30A0F95FDE14C4609B27C05DBD7DAA3934E931903A7B5740C226FE2A6B342173B81A0663258BB2292B4D92CE5276EDE2B66278CA280DDFAE2A46F28E00619FA500617D864041C0E294D9484E4815B7F20FE35FFBE683E5FF00CF45C7FBB408C3162F9E40CD06C1F3EB5B60C6070FF9AD2178FF00BDFF008ED00611B29060F1F954E34E6F53F956A48D1AA6598107D169C1E324643E476C500627F66CACC4E381D3229C34C940E091F856E078CFF0B7FDF34A5D7FB8DF9500622E9920E7713F952369F2703FC2B6B77FD326FCA9AC4F689BF2A60627F66381804F1EF4D8F4E6259189E39EB5B7F31FF964C3F0A8A36633C9B633C0C73408CA8B4FDA8C18FDDE9934F3A59DBF28C1EFCD5F01DCBFCABD790DC53D1A6524796AEA7FBA79A6057D2F41B8BFBF863B7826DB0C8AD3DC3902251D7038C96AF4ECD61F872F1E6B3684C5B1613C36EEB9F6AD8CD742D158C9EE499A370A8F3499A0090B5216A6668CD021C4D2669B9A33400EA4A4CD19A005A4CD2668CD300A28A2800CD19A4A4CD003B349BA9A4D266810EDD4D2D4948453014B5377518A36D021334669DB6976D00339A314FC51B68B80DC52549B68DA68B80CDF46FAAFBE977D2B15727DF46FA837D1BE8B013EFA37541BE977D16026DD46EA87752EEA0097751BAA2DDC52EEA00937734B9A8B752E68024DD466A3CD2E6801F9A5CD479A5CD003F34B9A8F34B9A007E697351E6973400FCD2E6999A5CD031D4B9A66697348087504696C26546656D87054E0E6B8269104A048DF9B8AF4273FBB6FA579CEA3133DDB800EC61CFB54CFE11C772479630386E4FA49FF00D6AB3B8314C39F7C30ACB82D5D6262B279849C1000C7E95B96CA55555BA81581A8D18C72C7FEFA14BC638627FE042ACE39ED4A841270450054E99CE7F07148412B9E7FEFAFFEB55EC523700D1603381DAFF336063BBFFF005A95DD4A90187E127FF5AA1BC12CB3794322320E78EBED55EDED65890B464B1270D8C0FA76A3603482E4020B11FEFF00FF005A9FC0FE23FF007DFF00F5AA7837242BBCF38E69B2C888482DCFA0E4D24045C9E9CFD64FFEB538202B9C1FFBE8FF008553733176DA24049F979C1357A29D15555C943FED0C530185463A37EBFE155CCB1C20B498033C13B8D683E4AF159725BBB863217CA9C8C1FF00EB50048B3C52153180E338CA86A9C45CE7CBFD1AA8C1692F983CB2C158E4FCDC8EF5B401006474A9BDC654F208E91673FEC9FF001A3C961FF2CC7FDF27FC6AE75A08CD3B05CA2F1B053FBBFC97FF00AF5121616C418C0C1239C0AD1C7154EE2D84F03A670334C454FED38D0EDF9D8A81928171CFE1572DDCCEBB979FA81FE159CD6D60AC1818CE075AD1D32058E2CC726F43D0D48C9FCB973FEAC1FF00BE69ADF21CC8A173DF0A6A779429DA32CDE8A2AADD6F600B6C8C03FC4735404CBB5FEE306C7A28A7796C78E33FEE8AAD69BF6992331B83DB774FC7BD5A5986EDAEA51BDFBFE3480AF321543B8AF3FEC8A80DFC31B796CCE4800E42823F954FA844F2C385C67A8C8ACF10DB214F9A37206739E8686068C4CD23314E7F05A798662476FC16A2D3A058D0B23865E8A4761E956DE50BC72CDD95464D0040D98F06491547BAAD2A157FF56E0E3FD91515C2492AEE3B53073CB669B69B97E74313E782378247E540164C527623F21FE150DC074898B608FA81FD2A717001C488D1FB9E41FC69977119612BD72281143EDAB6C151CBE48238DBC1F4E956209CCEFF002B1E9DF1FE1551218D624182CC3EF1287AFE556B4FB60B23CAA4E0F3B4AE30681964C72FF923FC298DBD31BCE327B11FE153B3843CE49EC075AAB761A588E55517FDA6A0448996E11CB7E5FE14F31C83AB7EA3FC2A9D9828C5A2789FD7E6CFEA2AE1989C0910A7A1CE41FC6802ADD64055321058E0723FC2AAC9A904B8F28F9BDB9DE79AB5A85B34D1654ED2390476AA9E529E1118295E4ED3FCB14017A1532461A2958F1920BD3E38650BC8FAF23FC2974F8161B7F94920F40474AB678140157CA93D07E63FC294C5274C0FCC7F8558C7A8A2802B889C77FD47F8541708522625B18FA7F855E3C9C62AB5D42648D80EF4019525E35B0540CF20E8086031FA54F05D4934C1012091D0BF23F4A8A3B76110C1DEC1BE6C824F5AB5676E0DC348720F4C608A00B1E4C99C9739FF007BFF00AD51CEA6288B348D8F63FF00D6AB324A918C13C9E8075AA977BE68486511A63AB9E7F2A340208CF9D214576DC06796FF00EB558FB34BFF003D07E67FC2AAD82AA12D14F14A47180E0E3F2E957BED0178914A7FB59CAFE7468055BB7689151A40371C6771AA926A2EB26C58F7F1C36F6E6AEDF5B0B84E1B07B106AB344CC418D1B6E39F90FF00934013DA31B90486F71866C7F3AB5F677FEF8FCDBFC69B636C208B8046E39C1ED564920714C45636EF9FBE31F56FF1A69B6618F9C7EBFE3561D980DDB7F5A83CD6DFCE303D0D0027D989EAC3F23FE354A6B7114ECE48E57FBB9FE757C3E4E7FAD56BA21AE6356FE3522803084D3AA48F1FDF3CE360E94ACF73FBB2EC4163C00A39FD2AD8B192DE5916087787E4FCC060FE353456B26479F061547077038FCA9A60763E1A8923D2F2AA016739E2B5B3597E1B20E97D7A487FA56A574188519A4A3AD300A334945002E6933451400668A28A0028A2928017345266933400B49452D02128C52D1400DDB4629D4940098C51D28233DE97140080834B4628A00291B38E2968A4030171DE977BFA52E68CD303337D287F4AE5EFFC536260FF0047BA657238038CD61DBF8A4DA4C30AD33E79C9C67FA50E492B8D2BB3D1775616BFE244D3A10B6CF1C92B646377DDAAF71E2D82DAD164963657923DCABD71F5AF3BBCBC6BCBA794B00589391DE9A9251B92EF7B1D0C5E31D5A2BA919A5590B2F0A718157F4CF1E5C09425EC6B202C0165E0A8AE3924410E0AAEF53904F43F5A2498960EAB18E3A2678FCEB06DBEA68B43DA6DEE63B9884913ABA9EEA735366BCAF46F12DE69F098924057391BFB7B0AEA9BC71671DA891909909C6CCE08AB84EFB8A492D51D4B48AA32C703D4D452EA1690C66492E62541D5B7640FCAB8ABDF8851B0096D6A7691862ED8CFD31D2B9DBCD52CA6266B78258A563F329932B8ABE6891767A649E22D3236402E0B87190C8B95C7D6ADC37D14B179BCC6A4E0193033FAD78D1BB62000A9B036E031CD695CF89F50B8B45B67990463A2AA0159F3EA5DB43D446AD6067300BB8FCD071B73DFD2AD09508C87523D41AF1737F3F1FBC65C7A715660D6AF228D63123EC073B73C6297B4F21D8F61DD4B9AE46D7C4F24DA50BB531EF89C068776DCAFF8D655DF8E6F0BA9851576B6413CF1E86AD4D5AE26ACEC7A1E69735C3C3E3EC45FBC832F9E9D88AD4D2BC5B6D78A9F699238E49A42AB1A9FB83B649A4AA442CCD8BF1233DBF977324389064263E71E8735741E2B3AEA40F776EA0E4673C55E078ABEA2E8480D2E6AA5D5FDBD9207B99444A4E3730E3F1A582FED6EB1F67B88E504646C6CF14C0B79A3351EEA375003A56FDD3FD0D7257512E475EBD8E2BA89DF1039FF0064D72F73260039C826A27B151DC896D91665601D4E7BB1AB413128E38C542E4BCB1E3D7352ED6FB72F3F2321C8CF43581AA25F947A669C140EC05306D0D8E0D498057340001906908A55C52F14015A5812461B81C7B1C5356CA00E1955D48F573565BA8A64D2AC2BB9CED1EB4AC1719239C90090A3A91DEA117112FDCC0F523BD549B52B6924F26390B9EAC141A8DA62633882450DC649518FCCD3B016CA4724824F3A61ECB2100FE15683A32EDEDE9D4565166558D0C32E41CE37A65BF5E6ADA5C85F95A0947FC041C7E4695865B8F099287280F2BE9F4A57B782672CD1AC871DEB2DB55B7B7BB5462C4BF1800E47E15AB6CE1F2C011F518A042DBC1144CDE5C4A9FEE8A9FB50A40639A5A2C037814641A5C714DDA474140012314C8C028D91DCD3C8E2991FDD20FAD002FDD8C71C63A6295B1B7038CD2807CB1F4AC9D4F5492D219245B7DCA9DF78145809E7D423818C6807CBC331E79FEB510BE49701B241ECCBC1AC592F825BAC8E620C793BDF0727DA962D4E06940927B4561D3E66FE7D28B01BF15DAC7F2818C76515335C234792B953D45601D56DC17315C5A31E8C4B30ABB67A909E2FBB0B8276A9493249FA51619AF1E08D84E571953ED4F45010100631E9D2B1EC752925054C04F96E50B6E03A7B56C44D98548EE28400C40181C135467BF48A568A20095FBEC7D7D296E2ECC25898F2147277018AC18AFB7DB34FB54EFCB12582FE345846C7DB430E4E41F51C53A3B88EDF2163099E4855033F95638BC81E04324902E4FCA0CDD681A9A34E7FE3DCB2AF1FE91FFD6A2C337BED2AE8597E61DD71D454F032ED1B0EE8DC657DAB1ECF521344C44719553B7225079A8ACB599DAEE4B55B75C44C7966C11ED8A2C0741B0B45856DB4E57DB1E09CB7AD32DA42F02B30009EC0D54BCBC7815F622B1033CB62900FB9BC8A03B739623939AA475352DB4A9C7B8E2B18EA8B245E6CAF144EFF00300E6A9AEB2A5C979E2DA48E91127F9D34847551DD08C0DA8ABBBA6D0066AD09832E76E07718EB5CDA6B167BD17EDB0903A1309007E357ECF578A40E16EED9F6F51BB69FD68B0CD8523694EAA46454A14EC041C0C56045AA5D35D4B6CB6A0088E3733E31C56FA3FF00A3A9FF006681120E82948CD341F941F6A7E68010834C3C67AF1520E94D65241C7F3A0045CFA5070474A51E9DC521DC0F6DB4010A2900ED38C31A71E1383F37A9A233F7BFDEAA37F772DBE7CB8D1B009E5B1400F9AE12362A3993B9A84CC4E72091DEB0EDF5812AB5CCC5222CE57E76E3E94F3AEDB6595AE900039DB196CFD28B01B315D47E5B3A850AA792062AC3012464AAE091E9C1FAD735FDBB622338B9906E3CA0B619FE75722F11D9ABAAADFF006EAF0ED03D8D3B01A113F96D863F2FA7A55C552630431C15CE2B99BBD56E5EE4BDA882589955B319C824FF002AE9AD599ACE32D80C5390295844EAB94073DA83C8F6A543FBB5FA54134A541DA71838A005746DAC0608C71542485F23E6DB571E42C38271DEA37FF57F4A6044B903A8C8AAB72DFE9B6E7233938356586D0540078EC6B3E671F6CB704E4E4F5FA5083A17C316BC311191B3AD1BFE7963030020E3BE6A242DFDA483B6C393F952DB32FF00684CAC41C251603A7F0CB7FC4B9D7D24FE82B5B358BE1A6FF469D41E927F4AD8DDCD74AD918BDC7668CD373466801D9A334DCD19A00713499A4CD19A042D2D37346680168A3345030A4A5A281062929734940C5A4A28A042E28C525140C5A33494521066A8EACCEB61232332918E54E0F5ABB5475878E3D366691D506D382C719A4C6B72C59BF99671312492A324D3A59A3823324B22A22F5663802B8F97C6B1DAD924165019255182F270A3F0EF5CD5FEAB79A94DBEEE6327A2E7E55FA0A252D7408C74D4EBF54F1B5B401A3B04F3E4E82461841EFEA6B0BFE131D6BFE7BC5FF7EC560BB6339273F5A8F8F5353EA5187E6B3F0CC69C1C0EBCE2ABF3D8E69C485FBC2A1A113C97325C7DF7638E064D46005C9A81A53BB8C1A78937F5C0F7A2CC09B21860F4A381D49FC0D447AF0C2941C7F17E74AC2271260637512484A01C9AAF919EB8A990653839A2D6191F998E78FA5279FC8C0A798DB9214534A80C3A67E94D342250EB8CF2295B39C95E71C1CD33CC65CE464F40053D4BF561C549422C72B1203027AF2700D092302549C63DE958293E87D2A17902BE00A7B86C5F8AE648D0ED90AEE18351493738EFFCEA012E4607269704A64A934AD60B927DA4F19E31C558B5BA48A556650DB4E70C320FE154BFE0071F4A720DD2A8271938CD0D2B0D3D4F54B2BF371F6698C6B1821708A7800F6AD1D7AECDBE8F74D1C856548F2029C30CF7AE685D451D9379122B792ABD0F4C5729AC5DDADC48ED0DC5C4AE31F3C84FCDF99ADA93B24D9353B22CB5DEA3AA40E6E2ECC91418CA34C4B0FC3D29DA56AD3E9970CB06581E082C471EDE87DEB22C239649BCC642171D4F15723876CCEF9383D0566DB93B1B4528C5367AA69DA82CB65034F3279AE9B8E381568DDC03ACF18FF810AF28DC7FBCDF99A4383D79FC6B75A2D4C5EAF43D4AE6F6DCDB481678C92BC00C2B9E9C958D093905AB96D3957EDD11DB920E715D3CA1DE2408086DD594DDDD8B8AB2B9238398F07927A522CBFE9E11830CA719FAD323697ED31C727519C1A92785BEDAAEBC9D959965CC0EC7A52800F39A846FEE8C7152703920E6900E39E314B463230282A703AD20149008CD4371F30001C53E5C8190326A2F99D70C083EF542394D7E39D2F0182E0C45932C41C671D066B99795D830927C9EB866CE4D76FAB5B89641919C29359096502B6E58630C7BED156B526E73E85DD19849CAF4E6A48AE658F2C9765243C7CAF824574B069F13C72308D41EF81D6A15B489092B12027AE1473458771BA0BCB7979009AEFCE11AB610FCDB2BB48176671839AE7B43B48D2E9992355246090315D091229C2007D6B36B52EFA1321E4F15262A3846464D49408293AD2E69327D29808DC0A881023CFA9352374A8D577C383C104F4A4C0556DD1D646AD006B2B8F973953C66B470E87E5231E84F26A2BD40D6CEA7BA9A1033CD67B60AC02890BE3E6F949C9A47B59432E229554FAAD7532DB847031DA91210D228F7AD2C4DCE625B591250047263D00CD385BBC732B18E64008E8BC8FC45755776A125031DAA0110C814582E6BF876D5934A5DFBB9248C9E6B663C2C231D854162A52CD140E314E60DB7EF8038C0ACCB2BDF8436B282BC953FCAB909BC305D2130DFA65E30486DDDCE38E3A575D783740E7DAB85BEB8D45E7DB149290A02FCA7A0ED4D5C575D4B373E11BB86E0446EE05638E096EE703B512F846F23BA10B5D40AD951B72D9E7A76F6AA265D5502EE9A665E3396CFEB535CCBA982A229A6208E486E47E3D69D985D17D7C24D15FAC53DEA2FCCA0AAEEC9CE7DBDAB63C3F6296F25C2125F12101C939233EF5CA09B56B7915BCE9FA8C36EC907EB5DAE831E2CF7B12598E4E7D6934D05D334E1388F611C64E2A29E3010919EBEB4E0C02E0BED39E3DE965E53153619E6B7D14714EC9B49932720A93DEA074C48156075CF66435D3DF45E5DD30C75E6A044DD2A8F522B54B43372D4C39A229200223C8E9B0926976C6260248591723868CE7DEBA7BEB7113A606322AA01C8A76D0398DAF0F5AC634B2C37005988C9ADB5C2C2AB9E76F02A869BFBAB22A00EA6AD945645C9009007BD6459680F9453B6E4522F414EE7143013B5372D9238E29C78A665B775183ED4006D396391CD1C91DA9D8EBCF5A400E39A00AF1B01BF71C0DDD6A1B8E3240C9F4CD24D1AEE666620024F3C8FCA954661048A4079D5EC4C2EA402072C589C84C8A81E39372AADABA9F529915D1EA09B2E48C633CFEB55635CCAA3D5856D18AB19B96A64CD04B1C8AA2DDB91D76F14D6044815AD5D07FB9BBF95749AB43E54B1E0755ACFEE29A8AB0391B5E1EB38974E23CBEAE49EDF4AE8222A96F18271B86064D66E969B2D580E3E6356258E378D3CCDC5B1840074AC9EE5A34233FB95E7B5579E3E46727278A9A152B0A0CE70B8A1D770DA738F5CD00540A42FF163D8D46CF90481923A1CD4D300063712076CD5595C6DF946D1DF14011EF7C92EBCB1EA2AADD1C5CC0481C391923AF1562E0B9C00DC7BD52BD4DA6DC9E419284365D337977EB9E034673EC38A2D1D1EF25755C0D9C67A9A6DC02F716CA90863CE4E78E952C28C6732322C5F21C28A0455B8D5EFEC0EDB4BA684313BB681CFE750FF00C24BACFF00D042427FDD1FE151EADFC0DEE7359B9E6B683D0896E6B0F126B5FF004107FF00BE452FFC247AC9FF0097F6FC1456567148739C8F4AB20EFB40F14457CA96D78C23B9E81CF0B27F81AE8ABC89188C73822BADD07C5BE585B5D458B27459BA95FAFA8F7AADC9D8EC71462911D2440E8C195864329C834EA43128A5A3140C4A28A290828CD2519A005CD19A6E68A007668CD373466801D9A4CD266933400AD22A2EE760A0752C702B3EEFC43A4D929336A10647F0A3866FC854BA8D945A8D8CB6B36ED922E0953C8AF29D5B45BAD22E8C33DA3907949011B5C7A83FD2A1BB3B1495D5CEB353F88289B92C9638FD2494E4FF00DF22B92BED7FEDB2F9B737525C38E9904E3E9E9590CD22CDB0C0BD720139C559104E4642C6BF44FF001A4C77E83CEA4A7FD5C0ED4C17772DCA5B7E74BE4CCA3E69D947B0029AC6DE5708679001D77B517011E4BD73F308D3DCFF00F5E99BAE7FE7E22FCC53C8B08CE70CDEF8C7F3A3CDD3FF00E79B7E63FC684D86863AB93C3020D239CFBD6BEA5A74C6F246431619B206F00D1358A43A42CCC989777273537DBCC2DA3F2318A8FA7D69028E99FC695989E829BBBD455122E08E986A0336680F8E40A78E474A00705723824FB54A80C7EA3E951AB0E99229DB8AF39A8771936E2E30491EF4D10AF52D934C12B7423349BCE71536604CA40EBD286392320FE14C524F27A53B39F514586216C01F3673DBBD43229233D47B8A9C286206464F7A1E328F85E87905875AA437A95E1CAB8620903D2AE8624F151A7CA39A5F371D17F1C5296ACA5A22527230791E86A37846328DF8538396C64669AC303233C548F43AAB488B697288C162F12638E6B923BCCE51412D9E95D869B728BA6B4E395CA8FC3158BF678E295D90677313935B25EED8CE5ACAE320884782465BEB56339EBC53467D31ED4833DCD525606EE3B3499E29338A4CD508BDA511FDA11F3EBD6BA965C855CE0F6AE5B46FF909203D306BACFE38C0EF584B7355B222DA56EE1DCDC8CF7CD5B0E24B975E3E50075A8C8C5E2AFF00B269B6FF00F1F73E4E7903E9C54B4345AC818E451D7049C73415E477A971ED5286038A334A3A51DEA844720DFF002838E2A2588A2805B3537F1D3641430336F23DECC00C9D8703D6B2D6CE7C731356DDCA0F2266F48CD61AAD547621EE68D95AB2DB4BB9307B551FB14FFF003CCFE62B574D4FF8975C1FAFF2ACADBED4D6C0CD0D26168A56DEB8FC6B54A17CED6C566E8CA3321C569646F3CD43DCB44B10C0209CD3A991F7A71A401F78714A3A51C6293B5000FD2A142021E7B9A95FEE9AAE9F73F13400E312361FB8151DCAE6223AF1538FF563E94C7A00C3BA855A5199021DA3820D361B74F3D3F7CA7E61C60D4FA90C5E91FEC8A8ED466EA21FED0AD3A11D49F52853CE5DD204F97B826A9791183913A9E7FBA6B475A1FE94A3FD8ACE03E71F5AAE823A1B5045BAFD28F2D4A83DC53E01FB91F4A41C20AC8D0AB72B98587A8AE2A220EA532336DE3A1F6AED2E0FC95C5CD6B2C33C3A817531DC4CCA00EA39C56B4D5EE44C9EEA30B6B23061F77D2AD342BE544D9037203D2A1BA8CB5B3A8E091804D5B51BF4FB46E3FD5E0FE07155D0932B54C471C4A1F259F2703B0AEB745C0B11C1EA715C5EAAC64BE8E207A2FEA6BB6D2E36B6B610C8433260123A1A53568A1C1EA5E8D4320247209A4652471DA9D193E5FE2681F70F1581A1CEEA50235D65A648CEC1C3039FD05456D63BE40F1CC8EA8416C06E3F4AB5AB2C5FDAF0898ED8CAAEE3EDDEAE092CB605B7B84438C6C1FC637F00FE15AAD8CDEE43AA59991D0860BB5727209EF8ED596D6D1C6E55AE5032F0576B641FCAB7F55611CA80B2A064C124E08F981E3DEA8DE8B3921F92657746720E725B2C319F5E334017AC8136E463B9ABAB1A9894FF00B3CD56B4E22C55B4FF0052BF4ACBA9A0F538514FCF1D2983EE8E29C4E141A0009F6A8E40C028419E6A5E290F5EBF8500373C72297B6690D2FF0000A00ADE5890BE7B37148D851B47AD3E2397907BD35C75C7AD0073BAAC1135D02D3AC7F2F42A4F73E954E2B783CD422F1090C38F2DBD6AEEBCB8BA8FDE3FEA6B321189D3FDE1FCEB58EC652DCD8D76DE232C2649C45F29EA84E7F2AC8305B0FF0097D527D3CA6AD9F14AE1AD8FB37F4AE788E69C419D5580FDDB8EDBBFA0ABD100625C8CE33552C784FCBF955D87FD50C11D4D64F7345B0E46222538EBDA99249919C8DB9C74A76331AEDEB4EDA07F0E7272690CAAE8AE095392BD6A2310450C7807B8A9240E7CC2738246D151885955D5B7633903DA8D4085B6B904608E99C551D457688588CE241F4AD3118030307BE45676A69B8C2A582832014D0899976DC5A3648E48EBED5233B1D436163F70E2A1B80B1CF6993F309391F8539A41FDA8818EECAB01408A3AA80110F5F9AB2F7A962A0E48F6AD4D5B22203D1AB2BF2AD69EC4CB71D453491EF4A338E6B4245CE3AD283EB4DCFBD1C63B50236B45F115D692C50112C0DD51C9C0F71E86BB9B2D41EFED84F6C6DE653D407652A7D0820E2BCA56651EC01E8455FD3B53BAD3E6F3AD25319C608C6411EE3BD3BDF715AC7A789AEBBDAA7FC066FF0011486E261D6CE427FD9743FD4564E8DAC9D563DA2F42DC01CC6D0AF3F4208CD6A05BCCF373111FF5C3FF00B2A2C171DF69908C9B39C7B7C9FF00C5506E587FCBADC1FA2AFF008D376DE03FEBE023D0C247FECD4845EF692DBF18DBFF008AA063BED2DFF3EB3FFDF23FC68FB4B671F65B8FFBE57FC69B8BECFF00ACB6C7FB8DFE3415BC27FD740BFF006C89FF00D9A810EFB44847FC7A4FFF008EFF00F15482794FFCB9CA3EAC83FAD218EE89FF008FB51F4847F5341826272D792FD15507F4A005335C7F0DA67EB2A8A52F75D7C88D47AB4A7FF89A67D9549CB4F70DEC66207E98A43656A0EE302B1F5725BF9D0031AEE452C24B8B28F1D0062C7F2C8A8CDCCB329114F237BC36A7F9B1C5729E21F1CBE937D2D869D650C724676B4AEBDFD9463F5AC9B5F1AEBB35D468F74AC188E0A2807F4A516A4EC8A6ACB53B66D3EF250D8BCD490939CBDD228FA6154E0570FE2D8278753585E6124A06EF99A490807A72C71F9015DD6BDAE45A1E94F7736D2F8C2267EFB7A0AF2CB5D466D4B51B8BCBC72EF29CE7FA0A896AECBA0D7C37EE55FB1B79EAA7773EF8CD5A3A7B95C05C7FC098FF005AB33909710B956EFC55B590B81B623F89A86F41F539CBEB636E172D8C9C51FD9CF32EFB6977A0E096F9706AF6B7148F102AB921BB56293283C6571EF5706ADA9335A9624D3A48D0B34D0920671BF9A87C893D17FEFA14916C2F99989F6F5AB7FE8FFF003C7FF2251295B622C68344E792C091EB492A4F2C42293941D81C548B2657EE7EB4F12E580DA727A01CE6B0BB3A8C1BF816D650A370C8CE0D5786096EA4D90A1773D857457BA74123AC976ECAD8FF00569F788F7F4A8FCC58E3F2608C4317F757BFD4F535BABB461D4A29A311CC9776C8DDD72C71F90C5483488FA36A10FE08E7FA54F904E33464555808FF00B2E00003A82FFDF8634EFECEB3DB837CE7E96FFF00D953C2963C0CFB0A318A5CA808FF00B32C7BDE5C1FA403FF008AA53A769E39F3EEDBE91A0FEB4F39A391459000B5B1EE6ECFE283FA53D6DB4F1D52E9BFEDAAFF00F134DE4F5A5CF1472A017C9D3C1C8B69FF00EFF0FF00E269DB6C7AFD924FC6E0FF00853638DE46DA8A58FA50D1491FDF4651EB8E28B201CC96247FC782FE3331A41F661D2C61FF0081339FFD9A99F8D1918A7641764CAF08E7EC1699FF00AE67FF008AA5F343676DB5B28F6847F5A8D573CF6A737DD38C51643B9AC8366819000CC9D0702B30B64F5156E09CC9A13295C6D9860FE154B3CF34D8809CF4E28E682690D20024E7A7E14D2D8A0E477A4FCB3401A5A18CEA4BCFF0935D51E5E3EB90739AE5FC3DB7FB40EE38C21C56D5DDF4315C471C8D263196D8B9FD6B196ECD56C8D2562D7DC9FE0A8ED5035E5C8CF461D3E954F4FD4ADE5D40A2BB1CA606E5C1ABB62E9F6AB90BFDFF00E95232F2AFFB469DF8D267029C2800ED48490334BDA91BA62801A47CE2930189CD53BCBFB6B691639AE04448C9F5C53AD2F6DA5244570B28ED8EC28603A71FE8971FEE5622256E4EE52CE77438217823B564ADE5C9EB3BFE7551D887B9A5A7AE34B9FF001FE5595B3D8FE55B1672C8DA54CECEC5867073ED5986EA73FF002D9FFEFAA6B607B96F4ACA0738EF5A2A01278ACED35DE4572CC58E7A934EBABEB68A5314D33A81F795109CFE22A1EE5A34E3039A7915474FBF82E77468ECCCA33965C1357734804EA33476A4242718CFD29770A0047E011502F09D077A9DBBD40D22C56ECEFD066980F2408C60F348E781EF59E2FEDD981D9306CF5DBD3DAAF46CB346AEA78F7A4C0A17F6B2CB78CC8B9181CE47A536D6CE65BA8D8A600619E451A88FF4E7E3B0FE54DB31FE9917FBC2B4E867D4B9AB5BC92DD06500809EA2B38DACAAC0951C1F5157F57FF8FB1FEE0ACEC7CE3EB4C0DBB73FBBA56C28033D454703811907EB9AAD3EA510880104ACDEC318AC8D04BD9025BBB7A026B9DD56174F0C69ED82183EEF7E726B6CCEB7318564650C70430AC7D7F538AF6C3EC891B2BC72F04F4206456D4E493D44E12926D74197E8E74A32918565539C8E338AB1609E6E990AC4DE62C6597774EF9FEB599B97FB1D7CD1BBCA60180EE33FE153E97211653111ED8F733479ABFB264B732AE18BEA8EFF00F4D081F8715E810F0FFEF007F415C4E89A63DD6B31452FFAB04B391DC0AEC21BB499D98294F2D8A107D4714AAB5648B845EACD0888108C9EE7149B89873D39AA09791FF146CC067073C75AB914CB3C1900A907A1AE7668666AF6535C6A31388A468B600EC83A52C1A3AAB994190053940D8C9C1C73F8543AFAFF00A7467FE990FEB51D91590AA980168947CCAD8239EA7D7D2B55B193DCDAD52CC5D488492022718EE738FE59AA173A3C30C4CD14ACCC37003239C1007E609FCAB4353609226509CA6320F4E41C9AAD7AF1C96B2321560779043E7F897B51D00B1663F746A659004552467155ADE411DB938E82AAB6A57110C1B58F91CEE90566CD11B43EE0A78E9D2A8E9F78F77093222A32B6301B70ABC3A520130290E334B4D3C8A005E0F34D2297E6E79A69240C93FA5005633242F2173D480001C9A7ABAC913321C8CD63CDABBC779222242429E1A427AFE02AC69B7925C4D2A38882B7CC0213D7E8450056D66CE7B89A268A3DC02609DC0773EA6B3934BBC0EA7C91C1FEFAFF008D5DD7D54CB0923F80FF003AC50144A38EF5AC763396E74DE23B49AE56DFCA50DB41CE5C0F4F53580DA65D8E7CB41FF6D57FC6B6FC523305A9EBF7BF90AE65B03B0A684CEAEC7251815C6028FAF15389B626D452EFC9C0EC2AB593ED8413D3629FD2B3DF51BDCB184A842C40F97FAD632DCD23B1D0DB30685581C8269ECC0381EA2B2B49D424959E1B8619EAA718CD693A2B9CF7C7068D863244FDE6F040F7A8DC3E5BAED23AE6A6963263E18E4542200EB97627771C1C5161144336D0B1B71EA79ACCBF91CAA647DD9060FE35B6D0C514642C7C2F008ACBBF40B6F9C1043039FC6980BA9398EEED98F66CFE94D84CADA844F21520E7A76ACDD56F5EE6ED155B688C0CB0EB9355E2B868655712CA4A9CE0B707F4AA48966A6AF90180EA1AB2B767AD695E5DADCDAF9AA410C40391D2B38800F0C187AE2AE1B58520C8A323FBDF99A608C0E54F7A76075E0D5923A9A0019009C1A01A327DB1400C54C3E725B8EFDA9C720E738C5008CFA1F4A1C8653C66802586E1E3903C4C55D4E41538C5775E1FF15C37A16DAFC88E7E8B21E15FEBE86BCED242AD86E9FCEA6122EE183F8D526268F63257D29AD246BD463E82B83D0FC592D9EDB6BDDD2423856FE24FF115D2CBE21D2A2505EFE11919E1B343424CD47B88A35DCCAE4640E14D289559F6F96E38EA4573B73E2FD1D536ADD339C8FBA84D41278EB4C439486E5FD0ED03FAD2D076675442FA914715C5BFC418B2445A7B9C7F7A403F955793C7F785498AC604FF007DC9A570B1DDF1EB50DCCD15ADBBCF3481228C16666E80579DCFE35D6A6E1268A1FF007231FCCD65DCEB1A9DE7CB717D3C8A7AA96C0FC852BBE83B7728F89AF9751D7AEAE63398D9F087D40E01FD2AAD9CA567423AE6A5BA884AE59570C7F5AAF0C2C1C1E011D89A20ACD0E6EE765E33D0AF75053AACB789E446112181013C1EA49AC08AD85BC6A1457665EEAE7C181EEBCBCE176045C00A0E3D79AE62E5308064751D7B529AE593428BE68A64376190C476F7EE6A784CDB630630A8DD189CD477ECED1C44BE486C648AB36F13796332B63D31D2B3E850C96DFCC1863D7DAB3E7B38903838CE3BD6BB4781CB31FA9AA373C6EC1247A11C54DFB0D98B3DBC6FF2A20623FBAB8FD6AB7D97FD87FCAAC5FC8AD2FEE576803900F154BCC6F56FCEA936434757A7E9535D6D673E5447F888C93F855EBCB2FB0C2F2C5B1E351F336D64603EA2ACE969E6787D1E4639624E49E7AD56D45445A5DDE1C9CED18273DEAA9ABB2AA368C2371A748DC9910FFB3203FCC54EB6293DA34F6B299361F9D0AE1947AF5AE724C173566C1E68642D14AE9B861B6B6323D2B4774C95AA2F118E3152DAC2B3DCC7092577B632064D425B27DEAEE8C37EB16AB8FF009680D293B2B8E2AEEC743696361620A94CBF425A5507F9D65EBAB159C2B711867476DB8255C7E75AF7D6D135CB13C123270A6B1BC4FB63D26CE35E9963D314416A449E86226A368CC3CC8CA0EFB4FF008E6AFCD6A9E40B9B49D67809C6410190FA30AE708C9ABF69955C6140F6001A3665742D81CD2AE0B0072467F1A696A747CCA83D580A1BD06B5676504761A54610DB9DCC339285B3F8D63788648EDED23BCB1468BCC72A472A0E3DB35D1EA4ABB600573F2D739E2742FA5DA468BC96638FCA953E84CD98106B2AD2A8BAB459973CE06D27F1157264B6F309B72FE59E4090723EB54E0B6483049CB9EF56549E4669942E78C63F1A32A471C8F4A0F0338CD22924771F5A622DC60FF65B370079A0003D8555F6AB6BB974501F19331E9F4AA39CFE347A0C7668E4D2723DFDA9093DE8017DE938C51CD21E9408D1D1726EDB1D96AF7F665D5C1690895B71EA231CFEB557C3ABBEF5FF00DDFEB5D7C49FBBC7207B1AC64FDE66A9688E5D34CBA8EE23DA922367EF328181DFA56EE9630F373FF2D0F5EF56643FE97128EE0E69B60855E6C820F9878A96345A278CE718A55955B814EC51B7DA801734D91B682D4EED48C9B873408E6AE279A5959A448FAE380FFD29F6EF20B8468F39270410D8FCCD7451468A98DA2874527A0E293D47B1524DD35B4D02AB19187031FD6A82E93783AC5FF8F0AD19BF7169E7A876C3004094A003D6A8AEAA93445ED619A7DADB5809D811EFEE29A6D215932FDBDA4D1E972C2C9891B3819ACFFEC9BD23FD50FF00BE853BFB5636668A389E49D46767DA1B0C7B807D693FB5A25748A585A395FA279EC76FD7D28E663E544F6904B651BACAA158F239CD63DC595DDC31958C8371CF11B63F0E6BA48A30D0248C8559D72CA5CB63F1A9D0858540F4E295FA858E6F4C82E21BE47F31C8FBA77C64647E75D2839C5468033F23A54D8028431A79A4C83D29E05371CD021ADD2B235112CCA902330524E42A6ECD6BB7DDA8A1502446EFCD3030D2C265E7639CFF00D31157F4E33224824042823008C62B5CB02714C6553D8609E6A58CA77166B3CED2F9F1AE7B134C8ED22826495EF201B4E705C0FEB55AFEE0DB5E18628E16CE085F287CA3B926B11F459755D71AEAE103DBC61721502EF3FDDE3F53571D7726C8EA6F208EEE4132DC4614AE01DC307F1AA4D668AC08B98CF3FDE15427D6B7EA1F62B558D52052646D8180C7602AD59DDCB753A2BA2202DD3CB072BE87D0D2727D0A70B6E497123855488E4B9C7155CD94C06369FCC5684F1E25C81819A563C545C0C19279AD67767525225C91C0FCAB2628C5D5CA82400CC58E4D6B6B248B69B0482C71F5AE6ED2FA58EE5418C641C027A5377D0ECA3CAA949BEA6AEA6A16DE6556500AA9001F4349A53ADCE9C8BE68562E5704E38E0D67EAFE7497299C90AA7202E00AB7A6BAD8E9D1C246DBB99B7005412831D7F215D2F4A7A9E7A8DE5A1A178CD6012EAD24459838195E723D08F4A9AD2EDE5B5B8995305E52DB7D3359D7734D3468245182D907183F8D5DD26DE68E094C836A372833D7DEB9A4DB6774631541BEA680D3EE1972232377A9156ADE19EDDF6B02131DCE735A10731A903A0A738C8A19CA675E416D7D2A4B25C7965536E00CD45E569761FBD9F5054562002D9033F854FACDCDC59AC725BC8E0EDDBB40F941EC49FE95853C37FE22114534EEB1290655206DE0755F5CFE9551BB7A89D8E94DD586AC37DBDEAB88C618C67F1E6ABBD9D83B337DAD816EA7D7F4AC89B518F4910E9566B1A4A485257911E4F24FA9AB1FDA3A809842669CA9F9770FF58A7FBC7B63DA86F5D0A707149BEA694888202237DEBEBD33507F6434B9CA23679E5DAAF5E72AA739C81CFAD4F09C549252B2D35ED2767200C8FE16241FCEB501E052643034BDA980869A49E98A53498CD200E706AADF867B5911720B291906AD91C5452A8D87BF14C0C1B6D20BC2BF247CF5DCCC79FCEAD45A41B79D66658C60F552D9FE7576D41F2D4E3B9AB0FC8A40674F6B6F76C3ED093929C0F2D0918FAD47FD8DA6939F22EF8EFB5AA7D5094B2464DE5D1B72AAB63771DFD477C7B573B04F7370BB6FAEA7882B011CF1CBB0499FE023D7DE9A6C1A474B790DADF24693C374447F77119154CE8BA61FBD6D79FF007CB5654B3DEB4C619BCE8A06192E926D30003A93DC7AFAD4175797D6B2411D9B4B73091D19C96B807B86EDEDE94D730BDD37E7B7896DD9218E551B369F3148E2ABC1A5EF851BCC5191C8F297FC2AFC647F674237160131966DC4FD4F7A2D8FEE16A5DEE32B41A4224EB233072BD3E4031F95687CC38E314B17DE34E6200E7A50040671BB69C7B5325326D3B5B91CD48F1FA8EBDE941451D700D508A8CAEA093CEEE7E9543545C58B3751F956AE102F424B0AA5AABA1D3E403AE3D28608C482D7CEB90599A30E3F84F26B43FB3102E0CF2FD4B5431078E5B6DC31938FD2B51901C6EE79E2930465EAB6C22B138ED8E4F7AC4CE70718F5C5749AE1DBA6C871E9FCEB9A56FC6B4A64CBA0F0C338E69DC7B547DB9C8A08F46AD481E4AFA5275E8690FD68E9FE1400103BD1B7D0FE141E7BFD69320F0280239171C919FC298339C54ADF30FF00EBD4670290C911C0E18E4539D15F19FCC54436F276E69C0ED6C8E87A8A04022443CF27D2A3B86C8C6054CDB4F4E6AB98886DDD4521881B62F14798700631FD68180D83D294727AFE62801BC93B40E7DE9D9017691CFAD231D9ED4D2F9F7CD0035981F946734C520499CFD4D2B90BC0E49A85DF68CE304F14D3D44CF4D8DBCCF05467FE98FF00235C6CB19111118E776719C5753A3C867F04107F851D7F5CD72B738F25B7E71DF068ABF1B153F810DBC24DAA367A37639E6AC5B7CEA434921FA9C62A95C3406D711E41047734A8F098BE7620E31C0CD66F62CBD34F6B010AEEBBBB026B2EFAEE3725562DD8EC4F1514BA908495F2A0917A659304D673CC599BCB3B41EC3A5425706C75D4AD210CC3B60541B7FD93F9D4AB35B007CD80B707F8CF5A4FB4DB7FCFAA7FDF46AAC49E83A782BE1AB62A9BB72838E7D6B3B59723489F31EDFDEA8CF3EFEB5562D43508A048A3964408001FBD3D3E81692F1AFF0050816296762A0E4EE666E7F2ABA6D2B5C751733763970859F356E250838EB57D7489171F38FF00BF6D4FFECB76FF009698FF00B64DFE34DCAEC2C5167238039AD2F0C86935E8075DA19BF4A8C69128E8FF00F90CFF008D4B6B6D2D8C8658E4024C633B4FFF001553269A2A3A3B9D65CC533CAC523C8C70715CD78C0B2C36711186084E31EF4F1737CC7FE3E40F6DA7FF008AAAF736F25E9125CCF9C0C0CE063F5AA8CD27721C1B39D8E3C9E7AD5E8D768E98ABDFD9B121E2751FF025FF001A3ECB0038372A3DF7AD272455994CE696DC335DC23381BC77F7AB260B6270B33363B820FF004A68870D9504FA1DD8FE94369AB02BA6769ACDFDAC5146E2E11885C6C47E4D727757F35D1559242557EEAFA54255D8E4C7B8FA9734D58DD9CE21191FED1A69A4AC2B5D8DE320E727F953C11D297C998364DBAFFDF7418A6C7102FF00DF668E641A8D660392463DE97381D39A70B7B83826DD07B1634791747A5B263FDE345D058B520C691112C70646FE9547A569CB6F70749B7558937EF7241271DAA835B5F0E9144684D581A77199A41F5A78B5BFFF009E317E54EFB26A19E618BF2A39905991647D69A4D4ED65A9FF00CF388FE1562D34FBA9C11328571CE1568E6482CD96BC3254DD4D9E70A3F9D74E97510CA79C9B87519E95CC5AD8CB1316895D587049940A90D9CA4E5903B1EFE68AC9D9B34E8740B70AFA8A0F314E109EA29D613ACAF2B06E0C8DC5737259B1F984650AF4224069F0417AB1E51DC0C67038A43475E08CE734E0462B90813529416596519EE4D59F27522B8F39860638FF00F5D203A52DEF416F94F3D2B9B10EA2A33F69931E9C7F8D3A196FCA6DF347BE48FF001A2E163716EE05E1A6407B82C0531AF61328459549209EB580FA74B2BE5CA6477DC39FD693FB3A4C11C71FED2FF8D170B1B7792413DA791E7DB609F9D257E0AF7E959EB6515B205B3D4AD233BB8321C9C7A60567C16B71F7D7728EDC0E7F5A7791719C895948EF91FE34AFD076341AC6C62426DEF2D23958E46E6C853ED4CFB2596E5966D46D0DC6DC3B06C07F424552FB1DCCCA7CC9D980ECCCBCFEB518D299486CAB9EB8665C1FAF345C2C74D0DE406D5123B98A5745018A1E2A58EEE01180F2A027D585725169EAEECC4AC6EA790AE00FD4D4C6C1B1CC83FEFE2FF8D1740CEA21B889A5DAB22938E80D4C6640FB4B735C92DA4880323842BC82920CFF003AB56CD76D16D24907382719FC79A2E163A4DE3A13D69723D6B945B6B9B53985C927BB3027F9D48F2DE24649988207F797FC69DC2C74CE46D354DEE628150BB851CF24D629BB97C90EB74549EAAD2AE7F2A89E059B97BA8D8FFB528E3F4A570B1BC753B5033F685FC0D31B5BB1400BCE063B77AC1FB1C3DEEA11FF00031FE1504D670860CB71133647F1E7FA517416371B50D3AE64690CF2E1F07698F85FA533744B6B32C17D708B364EFF002412B9F439E2B392CEDCC783711727270C3FC2A6D91A803EDB181FEF7FF5A973761D88ECB4BD22CA459BED975E72F53B5455F5BCD363991D2499595B76D0000DF5ACF682D59F99E324F7F33AFE9514967678E1E3CF63E613FD28BA2A4E527766DCDAAD9B807CCC107907A8A636AB65823CEE7D08358C2D6C9977896247239E4E7F952AD9DA2F3F688FF0CFF851A11663AFF50B22195CB3AB1E368E6B36DE4D35466432B13C95D8319AD07B4B461F2CCA5BDF3FE148B6166A011729EFD4FF004A7CC8ABCAD6E852BAB980DBCAB0ACB234A41DCE00C63B7D2A8DBA6FBB13DEB4BEA4A0E7DAB696D2D8B826E1783E87FC2A77B7B575E6E413D31B4FF85373E838B71BDBA949EFF4F9400C27CAF3BB0326AF5BEA09259911C13058C60C8D802AA4B6565CED75DDEB86A9618AD045B249D867A81B8834AE98AF2B72F43760D66C56300C8C303A6DA86E7C4768186C0ECABC703A9ACA921B1C1DB3B7B7CA6A9F956C1B994FE2868BA26CCDA9F5ED36E24479A29C3052980E30C0F623BD469A869867DD01BC8A40BB311CC00C7A62B3EDEDACD9713C99E7206C3C5594874E8B0D196561FC4B1907F9D1743B0D167A2425A49E0B87604B65A71C83538D6748F23679170571B371986E23D3350C8F6B202249E6703A6E5271FAD56F26D8A1281C8F5D98FEB493439393DCD9BCD687D9D6416B2A21C052FC669C9E21B665CAC6EDF4AC886583CBD9319988FBBF2F18FCE95BEC9FC266538EC07F8D1744D8DFB2D72DA72C394C0CFCDDEAF0D420F295F78391D2B9153668B8C4DFF7C8FF001A72CF691C782650E7A6107F8D170B1D49D56DC7DE6C67A527F6ADAE71BEB8F81613B8CB3392CD9FB84E3F5AD051A7601DD211FF005CFF00FAF4EE163A2FED2B62322418F5AAB73ACD9C48CCD27007E358DFF12D19C799FF007EFF00FAF55D9ECD6563FBC2A47F7075FC4D170B1A49E2136A8A935A3FCD96521874A71F1440C39864503AE6B1B36A5867CE61FEE8FF001A91A4B20A7F7530FC17FC68BA0B16EE7C496D2A81259ACA91B8642CE410DEBC557975ED36E622B71A6C0CABD9D9BB9ED545E3B67762B14857B0E06293ECF6E0E4C2F83EF9A340B1AADAFD9B43E54B6309880030CCC4631C0A645ADE9D0A08A0D3E148C838037639E0FD2AA27D9150AB47330F4F97152892CC0C0865C1F4DB45D0589BFE12358A2F212C5628E21B55149181F8D4969AE489188DADB2C791F3763CD5191E02EA5237F97FBC474A7C73DB631F677FC587F851742B1AB67AF86BAD93C6A8A7A3039C7D6B42E754B686112798BF31C75AE70CD6BCE6D9BFEFB1FE155258E096456103A8EE370E7F4A2E82C6F5C6B891C5E62386C9E075A92EB57B68CC6800FDE461F7039C67B56524D12AE0DB13FF000203FA502E200C716ADFF7F07F853B858B136AF11194DD9AA377AA196DE48BCB73B87A74A74F3C6EBB45B95CF7F333FD29BF6B429B0DBF20727CC3CFE945C2C42D7F33BC20464795CE4D5A9756B9F2C90212476079A892F8AE15AD9588EE5DB9A43761B2C6CA3C8FF6DA8B8AC2DFEA92DED888C404310370C8AC75DD18DCC0803B9CF15A6F78A41FF44451EA1DA90DDC7711888C4F1AF7DAD9DC3D39AA52B74071B999F6EB7E9E6AFE740BFB71FF002D53F3AD1F2AD31CC12FFE3B4BE458E3FD4CBF805AAE72794CEFED0B7ED2A7E7482FE039FDE271FED569086C3FE7DA4FFC769DE5D8E3FE3DE43FF7CD3E741CACC9FB7C39FF00589EDF3529BE84F4993F3AD3F22C3FE7D64071E8B4C6B5D3FF00E7D9C7E0B4B9D072B33BEDD0E3FD6A7E7486F6DCB7CD2A903AE0D697D9F4F52316CFFF007CAD2B45638E2093F0514738B95996F7B6DFC12AFE2693EDF08EB2A63D8D681B7B3CF10C9EBF75693C9B3E8F6EFEDC0A7CE8395943EDD011C4AB9F7A5FB743DE75C55C78ACBF860901C750AB49B2CCAF36F2E7A138147320E56554BCB5E4798A49F4148D363B9C55D29629C88A54FA01FE3552E24B670C2369F70FEF9E3F9D1CC82CC89DF8CE01A69978E807E95119149E48FCE8055CFCAB9F600934C43F25BA102A0B86DAC0039AB496CE7958266FA46DFE154AEC1131041047182318A608F46F093097C1F729FDD2FDFF00D9AE66531C8F839620F40D8ACDD2EF668616891B6AB1E6ADA5B2C72865C92CE09CD39BE695C515CB1B09751A8460B1AEE5392A6419155E4BA88214FB3047C01F7AAFDE5ABB2CB20CEDE3054F1D39E2A8DD5B402D9265BA91E52BD0E302B065904920640B2840B8E1827359D2BAA1DAAC0FBE29D33143F7CB7B90706A0C9393903EB55144B1CABB8671C7A9A6E07A0A690DDB9A3749EA3F2157611D62E9930FF97A90FE3520D2AE187FC7CCE47B135D4B59DA4712BFD9C127B173505EF9896E3ECB888819200CF1F8D64A2CD5C91CF7F624C7ACB39FC4D1FD82D8CB34D8F526A68754BCB8F3B6CB2A885379E9CD68E857EF7B6D33CA19C07DB89307B7B50D34174CC7FEC58FBC8FF9D4ABE1BDCA0849083EF5D3B88D114ADBC409E4FC99AA1ACF9CB134D148E8235C90A700D0A2C4E49194BE1A6E9B1FFEFAA25F0E244BBE4438F76A8E09AE2E2CA7B96965FDC9031E61E735B1A14F23E97E61EAD21EA777F3A2CD0EE638D1ED0755FD6ACAF8763201F29307D4D748D2BAA260E32327005666BF196824B9E77451E473D69A8B6ED7139248A49A0AA13E588E36EC41A87EC9A8472B47B8363F8908C1ACFB1692EEC2F6E1D1035B81B719E73F8D5FD2AF245B452E6142C4F5E28B34877B83DBDF20DD973F4614E86CEF00C8DC3279E6ADFDABE5014C1927B367F4AB027942E709F80348114C5ADF83F798FE34EFB2DF7F7DBF3AB89713EE20AA7E00D4A6790AFCAAB9EF9A43337EC97DDDDBFEFBA05A5F7677FF00BEEB4C48E46098C1FC7149BA4C71B09FC68029B5B5D35AC6A19B7027277545F61BD3D647C7FBE6B4C48C141E3BE6952566EBB47E74019BF62BCC63CD723FDF34DFB05E91F7DBFEFB35ADBDF8E571EC294C840EA3F2A340D4C73637BB7EF37FDFC355A7B1BB0877127EAC4D6F1908EE3F2AAF3BE41F9C51A06A60DB584933B2155F97BD5D5D19CA6491F80ABDA798D4CA73F37720678ABC93465797C05E4F18A57198274790C98E063DA91F4A97CDD9C1EFD2B7D268A790846DD81FC22A558B74A582B703A95A00C38F47931D454834693DBF2ADE08C3D7FEF9A5C3770DFF007CD160BB304E8CDEA3F2A89F4771DC7E55D1364F1F37E551380064EF18FF0067FF00AD4B40BB30D74890AE49FD2A36D2652FB7238F6AE82378BCA20C8415E5B8E94DDD14930D8FBB8EA168D07A9823469719C819F6A3FB1E43C363F2AE97C93D30DFF7CD34C2C580C303EE2815CE7868CE07F0FE541D165F55FCABA4F20A8CB1A5F2CF4C37FDF340EE7307476CE09FD2A68B45665DC5B07E95BB245B41621BFEF8A58CC4139931B465B8E9FA516039F6D15B7E0B0E39E94E5D089C1DDFA56D17864986C766F7087FC2A703D039FF00801FF0A340D4E7CE86E3182BF9531B45603AAE7E95BB34D020706521931B873919E94A6104E3121FC0FF0085316A732FA63230C1C1CF07157174BE14E704E3357EEAD329FEADD875C1CD59611C24160502E327B01498D19ADA393BB1DBA5450E9448F989E7AD6D1BBB448D5DE5387CE0E3AE296DA2320242B727BD20329746E31934E1A4007AE6B6FECE7D0D30C4A3259B18EC49A61731CE92370C718F6A64DA6148D9F39C0E056E2C59C05C1C8EC691ED588FB99F6CD01739B7D3DBCCD8014E9CB7E3FE14A34C760B8907248FBBD7F5ADB990A1F9D001D493CF14A2E2DC44240D840768E3FF00AF48661C7A69FDE1DC7E5CF51D71F8D5C4D2518707B76AD08C2C877AC25B77427D2A78EDC81954DB9F4C5082E63C9A4856401F6EEEE6A24D3B7385DD81EB8183C9F7F6ADE31216C4807AFCC69AD0C2EC028491871F4A182665369483B9AA8D6390CB8E53AFE7C5747E430FE0FD6A19A3F2C105065BD0D3B093313EC0BF67DFE60271D2925D3230530E4EE38C823D2B5567B6F9D4A80F1AE5B3DE9602972D94846D3D09A40538B4688283BB3EF9A94E8F1E320645690B6906308A00ED9A56022204BB541EF9A6066368B030C1E3F1A3FB2A154D80E40F7AD1C44F808CA58F40453FC86C676A7E54C463B697005E83F3A72699198D46C1923EF1ABF729E426E7D98F4031FAD56FB6DBC4E2365030301CB0C31F4A43207D2A359725460D55FECD864BA718FBA6B46DE76BA94A88D23238C31C9AB02CE569892A981C0A10999EBA442074A9534A8BD38FAD68FD91FD17F3AA5A8DC8D3BC82F1193CD904602B7393D3AD30233A4419CED151B693081C2D6B7D998F643F5A6C903221E131F5A046543A5C386F90633C512E9709C7CB4F37905B2E0EC65272486CEDE7BD396F2296748D51483CAB6EE1852B956201A44190428CFBD3CE9316718041AD4FB3363858EA396131A33EC8CE07AFFF005A81145748B75C7CA3F3A7FF00674007DD5A996EEC9D46081EA38AB296E48CE53F2A680CD7D3E1ECAB4C8B4E87CE6CAAE303A9AD578028CEE5FF00BE6B2A4BF8EDA46C794CE4E36938381DE96C04AFA6C2C0602F5A6AE9B1F390B518D5E191A308ABB5C807B303F4AD54B72EBB84839E7EE51B814FEC10F72B47D82DC7F76AF7D988FE31FF007C8A3ECC7FBFFF008ED3119AF63013FC355CE9F109D0E0704D6C9B723F8FF4AAD3C1B5D2457E871D280289B2844A8094CEEA9469E803EE9032B1F946D036D32EEED60977125B62EE03693FCAA17D73316536EEC9E4A9DADF4A0760BCD3A16B62000718E951C1A55B15CF7FAD5E0ED2E9C66C904E38A8E39187F0AFE428BD856B8834BB5FEE8FCE9DFD99698FB8B4F3293FC0BF90A6997FD953FF000114AE1613FB3AD71F7169A74FB4C7DD5A7197FE99AFE5479BFEC27E545C2C47FD9F6C00DAAB8A3EC36DDD47E743DE4087E73103E8714AB73149F7046DF4A6985869B1B4C7DD5FCE93EC567DB67E74E322FF00CF25FCA90BA1FF009629F90A2E16236B1B4279087F1A6B59D92F1F27E74F2D111CC09F9544C91375897F0028B8AC31AD2D704829F9D312D2CD64604A1C8CF26A5F2E203E58947B60554BA7109C8B7590938038A770B137D8EDDE26597CAC9CE029CF1DAB9D9ACA72EC81210A09C62219FCEAFC9772A637D92EDCF622B4D215745709B430CE3D29EAB51791CFC76776BF76765FF74018FD2A516D7BD3EDB71F8486B744499C6452AC2339C52E763B18434C9653FBD9A57FF79C9AC5BF8C4573227F74D773E5815C5EB40AEA330C71BA9C5B720B68374F19DD9E83935B01B2D1907DC573A8EDF7437CA7A8F5AD781A56446328C718016B66666ADFC7235A31F382205C91FDE3E958B35C5D2DB46C45B854CE3A127EA2B62FE78059B2CBB8EE1F2E077AE7E79DCC6815595546338E0E6B1EA5F4206B99E6E9CE3F87AE7F0AA646F627D6AC19E48D3CB5948079200AAE4FA6323A56A880F2D97AE07E34996F55A3777619A4DCBE94C47B04E710A0F6A8E600C0D9381E59E7F0A966999318C03F4A8AEB2F6F2648C98CF278151D8A7B3302C6DA24B6BE6F3F76E8F0488CF03356F418A38EC64F2A432032939DBB7B0A86D6064D3AEC34B17CCA0643F039EF56F430D6DA7612556CC8C7287229C9E9F305FA1A326708307EED41AA05FB14FBF76DDA01DA39EB56649A40CB872320671506A4A1ACE60EE141C65882692DD04B6663DAA5B268D7257CD28CEA0E4006B4F4B8D46989E423EDDCC79193FA5508A28868D228B8054CA3E6D87D3D2B46C0F95A7C4B1C848E791919E687B0FABF9171E3721708DC2FA555D636AE9D75E6062BB00214E0F5AB523BE540661C0EF557590874FB81239453B4160B93D7D29C7744CB6660E9C2D9745BF290CA14950C1A4193F438E292DA088C2B2796B186FBBBDC93FA0A9ED63B64D0AF36CCEC8D22E5BCBC11F866B5349758AD235424823824633F85293D3E6525AFDC64BC392157CA058E0952D9FE55A2808503AD5BD424E6241DC93C555AC64691168A5150DCCDE42640CB1E00A48A6EC3E49922C039663D147534C0D70E7216341EE493FA55549921CB1CC92B75353A5D1239073E9B4D5589B93B99D628F6A2BF07201C1EBDA88E549091C861D54F04549E62ED4F71DFEB51CB1AC83727122F4343409D8968351C12F9A9923047047A1A92A0B10D412A822AC6298EB9A0065844DFBF0BC12A39154A6B7BD32E1640A33F9FB9F515B3A5202F2F1D85596B267666FB448B93D14F02AE3B10F729E916D708C649240C0F4D830BF5ADC51C73556D2D8C01B32BC993FC6738AB8B490D8639A08A5C521EB5448D23D2ABDD0768885241C76AB4A050CA0F6A10339296DAF4CC5D67239C91EBF5E3915A5A55A4F1B1791F20F380303F2AD2FB2A672DE6924FF09A962852242C0B1CFF0078E6A5ABB2931FBC28AA37CCF2C4551CA9EC4517F7896C9EAC7A0ACB5BAB89096F987D2988B16826132969CB01D54F7F7AD9497756347773A2824B1FF64D5B82E9651B870C3A8A91966EC3B4242120FA8AE6A64BD598ED9D81EFEFEE78E45756987507B1AAE6D2242598CA4B1FE1CD56E2D8A5A2C37182F3396F41DBF015B39C2E6A2B7B75883105CEEE70C738ACEF10BDDC7A5C89668ACF282AC59B1B570738F7A22824CC2D4F52D3EEB593F67958CC5E38B38F95B0D9E0FE95D8015E650693A925C432240BB95C14CB8EA2BD1AD24925B58A4994248E80B2A9C806AA5A305B124CA0A1E2B3353B49665DC8C7F035A7281E5E2A4280AA823D2908E4E1D3EE99F99643E61E49FE2FF0AE92C2DCDB42AACC49EE49CD5930A74E7F3A180E83B54D8AB8C965DA38FCEB0AFDFCC9F3E70538EED56353BD11B08564085CED0C7B9FE82B9D952E56E8453E55B70F969DAE2B9D169D2AA311E68763DC356B24A1BF1AE2658E78B51922837161210147D6B774CBF66736D2B86913A90723E9EF4B96C3BDCB3A95B4928CAB118E983591FD993890BF9AFC9C7E15D370C841F4A7F9487B53D188A3A7DA98215DC4924F39AB524EAA70A79A7B801768AC8D4AF160F97784DC76EEFF003DAA7D0636F995E601AE3CB383D4FF008536CE448FEE5C0673D72DFE22B9FBC5BA49F64E48CF236F423D47AD3EEE39A1D49E288B6EDC0003BF02AB918731D945393C3FE7515F5B99E3201FCAB2B4EBF68E516B3B8322F50BFC3F8D6EC67E5C50073E7487670E5A43B46477C7D2B5B4EB2F201663963DCD5B58D020F97B53D40080018269008F26DED599A94D13262570B83EBCFE54ED56F859424E719F4EBF8572F7C972596577DF149CA3AF43FF00D7A69362BD8DBB59ED5260CB28CFD081FAD6B4770C48CE0A9E845719791342F6FB4905E153C568D8DE4B6532DBDC365DFAA7F77EBEF472B4173A2BA845C4447B56236861CEE099C8F51CD6EC2C0A839C8352451A6CE54753DA96E052D2F4F4B55240E7A63A915A408C1FAD002AFDD18FA0A32314C0435C978C2F05ABD915C19525F35411C71EBF8D758C78AE375CD124D46FAF2EA4BC71E463626DE00DA0FF008D35B8743A5D1F514D534F4BA41B49243AFF00758751566642EA4561787B4A6D2B509A25BA924468558A1000C93D7F4AE8687B891CD5CE97135C156600E73F7871F8559D2F4D8A3943291952723703F8D6B792A657658D19CE33B85488A1012CA8187F745243119B60C0EB54EE1C104330FC68D42F05B4591F78D73135C5D5E484EEDB1E78C9A9DC7B1A696F089493E5EDCF50E33FCAB4E09D480148E7A10783FD2B9E8E22A810CC73EC2A6852584168E50C3F8948A76623A43FBC18E86B22F34D89DCAB1193CE09C55CB39FCC4F989C8EBEB57002D26548562BD719A60645A6970ADD86E0E3A73CD6D85DA30285DFBB0ECA7E8314FA0435867B52629C4D373400D22AB5C81B00F7AB46ABDC90028EFB85260675E410955771920E3EEE6AA456B6E8EBB80CFF0016216FD2B5A50300FB8A518C8A2E036E1634B431AFA0E2A8018AD0BD5F958F6C551CF149EE52D8422984F34F34DA918D775890BB1C0150796F30DF31291FF701C7E66866592EF6B72B10CE3DEB3EEF5092695A387F84E055244B34C0B64FBAAABF8531E182524FCB93DC706B3A2B59A46DD24FB54F603356E0B5508585D3155E0922AEC2D00BCD6AD962648FDFAAFF008D590C194329C83D0D31E09445CE24423A8EB55AC5F63B419CA8E57DA93409968E6929C69B52509CF3519B77B993CB58E0718C9F3B3FA62A4A6890A4A31DD7BD35B89EC46FA5ED5C9B7B103FD9273FCAB26EA6B3B6976CFE606232073D2B73CA919F3C60573FAF4510BA844ACC0F97D973DFEB5AC15D99B7A125ADC599BD8E38E360E4F522BA0C572B6DE48D4E220B93B97B0AEAE9544958507A8C6AE2F5C1FF0013297EB5DA3F4AE3B5D18D45F07D0FE9511F88D1EC6529F9AB5ADE45F29173CE38AC907E7E2B460C04435D062F7366E9247B36DB26C01727E5CE6B119C4D69E5898281C90CFC7E58ADD9A445B428CB2B6539F2D49C573D2C4C210EB6C368E3CCCF5ACBA9A2D919EDC93B4631D71485401F7F26A42AE5D97690475DB486260A4AA8207535A12424607514983526C2412D85C0EF4CC5311EBF3866C6149E7B0A49F6794F1B8625931B5465AB045D5D2636DD4E79E9E61E696EAFAF2D25CA2CACECA09612B66B14EE5F2D8D14B3812D658BC8B9D8F8C82BC9C7A54B6968B0DA224314A1724E1C7358435DD483749CFD666AB725CDDDC5AA48659632E79DB336453E6EE1CA6E3C32B48B88D8E00ED493A8955E1FB3B4F93CAAD73D1F9AB2A9F365909383BE46FF001A75CDDDD5B4CC9147C0FE2591C67F5A5CC0D1B02CA516C621A53052D9F2F23AFAD584B494408A96E630072BE95CC8D5750271E493FEF48FFE3562E44B2DBC4F261770C90ACDFD4D3E60E53A292DE669176C648005477109BA59205B46B9F986E50700573314452652AEC7270773923F9D2DDCB7704ED1C4A85477191FD69290389D02E96E96AF00D2B6A3364A6EE0FA1A8951A0DA3C909B38DA3A0F6AE796E750CE7CB4FC727FAD6FDAC85E15DDC10A338E066872BE83E5B6A2DDB6E7849F435152DC96F3A2DC7F849A4CD44B72A3B0A0E2B36FA5CDD2A67A0AD027DEB0F53B500B5C2EF3229CF2DF2FE54E3B848B8640881632371EF9A963690B28DCB8FE2E6B94FED5B98B27C9B7C30EF167F1EB4C3AB5C1206C8323F88442ADA64DCEE651BA24E33F2E6AB89FCA9007CA83DCD616A9A84B07D8F0B19CDBAB10578C9FC6A925DCB7ECB6C570CEDCB292063E949AD3505BE875F6EEA6E65D8415383C55AACCD32C52D4654BEEC60EE6CE6B48564DDD9AAD10B4C734FED4C61C5005BD279794FD2B4077FAD66E943265FC2B4108E7BF355125EE4F1F434F14C4FBB4F14C43A90D25203C8A2E03B1DE97B52641A28004FBB504D2051D47153A9E2A85D45E686F950FB9273401933DC23CECED22E738193D2A349819438B88F60FE1CF5AE7F51BCBFB49DC45322A062A0041C7E75506B1A9F92AA975B82F24845CFE271556624D1D8C13A80E64991B278C30E2A649212FB9244DDECC2B8C7D67545D9279CA5719C08976FE3C5226AB7CEC59654704825BCB181ED4ACCAD0F45B29D5D181232A71D6AEA1056B9CD06279ACBCD3E512EE7919C5743080B101C71E952818A09C11553508FCCB56C0E873C7A77AB7C531A9A1339D8AEA093EC6A8559D830014E4961C74AE892355445FEEA8154E1D36082FA7BC41896E31BB8F4F4ABCA3031430219C2953919C54C31B5707D2A29C7C86A62400A7E949A18F38039A6160632430CF6E69CC430238E6A136831F723FC8D0231B50D0B51BBBC2F141BA355014EE033FE4D58B5D0AFA64482FA0C08CE639830253D8FA8AE812DD028CB63EAD4EF21338DE3FEFAAD09306FF0045BC8E599ACA10CF3B16798B00403FC23FA9ACC8343D46D2E5257840553C9DC3A5760605FEF8FC5AAB5CC4361C30271EB4015C3A6D1F30CE3A66AC9C60D57F286C0D84E83B559ACCB2B2BAF97CB8CFD6B2752D0AFAF6E55E044312A800970327BD6D7D9948FBA9FF007CD5B8EDE354190A3EA6AA22673D6DE1EBE783ECB78B1987AA38901688FB7A8F6A9B50D16E925966B14479A6E0CACC0796318C28F53EB5BDE4C3EA9FF7D50D0C2A705941F735449C447E1ED52DA7498C49F2B027F783A574503A2C401619031C9ABD345115214A93EC6AAC50662046DFFBE734A5A8D12478318F7A4DC818A965047626963F9517E949242D26482833DF6E4D40CC8D634ABAD45E3FB3796C8B9277381CD4363A16A10030CC90496D27DF8CCBD3DC7A115D0C3022A65CA28079278A936DB7FCF587FEFAFF00EBD5A64B322EB456896392C8A4B3C7188D1A5600201FC43DEB09FC35A8A31919A22C4E49F379CD76AF1DBA7DF78D73D371C66AB4CB6E570AF1B1EDB4E69DC452B195560092300EBD6ADC4E0C408E41AAD6782644DC461BB0AB31021304E793CD66592822909E28078A424E3028018D593AB036E975311FB9960DAED8CEC619C13EC73FA56AB139E6A39634990C7228646186523823D28021B14323B5DE0E244554CF52A3273ED9CD5D19CD11A0440AA3000C0A75360310FEF5FE82A2B99D60E583104F619A910E257FA0A6CA37023247D0D20397D5AF45C5E8897230991918EF54E295779520EE1D7A0C7EB478A6D98DCAEDCB1F2F033CF7AE7DAD25087F768CC4F5C0CD5455C1B47510B2171318FE5E81FCC503F9D5B8C1849458092FCEDF31493F866B8E36127D98B7951939FEE8A69B590463F76A5F3D4638A7CAC57476D6B33C570A0C6F8271C007F91ADAB793CC947CAC3E5EE315C4786E064D46DF3B864B06038078AEE15424E9C9E87A9A9682E4DC893F0A753472FF00852E08ED48614D229DCD14EC21A38EB552F012558740455B3556EC1280FA11498114B8D9D7B8A50464734C9F023CE7BD3448B9A00B17833113E82B380E2B4AE1B10B67B8ACD1D294B7296C235309C0CD3DBAD46C70291473B7DABB5B4D2ED89C6F3D5862A182F228D773900919E580AD1D4ED92589F72E700915C4B4CA1B2012076205690D519CB4D4EBE3D56DF602648B0DC0DD28FF000AB305E400983CCB3DD273837039AE36D636B966D800DBC918A84CBB1882B9C718C55F293CC8F424D610AEC5FB2B852130B74B9CFE55950DFB36AAEA9036D0D8E3071F8D72D6C1672C083C2E7A575DA5C0896B0B050095E71DE935CBA85EFA23589A438A4CF141FAD64682547B37CEA327A1CE3F0A79A2223ED680F756A71DC4F6242AC3014E71D6B035F312CB6CD2233650E3E6C77FA5740C562725581DF552F1B48611ADF448EC80EDDCF8C026B58B4999BD8E6E29E31A843B61C125392C7DABAFCD653368590D0C30AB8E8D924F157E293CC883E073E945469DAC282B0E90F15C86BD9FB7938C7CA2BAD93A5727E21C8BE1D39515947E234E8CC85E5FAD5FB761E58ACA93AD5DB62C2118200F715D462CECD7E6B35C63941FCAB06DAC85D4444F7252204FCABFFD7AD08AEA34B08DD9C7DDC6335842684C72179016CFCA841C7E9593DD96B641766223C8B4983053C9D8107D73545D5943665DCDD0FA1A74B72EE4FCAAB9F41D3E950A6DDC439E3D7154903180920E7E6CF7F4A31F5A911901E80E7B11537EEFD3F955127621727DEACAD85C9E7CB66F72735A7B3C98D311C44E393B01ACED7CDCC486E2291D4003856207E958A85D96E761469F727FE589A8E5B79603FBC0467A0CD638BBBE6D37ED666973BF601E6363F9D74B6733BDA5B070ADBA352770C9E7EB49C6C3B95AD96C8A937374223DB2C05595B7D21B8FED1C9CF79179AC1D5104D78EA146031C015CDDF3BC370F18E3078F6AB502798F43FB1E984FCB7C071FDE5350DDC1650424C571E6BE71F787F2AF37F3E4FF009E8DF9D753A6C6A74A8EE8025DCE0923D29356296A68C4A646D83A9E2AEA6937007083F3ABB6EEE91C2AA400557B0AC4F12896195EE62CB316C15C9E063AF5A98C398253B1A3FD95738FBA3F3A7C6AEA022004F735CC9330D2E0BB206E95CAE327181F8D74F671B6C521BB0E28B5877B85DE45CC6A7B2547525DA9FB58627F82A3CD4CB71C7610F4AA57CA0DBBE7FBA6AE9E955EE86607F5C50B71BD8E3F50836471103EF03552288B488B8EAC38ADED46C2E2E2280C103CA029CED5CD56B5D22F96E612F6732A8619254F15D0FE1305F11378963FDE5B281D2151543488CFF69DB8FF006EB775FD3EEEE6E62305B492858C0251722A9E99A5DE417F0C935ACB1A83C965C015335EE7C8707EFF00CCEA90002A414C5A70AE63A07F6A8DBA1A7D31BA5302D6979F9CE7033CD5F18FD6A8E963E490E3F8A9F26779C1EF54B6225B97B7623A99395AAB10FF0047153C478028025E28E2931CD2FAD5085ED45275A1BEED0044C5C7DD00FAF35191956A89CC9B8ED231EF52C6098B9A9BEA338BD5A102691F039908E959D81D2B7B56B692652224DC44A73C8159434FBB3D61C7FC0D7FC6B74F4327B935D5B04B089F6F5C5510074AE86FACE57D260444CB0C64647A5657F665E0FF009643FEFB5FF1A717A03DCEB3C3B181A445C0EF5A24B80362823BE4E2A96891B47A544AC39039E6A47326E3B48C7BD73DCD8B80F14D3CD54193DCD4D00259B9A13026542715263029141A762988826FF574E947EEE8987CB4B37FA9A008141DE3EB57C01D2B363CEF1CF7ABA33E6A8F7A94C662F8F6E3ECDA3DB3EE7506703E5383F74D737E0EBD13F88ED6332C8C4963866247DD35B9F12CFF00C48ED7FEBE3FF6535CAF80BFE46DB5FA3FFE826B66BDDB909BB973C7F75343E25748E5755F290E0311DAB4FE1FC8F2E9F7C6476621D71939EC6B1FE20827C5527FD718FF00956BFC3C1FF12DBFE3FE5A2FF234E49026CEBCE3C91F4A3EB4C971F671F4A679687A8AC4B2D2F2171597E32257400558AFEF93254E3D6B4E20022E071593E396D9E1A27D6541F9E6AE24B392F0FCB21D7AC834B21DD38E0B1C115A9E3D764D4E321DD47903EE9C7F11AC8F0F907C45A7FA79831F5AD1F88AC63D56D9D4E1843DFA11935765726EEC1E0290CB757DF3B3811A7539EE6BB384622AE1FE1D9DD79A8B602E635E07D4D7709FEAEA1AB148839AB311FDD8CD53DC7D6AC21F914D66B728ABE26E3C2DA81FFA647F98AF27B1BDB886E1112660AEEA1803D79AF58F128CF85B501EB09FE95E416C765D2647571FCEB64934436D1E83F12D8A59D8638CBB8FD0565782A591AFA38FCC72A51C95278E9E95B1F1271F62B2C9C7CEFF00C8563F837235B2B818F2DB1F951A09B676962A419811C6FA995D4020B01CD241C193EB559C7CE7EB593D0B45D4605720E683D0D456DC467EB52F6A00848A0283C9A7E3834B8C0A603C70314DA5ED4873D8E2930223832B027190294000119C8F7A42A1A521864605478114AC141C607028BD80C0F132614483D85735B989AEBB5F8D26B3CB48B1A920EE6048FD2B9B36B076BF87FEF96FF0AD69B56339EE5A48B3A3197D3FC6B3377B57450DBA7FC23922F9C85707F7801C0E7F3AC6FB15BFFD04611FF016FF000AA56B8B5B1A3A02E6E206C7FCB423F4AEADF0264CF030735CD68912C72C22395661E71CB28231C7BD74CEA0CA81802083907BD672DCB8EC3A255493E42718E99CD4A4D4691A24836281C76A93BD48C4CD2134EA69EB4C069AAF75FEA8D59355EE87EE5A9302B4F113016046054157187FA2B0F6AADB78A4224B8991E2C0CE7154475AB120F94FD2AB2F4A965A15AA2634F63519A432B5D2EE8987B1AF3B78C863F5AF4871906B8692DEC3CD70DA8B29DC78FB3138E7EB5AD2DC99EC59F0EC3BE69811FC1FD6B26E976DD4ABE8E47EB5D3786ADED85E4A20BA69C98F9061298E7D735997F69602FE7F32F6643E63640B6C8073EBBAB66F5325B32BE8E9BE79063FE599AEC2C062CA1FF76B9DD2A0B35B96FB3DD493318D86D78767EB935D25A0FF0042871FDDA8A9B150DCB20D1DA9B9A3271581A013442717B17BE7F952134C0717311E3A9EA71DAAA3B8A5B166E5B95046327A1ED5CBEBDA84B6D7688B9E533C7D4D74F729E6FCE090CA3A0E6B96F1084FB5465864EC38E3DCD6915A91D0A51EA1772AE512461EC6A65BED5463624831D06FABDA1C092C32B0181BB818AD416E8074A72693B12A37573206ADA86C02448813EA0FF8D65EA37325D4DBA50A194638ADBBAB467919B7AF1C8E2B02F414988EBC5092BDCAD4A1275A9A2760A8074A825FBD5342DF20E0D69D0865891F71E3A54657838EB4199146361CD344E0745352509B38CE09A6B4671B8FE54EF3FF00D8FD693ED071C2D3D43410C47EF0E3D051B1FF00BC3F3A3CF707200A5FB5CBFECFFDF346A23D484D70D1C7824E40CE1693505F3A068A6E63246467156ECFE5B7407FBA2AADFB612420648E715117D4725D0CC9ECECD74C118DC89E6670A475FAD5D81008E0DA0E02AE2B304D34F13ACCA634078C8ADFB61B6D100390107F2A4A5CD606AD730C5AA497E77367249C573DAAE9913DF4999C2F3D3F2FF1AEA6D1435F7E06B9ED5573A948A3A97EFF0055AD22F564B5B194BA4447FE5E07E95D2DADB2A6836D18978CB1DDDBAD62B2184EC62ACCA3F84E476EF5A36F76469F1C6CC8CAA7E451D5477CD449971D8E8E49120895C30608808C77C0AE66473348F71323FDA0E645909E08F4FA5695CDFE630AAB8564200038158535CCA716E5936A9C0619CE285F08D7C46E7956D3E916C877AA87620061D735AD6EC12004939AE6E09616F2A30EC406E33D3F2AE8919430DC3802A6FB20B6E25D906E571FDCFEB511A74EE1EEB23A6D14D26A25B951D82A1986626FA54A4D4729FDDB5494CC3D7E3DA6DC292B88BB1C552D36263A8DB7CCC479833CD6AEBE80CD0E78021193592B394993CA38DBD1BBD6B52694525B9CF17EF17FC4809BC8F0CC008C1EB5534553FDA7092CC7AF53ED536B5216BC1B8FDD8D47E949A2E0EA317D0FF2AA93BC2E385F98EAC74A72F22999A506B9CE81F9A6B9A5CE698E78A605ED2C911BFBB548DF7CD43A61FDC337FB46AC1C124F156B6225B962219847A54A98001A8626FDD818A910FCA3228025DDC52835196A50698126690924537341638E94015F0064F7A726E11718C7BD3704938A91411181E9520719E34052C2DCF193337F2AE3BCC3FF00D6AECFC7642E9D699E332B7F2AE1C30CF51F9D6F6D119ADCEF7C463CAF0AD811C731FF00E835CC4177CE09E3DEBA9F17909E14D3C70394FF00D00D7081F9E08FCE925EEA1BF899EBBA17FC81ADC8EE99AB3E46EE777E18AA9E1ECFF60599C7FCB21578300BDF8F4AC56C68F71B1DA82BF7BF4A9122F2F3839CD3A36F969C0F3D285610B475A4279E69473DA98105C6EDA40C52CC7F778A252DB4F14DB86DB1E491401128C303EF56524DD2AF1DEAB46E8E7E5706AD4711F31492319A919CEFC4BFF902DA0FFA78FF00D94D731E0420F8BAD3031C3FFE826BA8F892B9D1ED067A4E7FF4135CCF8123DBE2CB6E73F2BFFE826B77F099AF889FC7DB7FE1269B279F2A3FE55ABF0FC0FB05FE3FE7A2FF002358FE3F456F14C99FF9E49FCAAE782752B2D36C6EA3BA9F634D20D8304F40689BB208AB9DACB930000E3A526187A52B1061041C82010477A07CC3201AC74342489D805520563FC42CFF00C22ADCF49E3FEB5B08A72BC565F8F429F0C3EEE9E6A7F5AA80A4713E169964D66C7246E170BC5697C4D62356B71D8C1FFB31AC5F0D4053C4FA715E9E7A9ADEF891079BAC5A9C91FB8C7FE3C6B4EA47422F86E73717DFF5C97F9D770A4F97C62B8BF8791F95777C9FF4CD7F9D768A0ECC015122915735149BCB8C1C01CF53CD4AB6CED86C81ED9A6342E64FF74FAF5ACB52D0FF0010E3FE116BECF4F279FD2BC9953FD2108ECEA7F5AF59F109FF008A62FF003D0407FA5793C395963C72378E3F1ADE3B1933B9F89E3FD02C0FFD356FE42B0BC0D303AEC717CD9F2DCF3F4AEB3C6F0413DB5989CAE0392371C67EE83FA66B1F47B2B3B4F14C62D9635CA360236782873DFD85569613DCEB6DD833CB8ECD8A8187CC7EB52C1F2492FB9CD34EDE493DEB1668896DC7C87EB528AAE9324631904D4CAE1972304520148A0AF146ECF6A42D9E3069809B88E314A0E6938FC681C1A486205FF48EBFC351E3FD2C83FDDA5772B392067E5E9489B9A52EC31C6314C465F89630BA53903F897F9D71B5DBF8811E7D26458E3676DCB85519279AE3C69D7EC33F62B9FF00BF4DFE15AD3D8CE66FDA267C1F31FF0065BF9D72E4E0D75D6904C9E10B889A193CDD8F88F69DC7F0AE416DB53671BF4BBC51FF005C5BFC2A96EC97B1D17877EE03E937F4AE998FEF50FD6B9BD06296050B344F19F3870EB83D2BA194FEF131D79EB594F72E1B132B1332D4878ED55622E2752CCA455CE0F34916C6521A243B7BD47E682719E690879AAF74DFB96FA53CCA738E2ABDE498B7723B0A4D82192B9109C1238A83737AD4CE54C073C0DB9CD45E65BAA8DCEBD3AEEA03511CB14E4F6AAA87DEB4B646F1647423B1ACC518E2A5A2A20DD69A695C734DED486230CD79E5E26CBD9FA7DF6E9F5AF433C8AE32F743D4E5BD9DE3B46646918A9DCBC8CFD6B5A7B913D8B9E0BF9B54917FE991FE62B3B5921758BC8DBA79AD5B7E13D2EFACB55325CDB34686361B8B03CF1E86B3F5DD3E61AD5DCAF1E2377DC8D90735ACDA4D36651D995F42046A614F746FE55D55A7FC79C63D2B034BB3912FE29D5731608DDB87A74C75ADFB43FE8ABEC4D44DF34532A1B92E68CD1C138EFE94B8AC8D44CD307FAF8BFDEC7E94E271ED4807EFE2FF007C538EE27B16442C149CF4FD6B97F11C8B04F131883EE07F888C735D832FC840AE47C5313BC96CA8ACEDF30C019F4AD3AA216CCB3E1F6592D1DC26CF9B18C935A8D8DA79ACAF0E064B4911D4A90FC82304715ACE46D38EB533F8870D62645C4138909122F3ED5CFDF6E1390FD6BA1B8F3CBB90EB8F715CE6A05C5D3063938ED551065390034B09238ED4879EB49923A1C56A665911EF5CD060E3A558B34DD00CFAD4FE58A4DD816A50F2283063E957DE3DB19723E51D4D64CD70D2B100E17D0524EE3B68398C6A393CF702A3DF1FA1A8C52D5D8573D8ACCFFA347FEE8AA17F3AB3C91A3A070D83B8E2B0760F343EE6EBFDE34F92628A442807F11207358C5DB42E51B978C123C67F7908CFAC98FE75B2A4476A338385C707DAB9392FA768F618C71CF231504B7EFB4925CE3A90C40154AEF52765634A2D4D6D2EC974C82302B0EFA733DCC928E371C8E73E951B5E999F3E5AF4C0CE4D46F30DBF3221F6E7FC6A92B5C9B8DDE739C646074FC2A68373E076F5FCA9A862392A9C70306A604320F2F185E95362912DE5E346E162E0E31CE48E7EB59EE39F965DE73E98A7C9718972F19DD8E727AD32128EF82A4F3C53D86B52DD9616EE3033F7C76FF7ABAAB89844633DBBFBD73F690EDB88D951B1B86719C7F9E6BA37B5595B9663C743DAA3A95B2201389E66719E80734FE951C70181994D4A7A5652DCB5B0C320CEDEF4C9C9111F5A472164273DA8DEC32EACAA54672C32297507B18FAFDDBBDCAC4B9C2A28C67DAB18121B8E3BE6A6B995A4B99257624E739F5A89482C99EB9ED49982DEE6A6A17B756B7AFF006590A642EEC0073C54BA55FDF4F7C8971233260F0540FE9492DCC96DA9BC91F18F515A905E1B926479132A704797B4E7F3AAE7DE25C56B73401C8A505738CF27B5555BB40A59C8500E292494099997AAA71F4CD49B16D1C3A92063048A6BF4350DB38224F9B3F39A924618E2840CBB6722C560CEC40009EBC55412CAEC4F9AC07D569510CB67B0E082DDF9152FF63B11959231FF006CC1AB5AA25EE5AD3EE77A323B7CC87BD3754D45ACAC4CB191BBA02466A91FF8954124CE3CE3FC5E5AF6FA5626BFAF45736B0C50B67A33707AD525A89B2F5AF89AEE6995199006EE53A1ADDB4BF79A5F2D886C0E703BD79B25EBC7206CE307B5751A06AB1BDCAA163BA438F6A894794A525247641B3D2A3B8984511634E47040E6AB5FAB4B1855DA4E78DC322AC9281BDB907FD7803FE01C7EB57ACAF04A8CACEACC3D083FCAA01A7CBEB0123FE988A7C113DB3B82232C463E54DB50518DE2ED467B0B3B57B6915199D81DC8AD9FCC572A3C4BAA67FE3E621FF6C23FF0AF4993CADE915C476C5C8CAAC84138F5C62A079F4D493CA64D3D5F38D876E73F4C55FB456B12A0EE6778B350B8B1D06C668245591D943128AD9F9727822B8C3E25D50939B94FFBF29FE15E91717968AAAB72D6600FBA25618FC322A09A4B268B98AC42B0015B03927A76A4AA46C9307077B92E91767FB0E09647CB188331E9938AAFF6FB9DDCC9228EC0AC7FE352CB6B2C7A7B2154EBF771C543FD9F8C12D00F6F2F9A9E859A3637A1A33E637CD9EF8CFE957165535956164CB2B9902EDE00DA315A8C0019C0E3A0A1262761C2404E3BD3B7103A5451BE71B8014B34AB1A64903EA6A912C86EA70919258019C673D2B0B53D59A295E1F303138C1E3D2AA6B9ABF945E055CAE37291DCD7312DEC938F35B0CEDC0CD0EC1CD63763D6A7806D43966E1738C0F7AEC74DD423BA9123570580E7DEBCB61B87F37692B851D2BB3F074B1BCBB89F9D8ED538C7BD46C52772F7C40B796E34DB4586179489892114B1FBBED5CFF82AC2EA0F12DBC92DACF1A80F9678C81F74F722BD289C6308CC7D9B14A09DC0344E013D4BE6BA2FA58C92D6E79AF8E2CEE66F114CF15B4D22F9680148C91D3D40AC9B6D12F2E547D9183B8524C79C607D6BD5B5495E0D2EEE48D1C1485C860D8C1C1AE02C7CC8F54B5860C832A0DE01ED9CFF004A89CB63AB0F494949BDFA1D4C7BAD74CB6B766FDE246A09271D05363370581058E7FE9A0A75D24ED2A08CA00460EE5CD33ECD7871FBC41CFF00CF3159DADA19DFA9A70C84950DC36466A878EA369FC36D1A23487CE4E114B1EFD8558B28A55706560496E3031C56A410C91CD33B6E60CF950A71C607F85547464C8F2AF0EE9F751788EC1DAD2E1544EB9631B0007E55BBF10ECAEAE756B66B782691560C131A1619DC7D2BBF25BBC4F8F76A1B20E16363EE1B15A5D5CCF5B1E7FE02B3B8B6BBBC33C1347BA25C1910AE79F7AEAE493CB88B7E557E4C91F346CBF56CD62DEAC862210F2A722A64544A2F2484FDF20FB1ABF6ACC1417EE2A01652B2862403FEE0A5B7B79D663E6302ABF778C567CA6972DEB23CED06EE208D2130FDC4196238E82BCE67D2EE24BEDF69A5DDC50E576A985B8AF508607176D3609431A8001C72339FE7568EEC67C86FFBEEB68BB2B18C95DDCE4BE2159DC5EE9F64B6F6F24CCB23122342C4703AE2B9AF08585DD9F8822966B696350AEA77A15C657DEBD3E6758D5711E723FBD8C5733792DC3EAD2148B0A230170D9E7FFD46872B0EC6834C91BC8C4E00E6B06F7516DDF2CD91BB3C355CBE12795265BE63FA5737A84C059B335E465C70555541FA5656BBB1A2D15CBD6DA8B497A52572C1BA60D751627FD18166273EBDABCCAD75368A60E586474E3AD75161E2BB68AC4ACAC7731E0019FC2871B094B98EC03AE383595A8E88351B8F3C5FDD41F281B627C2D4963A8DBDEC21A36E71C8F438AB8245C633487668ADA6695FD9B1BA8B99EE379CE666C91F4AB8410327B5345CC6A4826925B8578C84E49A2E82CCC2BAD4965BB7293854518CEFDBF5A2DF53449D59EE1594F07F784FF4A5834D925336F7DA11FE41B0743CFA53DAC3CB42E2553B7B6D1FE140C6F88E4924D02E85B993CEF90AF979DDF7874C571110D6C7F0DF7E2AF5DFCF17CA2F0C8D1F92859B6AE7207351BEB70A2BBB5C38D881DD04596453DC8EA2852515AA25A6F62A6966E4F826EA397CE173B25DA1B3BF3DBDEB8C36FAE37FCB3BF3F83D77F6DABDBDD22CD14EC5643842D1E379F6CF5A8E2D7ED26F3B6DDC8160FF005A5E1DA13D8E7BFB53E7D6F60E576DCC7F0BADDC16EFF6C49D5BCF523CD0738C7BD6B6A972925C88C9601067EE1239FA55B4B8FB5EF512B1F280624C78041E841EE2AAB2992FD86F645DBFC2719A5295C22AC5349208DD5D655054E46518574F05C24B0248A7218641AC0BF1F66B612ACEE46E0AC4C98DA0F7A745A8BA182DFCCDCE5BE73FECE3AD34C7CADEA686B32B0B32D1B157520823EBCFE95CC4FA9DE41751BABEE5078DE31C1FE757B5BD545B5BBE5BB7008EB5C7CFAB4D3A2AFDD55E00C75A493931DD456A777A76ACB7D29560A8FE81B39ABD74A5ADA4FF0074D79E699AB3D8DD2CACC02E7AE33C577116A30DCD906599242E08F97D7E94F96C45EEF422D4E531592C6090D280A0819C565340810B1553B7B796DFE35B177009EDA272482A01041C1A924D2A2D83F792AE4F18634D215C8348B90F0343861B3A7CA40C7E34CDDFCEACC310B2F3448EC51403B98E6A84BCC4FCE3AF2294B72A24C4E69A69158141839E3AD216E7AD414213C57177FA4DF5C6A370F0D9C8EAF212A546735D8961BB6F7AA974F0E97B67637010A16F344800CE7EE818E4D690767722577A197E18D3EF74ED5D67BAB49218F6302EE3007154B54B8326A934A840123938FC2AF5EEBB24B88E3FB4149172B26F0548FCAB15D994EFEA7353393934999BD1166CA655991994165C80DDC66BA4B2DEB0057040EBCF5AE4E2914A2487839E82BA28E4F2E246CF3226E0C4F4F6A71DAC11DCD18C832B118FAD4B9155AD6412C65C00093CD2C9731A31424838A762C1C9326D27A3034EDE3ED08BE8C09FCEA1130C827EE81CB67AD2860CDB81041619FA669ADC1EC6A2B33C85B3F201803D7DEB9FD686DBEB56E7EFB74383D2B7639336DE66DC939DA3D79E2B075CCADC5A16C13E61CF191D2A97C488E8C93493BA4B8EA7E65EA73DAB41C00A6B2F496CCD707007DDE00C56A39CA9A89EE5C36316E84C18FEF8052781B6B0352565BAC16DDF2F5C56DDC893CD61E72EDCE7054561EA27373CB86E3A8AD222653A2940CF1903EB495A999A9607FD1FA743568CA1D55563C30EFEB55F4D1980FD6AEAA007A544B705B156F91C593B6D0063A81FD6B0EBA1BE51F6397087A77FFF005D73D8E688952D84A5FC2820FA518F6AD083B4F3558F0691A5041207E00D6789ADF3F7E53F4153457110055431EF96AE63641732B2152785355E592DA54F9C9E7B2B63355F5399CDC8DBCF0368C5473595F41089A6C6C3DBD2B682D0CA5B96962B520159990FA1C1C5437488388C96E393EB556347939542C3D735ABA2C445C389131C7426894AC0A37D0CF896661B554F27D2A7912E204C6D3BBB6DCF15D23228518C8E3B1350B658E01E9EE6A39AC528BEE733219C80CB1C8588E78269D6B1CEB229746DBD71D2B6EE5FC8E1DC8F6CD51664766206734EF741B1A76D2441979EFDCF4AD83730020FDA23E78FBC2B93000C12A302AD6E88DBA8F97777E2A52571DCDB17713CAE7CC4EA3F8BAF155E5BE8DC3C6081C1E735922543F28518FA55795813D38A56571F3591A2F76448497C920018ED506A178CF12A8240EFEF5491C273DE8660C06464FBD0E37136DA216718F98673491439C331E84102A7C4414E413CD2019207F0E2928892D496EEEC3CEF2018CF4CD555BD78B255B3F5A64F1B0E41CD4411D885552C4F60334AC9EA277BE8585BD94A8CB12339C66AF41A8C8EE37B73B76E4FA563F46C6707D29AF3329C0ED4F92FB0D368EB6C2FE24CA4B2282CD85C9EB5A323F15C02DD4C1D48739078EF8AD5B7D7AE8AEC913CC603AF7A4E9B46D16A476B62C0DB000679AD7720C646EC647515C95BEB212C227DAB927E6DA3A54B3EB53C8A16DA30CA782CDDC7B0A888E51666788EF596E1A149494E7E6527F2AE7E5792772D2B92C7B9E735A77D6CFB0CDB47392C83A0F4A8B4BD1E6D53CD649122F280CB3027F956D75B99346722A9CB3373D8559B562932947DADF5A82E3CA47648E41260F0C14807F3AB7A6DBC37D7091BDC189C90A095DDF90A72BDB51C51E83A35C96B18FCC65C818E0D5D69C19522C632325BD2B9E852DEC2DDD12E0BBA03C6CC7F5AA336AE5A41C9DD1FDD3DCD609D8B6D36771BC02985277FE9CD4E1137104035CBDA6B933CB181187887059B20927F901572C7522EA7CD0E646720AAFF000F3FA8A39D0F944F12426ED7ECF1DC792DB32D8E0B27A6EFAF6AC9492D57CAB792E2337CA8522BB233B3FD9DDD338EFDAA3D5BC4ED2ADE5AC637A8CAA32A723D6B9C7D6AF25B28AC909548F276AAF24F5C9FCAAECD8B4474EEB05AC290EA08B3AEE0C8854B9523F8BFCF5A48AD9ECEEDAFEE2E4C892905837CC1FD30BDBFA543A778BBCE88C33DA155DA155A239C9C77CD68C97F1CE4C516ED8BB7E623EF01CE3DB9CD4EBB345247406E229207018315FBC3D2A531A492C4C7002AE76FA9358324E8F765433A165191B0FCC07353477CB22F99E63AFF007484278A5CD61729B4AE885946320D39A44001C573D737D6D0299E79E58F7738F28F26B9D9FC617250A43B467AB81C8FA0AA577B09A4776D30F3142919C7DDACBD6F55586D2458956571D549E83D6BCFAD75CBCB4BD7B949999DF218BF24835B56FAAC1A95D0824B8750EA1437960638E7233FAE6AACE3B8924F6306E273231958ED04FDC1DA9A4131A90723EB5B17BA669485A23A8CC5C765847F8D66DCAC11BF976EFE6229C072B8CFBD2724D6829A5D08F1F32155D84F6EB5ADA6DDB595CC0E0F19E57B37B1AC9D814EEC1C91C9CE6AFD8CAA2E6DD9D97CB0C33F4CD66CAA3249DD9EBF6B2BCB6C9248A15D802C14E4035609C85FAD6269DA9A5D98E3B44CC601CE0703071FE7EB5ACBE6E470B8FAD6D1D8996E56D71D63D0AF998E0790FDBDB8AF39B2B858EF74EB87E40033CF70715E8BAC5AC97DA4DCDB6D5CBC671CF7EA3F9579A47E598D1650B88DC6D04E0E0F5A538DD1BD0AAA09F73D052443346770AB2CC3D4579F4B7B7705C30495C2C6C42F3DAA26D5753CFF00C7DC9FF7D74A9B48CBDD3D0219D649F0AD92AD83ED5B4A2BCCF4AD42F3FB56DD5E47DB248BBB27AD7A58DDD54023DCD38DFA8A56B0F6E5293A73484498FBABF9D236FE9B54FE3564114FC8CD63CCD80C2B5A60FB79031F5AF3CF10DDDDAEA734714B2043801437078A995FA151B1D809B280823A7AD46650C49CF4AE19AE7502AB976620F04B74A9D356BDDE0B1E4F1ED50D48D1729E8F01CA2D4C4FCA4553B3666B68CAE09DA339FA557D53588F494469914EEE48DF8217D7DF9C55A7A10A377644B79731470B07755600704FA9AE66DEF23F3DD616FB46EB820EDE762F419FD3F5AC2D7BC4235668DE2CA3A86423381B49FE758092CF1441A194A9CF201C50EFB95CB63A5F14EA5241B16DDF6A3E778DDC9238C7D2B8A673BCF04035A2D35CDFDCAF9AA65766C2A28E4E4F415A373A568D2DD7CAD776DD034180C636EFC9EA2B4565B90EF2D8E6F9DC021EA71CD5E03FD14C6581657EB5BAFE10B454F316EAE87D513FC6AB1D36D12511ADC33025B04A8EDD0FE3439C7B8420F5D0D2F0D5C881FCB72DF2A962A0F1D3F5AEBA2B98DBEE91C8FCAB8CB7B38A09F26593A1C1000CFEB5A0F2AC36A25865779081B51F03DF9AE79495F73551BA3A369900C1C126ABCFA8DAD947E74EE235FE75CD5CEA31DDC22185273397188DC01C6793585ABCBA85BC4B6B7132941FC0A7EEFD6A53BCB96FA8DC6CAE7A3C7A8D9C713493CE891B90558F70466A2B8B98512461C85E491DF06BCBD751B8548C24D20DA083CF41FE18AE934FD666B8B778A7F9D76FC92018CE78F987E7CD69284911171376E352713CB221E1570AA4E320F71EB59D6BA5EC957528A395E5237ED5CEF6CF63FD6A9CFA942BC14E40C796E303A01C63E95A3A7EA5702D11116356C672DCF1E98ACA751415D96A3CFA2247D3A4D4503490496CC00531B2F0A3FD9C7F2A4B8B193538CDB5C59DC46A8728CE38938C7CD8EFEF57A3D4884432A8DFBBE6DA78ACBF13F8824B48624B60CBE66776E1838F620D442BC26F962F509529257659D1AF6CB4FB8934532BABA0C2F98D852DFDD5CD5B86FA096FA485776F881072300FAD798DC5CCB7370F3C8C59D8E4B1EB52DBEA37703B491DC48A5FE563BBA8F7AEBF66DEA63CC9687A0EB09E5428509F2E6936C807D38FD4542B2C1E7C2C23048270D9E40C7F2AC3D2AFFCDD0A6B7977332B9287A8C607BF06A6D3AE51EE59A56754DA58B0C7038ACDDD3B14DE888FC49760611650DBB9DB8FEB5CCC8D9E8704574975656F7972FBE7963DBE9103C7AF5ACAD434F8A18CB5BCD34B2264B87450147D41AA84A3B13384BB14D2E03285914641FBC69D6B7B2C13028E40E98ED54B3F850A71CF7ADD4519DCF558A71268D14A4F58C1EB9AB3315DC64DDC2EC63DFA75E3E86BCFB48D6E684FD9A6999A171B154B7084F7C7A5750FAC20263328FB8338F5CE2B095D3348AB97EEAEA29A175C83F210C0F6AC1B9BF68F780792391D854B71A8361F682438C2A81C1239AC69D2E248166D876938047F2AC9C97535516D3B1B5697D1B41F3300C3B5517D4992766CE3F1ACC682F21611B4522B119E01C63EB50490DC9930A8723391F4A7BEB7327CDB58DB97514628CAC4B00734CBDBB86FC471140CB1AFDE3D54D731E7B6EDD939F6AB304CD21CE78AD391AD487265FBB8C42A16150A8BC93DDBDEB3B22462431639E95A8D97B5C95E307B66A8C76416507E6208CE41C54A576DB248A3D81095C8E735B0FA8249651A8508D18DA7DC566322236111860E4F3D6A68D48521947A669A5D476699BD6AE0401339C019C7A62ABDDCE44C4953F22952C0F5AA31DCB243847DB83CD365762BF3316C9E79EB56527A16AE6E0B18F82004C124706ACDA4AC201115EFF290793592ECC5537372AB819E6A659DD76C8B2B7CA467157D2C537A23AD877B126450303000EC7BD64EA71C571206390627CA90D8E7154535199A372679015FF6AA288B4E089599949E14D2B6A45AC8B9A66E175386273B549C9CFAD6848DB54F1556C82239000071D4002AC4D8642075ACE7B951D0C8B8B4594B49E6480F5C0231587736E3CFE1C918C93D7152CCB3ACAFBA79300F4DD51B9F263660E4EFC03815A41344C8743649271C8F761D6AC7F6426D0430CF7C8A6E9F22CD70012EC3A9E3902B4D63933C239FC2B75B18365386C2788111488075E453A58B50814B855703A9419C7E15736BA73B0D27F6841190B23143EE3FC2A5D869B3267BFB996165782260C31B9474AA4841C011AE40E6ACCC516E24C3EF8D8E411559235F3495905249177D351914A63DC0283BB8E7B53F0DFDC5A7792230C5D7767A6DED47C9E87F3A680E8BCE9475087F0A634CE4F31C66B6BEC7709C623957FDEFF1A8268ED5789A0F2CFAAE4547215CE644ECF2260431EEC820D43334F343E518764639396071F4E38AD81636D31CC5743E8C2A39F4B995480A5D4F7534256D84DDF731E3962B246DA000DF89AB7A6DCC6CCEC38E393EB4ABA440C0990BAE077342416F6D931293BBBB1E95CD2693D772D3B1A4B72863FBC3F3A60954CA7270BEA4564BCA33946C63DB8A238EE2506553F277763B547E27AFD28E6634CBD34C27B86E8B85C067E075FA5411C721889531607A8C67F13514C238943C7771499EA1339FCAA9CB74443B191893D0B1231F8538B6F613B2247998B0E037B0A05C30E36E2AAABB487EFE293CD74CA861F5F5AD2CC9B970487824609E94FD8CD8CF04FA567F9921719CF4E2ADC371B40524E4F52293BA1E8C1FE5C6EE33DC0A69381D0926AC8656C21C3F1C1F4A7E6342C028DC4639E714AE22AAE7FBB8CFAD3C123F0AB9088431DD2608EA76E47E14BA8D8C7E52CD68CE63C02E188CE4FA0EF549A7A32AC538C97E5621236718D80D3AED85B0DB14461909E77282DF9D01A452204942BB300463B532E5EE27B895E06511DBB753D066B0727CD6E874BA5CB0F326B29649F6450C1681FA9795473F5CD54D534FDB2B1840671FEB11390BF43549BCE9273B882E79273815A12DFC8FB77B65800329C0E29F2CE324E2F4145C2506A4B5332384AE77FCAC3A03DAAEA3A210EBF5FC6A54749A4DF3C7E628EB938E7F0EB514B1C40FEEDF23D856D7731297B35A2278EE9CFC8849CFF08AB51DADCC9682695D628B70C6FE0919AA305C46A308A230BD491926ACC12C3753A473BE634CB9CBED040AC2A734763B63084E9A6DEA6C4012596244B559037CACCC08031D3AD41284161716F68F045E6FDFCE43601E9D6ABC82E1AF19ED2520CAA1B6CD283DBAFD3B0ACC795E57237EE3DDAB9A9C24E5CCA44CE50E5B389159E95717B76D021452BD4BB01F97AD6EDBE8369613C12B5EC72C9CFCB26546477DA01247F3AA76688E444E1DA56E6268BE6C73CEE1DAAC497125B332C5C329FBC461B3FE35D2E729CB96E714A2A293426A53A123C99F7C8C3F7A0291B4FA5528F3B9B71C7AB1A68941762EDB64273D322A38E5D92EE6C30CE707A568D59585C892526F735AD99A0B333CD033AB60A391C85CF5AB126B4B3309235310520AF18248F5F6AA739899D0B99255DCAA361C2631923DEB39AE1F7903E519AE48C79DDD9D726A0B94BD15DDCC0CC2CDD40C966DDEBD4F5ABF149A7EA30B42AA8C5D7E65684799BCF52A4741F5AE796E02CA1986E1D715A515C5A5D2B1DCB6D2C6010E3EF1E7A0F5AB9C2CEFF899F35D5AFF00216FF461A588DA3919D9B25A3CE4A0F5FA63BE05456FA93C7115C646460FA62AD5D4D14B0E0DC48F8E99E38F4F7ACF32C0A8308B81D456EAFCBEF6E674E9F35DF35BD4DCB6BBBABD9A178C65532A643C0CB53AEEF2F2C4476AD12BCA7EEA21CEEFC7BF4ACBB7D6645B59AD6291773602193A63A600AD5115EB69B1CBB57CC5F961666C9E3838F4AE5AADADCDE8C7DEDC96EEF2E12D95AF96111CA429DA492B588FA6DB3C4D35B4524A9B8FCDE663A7B5581793DAC45A5649642D8618DE53D4E3BD5B8A7B81288582A484EF50A8018D7B123A735CF1E7A6AEBF33AA4E9B767F91987444D4DF7D9C6B6C0706166390477E69B2E847ECEF73672336C51885973231FE2381D07D6AC6E49AEA76FB731270DB946093E9F854EF7B225A3C73CA658DCF12EED8EBEE48EA07BD76D39544BC8F3EBA85F439D8E55660A01247249A923900F9B6FD47A5401154B8F3031DC7A1EB4F919542FCEA79E83AD743B37639527B9379EFBC22670474A7C28ECC14E37741C66A1C82D9525768C8CD5CD25375FC6CF2C6809CE73D2A5AD0B8DAEAE757A498F4F8143417865007218617BF1F8D6DC7AD4CC7021BBFA9602B1FED1003F36A2B8EFCAFF853C5C41B491A896E3A0239FD29686B6364EAF718FF005171FF007D2D606A134575A9A4CB11123ED528482588E9D28376970447F6D31A15CB33919FA0150ADADAC5742482E0B00A4B3E412A7352DE86918F2BD5179EDACA4725B4B9C96249FDE8EBF9D1F60B02DFF20C9FF197FF00AF4DF3ADF3F2EA247FC0853C4D077BF27DF22AB99F733E5F2268A1B681D248F4D90943953E60241AD11AD5E2E716D3FF00DF6B593E7DB8FF0097F61F88A4373073FE9EDF98A571D8D73AF5E01FF1ED3FE0CB40D76E4AB1304E08E8372F358DE7C2C83FE26041EFC8A0DC5BA8E7503F98CFF2A57F30B791AAFACDD48A736F391ED20ACD9160797CE7D326673D49907F8D462EADB667FB41FF0031FE147DA6D7193A8B0F6DC3FC29A61CBE429B6B6273FD972FFDFC1FE34BF64B4EFA64993DFCDFFEBD45F698371FF898B63B723FC29C2E2D401FF130638F7FFEB53B8B94D18F5696D8055B49FA70038ED5C978A26BA9AF1A6F2668E37C1F9DF764F7FA56D19ED09E350707EBFF00D6A6CAD6132EC96FD981182091FE1445A4C1A76D0E17CC61853D3774157228E336A6E4DD44A4BEDF298FCE47AE3D293564B3B7BE22C5898C0C1DDEB9AAC648997E62189E3EEF15B3771D38F993E6163E62498743C62813ED4C292CE0925BD6A0491AD88C286C8EA39C55DD3ED52E231713C802BB1C2F7622B39C9455E46929BBDA2B52D5BEB0F245E53AF1B58019E9918AA66E59DE37C93D9BDBD6B425B3B5B8B3C4366D04CA4AE77EEC91D41F7F6ACA30BC24BC721C67206335946A4677B684C5493F7B62D0D4BC97668BEFF383FF00D6AB906AB2C8A9E5CAA8ECD83C649FF1ACE9743D50589BE6B495225386246083F4EBF8D416B7891C7E5AC404CAD912E7903D314E746EAEB7146AEB67B1AC4DCC774E90CAC670C7ED1291C283E82B3EE2DE26BDF2E276B90E3FD64831CD4F25D131C864E5E41B4393C8154BED0238B6EE60E3A6DE8454C68CE0EECE872A73566ED62A35B4F14FE59539DD8E3906B7AD678E1842AB609FBC9FDD19CF1F5EF59F2CE1ED43856500ED524F19AAFE6367786E7A1AD5CA52472F2C53D1DCB97E18C8ECA3033C715A367AB25B59A34C54C80E30A3AFB9AA5A642753B95B7E77ED2719F4156AF34D9DE15842DB928C3F7A24E1C76C1F4AE6AC949253D8E9A7CAAEE1B9A0641AB40CD144608FF85D70727E9D6A3BCDB041325DC0A4280A7243647AAFAD54D382DABBC697B08546FDE4320C907BE08ED55751BD8E65683FD6AAC9947DC7A7A62B9A14BDFE55B1A4EA72C14DAD4C8BC43BCBC70EC8F3C15E955B240C6315D05986B986545595B0A00454DC0FD7D2A29F4F81E40B231E9C6300FE3EFED5E9C2B25EEB3CF9479BDE4665B4B229C2E768E715B161302D2096510875C799C118F71DEA5B7D0E065458EF901218BAB8C18C01D4FA83D38AA973A7CDA2EAAB6F746265701D1F39465F5FD2954F7D3B1BD1E48B5CC5FB3BA93CC531D9999B25527DD8F61FE4D588E08EEE21633CCF6D36598995410C470718E48EBC66B2EE2E2C63BD8AE6D1330B72F073807B8FA525F2F115D471471DB925900909279F4EC6B93925756BAB9B73257BEB62FEA3644472C31DAC17714509659109DEBD8E78EC7B572615B24153C75F6ADA1A84CC54E5B6AF3F2360807AD4F3DCC77F13C9E62065ED33FCECBF960D6F49CA968D68615A51AAFDD7B1851C6DE660F6E6B424BC92590B33E49EA7A669DF6781E4DDB8A67F88D3A3B481EE16212860DCEF0B8C1AE8734CE6E569D87DBCB290098DE54EEA3B8C53E19C3CE8551EDC8E5536960E2AE4566D1C7E4B5C36DDD90ABC62ADB9880491D8EF8B88DB3D3D6B8E724D9D14E6A2AD71F6937DBF7C17313412E30B8240FC3F0AA3218ADE4F227693CDF3020B83C0503EEFD78AB42EDB3D88EB91D695EE21973E6A0718FE2AC542CFC8BFAD5D6A95CCFB8B2B7BA68D26882CCD93E74072AE3D4D46FA6B41CCACEDC805D538FA56BC4F1B2148CAAA1EC1714C51100C81B695EC58D6909CE2EC9E82A95294E3AC753359E358F6A82ACBFDEE33F4AAED273B8FAE01AD59234D8EE4B10E30A48C8CFB564F93E6394DF961D2BA93B9CBA0858BB70718F5EF4A18E32467E829C228E2003F272416EA2981FA600073CD527D0498D53B89CE68C82B8FE469A58F9991D4F38CD315C0C803AD356056448A589032724D49D01C9C7F5A8918363771E94C91CAB607268BBE80D962260CC49EE6A75BB8A1C163800F5AA6B2E3BFE755E693CCCE366D033927A53E6BB06EE5C6BF8E4B8DFF003B2ED242A9239ED9ADCB0BB1716EAA7FD62A8DC18F3CF7AE39679150206CA8AB36BA94F6D19113E0839195CE47714E51D014B52DEAEE8263102012726A887518F9F34DBC985D486E0AED7E8547F3AAFBAAA2B414B72C09922943FF001763935A1A6DE4D797A90192301B3FEB39C71EB58DB779FC293791C76FA55A219D1DDDB30DDB1A1240276EE283819F5AC8FB6E4FFC7BE3FE046AB79D1EDC796D9C75CD4B118845BA48DC927823A5004D1DC095F618881FEF55A4B08255DC2711BF60DC826AA44606394041F435196405867E71537D6C162459994601C107906B43FB49FF00E78DBFFDFA5FF0ACC0ADE617E769EB4EDFF4A96D89AB9E8425F7A0BAB8C30047A115977025B72776E18EA0F5AAE2FB1DCD6CD3409A66949A659C8DB954C6DEA8714AB677517FC7BDE0703F8651FD6A8ADF8FEF1FCEA55BE53FC549EBB8D2B6C5990CA54ADDDA12A7AB27CC2B3E7D36368CBDACBD78DAC6ADFDA12418DE54FA835997572CB2E254C107E59578A564C0A6F617026584AED663803BB1ABEDA2CD2AA892CAEA5914748DD020FA75A6C7A85C7466054F05875C541765A123134FE5F54C360572548CDBF74D53496A2A5ADE402655410A107E4122E47B1CD669BACB6E7667957852C7217DB157ACD6C553CDBC9D9803C449F78FBE7D292EE4B690F9568B27D981CE1C0041FEB5117EF59A07B5CCD903BB92640CCDC9DA31491A29625D802074356443186CE31F8D3DA28BCB0D18071EBD6B4E7464B52AAAAB1E00C8F5A9E2B63212AA7247A1A7F92ADF315E68DFE49F938FA52E7BEC52925B8E8EDAEA05611B0DC78C0F4A6B2CA198CC3E63DFD69E92B95CF3CD325739E7AD2E6B8392E820129E54671D066B52DDCBDB1128746518F98F159C84EC07FAD4996FEF13F8D4B9073915D59FEF99D653C9EA075A62594C2370923046FBE00E0FD6A72F8E0E68F33038069F3C89E792EA55164377CCE7D38A77D8E35FBAEE2AC170697728EC68E79317348AE2CD49C890E7E94A6CDCF3E67E62A73281DA8126452F6925B07332B1B13CFEF48CF5C0EB4BF60836F25B77AD58DE319E69411EB47B490F9D90BDAB48CAC6662546178E82905920C92E726AC07A378CD2E660E52BDEE471C2F1C8248EE65560BB4156C71E940B6500ED91F27A92726A5DF9F4146476342930E797721FB1C79E4B1A8DB4F527891B1EF56BDF3C52EFFA53E7977173321582448161598840DBB18EF4D92CDA63B8CB827AE1715637D2364F461F4A5CCCA7524FA95869C00C190E29E2C2DD483C93EB9A9F3C7233405DC4606734F9E42E6657FB2A0392EC7F1A69B38B7658923D33577ECB293CAE07FB5C537C940D86907D1466A939B2973329FD8E3FE162BE9562D9E58240C667940046C2491560451E72B0339FF6CE054CA255E8522FF705369C95A46B05513BA6456F64E7748AD246581CB74A8FFB34993734C70A30306AE96DC72CC58F7C9A507038E942497435B37BB2B7F67C47256352C7B9269D7162B70BB02AA0C633926AC6FC77A37E4F5AAB87244A4BA42AC022337CAA4B0C28EA6987428B3CCAC47618E95A591DCD2EE5345D8F922668D16303FD63715621D3E387A31FC855AE28C0A570508A19E4AE7919A785DBD07EB4B81401416300604EE00F61F4A95279210C23891B70C1C9ED49B4668C0CD034C0956391184F6273471EC293E5CD2E077A0405D7D73F85270DF78FE18A30076A322801DF2F41471EDF9537228C81EB4582E3B0B49B509ED4D247AD191EB458076D5F6A4283D69323D6938F5A003CA07A3114D6B72DFF002D4FE54E240EF4647AD0229CFA424EDB9E67C9FA546BA242872267F6E0715A1B87AD26E1D3355CCF6128A4EE503A2C44E7CD7CF4A23D2BC94C3481954E413DAAF641E3752750413C11EB4AEC1A4F52008608557CECC6576FC9C0619CF3EA6A1D96FF00F3CC75CF71FD694E2DCEC9306263D8F2B492422339560C87A11DEA1AB6A8E79CA4865D99AEE4DD25CC8460000B1238AADF628CF56EBED568007B8FCA90AD4A9B5B1939CBB95BEC408F9A66229EB6907F112C7DEA6DA3DA948E323143AB2EE2E665792CA174D8199501C819E33508D3C7FCF4247B0AB8473DA8C107D297B461CEC6450AC04B4798DC8C6F0C73519B307FE5AB7F3AB06948618208E68E7635391596C620776F269C6CED89E54FE74F2C5586E3C1A7E41EDF5A1D49039B2236710E61678DBD558D2841B70E4BB64FCC7A9EFCFAD49D06476A6A7CFB882719A5CEF7173B2579DFC88A20AAA2124A3AAFCCB9EBCFA54172925E153713C92B22E0339CE07A548FF2A920FD69A8D870075A6A4CAE6762BAD8463F8CE3E948F648072CCDEC4F4AB63EF10462A30C5F7B367D053F692EE2526422D632BD483D320F6A7BC11492177452481C0181C7B0A746493DB14F43D0F0707A527262E665736F08180A41FAD4B6E915BBEEDA09EC4F6A919918E7001F4029329DC8A39DD83998E96EC79990DD2A06B832679E07EB4EDA1CE4018A5110E8003F852D10F9858AF6355D9DCF0735079FB6664DF952783E9531823EBB067E94A618F1C1C11ED4FDD0E6086E823E33827D6945D04984A1812872334C11639C7355E56013701D0F38A71B5C6A44F25FC9B9970CB1373B73C03EB55567293175FBD9CE4D0D27CA40603BF02A1C96C1C67DCF7AD521A2579CB3000E73CFE34A25038CF6C73DAA062410A077CE453B3B33F2F5A76D07B8E62992C4D3236F949CF43C5246E3386C73EB4AEE8AC36A8C7A0A3C887B8F0DB8F5E45381272C0F4A8164024040A9778C3AF5CF614B667453A69ABDC86712ED2F93B47A0E955402C8C4738E6B43CCCC3B40E07507A1151451AA862A000DD055A95915EC55F5654119F28C87A76A60241FA55E36D3DD3F93043B8F7ED8A26D3DACC6DBB18723E5DAD9AAF68BA99CE31BDA236CE01348BE7E522CF2D8FE55AFFD9168540B5226C752F806B3E7BBB8FB147136DD98C0DA7FA568E9BA7DD35B799E49258654961915C95A734B9B9AC7453A54E4F92D7F3EC323D11A424ADB81EF9C0A69D110632B18CFAB74A97FB5E78BCCB6917CBC718518DA6A4921BAB8D312E95C4A4677A2AF247AD61CF593F79DAE69F57C3BBA576CCB96C618A465DCA70B9054E47E74D5823DDC8C8F4F5A72392AD1860BBBAE474A6962AE3F78481DC0EB5DA9CB66CE09435F77604F2F77C9181E87DAA5F293EFF96B9C75A69DBB72285701483FCEA757B19B5610918C014DE3D3F5A6BA9C839C9CF4A6ED3FDC6FCAB4495847AEEA115ADDA05BB853731C07438C1AE6357F0C5CD9466741BA2EBC751F85755E5C6D1ED7EA7DAA5B1D2AFAE55A58A30D10628C09E41FA5744676F3138755A1E56F3A46C559B1F5A55B98CF475FCEBA0F19785DEDD8DDC085549F9947F09FF0AE0DF7A3609E957385B55B0A134F47B9D089893C1A91BCCB955815932EC002FD05734B3489D188FA1AD0B3BB9988DF923D6B3B9A5932DBC37161298E505483C83DAAEDB4905CFF00A35C3ED327DC3DB753AF6E1AFEDFED12ED2E30A7B738AC948A579FE452C47A76A5249EA813E8C6DEC461B968CAED2BC6334EB6B864E14E38C55BD42369E14671FBF51861FDE1EB59F0E0E54AE5BB1159D48E828EF62CF9A4A9049C11FDDA8C39DBC73ED530C7D9C86DDBF3C5470ED240E4738AC52D0BE5D49D18344769E40CD5670F9C918CD4E91800946395C923DAA27DD2911E4E49CF033529598F945121DA028240E32291E4CE4328071F8D594802C7B43952A096C9AA932866DC1B2C3AFBD558528D8744432EC0793DAA56593B29E3DBA53228C00AFB82953D4D36E2EC9F97CD3807920F5A495D936496A3D526C93C9A7F91311CA134D5BB3E4EC47E4F7A6A5C48830662CDDB69A7CA2D090C1283CA9CFA52F973774C01518BA918862C4B7AE6AC2CA5C02EEC09E4D16452498D104C4FDCFCE97ECD31FE1E9ED576282465DE66704F4E6ADABDB8511BA3E40EBBB249A53D35B1AAA37320DAC878208A059BE324922B512378E4DCB33FE34B223CBF7A76FA0C0A69217B132C5A3FBD28B539C12DF955FF00B2FF00D377A4FB29FF009EF27E74590FD914459963FC629DF6173C00C6AE1B563FF2DDE93EC8E3A5C3D3B07B2291B32A790D4E166A587C8CC7B7BD5A36B27FCFCBD0B04CBF7677FC68B0BD9117F67B7F1E13D773521B6B445199DDB1D420A985B127324858D48B0220F95451629524555F2973E5DB17F42E734FFF004961C14881ECA2ACED3EB81ED4797EF4F42D4122AFD9839CCB216FC6A408A8A1554607A54C223D852F94DED416922123DA8DBED537967D452F967D450321DB9EC29C1715208E8F2CFAD218CC7B0A3B74A7F97EF4A22F7A0060A5A788FDE97601DE801940CFA53B60A5F2C5003719A31EDFAD3F60F7A4200193400CC9149963F747E34ED9BCFB7F3A90201C5004410F5EF4B86F4A936D215A00660F714983526C149B0500339A3069FB05010500478346D3526DE69768A00876351B0D4C1451B28021DBC75E69307D2A7D83146D51DA8020D87D0D21153E28DBED408AE467A534A9AB5B47A0A4D8B4EE0539220EA548AAD1936D279532931B74AD42831C1C5433DA2DC280CE463A7B5099128DC8A4B47493E43BD7AE45446DA53C94CFB5585B254519998FE34BF6353FF2D5FF003A5632F64578ED6461F32EDCD4FF00D9FBB849073EBC66A48ED14303B98EDAB2238D49E393D39AC6A3B3D0974D2282E9EC80EE75E7A0155E4B5B88DCE5723B608AD4922DF0109956C77AAC9040D1E2456321E325B9A4A6897045116B396C6D27F1AB7158ED20CBF955E16C8B18E003C7279AA4F23473EDCB000120E693927B02820B8B2468F7443823A13C9ACF305C27C8D1B7B1F515A30C8D21DA50331EBDB1562F2269615019415E41CF6F4C54A959D98F95331F64F83F212314D8049B08542C33CD32795A3958390AC0E0ED34C86E63404B82DFA62B7E54C8B2BD8B6E8CD10223C1E86ABE4AB74C18D4F3F8D4915E40A795C06FC7F4A6DD8108DC1701D6972D8D6295B71C19882C3A11461C27DDE315033B08BA0F9F18A99919971B4AB85EE3823FC6928EBA8945308D58A1183914C8B748095078E0F353D8A2C8E430031C1E7A9F5A9218E18A394C8B9DAC78C76ABE55D47ECAE5578A446C95C6DCF3914D058E1801B01FD696625A4658C7CBFC853E4318C04F4F4E942481535B11E583100609A71F336EE618FC698983C1EB4AFCFCA31C51CA87ECD31503F24BE79A1A55491549249CE71DAA1326548C002A12CCAE1C1DB9E724669A8A2397A9A21CCC0F38C2F41504F17FA392A0E00E41A804AFB72A4E579CE38AB6B74C532084C9F94E3A1A5CB664D8A13A794718182323073C547B980DC0F03D6B42E63F39D3B827E70BC62A8DCA8460AD907B7A62B545586B1DD96279EA694306CA83D7D698485C1F5A9108521D47B669D87D08651B7049E94CDE0B64F42289A4CB91B79AB16962F382641B476E69A5A6A672DCAE24C1C679CF5A9BCCC329F41C815627B08907C8C091EF515B298A5CCBF28EC4D276DCD69392F7458ED6EA784CE909308CE482074A6A9720058D8B0ED56195AE6E22B7521431C21E80134FBFD2AEB4E05A491241BB1F2124FE558F3ABD9BD5EC5DA514D2F993DB476F223A99DA29F6606082A4FB823E952C3A8041992DE2C81F308D38F7E2B39AF2DE74426D62491548DC9C6E3EA7D6A2F30A65FE6C7FB3C628F65CF1F7874EA7B2778904ACAD292A0042C48F6ABB6FAADEAA88A2E78C70326A96037419FA559B1BA6B394BC6A79EE3B5695209C36B8A9CE4A7752B5C89DA79EE5D9918CCC79007F4AD0D27546B3956098E141C10DDAABBEA2FF00DA46ED536138CFBFBD24FBEF3521385CBC8C084DBF7BDEB29C79E3CB25A58D20DC24E71777726D51A292F9C42C369F9B83C0AA1BDCB0DDDBA115D747E1C935A48D11A3B79D065B8E71EF45C782E6894BDC5D2C5B5B68658CB063DBA53A12BD34562546EDDF53998819CE01FC4D2BD84CADBC8057D8D5DBDB3974DBB7B49CC7E6A00731B707D2A0FB62C7B7CC4272318F4ABE6D7438DC5BD5825B1DAC4296008C91CF5E94EFB0C9FF003CA5FF00BE4D4CB10B96332312A801D8FF002A9039FBC2A9F9C7FE7837FDF66B2F6B27B1A722EA5C5D42EA3E12EE61F490D598BC45AB403F77AA5D28F4129AE644B27AD2F9CDB71DEBB7953DD192935D4E96E3C4BABDCDB3C136A73BC6E30CACC0E7F4AC578623C9209FA5512C4F5269A4B67BD35A2B225EBAB2F0822EE545588D514001C62B28827D6B4F448239AF02CD1AB8009C30F6A7AB02DF99085C19547A64D571763CDCC3BBF9E7F2AD70888DFBB8405519252D40C7E756919B7C0AA5C02013C053DFA8152D8D18DF6DB9DAAD246422FDDF9368AA61D9A662ABB73CF1DAB6357511DA2FCEE4799D59B71E95950C49290F965FA0EB4A4B41C5DD923446423CA639F535572D1BE377CC3D2B4C0E701DC76E05426C20E58C9264FF00B359AF32DAEC25AB916EEA57EF77CD44CCF19DCB81F5ABB1C514436ABBB64775A826B212E019D947A6DEB5296A292656F3C86CBE5B3E9C5399B04011F07907D2A63651BA85DEC02F1D28FB205185B875C74F968B13CA44CE817E66273DAA32A929190001F9D596B42D822639F5229BF603D1A64F7383914242716CA4446B214C92A4703AD491C4B1AEFF009C7B0EA6AD2E99183C49BBB824629FF619B24ADC264F6C1AA61CACAC2519E3A75E6A6803C997647280F2CA2A4FB06E1F3CEA31DC0AB7691C16AFBC5C3311D011C5432A1077D4B30AB2C63EF91DB239A7AA664DD862DEFD85093C7E60FDF139F514E6B98893B17793D78C546A74DC76C73D0134A63900C953F8D31EE25230A0283D8540E6571C963F8D524C3989C903BE7E8693CCF404D4481907CA9814E2F29FE134EC3E61C5DC9E0F14839E48C9FAD341989C0434A0C9FDD34EC1CC8712DD81A5E7D29BBE4EC949BA5FEED2B05D1273DA973F5A8C6F27EE9A5DAFEF4EC3BA1F47D29BB5873484BF4DA7F014AC17449CFAD04F1D69A1643FC3FAD2648E363714EC2E643F3467FCE69BB49E761A31EA87F2A561DC5DFDB14A18FA526D27F87F4A30C3F84FE54582E2EE346FC0E9461FD3F4A425BDCFE14582E3B7E7B52EEF6A600E7B1A7856EEA68B05C377B51B8D183E9FA52608E714582E28739E99A8DD9B7608C53FE6C6403F950449D4A927E94582E02423A0A5F30F7A6E25C7287F2A36C9FDC34583985F308ED49E6934A124EE8D4BB1FF00BBFA5160E61BE69CFD290CD4F1139EDFA52F94E78DA68B0730C131A4F38F6A9040FDD690C6E3A8FD28B0730C129F4A5F31BD29FE4BF5207E549E4C83F868B0730819BD07E746E7F51486093B7149E44BEB9A2C2E61DF39FE25A692E3A60D21B7971C0A3ECF311DE8B0730177F4149E6351F669B2724D30DB4E1782D9F7A760E624F34F1C5299AA216939C7CC4669C2D25CF2E7F2A3945CE3BCCFF6A8F34639347D8C918321FCA90DA6083B8FB8A2C1CE21957079EB424C858216C123834A6DB2700E47A5452DA1C6E4DDB97A52484E44924CF08F9C638FCEA28EF436E2AFD16A68EE37C1B67B790B0E3A76A468E172710498C6463839A8942E4B77145E384CC8A718C0C8E0D67FDB5D6E0178CEF43C824A81CD5D54446C18EE186300173814E2C8CA336ACDD89352A9DBA0ADA02DD99D1A58886008539EE73FFD6A8AE2604C32321619F9B8A936C79C2DAC8A57818278EF48FF00BD5C1B69067D0914952B30497505BA4DA4C6A017C9F4CFB545F6D1BC82D91C66836EA7A5AC9C7FB46816FB4F1664FB96A6A9224C6BD22499DA18DB83CF7151C485A3276B641E6B7CC4DC62D7EB4E5B65279B21F5CD6DB2B12E37662C31090ED56F9BAE2AE5C2196D0A970C539E14F07D335A115B79679B28587A1A924198D952C5177F53B89C5265452473C659144580004FBB5A30B1BDC167D8DFC2547347D865242FD9805CF24F3F8D5C36C762111C7B87CBF771C763435A02BA65616172B2F9D161C81961DCD38AA795348CD81C67DB8FE756185CEDC045C118348130ADE646BCFE15366689A454B78D56167DE3731EA471ED4B3E98E2DC4ED2A313D155B91F854E5D92311A08C01D81A58E770EAD222BAE7919E69D9873232FECD2677655768E8C7AD2F9131B779970C147233CFE55AF702DCCECF140D2ABAE7696FBA7D0FB555DB2AB1C5A20CFA53B30E6315D241C10403EF4D62180DC7041ADD292918FB24647BD37ECA1FF00D65A81FEE9AA25B31164246D2C30BD01EF4A9B982F96F90DD88ADCFECE876F1160F5E46685B18901FF00460C739E38148CF94CF8D0940D13FCE0E09C7514B73673CD12891FF31C8FF0ABEB6EE872B0201D705BA5288E707223407D73459968C17D3E65C1F94AF5041A6AC7216F2D5771CF41CD740219189DF1A80476A67D8DD64DEAA80FA81557158E7A4B595A5DDE5B0C7B55C59D95427403A64135AE22B9F541E9C5061B9E36C807E145EE89E5EA6019802595B073C0ED4C32A49F33F0476F5AE80D9C8C3E675CFAEC14A966DB0AC8C381C1541FD68B22E2DC7431A1BBB4D8D1DC5A8915B1F3AB7CC9EE29D0488BAE47FD9D2B326F1B0CF9C648E735A5F6094FF1A73FEC0A8DF4977392E33EBB6A3D9AD7CC729B68CED5E1962D5A51298F2E43663185E7DBB543E6000AEC3CF707AD6A49A33CA72D364FAE29134474E3CEE3D315B536A31499127795D18F825F299148CB21E48638EE2B7574A2A7224FD29E34F6FF009E87F0A1C85AB39F60E70067F115616E668C0DBF2BA8C0E2B5CE961B19918D21D1E22D9DCD9FAD27CAF71C5C96A534D5F504F2D9494962FB92A82187B7D2B7B48F19DC42766A104B265B71963EA7FE0278AA3FD9898E598FE35247A7C499DCA5C118E49E3DEA54629590E4E5277659F11EA569ABBABDB59ABBB444191976329EDF5C572F2DA5D0F94A12477ADEFECE8B1D5BF3A5FB045EFF009D249207739F13DEDB44D16488A4FBCBD8F6AAF9FF0069FF003AE99B4DB76182A4FE351FF64DAFF70FE74D288BDE39CF39FD693CE6F5A61A2B7321E663EB49E79F5A8CD25004DE7B7A9ABDA4EA5159DCF9936EC7AA8C9E9597F952FE5401D1C9E21B32318BD97D72EAA0FE5519F136CC79362B951C34921635819F7A51CFA9A9B0EE6A9D4AE353B88E2916344DFB888D3AFD6B7D150280140AE77478657B8678C0C46A493D8569FDBA607191F956724EE6916AC688DBE94BF25668BF9BDBF2A70BF947F77F2A9D4ABA343E5F414B94F6ACF1A84BFECFE542DFCA589210F61F2D1A8EE8D0053D052E50F61543FB41FF00BA9F9507517FEE27E54B50BA2F7C83B0A5F90FF08AA03516FF009E69F951FDA2DFF3CD28D42E8D01E5FF007452FEEC7F08FCAB38EA2DFF003CD697FB44FF00CF24A350BA343F778C6D18FA52ED8BFBAA3F0ACF1A89FF009E4BF952FF00691E9E5AD1A85D17F6C7E8BF95386CC74159ABA8B75F2D69DFDA2C7FE59AD1A8EE8D2CA0EC297720C702B2FF00B44FFCF35A5FED26FF009E4B46A1746A7989ED4798B597FDA447FCB35A51A91CF31AD1A85D1A7BC51BC5670D43FE992FE747F68F3FEA97F3A350B9A3BC51BC567FF69718F29290EA871C428280BA3477AD2F98A4D65FF691FF009E6B4BFDA6C3A44B46A17469161BB3FA53FCC1E9595FDA67B46B47F691EF1AD2D42E6AF9A828F396B2BFB44F5F2D681A91FF009E4B405D1ADE6AD0645F4ACA3A91ED12D03536EF1251A85D1A9E628A3CD4CE2B346A67FE78A103DA8FED3247FAA4A350B9A5E72D1E72D667F691ED12D1FDA473FEA9681DD1A7E6AF7A5F3476ACBFED36C7FAA5A3FB498FFCB35A02E8D4130E84529912B286A4DFF3CD6946A4DFF3CD68D42E8D3F31697CC5ACC1A937FCF34A3FB49F2079698CD1A85D1A46418A4132D67FF69B7FCF34FCA8FED36FF9E69F9501746979A08A4F356B34EA4F9FF569F9503537FEE27E5405D1A7E60EB40914D65FF6949FDC4FCA97FB49C1FB89F951A85D1A5E681D28DEA79E2B37FB4E427EEA7E540D49F3F713F2A3515D1A21C77A5322D671D4E4EC13FEF9A61D4E60C71B467DA8D47CC8D4F31739C523483B5659D4A627F87F2A3FB4A6EDB7F2A350E646A89568F34763593FDA531FEEFE5487519BAFCBF951A8B991ADE776A5F37D31591FDA331E32BF951FDA13FF00787E545985D1AFE611E949E77AE33593FDA33FF7867E94BFDA53FF00781FC28D42E8D5F347A527983FBB596DA8CE40F987073D290EA172472C3F2A7A873235BCC5F4A3CE0074AC8FED0B8C72DFA527DBEE33F7FF004A2CC3991B1E6AFB51E72FB5637DBEE3FBD9FC28FB74FF00DEFD28B31732367CD5F4148665EC2B1FEDD3F66FD28FB75C7F7E9598732363CE1E949E68CD647DBAE07F1D27DBEE3AF9847D29D98732363CD1DA8F347A563FDBAE4E7F7A7939A3EDD71FF3D0D1661CC8D7F347A51E6AD639BEB81FF2D0D1F6E9FAF9868B30BA35FCE514A261E9FA5631BEB83FF2D4D27DB6E3FE7A9A2CC3991B5E68F4FD293CDCF6FD2B1BEDB3E3FD6B51F6C9CFFCB434598732367CD3E9FA505F3FC071F4AC6FB5CDFF003D1BF3A05CCDC01231E73D68B3173235CB27741F95377C60FF00AB1F9564FDA653FC6DF9D1F6997FBC68D42E8D71228E831F8521997D3F4AC8FB44BFDF349F68933F78FE745985CD7128C9383F95279C3BA9AC83712FF7CFE741B894FF0019A2CC398D8F3874DA690CBEC6B1FCF93FBE7F3A4F3E4FEF1FCE8B30E646C090FA501C9190A7F2AC7F3A41D18FE74A26703EF1FCE8B315CD7DC476346F3FDD3591E73FF78FE7479AC7F88FE74598731ADBC8FE134825C1FBB591E6B7A9A42EC7B9A7661CC6C7987D290CBEDFAD63EF6C753F9D26F6A2CC398D8F30FB7E7479847076FE758FB9A977B51661CC6B9723AB20FC6986703F894FE359619BF1A3E6A2CC5CC697DA173F787E741B851D5D7F3ACCC1341571D41FCA9D98731A5F684FF9E8B49F698C0FF580D676D6F43F951B1FFBA7F2A3958731A3F698FF00E7A0A3ED510FF9699FC2B3BCB931F74FE5479727F74FE5472B0E6340DD45FDF3F951F6C887F1B63E959FE54BFDC6FCA810CA7F80D3E562E62F9BC8BB31FCA9BF6C8FD5BF2AA5E44C7F80D1F669BFB9FAD1CAC398C55457E871ED4A622BFF00D7A68F2F3F78FE54F568875C9AD8CC8B6163F2F34BE4C9FDDAB027894700FE547DAD7B29A00ADE5BFF00728F2DFF00B9FA55A17983C252FDBE4EC8A28D00AC2094F443F953C5B49C6E047D6A6FB75C9E8E17E8290B5C5C100977A00B96D722DEDFC8520231CB9EEDFF00D6ABF0C7149186DBD6B321D36E1CE58041EA7AD6B471048C283D05435A95717ECF17F768FB3C5E94BB7DE9714C437ECD17A1FCE816710E99E7DE9D83EB4B83EB400CFB247EA68FB247EA69F83EB460FAD218CFB247EA68FB1C7FDE22A4C1F5A307D68022366BFDF3F951F635FEF9FCAA5C1F5A5C37AD1641722FB1AE7EF9FCA8FB10FEF9A946EE9473EB45905C8BEC633FEB3F4A3EC43FE7A1A9B0D461BD68B20B90FD887F7CFE54BF631FDFFD2A5E7D6979A2C1721FB10FEFFE940B203FE5A1A9BE6147CD4582E45F635FEF9A3EC43B487F2A97E6A5F9A8B20B907D8FFE9A7E941B219FF5953F3473D7345905D907D847FCF4FD28FB0FFD34FD2A7F9B347CD4582E41F61E7FD652FD8BFDBFD2A7F9A8F9B345905D900B2FFA69FA51F61FFA69FA54FF00352FCD45905D95FEC3FEDFE947D8BFDBFD2AC7CD47CD45905D907D878E64FD293EC5DBCCFD2AC64D1F35160B907D871FF2D3F4A3EC39FF00969FA54F96A0668B05D907D847FCF4FD28FB0FFD34FD2A704FAD2FCD4582EC80590FF9E87F2A3EC407FCB43F954DCD2FCD45905D907D847FCF43F951F621FF003D3F4A9FE6A32DDE8B05C83EC43FE7A1FCA97EC43FBE7F2A9BE6A3E6F5A2C1721FB18CFDF347D897FBE6A6E73D68F9A8B20BB22FB1AE3EF9A3EC6BFDF3537CD49CD1641722FB1AFF0078D1F6351FC46A53BA8F9BA645160BB23FB227F78D27D8D0FF0011A970D4B86F5A2C17643F634FEF1A059C7FDE352E1A970D4582E45F638FFBC7F3A3EC91FA9A930DDE8C11405C8FEC91FF0078D02D23C7535273DA8E7D68B05C8FEC91E7A9A3EC71FA9A9307D68C1F5A0060B48C1EA697ECB1F5C9FCE9DCFAD1CFAD01719F658FD5BF3A3ECB1FA9FCE9F83EB4B83EB45808FECB1FBFE747D962FF006BF3A7ED3EB48037AD021BF658BDFF003A3ECD167907F3A7E0FAD183EB40C8FECB17BFE747D961F7FCE9F83EB4053EB400C36B163BFE747D962F7FCE9F83EB4BB4FAD161117D961F7FCE8FB2C39CF3F9D4BB4FAD26D23BD3023FB2C3E87F3A516D0FF76A4D8DEB4854AF5348067D9A1F4FD68FB343DD7F5A760FAD260E3AD0037ECD0FF77F5A5FB3C23F87F5A5C1F5A369F5A006FD961FEE7EB47D9A1FEE7EB4E20FA9A314C06FD9A1FEED1F67847F0D2E0FAD2ED38EA68019F6787FB828FB3C3FDCA76D3EB460FAD00279108FE0149E443FDC14BB49A36D0027930FF7052F9517F705056936D000228BFB8297CA8BFB8BF9526DF7A36FBD001E5C5FDC146C8FFBA3F2A4DB4051400BB63FEE8FCA8C463B0FCA90AF6A36D0217E4FEE8FCA8F93D053768A5DB400B95F414657D29BB47A51B05003B72FA5217149B451B45002EF1479833D29B814628017CC14190520028C0A003CC147998A4C0A0E05300DFED49E61A5A4A4072BB851BC7A5474B5403B7D2EFF006A655881200732313ED8A00B7A6E9AD7D9769638A31DDDB04FD2B55742B75FF96D037D6615412E62C00A70076A904EA7BD4DD8EC8D25D1E35FBBF65FFBF8A6A61A7CA3853163DA45AC9132FAD3C483DA96A1646A0B0B83F7429FF818FF001A5FECFBAFF9E43FEFA1FE35981C7614F047D28D47A1A234EBCFF9E27F3140D3AF3FE7DDEA806A76E3EA7F3A350D0BDFD9D7BFF3ED27E547F675EFFCFACBFF007CD53DEDFDE3F9D3848E3F8DBFEFAA350D0B5FD9F79D4DACBFF7C1A1AC2EC1E2DE56FF00801AAC26941FF5AFFF007D1A70B89FFE7BC9FF007D9A350B225367743ADBCBFF007C1A3ECB73FF003C25FF00BE0D33ED339FF96F2FFDF66945DDC8E05CCDFF007D9A350B21C6DAE33FEA641FF00349E44C3FE593FF00DF26945F5D0E9752FF00DF6697EDD77FF3F737FDF668D42CBB8DF265C7FAA7FF00BE4D1E54BFF3C9FF00EF934FFB7DE7FCFDCDFF007D9A5FED1BD1D2EE5FFBE8D176165DC8FCB931CC6DF91A363FF71BF2A93FB46F47FCBE4DFF007D528D52FBFE7EE5FF00BEA8D7B05BCC8B6BFF0071BF2A4DAE3F84FE55606A97FF00F3F92FE747F6ADF7FCFDC9F9D1AF60B79906D6FEE9FCA8DADE87F2AB1FDAD7FF00F3F6F4BFDAD7FF00F3F4DF90A577D82DE656C1F43473E86ACFF6B5F7FCFCB71EC28FED7BF239B93FF7C8FF000A777D82DE656E4763473E956BFB5AF87FCBC1FF00BE07F852FF006BDF7FCF7FFC717FC28BBEC162A74EB4BD055A1ABDEE73E703F58D7FC28FED8BE1C0957FEFDAFF0085177D82DE655ED47E356FFB62F73FEB57FEFDAFF851FDAF7BFF003D13FEFDAFF852BF905BCCA99A323D6AE7F6BDEFFCF44FFBF6BFE14DFED5BBC93BA224FAC4BFE14EFE416F32AE79A33573FB5EEFFE989FFB64BFE140D5EEFF00E98FFDF95FF0A57F20B7994F228CFA9AB9FDB177FF004C7FEFCAFF00852FF6BDDFFD31FF00BF2BFE145DF61DBCCA5914BB855CFED8BAE3883FEFCAFF00851FDB173FDDB7FF00BF2BFE145FC856F329EE14673CE6AE0D5AE724EDB73FF6C568FED7B8FF009E76D8FF00AE2B45FC876F329861EA280D573FB5EE3FE795B7FDF95A5FED7B8FF9E36BFF007E568BF90ADE652CD19F71577FB5E7FF009E36DFF7E568FED89FFE78DAE3FEB8AD17F20B7994F23AF14673DEAE7F6C4FFF003C2DBFEFC8A06AD3F5F22D79FF00A6228BF90EDE653FCA8CE6AE7F6B4DDE0B53FF006C451FDAD2FF00CFBDAFFDF9145FC856F329E7D28CD5CFED597BDBDA9FFB622906AB2E73F67B5FFBF228BF905BCCA9BA933F4ABDFDAD2E3FE3DED3FEFC8A4FED597FE785AFFDF9145FC82DE653CFBD2679ABBFDAD2E3FD45AFFDF9147F6B4B8FF8F7B5FF00BF228BF905BCCA79F714679AB9FDAD37FCF0B5FF00BF228FED69BFE7DED7FEFC8A2FE416F329EEA4CD5DFED6980FF516BFF7E452FF006BCFDA0B5FFBF228BF9058A40D19CF02AE7F6BCFFF003C2D7FEFC8A51AB4E3A436DFF7E568BF905BCCA44E3A91F9D267DC55D1AB5C7FCF2B6FFBF2B4A757B8FF009E56DFF7E569DFC82DE652C8F6A42C2AEFF6BDCFFCF3B61FF6C568FED7B9FF009E56FF00F7E5695FC82DE652CD19E3FF00AF577FB5AE7FE79DBFFDF95A4FED6BAFEE5B8FFB62BFE145FC82DE653CE68DD573FB5EEB392B00C7FD315FF0A3FB5EEFD20FFBF2BFE145FC82DE653CD05B1DEAE7F6BDD9FF009E3FF7E57FC28FED8BBF587FEFCAFF008517F20B7994B77B8A5CF1570EAF79D7745FF7E57FC28FED8BDFEFC5FF007E97FC28BF905BCCA59341273573FB62F7FE7A27FDFA5FF0A0EB17DFF3D53FEFDAFF008517F20B7994F752E6AD0D5EF867132FFDFB5FF0A3FB66FF00FE7BAFFDFB5FF0A3E416F32A727B74A5C13D8FE556C6B3A87FCFC0FF00BE17FC293FB6351FF9F9FF00C747F85177D82DE654C1E814FE5461BB03F955B3ACEA3FF3F4DFF7C8FF000A43AC6A27FE5EDFF214EEFB05BCCAA15B91B4FE546D7CE36B67E9567FB5B50FF9FB7FD290EAB7F81FE9927B74A577D83E641E5C87A237E548525EF1B63FDD3560EABA8E3FE3F251F8D35B52BD752AF772907A8269DDF60B2EE42A923FDD466FA0A77913FF00CF193FEF934477B751E7CBB874CF0769C53CEA37FF00F3F937FDF668BBEC16F319F67B8FF9E127FDF068FB2DC9FF0097797FEF834EFED0BDEBF6C9BFEFB349F6FBC24FFA64FF00F7D9A2EFB059770FB1DE678B698FFC00D3BEC17A7FE5D66FFBE0D30DEDD9EB7537FDF66986EAE0FF00CBC4A7FE0668D7B0597727FECEBE3FF2E937FDF068FECCBF271F639BFEF83501B89CF1E74A7FE0669A6697BCB27FDF668D7B0B4EE5AFECBD43FE7D24FCA81A56A1FF003EAF553CC723FD63F3FED1A4DCC4F2EDF99A350D3B970E957FFF003ECDF89147F655F7FCF03FF7D0FF001AA593EA7F3A439F7A350D0BBFD957BFF3CD7FEFB51FD683A55D8EA231F5957FC6A891DF1498F6146A1A1685A486630EF88301DDC63F3A93FB326EF35B8FFB6CB5448F61463B8142B8685E3A73E3FE3EAD7FEFF0A43A7E3ADE5A8FFB6B54703D28C0F6A350D0BBF6241D6FED47FC0CFF00851F6487BEA16FFF008F7F8552E28C51A8685C36D6BDF5187FEF96FF000A3ECD683AEA09F846D5488A4E28D4342E986C41E6F89FA44693CBD3C73F6B95BE917FF5EA9D25167DC342EE34EC64CD707FED98FF001A42DA6F63727F002A99A38C53B3EE1A16FCDD387FCB3B83FF000203FA51E769FF00F3C27FFBF83FC2A9D1C5167DC5A1CBE28AB02D9A9C2D5AA80AD8A500D5B16869E2D0500531BBB548A5EAE2DA81DAA5581476A405443254C81EA711007A53C47ED4806A64726A556A026053952818A1B9A7834D082976D003B229D91DE998CD2EDF7A00782297351EDA5C1C5003F70A5C8A66D3460E2900FC8A5CE29801A6938EF4C64B914BBB355FCC1EF4A24C9E94089F346715180697073D734012668CD3307D68E6801F9A32298720D1D85218FCD2E4546326979A621F9A5CD47C8A519A063E8EB4CC1A067340879345339A013480928CF7A8F34A3D79A631F9E68C8A6726819148078C7AD2E4533AF7A0FB5301F914991D29B8FAD260F6E690126451B874A8F0697071400FC8A38F5A60A39A603F229723D6A2C67AF14A4E2810FA5C8A8C51C9A064991466A3E7A52F3400FC8E946453334993E9400F27DE978A8F269726900FCFBD19C0E6A3C9C51F37AD301F9ED4B91517CDEB4B939C628024C8A322994738CD201F9C519F7A6738A38F7A621F9F7A323B9A61FCA909340C93231464546338A4E727D28025DD46EA8F3E828C9E9484484D26EA6649EF8A4CB0EDC5004991464547EFFA5293ED40C7E7DE8C8A8C93DA8E6810FC8A32299D7D2839A007E47D68C8A61040E9D452668024C8A370F5A677A2801FB8526453280A41EB4C07D191DA98734608A007668DC29828E7A62801F9523AD26EA6E3DA839F4A00716A37537068C1A005DC28DD4DA42B400EDE28DE0F5A66334DD8C7B9A0097346EA8F6B7F7A971EA6801DBE93783498EF9A464CF438A0076EA0B734C008EA69706810A5B8CD26FE3A51B4D26D22800DFF009D1BFDA9768C5204A00379A4DC714EDBEB4F85612D898B01EAA3340111634858D688834EC7372FFF007C5062D307FCB594FF00C068BA0B333B26937568E34BC7FCB63F851BB4C1FF002CE53F5345D0599403AFF733F8D384CBFF003C57F126AE79BA70E96D21FF008151F69B11D2CCFE2D45D0599505CE3A411FE2B4BF6B7FF9E31FFDF1567ED76A3EED92FE268FB743FF003E49483531BCBC76A5F2EACF90E3F84D2794E3B55598107974BB2A6D8DE946D3E94808825285A7E08ED49939A60005285A4DCDE94A09EB4863B1C5281ED499F7A506801714B49B851BA801D9140C74EF4D14E18A005E31CD2E00A4CD19A005A5ED49B87734645002F141C114991DA8CD002ED1E828C51918CF4A339EB400B49903BD26D53D49A02AFA5001BC51BC9E40A5E09A5C8EC68001B8F518A5A334706800F4A514DEBCD2F7A005A5A41EF466800C52D36971D79A005CD2F14D3C51400B477A0038E9C5078A062E7028EB499A3701DE810B41CD26E1D7346E1DA90C5E7A5192293F1A5CD31052D1DE8FC68013B8CD2E3F1A0519A0000ED45068A00314B8FD69A297B5001CFA51CD2726949A0618E7268A3F1A3BFB5002D1C526793D28FA502171C526DE68FC68E7B75A005C51498A33D8D003BB520A4EDC500D0317209E9F8D047349ED47E14085A31413CD1D7AD00271E9463BE38A314A3A7AD00275A28E28EB40071476E68A0E3D79A0038ED45211471EB400B9F6A339A4C8A5279EB40076A4FAD047EB46323AD00078A38F4A5C0EB4847340071494BC6283ED4009934518F5A38A003F1CD19CD18148280173DE8C7141C11471EB4009D475A28183D68E33CF4A004E9452F1EB49C62800A08A3228C8F5A004CFA51DE8C8F5146573C9A004E2838A372FAD195C7340833CF4349F534B919EB8CD2645030E09A3B51B80149B850217F9D1F4A4DC28DC3D2800FD28CFBD26E00F4A42FED4C077D28FC29BBBA70682DEC6900B9C519A4C9FEED1923F86980BD690D04B7F768F9CFF000D16620FA50734BB64CF4340494F443F95160BA131C5261AA416F70DFF002CDFFEF9A5FB25CFFCF16FFBE4D166173B0FB442F8C2C641F6146FB63D608CFF00C045710198720914BE6B8E8EDF9D67CB2EE69EEF63B190D9A2979A08517D4802B3EE755D1E204456693BFB0DABF9D73CCEEFF7989FA9CD369A4FB92EDD89AE6E0DCCA5F6244A7A220C01516076A4A5AA109DB8A5A38C528E940C28C7BD19A2800C76CD18A5A2800C518E68FA9A31400A0628C1A06050280019A5149D696800E7AD1C8EF452E2801324D1CD1838E0D2E334009CE28C914BCE68C7AD001C8140C9A2941ED4009CD2F38CD1D28A0001278A39F4A33814072B9C63F2A40009CD2E4D20269727AD00009E69413ED49939E946E39E94C05CB11D28DDED4A5CF6C734DDDCD20179CD263D451B8FA71416EB4C05C023A5215F6A371C5264FA5002E31FC3463BE28DC73D28DC48E0520173819C51938E1680C7B8A3340C33EA28CE7B1A327D28E94C033DB068EF8E714B93D4D00827D281087D81FCE804FBD29A07D3F1A4019E7A1A4DC463834A7AE7BD19CF5EB4C04C93D01A32476FD6973467279ED4804E73D0D29273D0D26ECD29340C4DD83D0D1BBD8D2E714678EB4C033EC68DC7A60D19A3228109C9EC7F3A33CF434A08F5A370C609140C011E86AD43A65EDC46B2C56D23237420706AB03EA2BB8D06E628B45B7492440403C161EA6A5C9477049BD8E53FB27501FF002E537E547F646A1FF3E737E55DD3DEC2839953E9B854075588701D3FEFA14BDA47B0F924718749D43FE7CE6FCA93FB26FC0FF8F39BFEF9AECCEA91F1F3A74FEF0A41AB43D4C898F5DC28F691EC1C9238DFECABF3FF002E72FF00DF347F64DFFF00CFA4DF5C576475387764CC83BE370A53AA40832654233C10C28F691EC1C9238CFEC7D433FF001E737E547F636A39FF008F39BFEF9AECDB56B7C1FDEA71FED0A6B6A90F004E83238F9851ED23D8392471DFD8FA8FFCF94DFF007CD21D1F50EF652FFDF35D8FF6A46A07EF90E07F78548353871FEB933FEF0A3DA47B07248E2FFB2350FF009F39BFEF9A5FEC8D43FE7CE5FCABB16D4E2C1C4D1E7FDE1512EA31F399D31EEC28F6910E491C91D2750FF9F397FEF9A3FB2350FF009F397F2AEB7FB521079B8418FF006A83AAC43833C5EDF38A3DA47B07248E4BFB1F50238B497F2A3FB2350EBF6393F2AEB8EA90F5FB445D3FBD49FDA9075FB4C7EFF30A3DA47B07248E48E91A80FF0097493F2A068F7E7FE5D64FCABAB3AAC1C1FB44633DB70E691B55B7181F688FD786147B48F617248E57FB1EFF00AFD924A5FEC7BFFF009F57AEA4EAF6E5413731E71EB4C6D62DD7FE5E6323BF347B45D83924732747BFFF009F57149FD8D7DFF3EAF5D3B6B16E0E3ED119E3B1A4FED7B60C3FD2231F8D1ED1760E491CD0D16FFAFD95A8FEC5BFC7FC7B35748BADDB6706E63E9D69A75DB7C67ED29F4347B45D8392473A344D40FF00CBB352FF0061EA1FF3EE6BA11AE5B6466E9283AE5B6462E93E9CD1ED1760E491CF7F616A1FF3C0FE747F616A1FF3C3F5ADD3AF5B648FB40FA80699FDBD6CAC41B8071D48079A39FC8391F7317FB0350E7F71FAD3BFE11FD408C7923F3AD76D76D9B9FB4718F434BFF0905A03CCC4FD14D3E7F20E47DCC8FF008476FF00AF96BF9D03C377F9FB8BF9D6BAEBF640E3CE63FF000134DFF8482CB92649339E005A5CFE41C8FB997FF08D5EF709F9D1FF0008D5EFFB22AFB6BF6C73F3C9EDF2D3478860C60BC9F5DB473BEC1C9E653FF846AF3D529EBE18BB3FC4B567FE124847690FD451FF00092C038F2E4C7E1473BEC1C9E6573E17B9C7322FE547FC22F3F7907E5530F13A0C62293F314D3E265233E4BE7FDEA39DF60E4F31A3C30F8F9A6FD29C3C31C733FF002A89FC480A63C86C91FDFA43E22E0E21619EC5A8E79760E55DCB03C349FF003D5BF4A70F0D4239F3188F661544F88643D21FCDA83E2298602C0A00EBC934F9A5D85CABB9A63C3969FC4EFF00F7D538787B4E5E58B9FF00815641F115C9E4471807EB51B6BD76C7EEA7E54AF30E58F737C687A528E6373FF02A70D1B4AC7FA9CFFC08D73CDAEDE37741F414C3AD5EE4FCEBCFFB345E61CB13A51A5E97DA05FC49A5365A727FCBAC67EA2B96FED7BDC712E07A6293FB5AF8F59CFE428F7C3962757E469C07CB6F083E9B4526FB34200B78C7FC045722D7F74DD6763FD29AD7972C30667C0ED9A2D2EE1689DA79D07188907A7CA2837908FE15E3DAB8937131E4CADCFBD31A476FE26FCE972CBB8FDD3B917F067EF2E3EB4BFDA10FA8FCEB83DCD8C127F3A32FEB472BEE1788DFAD2D2515A085A5A3229323A0A00296931CD1D280178A0628CE7DE8A0028038A28F7A0038E94A3140EB41F6A005ED401CD20393814BFD280020134A07A521F6A327D6801471474A33EF475E4F3400B47534871D297B75A00434BDA8E949DFD68017B51823A8A318A319A000D281CD1D0507A668013BD2E08EB47D2819CF2680131CE3BD2D1475E280171E949834BF851EF40060D276A067A7AD3B8028010A9CF38A294FEB463340094724F3DA8EF9A5CF34006383452F7C668A004C734A073476A39EF40063AD181F8D1D28A06047A5260D2E39E2970475A043707D78A314BC01476E0500033DBBD1DB14A28C73D6801BDE8E3D29D4645031BC9A3F0A7646DE941E82810CDBED46DCF4A793471400D1F4A303278A5CE2978A006E282063A53BB51F5A0068507B52ED18E94A3A50680131EB4EEDD693B7D297BD21864FA9A39268EB4678A02EC0E4FD28E4D20E7AD07AF1405C5FEB4873DA8EB9F6A502800CD37B73C8A776A071DE98AEC4EDC504934B49C91D39A430C9F4A3DFD68F7EB47AFA501761D293049CD2923F3A538A621BDB0697F018A4E33EF466800EF81467B77A28FAD2010E4D28E7BD21E314B9E29801A4E49A518E73498EFD6900A28C718A4CD1DA980B9148739A0E31CF1499F43400A4719A4A33D8521EB400BC761499C7AF3401DFBD2F04F4E68014F3D0E3DA9A47A50051C134000EF8A38A28E680107B52F38E6938A0F5A041D3F0A0D271450019E7A668A314638EB4006322931E87F0A381475140050001C77A28E08E9CD0014645149D2800268A3F5A28010E69472693A0C519EFC5000739CD00F5A09C5008A041D4E7D28CD2679C52FF00C0BF4A0066694734CE734B934143F22938A6E7D6973400B9E7A51D78A4CFBD19A005FE54BD29B47E39A007E475A4E4F3499A339E2818EED9A38FC29A081D052E78A042E452E7F2A6E7B134640FC2900EFAD19CF6A427DA80DF8500387BD191D3B7AD267DA8CF1EB40C51CD2F6EB4DCE0D04F34085CE052E69BBA941E3A50317767A52E714CCF1EF9A5FE9400ECD049A6F5FAD2E79EBD28107BD2D2020E4E4D267BF1ED400F268E7B1A6E78CD2E68017248EBD297249C023DE980E7A52E78EB40C5A5CFBFE34831BBAE68EF4C033F853B3DBD29879E94B9E08CFD6900A083467B11CD3772E30297A7BD0214D28391EB4DCE73CD19C5031DEDDA969BD697A500049A320D2673D69390723A7BD310ECF5A3BE29A0E4E29475A431D9E719A334DE82973DE8017A7D28ED4C3BBD4629DEDC5001DFA528A4270339A0E7AD002E7268CF1499FAD1C1E9400ECF7A33499E80F6A40D9ED400E3D7AD27BD2519FCE80173ED4A5B20014D040EB4640A0033C8FD294FF9149C1A338FA5003BF951DB34D247A73403CF1400B9C519EF499EBEF47079A005271406C5349E38ED4751FE140871249C519C5347BF6A0B0009CE0500389EBED49B8FE149BB3FE340380698C706C0C52E6999F7A323AD210E3914678E949BBD690B63B503141FA519CF4A42463DE8CE05021727F2A4DC3268C9C73CD2718E9400E381DE818C75A6F1D697208C8A062D1CE7914DC9A4DDC81D6810FC8A4DC314D623B519C0ED400EDDCFB519C0A8C9C1A52C370A007EEEE3B5271D69B9E73D28C9A00767D29091DE9B9C1A0F3C714C0764628CE334DCF1D2824F5A402EECD05B3C77A4073D68C9EE6980B9C526EA42C3A9A40DE9D2801DB8E6909C1F5A3393D28E86801376282C739A4CFBD033C9CD0214B11DA8C9A4C9C50738A0037134A49A4CEEEF8A438A005DC68C91480FBD21E7A7340C764D1CD202318EF484E074A042F3EB499F7A4CE4FD68C63BD003B0477C8A4E7BD37383C528393E9400ECE290FAE693341603A0A0033CF34BC533233D68CFD6801D91DE8CE68ED41E28181A5E4D1D68E9DE80131CD2FE1494BD2800E68C71D4527CC7A714A05002919F6A4E94A01CD07A7F5A004C6683C1C50010294838A006914E1CF5E681D3DA97A0A004A39EC6973C7AD1EF480420FAD1DB0052D038ED4C05ED4809A5382381F9D25218139ED4B93E94633C034DE41C609A007678A3AF4A3B52FE34084246714B9ED4DC0E7D694000F5A6317FA51907AD201F372697DE9085E0F7A4EFDE81463038A06381FC29370ED48383CD29E78F4A005068CE293031D690019A00775146474CD263DA8C73C50028C8ED466908C9EB462801D9C0A33E94C640C79C8A02EDE0679F5A00901ED49F518A6E3A6297EB400E0D4873E9C7AD3707A8A5C9E9C9A0050DEB4B9EE38A6302A3EB473EB400F3D2933D303AD228C1E4D283EF400BBB9C5277FAD20CFD3D28C77A00534A725476CD2633ED41CF7A003241EF8A030EF46E271CF0293241E338A00764641EB4BD47069BCE3D290E73D71400FCF3C9E2933D69BDB24D2B7CC38238FD68017A739A3385C9A6FB77A3073DA801D9C8A0303DF9A4EB4DC62801C383D0D2F00F4A6F2072683C77CD003C300738C8F4A4FC6983703ED4EE7AD0000E4E314B9F7A6E4F34BD460F5A005249A4203704534839A5F53400A06171467F5A6F20518CF3400EF6228F4A39C52738E28002C73D3F1A091498207F4A39EE78A04389EF8E2933C669B9FCA973C6DC1A062EE20648A3393C74A4C71839CD20E060D021E01391484E38A6F4C8CD21FA9A007027AD2F734DF9700D2119EFC5031C4D038A6771DC5285E3AE39A005CF14848C7B52E0734D23B502177714B9F53485481D28CFFB34C03767BD2FD08349B7D3BD263079EB48071CEE341A690473FA518A005DD83467349B477A4C5300CE7BD0320F5FCE8D98CB50466800CFF2A33DE80BC5211400BBB3DB1499F7FC280319A5C500277FA77A0B1A33BB8E6820E734000231484F3D2971CD2FD2810D2734A1BDA80334500274EA282C4F414B8A4EF4009924E706824F714F3CD271400D00FA5260E714FA6E4E79A004C1F5A3F1A7FF000E38A4DB8E6801B8E28C1FF269DF41498FF38A0419229727BD183463140C4DDED4B9149DA827DA818BC6297AF14D14B93E9400E38F4A4E29A4FB528A0070EDE94633CD21F6A4CE3D6801E07A9A39EC2999E3AD2E6801DD3A5079383F9D37268E4F4A0070EBC1A3AFB0A4CB71464D16017233D68FA526723A500FB5031D8E68C537760E3B505BBD021D8A5CF7A6EFA339EF40C5E0F24F14B8069A5801C1A50C3D6801781D697009CD37209A5C81DE8017827340149918A035210E38E83AD211F8D191EB480F3F5A60293CE69319FAFA528614A0E09C50313047514BDFAE6933CF3CD28FD28010FBD2F34751C51820FAD020A5C93C6290E3AD01B3C0EBDE8180073CD1DF18AB36915B4A4FDA2E7C903A7C85B34922DB09D8248EF18FBADB719A57416641803F1A4C0A71DA738E9DB3535B5A9B82FF00BC8E30833976C67E94010631DA9C02E79247D283804F4E0D26ECD003E697CE607CB44C0C61462A3186E9D697F5A0631E9400600A318A01F714B9A04201D2936F5CD281D79A5EBC0A00685A53D4734A460E07340F5A062631C76A08C8F4A083EB4A318A004C60628FE54BFAD1D2801A541F7A31C714AB9E6971EB4086E0E01FCE971C7BD00751484E063140C52B9239A3B5047D3228E80F340063240148471D39A01C7734E00763CD002638C528C77A4239228A0042BE9460E3A52F4A38DC327814084C633411E800F6A5CF3D29302818600EB46307A52E3F2A4F7CD02039EA0E6939EFC669DC01C9A43F4CD0310FE747BE682334BDA80108A4EF8A71C11499F5A0407AF39A320E3141FAD1C638A0620E4FA52EDC9E682081C628E474A04263A7B5183D73814B938C1A3B7F2A602718A43934EEB40E3AF5A006FBE2949C1F6A514869008A7B13471FE14BC63D290E48C530019A3193D29371C5380F4A0041D7A7E1411926948A31400873C0FE7484114E07FBD46680184034A011EF471BA8FA8A00414A06051D7A5068003EA7F1C52014B4B4086E003D2971C70294F5A32064119F4A006ED3DCD2007AF6A713463DE801B819F7A00E2941E6933EB400BD05000CF147A500E3AD001C13498A5201041A6E70319A00711DA9307AD1DE8CF3C74A0053C8E94DCF6A5DD9EA69334083149B7DA8CF71499140C7F0292BA83F0D7C5FFF00408FFC998BFF008AA3FE15A78BBFE811FF0093317FF154C0E5B031462BA9FF00856BE2FEDA47FE4CC5FF00C551FF000AD7C5FF00F408FF00C998BFF8AA00E5FDE8AEA3FE15AF8BFF00E811FF0093317FF154BFF0AD7C5FFF00408FFC988BFF008AA00E5B03B0A31ED5D4FF00C2B5F1763FE4123FF0262FFE2A8FF856DE2EFF00A047FE4CC5FF00C550072D8A303D3A5753FF000ADBC5DFF408FF00C998BFF8AA07C35F177FD023FF002622FF00E2A80396C714631DEBA93F0DBC5F8C0D209FFB798BFF008AA3FE15AF8BBFE811FF0093317FF1540CE578F539A76322BA9FF856DE2EE9FD91FF0093317FF15483E1AF8BBFE813FF0093317FF1548472F834715D4FFC2B6F177FD027FF002622FF00E2A8FF00856DE2DFFA04FF00E4C45FFC55319CB11C51FCABA93F0DBC5D9FF9047FE4CC5FFC551FF0AD7C5B9FF9047FE4CC5FFC5520396E4F4A520902BA8FF856DE2EFF00A04FFE4CC5FF00C5507E1B78B874D27FF2662FFE2A811CB60E281C5755FF000AD7C5B8E74AFF00C988BFF8AA3FE15B78B47FCC27FF002622FF00E2A98CE58F349835D57FC2B6F177FD027FF2622FFE2A83F0DBC5BFF409FF00C988BFF8AA0472DC7A628C7E35D4FF00C2B6F16FFD027FF2622FFE2A8FF856DE2EFF00A04FFE4C45FF00C5521DCE5B009E7346D15D4FFC2B7F17673FD93FF93117FF001547FC2B6F16FF00D027FF002622FF00E2A981CB1028001E8702BA9FF856DE2EFF00A04FFE4C45FF00C551FF000ADBC5BFF409FF00C998BFF8AA417396001EE6976803AD751FF0ADFC5C07FC82467FEBE22FFE2A8FF856FE2DFF00A04FFE4CC5FF00C551603972281F5AEA3FE15BF8BBFE813FF93317FF001547FC2B7F16E7FE411FF93317FF0015401CBFE34BCE3AD74E3E1B78B7FE811FF93317FF00154A7E1BF8B7B691C7BDCC5FFC550072E738A39EF5D3FF00C2B7F16FFD023FF2662FFE2A8FF856DE2DFF00A04FFE4C45FF00C55017398A33F8E2BA8FF856FE2DE07F64F1FF005F317FF1547FC2B6F169E7FB27FF002622FF00E2A8B05CE5F241A39C57507E1B78B71C693FF93317FF0015483E1B78B7FE813FF93117FF0015401CC65BA014BCFA574FFF000ADBC5BFF40AFF00C988BFF8AA5FF856FE2DE7FE255D7FE9E62FFE2A8B05CE632476A4CB1E2BA8FF00856FE2DFFA057FE4C45FFC5503E1BF8B47FCC2BFF2622FFE2A8B01CBEEF6E69771CD74DFF0ADFC5D9FF9057FE4C45FFC5503E1BF8B79FF00894FFE4C45FF00C55160B9CCEEE3A500F3C0E2BA6FF8571E2EFF00A057FE4C45FF00C551FF000ADFC5D8E74AFF00C998BFF8AA2C17399F33D051BB9EF5D37FC2B7F16918FEC9C7FDBC45FF00C552FF00C2B8F16FFD027FF2622FFE2A8B05CE63767AD1BABA7FF856FE2DE3FE253FF93117FF001547FC2B8F16E7FE413FF93117FF00154582E731BB9A370C7D6BA71F0E3C59DF49FF00C988BFF8AA07C38F168FF984FF00E4C45FFC55007301B8A76FAE97FE15BF8B4FFCC27FF2622FFE2A8FF856FE2CFF00A04FFE4C45FF00C55160B9CCEE149B867B574E7E1BF8B3B6923FF0222FFE2A93FE15B78B39FF00894FFE4C45FF00C550073248C8A5279ED5D2FF00C2B7F16FFD027FF2622FFE2A93FE15BF8BB3FF00209FFC988BFF008AA2C1739ADC09CD0187AD74BFF0ADFC5DFF00409FFC998BFF008AA53F0DFC5B8FF90473FF005F117FF154582E73591EA68E3A8AE97FE15B78B3FE811FF93317FF001540F86DE2C1FF00309FFC988BFF008AA2C1739ADD918273406C039AE97FE15B78B07FCC27FF002622FF00E2A8FF00856FE2DFFA04E7FEDE22FF00E2A8B01CD13CFAD26EC77AE987C37F16E39D279FFAF88BFF008AA5FF00856FE2CFFA04FF00E4C45FFC5500733BBB51B94939EB5D27FC2B5F1664FF00C4ABFF002662FF00E2A81F0D3C583A695FF93117FF00154582E7379149BB81C574DFF0ADBC583FE6147FF0262FFE2A97FE15BF8B3FE811FF0093317FF154580E641E7AD2673F8574DFF0ADFC5A3FE613FF0093317FF1547FC2B6F16FFD024FFE0445FF00C55160B9CC6467D28DC33D0574FF00F0ADBC587FE613FF0093117FF1549FF0ADBC5B8FF904FF00E4C45FFC55160399DC00A38C75C574DFF0AD7C583FE613FF0093317FF1547FC2B6F16FFD027FF2662FFE2A8B05CE6770A0919E38AE9CFC36F161FF00984FFE4C45FF00C551FF000ADBC59FF409FF00C998BFF8AA2C07304E7BD191D3BD74FF00F0ADBC59FF00409FFC988BFF008AA43F0DBC59FF00408FFC998BFF008AA02E7339C1A370EF5D38F86FE2C1D748CFFDBCC5FF00C551FF000ADBC5A7FE613FF93117FF0015401CC06CF7A0B01C75AE9FFE15BF8B7B693FF93117FF0015487E1BF8B7381A471EBF688BFF008AA00E6770A42C0D74FF00F0ADFC5D8FF9040FFC098BFF008AA43F0DBC5DFF00409FFC988BFF008AA00E63774E697773E95D31F86BE2ECF1A4FF00E4C45FFC551FF0ADFC5FD7FB279FFAF98BFF008AA04733BB8E6903D74E7E1BF8B8F5D207FE0445FF00C5507E1AF8BBFE8123FF000222FF00E2A8B0CE5F7F18C52EE15D38F86DE2EC73A47FE4C45FFC551FF0AD7C5DFF00409FFC988BFF008AA62397C81CD1BABA8FF856DE2FC63FB247FE0445FF00C5527FC2B5F177FD027FF2622FFE2A8039827DA8241AEA3FE15B78BF3C693FF93317FF001549FF000AD7C5DFF409FF00C988BFF8AA407300E4F229037B5753FF000AD7C5D9E749FF00C988BFF8AA4FF8569E2EFF00A057FE4CC5FF00C553B01CB934993E95D49F86BE2E3FF309FF00C988BFF8AA4FF8569E2FFF00A04FFE4CC5FF00C552B01CBE4FA5009AEA47C34F16FF00D02BFF002662FF00E2A83F0D3C5BFF0040927FEDE62FFE2A981CAE4D1935D57FC2B4F177FD023FF2662FFE2A93FE15A78BBFE811FF0093317FF15401CBEEE78A4E7D6BA9FF008567E2DFFA047FE4CC5FFC552FFC2B4F1763FE411FF93317FF0015401CA1C8E868E735D57FC2B5F17FFD023FF2662FFE2A97FE15A78B73FF00208FFC988BFF008AA0472847BD1F8D757FF0AD7C5DFF00408FFC998BFF008AA0FC35F177FD023FF2622FFE2A80394C63EB4633CD757FF0AD7C5DFF00408FFC998BFF008AA3FE15AF8BBFE811FF0093117FF15401CA05F6A36FB5759FF0ADBC5D823FB23FF2662FFE2A93FE15AF8BFF00E811FF0093317FF15401FFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',22,10,'2013-04-08',0,'2013-04-07 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (24,'New York','<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet \norci eu enim consequat mollis et eget diam. Pellentesque lobortis diam \neget arcu ultrices aliquam. Nullam sed ipsum vel justo pharetra \nsollicitudin. Donec a massa mauris. Suspendisse quis dui nec eros \naliquet venenatis. Mauris tincidunt fringilla nisi, et aliquet tortor \niaculis nec.</p>\n\nInterdum et malesuada fames ac ante ipsum primis in faucibus. \nSuspendisse adipiscing nisi nec ipsum blandit porta. Phasellus et eros \nconsequat purus imperdiet scelerisque. Suspendisse convallis purus est, \nsed volutpat ante laoreet at. Fusce id risus ut mauris pulvinar pharetra\n sed eget tellus. In libero sapien, facilisis at lobortis sit amet, \nsollicitudin quis nunc.',0xFFD8FFE000104A46494600010101004800480000FFE12DED45786966000049492A000800000009000F010200060000007A000000100102001A000000800000001201030001000000010000001A01050001000000A00000001B01050001000000A80000002801030001000000020000003201020014000000B00000001302030001000000010000006987040001000000C4000000700D000043616E6F6E0043616E6F6E204449474954414C20495855532038363020495300000000000000B400000001000000B400000001000000323030383A30333A31352031353A31333A35390020009A820500010000004A0200009D820500010000005202000027880300010000005000000000900700040000003032323003900200140000005A02000004900200140000006E02000001910700040000000102030002910500010000008202000001920A00010000008A02000002920500010000009202000004920A00010000009A0200000592050001000000A20200000792030001000000050000000992030001000000180000000A92050001000000AA0200007C92070068090000B202000086920700080100001A0C000000A00700040000003031303001A00300010000000100000002A0030001000000C00C000003A00300010000009009000005A0040001000000220D00000EA2050001000000580D00000FA2050001000000600D000010A20300010000000200000017A20300010000000200000000A30700010000000300000001A40300010000000000000002A40300010000000000000003A40300010000000000000004A4050001000000680D000006A4030001000000000000000000000001000000FA0000001C0000000A000000323030383A30333A31352031353A31333A353900323030383A30333A31352031353A31333A3539000300000001000000FF000000200000005F0000002000000000000000030000005F00000020000000F8110000E80300001C000100030030000000080400000200030004000000680400000300030004000000700400000400030022000000780400000000030006000000BC040000060002001D000000C80400000700020016000000E804000008000400010000004F430F000900020020000000000500000D00040094000000200500001000040001000000000031020000030014000000700700002600030030000000980700001300030004000000F80700001800010000010000000800001900030001000000010000001C00030001000000000000001D00030010000000000900001E00040001000000000300011F000300450000002009000022000300D0000000AA09000023000400020000004A0B0000240003004E000000520B0000250001000E000000EE0B00002700030006000000FC0B00002800010010000000020C0000D000040001000000000000002D00040001000000000000000000000060000200000003000500000000000400FFFF01000000000000000000000000000F000300010006400000FF7FFFFF9443F811E8035F00C000FFFF0000000000000000000001000000C00CC00C00000000FFFF0000FF7FFF7F00000000FFFF50000200F811E600AD0000000000000000004400F3FFA000F8005F00FF0000000000000000000000000000000000000000000000000001009919000061000301000000000200FA000000000000000000000000000000000000000000000000000000494D473A4449474954414C204958555320383630204953204A504547000000004669726D776172652056657273696F6E20312E30300000000000000000000000000000000000000000000000000000000000000000000000720100009B010000000000000000000000000000250100000A030000D7FFFFFF0000000000000000000000000000000048020000620200006CFFFFFF0000000000000000120000002C000000000000002C0000000600000000000000000000003400000000000000E9020000BD020000D302000025010000970300006CFFFFFF0000000000000000BD020000D3020000000000000000000005000000000C0000000C0000000C0000000C0000000C000000F4FFFF00F4FFFF00F4FFFF00F4FFFF00F4FFFF0000000000F4FFFF12000000000000000000000000000000000000000000000000000000000000000000000000000000000000009A000000000400000004000087000000EB000000000000000000000000000000000000000000000000000000DE0000000000000089000000EA000000000000000000000003000000010000000000000000000000000400000004000000040000000500000800000087000000E90000000E0000009503000001060000D20600009503000001000000A002000048020000E9020000930200006CFFFFFFFCFFFFFFC0000000FF010000000000000000000000000000000000007303000005000000000000000000000000000000000000000100000000000000AA0300000000000000000000C0000000FF0100000000000080D4FFFF03000000090000005F030000690300006D0300005F030000630300006B0300005D0300006303000066030000FFFF000040040000F5000000FB00000039000000C40000002C0000000000000000000000030000000300000013000000080000002FCD0673000000000000000000000000000000000000000000000000000000000000000000000000000000006000040009000900C00C900964006400120012001200120012001200120012001200120012001200120012001200120012001200EEFF00001200EEFF00001200EEFF00001200EEFFEEFFEEFF000000000000120012001200040000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000100000002000200020002000000000000000000000000000000000000008A0001000000040008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0010000000010000800010001008002E001000000000000000000000800800100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000009C00230000004001F00001000100100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E2300000000000000000000000006000000000044551DAEDDCD35F4D16E16AC935F79FA49492A00B202000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000100020004000000523938000200070004000000303130300110030001000000C00C00000210030001000000900900000000000000CE3100E1000000805A2500A9000000C00C0000C00C000006000301030001000000060000001A01050001000000BE0D00001B01050001000000C60D00002801030001000000020000000102040001000000F41300000202040001000000E919000000000000B400000001000000B4000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FFD8FFE000104A46494600010100000100010000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC0001108007800A003012200021101031101FFC4001F0000010501010101010100000000000000000102030405060708090A0BFFC400B5100002010303020403050504040000017D01020300041105122131410613516107227114328191A1082342B1C11552D1F02433627282090A161718191A25262728292A3435363738393A434445464748494A535455565758595A636465666768696A737475767778797A838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE1E2E3E4E5E6E7E8E9EAF1F2F3F4F5F6F7F8F9FAFFC4001F0100030101010101010101010000000000000102030405060708090A0BFFC400B51100020102040403040705040400010277000102031104052131061241510761711322328108144291A1B1C109233352F0156272D10A162434E125F11718191A262728292A35363738393A434445464748494A535455565758595A636465666768696A737475767778797A82838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE2E3E4E5E6E7E8E9EAF2F3F4F5F6F7F8F9FAFFDA000C03010002110311003F00F3FB1865B6DEE803A123E61C8C7A5588A0592F2D6F9228DA585D650BEE0F19A82DD26B4B740B2828A72E8C31FE456C58408656FB39F9971B9739007538F6ADE0DA7A8EA45495D1B9E23BA8E5B7D3A443F2790D31F624E08FA8D9585E1B5234B8589DDBF2E4FD49FF00EB526BEE2DACAEE50C7FD570A7A0CF1FCCD5FD2E2F2EC6DD31B4AC6BC7E15955779364415958DFF06B11E2C59176FEE2CE493737407207F226BD1B4696384A091C249701FCB53C17DBD71F813F80AE27E1B5AC575AD6AE254251218A3E7D4B31FF00D94577169A6ADBDFD8B5C904D907F24A7A3820E47F9E94453D19AB9A54E51250775E1FF7F15E9BA5166D3ADCB924EC1C9AF1CD07565BBBE921B85105D4721CA1E323770457B2E9C31616C3FE99AFF2AD2AB4D23969269BB9628A28AC4DC28A28A0028A28A002BE5DF8EC96F3EB3AE25BC9B9FCD4238206E542597EB91FA57D33A9DE45A769B757B71BBC9B689E67DA3276A824E3DF02BE4DF8B97114D737F72BBF6DDDF9910B0E0C6436467A6464023B50F666B4545CD736C792496F24B6524AF958D636953DCFCB91F9115069F836EECC07CE76835A316D6F085F2B03E623617F168F23F4FD2B2AD09F20020E3247D7FCE6B06DB4FD4F4BD9469CA9B5D637FD0A1AA4798F70EAA79C7A1FFEBFF3AB1A249E5DDBC39E3007E22ADEA10EC9A36906524C671EFF00E41FC6B1ED1C417A64F3033127800FD6B54F995CF2EAD374E6E2FA1DBE8DE248AE088AF3A9000DC79FC0F7FC6BAED2C0B6769ADF6B44E31F4FF3E95E3D2DADD596F17311118E8E7A1E715D4F82BC42D6F7696B74C5A193E50C4F4F406B68D453DF714E94E8BB491D578C1CCB0CA91296DCE8840EA3B9FD456F5A5E477170D01011A2000233F30F5E95836732CFA8B3ED1209263853D0E4D75FE25D2D8B8BBB44DB3440951D997D3AFF009FCA9FB3728732EE64A56958D9F86F71F675D626F9497BBF2813D0ED51C67FE05585F107C61A845E21B8B082E648A058E2C794C55F3F313F30E40E47E5537C2FB892EFC28D29955A592795D94F23AE003F8015E7FF00109D1FC537461126E5088D9E724281C7E953D0A5B9AF797715F2E991DE5C1322BC9333E704F400127279C7E9EF5EF1F07BC49F65F0E182FDAFEE6E1EE186E9DB73280AABB793D320E07BD7CC9677A935CC1FBB5DCB128901E0961E99E87033F526BD73C2B34B07876C4ACB22C8659096DE77120BF7CF3C8AD1A51A3A6E35EFD5BBD8FA6A1916689648CE558641A7D79F7813C55FF12D99B5ABA862B64926092C842040B2B28527E98EB5D4E91E26D1759BB92DB4BD460BA9917732C673C671D7A1AC0725676352E278EDA179666DB1A8C938CE2A8C1AD595C4C628247918388DB6C6C42310080C71C704533C532A41E1FBD92520204C1C9C75205787785B53F2FC7DA73B5D623B8B85063F2B6962484059B19393FA8C538C6F7BB495BF106A565CB1BF7D765F71F43514514846378DBFE44DD7BFEBC27FFD16D5F267C529213A369A91B169589948CF014AA8CFE241AFB16FE4B786CA792F9A35B554265327DD0B8E739ED8AF923C7D62CD7B6B00898DA4304CA0E0E325703F41FA50F62A279A22E346B90C9C4B2865CF4232A7FF00AD55440B12244A70012C4FA0CF5AD59219E4B56812D653139120CA803B74FC00FC2A9BD8DEA2190C611139DC581C572D9DF567B7531746D14AEECBB79DD957522D340C3A043C283C0EC7F51F962B052222FF00CF2A4C5F789C700E391F9D5E7BD11A397CB26DC0C0EBDB1FC8FE15431E65B4AEAAC18703D4E48ADA11715667998CAB1AD35523D4DC9712AAFDAE266624466727E472324673D0F3FA553974A29B65B79008FE5DA3EA6BB3F0FDA8B8D2A1460ADE731F95B186C9C01FCB8359DAD695FD9A13CA252232ED30B75438278F6E3A1AE3A58B8CAAB8356D5A5D99DB5E0DE195F5764FCD1ABA2CE22BBB2F350C8BBF71518E71CF35EA3A6DF2DC5B7D9E6CB212C03A8E17FF00AD5E53A22472EA56EAE08D885B8247FF00AFF1AED6CAE2589E089C23441C9DC47273DABD2A75ECF94F39E165ECFDA35A3EA7596F65656B0CAB62214707F79E5F42DD4E71D0E4FD6BC63C5B7330D66F6731A9026640CDCF2188FE957B51D56E2C358D5EF34E9DA326F19307A32838008AE7A2B96D6CCCF3A34521666F9232C32C4938E47F3AA524EE62AEAC751A18BAD4BC1B737D2CD982CE5F2CC43856FBA46401FED5775E1E902E87A5C41557EF0C29C8CE1FA67EB5E71A1DD5EC5A2C9A6B5915D3DEED5A69B98CB8E1402B9C6338E9E95E81E1A9564D3F4E60A113CB0CAA3A0C95007FE3D5755BF65B7F561D1D6A6FD3F53B7D2628EE3C185675568DE472C1FA1CCC4D26856EB6B791CDA77956F71090F1C8831CF19040EA0E4823DCD37439C27C3CB794AA8EF93D0FEF4D3FC3974B7333ED68CAAA8FBA7E9FE1594584D6A765F1D2E47FC2BA781BED02E2FA68A08560E417396C37AAE14F4EF8AF9E2782F2096DA499AE11209848E7ECE623C3024860320E3DFD2BDEFE3E5DC761E0BD2AEE6B68EEA386FE3630C80156FDCCBD720FF2AF0BB8F886B776F25A2F87F4B8526CA171182CA08C64600E475152E29D9D8DE8D754E128B57BFAFE87D2DE11F111D416D15E562B2460056192A71C64E393C57615E17E03BF334D611C0EDB63642F85E3BF5FD2BDD2839CE47E2D46F37C3BD6A28DD91A48D503038EAEA3F2AF9866D503F87CDD4CB21BA8B6DB4B939C632A0E3FE05FCEBE9CF8B972B6BF0FB5595F380231C7BC8B5F206A1A941F6CBEB59645845DA332498CED71FA63AFE269BD8A5A2B95AD666B858D16E4239552FB50EE1B463D71E950CD0C76C080D23B32E58718F7E87D323F1ACC91A5850AFDAACB00E0BE464F5E718F7F5AA736A92C6081791E318202647E1511BC5E9B0A5692D4D38883E1EBA9EDA1264B560CEE57F873819EDDCFBF15CECB7F7379F24B85CA929818A68D4EEDD27B58A5260B923CC40301B1C8A421A6B0478507991BEDC0EC339FF3F4A951E52E52E7F923B6D3351B77B082DA2654BB8C2AF972FCBB980C601E87F9D1E2AB9966B9896670D9724718230A3AFE66ADF8B3C3DA5470CB776175B36206642A4AF27007A83ED5CB849927B64964674281E30738009ED9FA525439172C5DE29DF5DCA75F993E656935F23A0D0A40BA9CAF9C848B1FA8AEB34DBC8A691541041E31FD2B89D35DBCFB965E09217AFA56B1925B3292CD195250BA30EE31EDD6B2E6B367B74E9274A1ADB4FF0087295F42B2D8BCB131F9E777F98F5193505BDB5A2804C485B2464E2A3BE7C6976039E4927A6473FF00D7ACE59A410977727E4DD8E3AF1ED5BC5D8F025A9D7EB5A3CD696816385192603CB7DDF2B73D33EB5D268536CB3D1D0909BA38C6DCF5C3C671FA67F0ACA8B519B50D061D3EF01795DE3DC533B70DEA4F7F5FAD5F9E34B4D4ED6DEDD18C56464077B64E15F68C63E82B59BF77953B9387BEF2DF63B7D1E7593E1A59A951CA81C8EBF3935278676472CAAA44648046D18EF5C1E95E2C90786AD74E4890C71A804EEE49FE9D69FA96A088D6935B4A0B0DCC30D92A78C6688849EA7D03F179E14F0D68EF7462108BE42DE6E36FFA99719CF1D6BC8E3F107857504D165592DED6EC4B89A3C08C6369F998F4EF8C64FB571FE22D46F7C411595ADD5EDCBACF381891D98292319C138E33589FF088DDA6B12DAADC80D17CC37458DC3AF4CF7C7EB4BDA285E27550A55670E68474BDBA1DFF00C36D67FB1BC3B757CA85A48E005016C06227518FC8935F4368FE30B1D43C4171A2EC963BE84B0E572AEAB8E73DBBF1ED5F3C7C1D9AD868FB278D19BED0A0160090A4BE7271D3A575BE0AD620B7F88B6B34DB82CC918CED39F9A1F4F4C914DB4CE44AC8F4AF8CC9BFE1A6B4B9EAB17FE8D4AF89F584DFAF85091C8B1C40B23B05073EFF008D7DC3F15AD9AEBE1F6B31A1C1112BF4CFDD7563FCABE14D66EE28357BC7946773ED19883FDD18EFD2A19ADD7B3F98CB9645C8586C231FEF0247E9593753B12110C393C7C82ACA5F4571308D494CE7E62AAA06067D0D569A06FB2457ACCDF3C98C1EC3DFF2A44228465D66C632CA430C77ABAD2246B3C4ACE82420E3A7D3F0E6A0B82CAE24076F4526B52D2D62F295AF652032EF042FA1208EBE9437D4AE569D8EB7C4DAE69D368D3A40637BF918C25938C2EE0777BF000CFB9AE76F2DEE24D4963825FB398E3443FB900E76F523F1EB5917565776532A4CAAC4F231DEBA71637D6D3C371A85BAC06E97CC400AE31C761D3B71C53932568AC73AF7B7BA75ECA91CFE6856F9B72E326B6AC3586BE89D1A1757008C8E40E2B36D21B5BBBDD405D4AB1B1722325B07393D3D7A0FCEB520D05ADDA49EDEED584699E9C9E393E98E78EB47B1BAE6B1B4317521EEA9684BA9C9882CD720844E79FA566DA113C8222C0193087B9EA07A569C96CB750A2B30F387DE723208FA76FCE9D69A22433C7309433290D8D9C641CD4AB2DCC5DDEC7A5451416FAA6D900F2ED9151198E00E4A93F53C7E95CC3EA38D5352B90C629669A445B867FDCCA0FF00CB27FEE1FEEB74CE41E3914AF6FAFAFADA6374617DCD8658F2A7E56DDC1EDC8F7EBDAA8EA928B656FB39DB85F9D1D410EA4162AE3F8B07A672463B55AA72E6726B733A6DA8F2B7AA27F0EC4D25C456E558B1936B0523206706BB3BBD0AD5345B8BD864BAC448C577EDC1C71CF43D73D2B91D16ED6E37DCC112CAE4ED60CFC8FEBEBF95773A5C56CF0C892DA5B6DF2F38287AFCB9EBF5A5CCCDA504BCCE6632C66D270641FE908BB91B6904FBE463F315D56AB15D35FDB3CD109245DFC2BAC8EC87A210BC13CFBD72379FE8DA85B243334220B90CB22A8765DAC30D824648C74C8CD4FE24D5EEB4DD4E2B9B4F12C97AF705256796C5518B838C725BF5E3B6318ACE50E767B381C5C70D45A946FAA7D3C87F80753B2B58DFED5222147DC15F2481C93D3E95DC5C6A02DBC71E16B9560209AC6D49624853FB903FA579D785F438B5F8A776D4A1B2952472559304839C9046381C71EF5B46EE3BAB0B1F3A67796CE416FBB3C011EC51B78180773718F4AE87151D7B9E1BBC95CFA77E2FC92C5F0EB59786429FBA50E475285D430FC8915F2D78B7C21A0A69D35F33DC22A4EEC00605997196F4EF8FA0AF79F8B9E2BBB9BE10DB6A1A75899E2D51920B85DAC4C2AC0E5811D3E650013EA2BC966D157C41A698C4CE8C26F9C9FBA91E338FA927F203A7774ECF414B6B9E1EB67692BA2428DE62AB393927711CE3F2C9FC2AFEB110105CC4AB8538997F1F4FCAAEEAD611695AFCEBBF11477054B63A21383FA1AE7F54D4CDC189626276C7E5EE3C8C03D2A24B5348B4A2D3285E3EEB1078C1618E7BE0E6A1B8B996489109F9428A0C196249E01381F8D3A4F2D508181C71EBD7FF00AF520E4DEACECB5AD52DE6903C71CC984C00F111CD54D092C9A0533DBBC8C1892429E793C7F2AAF67E2F9E34711E93A5141F3301011F8F06B42DBC4897D0B19348B2503A98A596223E9826B1729FF2FE454541751B71A65A5EEAF6B67691C90438DF312AC5829239E95D0B785B4AB25B892C2F35190C51EF61E5FCAC0F6181C9F6AA5A6DE36B00FF00666A773A64B00669E39E73202A3BA7CA3A60E73546E75BD7B5432FF67EAAF1DADAC7954F3F64930F538EAC4FF0E7D854C2A4DE965F7FFC02E5186FFD7E65B588DB492AB82423ED0FB783FE78AB96F2A2FCD87C8F43D6B0EDB52F13793969AF76641292DC31561DC1563835D4E80CF75742F2FA3B54B6850BCF6E234DCED8E02E07738E3B73D06289D68C55EEBEF146949F47F7126822CDEC2F25BD89997F78C9B4E18104E2B9DD661135DCBE56F689F19DB9665F971CE7033CD598EE6F6E9985FC7622163C43B55700F61B46463EB9AB569A6EA16E3EDB1AA3D9C52637A3866503F89875FC0FE95B2C543457FC7B92F0EECDD8C4F0984812E8CC5D240C8546D386E1B83807BF3F857A0E957BE6DB9F22192490821883D4923181F415574AD3F42D5252D2DF2437F115F2E332E04C7BE432E39F407A57657BA4EA77B0BB5B470D8A280376E119503BAF191C544AA2BDDA1A8DD25738C92C6EE5D4E42B672CCAACDB91A1DA3E60DDF93E9CD3F56F0769B6D017B0D21E47285BCC69251E4B019CE0900F38E3A54B0DD5CDE4AC2DB558EE2654C82921F9CA8DB9E71BBBFE3577598A6BFB429A5AEA2247895253752EC50C3925707D4F39EA3D2AE1252D51753F76945B4FF1B1C1E851DC2DACD24501758663FEB23DE983D88E86B4AC21924B3BB8ADA1C1799B00646D2083C0F4E3F954B77E18BE8DDA658E1DAD80611363D39CF1C73D2B474FB3921B1B795ACA29EE093E7EC9D93E53FDE3D063D8E73EF56E4F96DD0C14637B9EA373AADA49FB3D4304F749F695915521DC370C4FBBA75C62BC4B5532FF00696EBA96271B8480B4802939C8383EDED57FC553EA254410DB35BA6C532346E5F39E1873D7B60718A9E3792D4432346CC8EB0FEF1A0DCAFB09E3DB2093D7B0ACE567A9AD3BAD175391D66E55E49E4D409964B8CBA7960152A781D38EA08FC2B9DB1D3E49E38DE00A4FCCDF3903201F7E2BA0BCB749F5CBF93520D1C46292E3746541C86E9FE02B9E9A490A422D1911533907AE70393F5E6A936EC6525B952F4082F26054B28C703B74351316864DEBD08F5ADAD2D229AEF13902E180DCCCC0228C739E0F18CF02ADF880D92E9F757314B17DA249150429860171F7B23A7D28D6F60B697B9C95B473124C5BFE605484CE48F4AD4D264D6B4F66FB0C73468C4330641B4E3EB5AA35139DB1A6D1F952062C3058B7FBC6B92759C959C57CF53A234574905AA6A4DA8C576441032B167CCB9CE4E5B819EF56E5BB96473F67611404FDD2BC83DC7E7516540DC19481FC23BFB54B6FA0DC6A7891B508ED62C6D11A8CB93EA7A01F89ACE31F6B2D52367254A1A5C64F75E5A34ACCC4AAF73C5545BFD4EEEC3CAB78A7F31DF97811BEE8E71C5759A57C3AB5B9DA2EF5857C9E151C1208F5E98FA8CD7A1D97863C3F61A5A8494048CED6314ACDCF53F313B4FD00AE88E1E0B75739E55E52DB43CB349F0FEBBAA46CB0D9B401B8324AC028F73839FD2BD265F04DE6AD12430DEDC4416355F260525142E3185CFB551D47C4BA62E8D7DA0A3C76C5D9B65D81FBD19C80464838C1AE434DB7D62D1F7695E2D9633D8BBC833F9122BCAAAE752A39297228FF0075FE7B1DB14A3049AE66FCD1E9BA7FC2696CA582EC5CC934EAE2565B8889CB6739E1ABA4D76D6E748D3246BEBAB681993203C8573F863F4AC7F0D78BFF00B2FC3320D67596BCD5021DB32E700E7D36F615E31E36F13DEEA3AA891EF2696267DF9908CECDD81FE457451AF5EA7BB0927F2FF8065530F4A1EF4E36FEBD4974A10E9D74B3BB3CB340C5D16372231D725C91923D863A9AED2CF557BBD3A2BB822212419DC015507EA79AF2B92EEE7527FB36956CEE1CED240FBD9EC2BD3B4AD3AF20D1ACCDF2A88517C9401C1195038FE55DF4A325AC99CB52517A450F88CD7532873904F4EC056EC93416DA4A398546E39857B9E39623BF5CFE54ED3A06B7D0E7BD4055A42D12624DA400064FBE49FD2B3FC4AFF66BC4B590366DE08E3C1C71F2827BFA935AEECCFA1169F7CD12DC4CF2BA46AD1970178FBC0E777A8C74AAFAB6B16BABC0D671EB3713CF037CE248A46C7041FBE719F9BB735B9243749E0476820B3115CACADBDB0CE42AE493D860671DEBCB047A845A95D9B148E591C6ECA824631CE7233DBAD353717CBDC396F1E65D0B1AB69C4D84B1472BDC484121E45DA49F4EA78FC6B064B158999AD19CC4DEA3DCD6F40751639B9F288EE16A486CC448554B15CE70DCD17B2B12EEDDCE7EEF4E4B3D222BBDD8BAB87C0C1E028CE723EA0561CFBE6491580C2A96E2B7FC4712C2D0E303767A7E1599A6C2D2CD71840E3CB2A01E39342D103DC68655EA40FC6AA4F33DCCBE442C5501C337AFB5145614E29BBB369C9A56174E8DEDEFDE10DB815C8C7735DD6951886D955F1B8F2714515B28AE6B99B93E5B1AB0DA4936D6691A1858E37B1DABFCB27F0CD4DE45B40F984B5CF1C994155DDEC01C9FC7F2A28AA24E5FC4F6377A94918F38288F211517685CF5E95CE3689A8C6D9470D8EFD68A2A58C7C769AD852A858A9E0FA54F67E1DBA9A50F7B28C1EA3B9F6A28A4925B21B937BB3D27449ACEC16502C2D8175548CA12BB00EBCE09E7BF435A33EAB36A7770C091C4CFC451411642A8F4028A2A811D06AE2EAC2DADF4B96388DB0DA06C50C4121891D339271F9D739E34476F14DC332B00FB391C9C6C03FA51454C7707B1B925B58E93A0D966E649DEE619C4F0EE076161B07030402335C0DAF8B13C2D79F6A96C52EBCD8CC3853E5903DC81CD145675F4AB0B79FE47450D68D4BF97E6334CBD8F52B35BBF2F60959884EB8E48C669D24912B10540FA8A28ADEC7299BAB595ADDC66499994A293953591E16746B298B05277E0FD31C7F5A28A00FFD9FFFFFFFFFDFFFFFFFFDB004300100B0C0E0C0A100E0D0E1211101318281A181616183123251D283A333D3C3933383740485C4E404457453738506D51575F626768673E4D71797064785C656763FFDB0043011112121815182F1A1A2F634238426363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363FFC0001108044D05BC03012200021101031101FFC4001F0000010501010101010100000000000000000102030405060708090A0BFFC400B5100002010303020403050504040000017D01020300041105122131410613516107227114328191A1082342B1C11552D1F02433627282090A161718191A25262728292A3435363738393A434445464748494A535455565758595A636465666768696A737475767778797A838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE1E2E3E4E5E6E7E8E9EAF1F2F3F4F5F6F7F8F9FAFFC4001F0100030101010101010101010000000000000102030405060708090A0BFFC400B51100020102040403040705040400010277000102031104052131061241510761711322328108144291A1B1C109233352F0156272D10A162434E125F11718191A262728292A35363738393A434445464748494A535455565758595A636465666768696A737475767778797A82838485868788898A92939495969798999AA2A3A4A5A6A7A8A9AAB2B3B4B5B6B7B8B9BAC2C3C4C5C6C7C8C9CAD2D3D4D5D6D7D8D9DAE2E3E4E5E6E7E8E9EAF2F3F4F5F6F7F8F9FAFFDA000C03010002110311003F00E763E4E2A51C2BB53221DE9CDC43F534D16F56474E5E4D301A923E58522FA12ED23EE9CFA8EF53C326060D56EAE4F20FAD4F90C006E0FF007BFC6AAC64A57DCB430C31C107B54524254EE4E698AC50E0FF00FAEAC24991426268815C371D1A94D492C6AC372F06A20FFC2DF81AD13336852A18608C8AA73DB94E472B573A53B82307914D928CAC50055A9EDF1964E9E955F148A229610CBC75AAB9C120F06B47B5579E1DDC8EBDAA6511A64319DEC3EB5D769C9B2D547B57296CA5A6518C1CF35D8DBAED8547B542DCBE84B55E7F9A58D7DEAC5573F35D0F6156882D76A81B09790C8477C1FA54D4EB6884D3383D36D68F6256E68DCB05B766ED8AE31C79B367D4D74B7537FC4A589FBCA369FAD72E33BB23B5652296E58881418A795DDF32F5EE3D69ABD05381C1A82C14E7EB4ADC03415DDF32F0DFCE992BE2263D08ED401972B1672ADDCF069513E43EA299236F1902847DA30DF81A622FE9EB8426AF70E307AF6AAD6631083EB53D21874383D69714EE1860F5F5A6F4E0F5A4003AD2D0BD4D1400AA48A565FE25FC45369EA71400D5E99A0D38AFCB95E9DC5275A006FB555109851C1EE722AD3F2A79C5567948B506439238CFA8A6067C8844BF535DCE8C9E5E976EA7AEDCFE75C59F9F903E95DE5AA7976D127F7540FD2A96C0C9EA2B938B77FA54B505E9C5B9F72293D823B955784047E22922939DBDBB52A90547B534AF3BAA0ECB772271F3B718E2888718E952281232E7AEE0A7DC5294D92B21FE13C530BAD8D489C3C6181AA770CBE6BE73C74C0E86A5B338DCBD8F3504C5773B6EDAD9E3DEA91C7356762ED84C469C1F61FBDC9A5BA93CD8C64628B3473A6C7104218924E7814BB3868DC608EA2ABA90F619049E60D8FCB01F98F5A8A48B630038E720D23AB46E3070CBC8356119678C763DC7A1A7B0B71BBFCDB67E81C75F63553EFA86030E0E08A964565E0707F9D4393C32F5EE3D69A44B62E79DEBEBC8A30010C30558F34BD36B8E87AFF8D084290A71B5B3F85300500108DD0F43460F4FE251C7BD0571F2374C654D28CB0C7F1A8FCE8014E31BC0EC030A541F36DFE127208ED4DDDB4961D09C30A9A0502655FE139C7F85008B76B391827A8FBC3D7DEB401046474AC7606270476FD455FB5941006783D2B368D132D51494B5250514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140095CB6BA9B75827FBF1035D4D73DE255C5E5AC98FBC0AD54371A30EEB8781FD18D51961CDA4A0704DB2AFF00DF2D57351E2C9D875504FE86A1DC1BCC03FD941FF025047EB4125AB5027BF92023EF44E73FF01FFEBD661C8E7BD6958385D66D9BFBF943F911FCC551B85D9348BE8C47EB5955D8E8A0F7466DF2959B6AF40075AAD83DDBF2AB3A837FA5C98EC7154C963EB54B63396E2C831113927268DB97B643E899FC79FEB4C9722019F53536317C83FBBFD17FFAD4C818A774F2B7FB2C7F3FFF005D363388A53EAC07F3A48CE16527FBA07EBFFD6A0716F9F5626819625955ACAD514F2A18B7D4B7F852EABF2F9317F72151F98CFF005A85549F253D40FD4D49ABB6FBF940FEFED1F871595AD248EFF68E546527E8549FE5545F45145C0DA157D140A75C0DD71B4776C525C7CF7040EED815A9C0171F2A22FF007500FEB4D63B6045F627F3A2E4E646FAD2DD70DB7FBA00FD29082218B727FBCDFCA9B072EEDFDD5A7BFCB6F18FF6777E74D8B8858FF78E280232BBE5551DCE2A6B96F9DB1C0E829B6C3371BBB282D4C94E4D004B18DB6C3FDA6CFE556AC5710CB21FE2213FA9FD0556946D544FEEA815700F2AC231DD8173F8F03F41513EC75E174BCFB2218C34D70147576C0A8AEA1F2A76556DC01C67D6AD69A009CCA7A44A5FF4E3F5A47546B6523991B24FB7A54F33E63654A3EC399EECAA8722958714AE4799809B381C66835B23CF92B32222907069C7AD35B822811381BE322A930C1C55C88F355EE576BE7D69010D252D14C0290D2D2500277A5EB498A728E680258C734929E69F18E33514872D4013DBB738AB42A8C471CD5D43914310EA28A290C5145029680245188CD129E147A0A736030514C9B973ED55B22D6AEE33152C3C649A8AA6507CA2473496E396C4B1AEEE879A9597B1E2AB42C41C8AB3E6AB8C37515A983113FBADC8A15B069E83F767DEA10BB98A83D3D6B366B145A4932319CD208D5D086EBD8FA5451820F23A53FCCC1029A135A8CDAD1FCADC8EC69C2A5DC19707A543C0622AD33292B031C5412440FCCBF8D4AC7D693A56891055A422A7963CFCCB50E2958A4C20555B9466E067AD7509F7063A62B99519E2B634DBBF317CA73F3AF4F7159B56D4B4EEAC681E95041F34EEDE9C54CC70A6A2B41F2B37A9A71DC964C6ACE9832646F7C555638ABFA70C5B67D4E6AE42899BACEE856441F724F9BF1AC18CFCE456EF8825F9D23F506B1A340555BBE6B196E5449874A5A28A92C507150DF11F6727BF4A96AADF93E500281333549079A9080CBC75A8986791F88A7C392E07BD30366DC6D8547B5494D5E140A5A918B4FE1860F5F5A651D2801572383D6969570CB83D690E41C1A0029DDA9B4BDA801EA76D238C0DCBD3F9514A0E2802BDC07685BCBFBD5048B9B600FA559B973080E9C8CF22ABDCBA8C738C8A3A0152CD4BDDC71FAB0FE75E84A3815C469281F5483009F9B35DB16DA09CD5F4063EAADF9FDDA8F53487508F385566A86E6659D50A8231D41152D9708BBA1B8F9032F51D6856C8351EEC0A5190BB8549D5625B75FF004841EF9A7DC8FF00496F7029B68479F9CF4526919BCFB82474A667F6CB16B8DE33C1C645412B811970C339E99EB5691400CC4720706A9CA36C248C1CF6EF548C2ABBB36A2B844B7848C91B78E2AB5DC87CD1227503A7AFB54B2E0C50AC60B044E768CD4522798B91D7F9D35B9931C42CF1E47A71ED55C168A4C81C81C8F51423989D9BB13861FD6AC4D1891772609C707D6AB616E36E58342B22F3FE1555B8C3AF4C73FE34E7254103EEF523D0D341D8DFEC91F95344BD46E7611FDD3FA52E30769FBA471FE1430DA483F748FCA81C651BD3834C070F981463C81C1A324F238618045272723A30C60D3BEF0DC07CC0E08A0032321C74279A72020639C01907D2999C7CC3EEB1E6A7B75018A1E8578A4344CA44D1107EF2F5A6C4FE5B6D3C027F234C60D0CB91FF00EB152B80EBBD79045219A5192D1A93D48A7D35176A2A8EC314EACCD028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002B0FC50BFE8D6F27F725FE75B9595E244DFA448475460D551DD0D1CB5DE5EDA45DA718EF545832EE61DDED9BF2E2B4A41BA271EABFD2A80F9E371DF705FC54E68112DA9FF4A1264FEE6EDC0FA6ECFF005A5D4D366A52AFFB757B4B87CDFED255EEDE62FD739A83574FF899AB76936B544F546B47739EBCE6EA5FF78D57352CE73339F563511A087B8C9C6446BEBFD4D3B39BA95BD15CFF004FEB4373730AFA15FF001A64673E7B1FEE81F9B7FF005A9923578B790FAB81F90FFEBD249C5BC7FEE93FAD2B1C5A2FBB31FE429251968D3D956802DC0E89A95BF987088C81BF002ABB1F32F549EEFB8FF3A5CEEBCCFA313F954717FAD663D909FE9536D6E6BED1F27274123F9AE909EC777F5A487E6BB4CF63BBF2E6961FBD237F750FEBC53A08D959DDB8CA903F1A666937B1128DF7280F7619A6CEDBE427D4D4C102397CE480702AB47CCCB9F5A06D344F7446E20741803F0A43F2C083DB351CA727EB4E98E38F4E282475BF114AFEB85A8D17CC9D57D4D4A3E5B551EA4B536DBFD633FF007549FC7A5003DF324BC7563C55CBF2158A2F45C28FC063F9E6A2D3B06F919BEEC7973F80CD36E58B49CF5EFF005ACF791DD15CB43D5966D46CB1918FFCB5709F80E4FF004A85E54DC707033C54D3FEEADA08FF00BB1973F56FFEB553857CC9D54F4CE4FD288ECD95885794692E831E5DCE31D053C734932161E605DAA7D0714899C73D6B44EE71D4872BB030EF4C3D2A43C8A6533208CE08A75CAEE8F77A530706A71F3C6452199D4B4AC36B11494C033C62928340A0029C829BDEA58C50048384A80F5A9E5E12ABD003E3356E16CAE2A9A7DEAB11361F1408B3452528A431C29D4D14B40160156C71834D96327E65E7D6A4740DC81CD479653DF22B568516D10D2AB15395383537C927DEF94FA8FEB51BC6C98CF20F423A566D58D9493278CA49FEC3FAF634D954AF07834910E2A50DF2E186E5FE54D489943B0472958BE6EB516F3B8B03524BB4A855E4541823DC52654516E239527BD47237EF29F111B2A26396269F412DC9637ED475626991FDEA9A319155133A888C9A453EB4F74C1A7496E426E4FC456BCC8C7958CE453248FF008969CAD9E2941A7B8B62151C1A7233230653865E41A91D30B9151E2A5A2933662BA59ED4B8E08E08AB36AB8817DF9AE7A391A36CAF7FBC3D6BA5B721E0465E84525A31BD50D94614D695B0D96C83DAB3E61C01EA715A27E58C0F414F717439CD6E4DF7E07F745551801451A83192F24653C834B1E18B640C1ED58CB72E3B0B4B48C0A9E795F5A2A4A1D54EF4E78AB7542E64CCA57BD3132973BBD0D4F688249D47434F8D44879A7DA47B6E4FB531A34550B12A7838A50AC1371E94BB86086E32319F4A6289225F2DDF78EA09A901C283D28141ED400E1D29DC30C1A6D1400743834BDC528C30C1A40086C1A0075252D250053BD24CD12F38AAF77C3023B55E774693CA61861C83EB54AE30CC46698177C37FBDD4406FE1526BA4BC7C10319E2B13C2A83ED133E7EEA81FAD6CE5A599B0B93DB34DEC5C16A4712B7248C03523A024559585F68CBE3D80AA77126C9CA9C123F0CD2668A49B0688B0CA9DD49B5953041A961994F6E476A577561D36D49A733D8AC15BB6707AD5AB75010114C8D1072371FA9AB51A17FBA40C55226521DF72D58939C8CFD2AB2281345B80C391CD589187D98AF71C1A805B62EADC6095661548E596E6D9923562BB9474159BE6ECB8607EE31FC8D4F718FB5B018155E78B0DB8720F5A112C7CF167E65EB9E6A3826F2DCAB7DC278F634EB697911B9FF74FF4A4B88707728F949E455793179A0BBC2480E386EBF5A808DA483F74F4FF000A5762D847E47407D6914F251B9CF43EB4D12C33D637E41E86820E4AB751D0D04672AC79CF0694664F94F0C0F5A601C9CF66534A0F475F5E452727040C303C8A5CFCA1D7A63914001C0C1EAAC39A9101D87FD9C006A2E9C75422AD5A81878DB9CE31EE2931A24044C873F7D4F34C89F61DA7EE9FD0D21DD14BEB8FD454A103B238E4123352334D7EE8FA52D252D41A05145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400553D5A3F334CB95FF00609FCAAE54732EF85D3FBCA47E94D6E071517CD12FBAE2A9C0628D845223F9F25C92A4B6028DA074AB56C70817BA922A09A2FDFC2FCE55C03EFCD54B760CB9E1A9864313FEB6307FEF92053F598B65CDA91D0657F2ACDD359ADE4B745ED1CE3F10437F435B1AC9578629872BB8BA9F62A4D4B574383B48E30A172CC3A0E4D424E1B18E2B4B495F3249A038C4918CE7D01FFEBD50B98CA3B2B755383517D6C75FB15ECD4D158B66E411DBFC2950FEE653EACA3F435181B6527DA9D9FF00473EEC4FE9547235662C9FEA215F55FE64D48706FC7A07CFE5FF00EAA461FBF853D368FD05350E6766F4563F9FFF00AE810427133B7A46DFAF1FD6910E1256FA2FF5FE944670253EB81FAFFF005A8208B539EACFFD2819258A798DB738F32444CFA735A57D6E9F6212C5018951CA64F25C7F789FAD66D936D92D87FD350DFA8ADD9A3636D7AA7EE30DC9CF71D6B19BB33D4C1414A9CAE73C4D5751894D3D9B934D2475EF5A2382A7601CCCA3B5129C9A48F9727D052A8DF3AA9F5A6624B3FCA02FF7540A487E5818FF0079B1F953276CB7D4D48DF2C31AFB67F3A0658B15C433487F8B083F99FD05468A67B9541C976C7E753E3CAB18C7720B9FC4E07E82934EC09DA53D2242FF008E38FD4D657D1B3D151BCE14FB0EBF9034D215FBA5B03E8381505B8FDCCD2770022FD4D3276C103D054D6FF247167DE43FC853B696239EF56553B1216211154E36AE3A77EF5558307258E474CD4867CF6C9AACCEC64C9E3DAAD24B639A752735EF135467834F0734D7F5AA30187AD4D11ED5176A543CD0047749B64CF6350D5C9D098B39C9154E8189494E2292800156225E6A0519356E11C668022B83D0543524C72E6A3A0055EB538EA0D57EF5601C81401654E4538545174C54A2900E14858034A2A2954EFA406C42005CD39E34907239F51516FDA00A5592B40B10CB03273D47A8A6ABB2F1D41EA0F435715B348D6EAE72A76B7E94C562050A4831F0DDD49FE5487009183FE14E78CA1C30C1A77DE4F9C640EE3A8FF1A4D1719772218239A4DAB9C1CFE14F78CAF23054F4229110B1E3A8EA2A0D0936855FA0AAD5666F9508355EA98A2491F009AB28BF2E45561C28AB7191B4106AA26537A8C3C9A991C67151360B645441F0D4498455C92E2203E75FC4542BCD5A46DC45366839DE83EA2AA323394468E78A89D36FD2A41CD49B430C1AD1908AA0735ADA4DC609B773EEB59A50AB60D28628CACA70CA722A4B3A161BA78D7DEAEDC36D898FB567E9D28BA9D641D979FAD5AD4DFCBB390FB5084F6398396F39FEB4400F963352602D8E7BB1E69A9C28FA562CD112AB763D29AC9B791C8FE5494F5622A4637B1AC9BA3BA42C3D6B5E55C46CCBF956133E2427D69A13268A4C75E0FAFAD5BB2C9776355130CA6AED80FDD127B9A068B5D7834E5518DA7A520A752013041C1FCE8EE29C0E460D348C373D3D6801D45274A280145394EE3834D140E6801E783834869739186A69383834014DA4125D1C7F071542727CE3BB3CD6998D0334A8721BAD67DC2E4D30B1BBE1D063B696551C31DA6BA0B451E5671CD65787E1C68FC8FBCE4D6A5B1DBC553DCBFB362C566CD1F9B3C871FC55A2EE110B1E82B292E313337663CD26F514137B0854A6E07381D3DA98666EFCFBD5E7559532BDC551B840AE40A4D1B4592C770BB7935A36FB7683865623BD47630A0B75CA8CB0C9AB9B4631DA9DAC6539DF429DC1D909C9CB66A5B59E3B981648FB1E47706A0D48E2039F43583657CF677B238C98F0372FAD066CECC79725B30DA030E4FA8AAD14825055BEF01C8F5F7A486549E11242D9571C1155DC323923861D0D344B63A68B630FEEF6A9ADE5F3176BFDEFE629519664C1183DC7A55775689C738C720D56E2D84942895A23F5151633F2B750783FD69CEFE6BE48DAC39FA5341DE3D1853448F53E62E0F0EA69172707A3834D525B0470CB4F07780EA3903914C033B8070391D45038F987DD239FF1A4CE30EBD31C8A71F979FE12280131B72A7EE9E952A07001CFF1706A3C61B69FBA4F1566DB0D118DBA827F1A4C6890113C591C37F2A4818AC9B4F42C07D0D44374127AF1C8F5156E2553711B83C13FD2A4A45FA5A4A5A82C28A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002928AE3350D42ECDD48BF6891406200071819A695C695C8D90A5D5CC601F92522A2BB129CAC70B1E33B8F001ED503CD2BFDE9A43F57350B004F233F5E69B77772B90B11663BDB319420CDF37CC32376474FC6A76B8DFE1F895B99217784FE00FF4ACD3B9195A35CB2B0618F639A5D49DA0BCBC817EE191A5FCC63FAD2B8B975D0A9A6BEDBF40780E0A1FC454BAEC1E5DC871D2419FC455189F64D1BFF75C1FD6B735A412D992A3989813F4358C9DA47A785F7E9389CB4FC0CF7A66098801DEA79572A454287941EE2B4479F555993139BC247F0EE3F90A6C43894FB01FAFFF005AAD6976DF6CBE78F710763370339A89C95C8C60F4A5CDD0A8D16E3CFD096481EDE089CEDC4833C76E3A1F7E6AAC8DB948AD8B8884BA4ABAE77008E7E98C7F4AC8D873511773AEBD250B586DAB62EA018270EBC0EA79AE9C2292EA072CAC2B968494BE88F4C48BFCEBA94216E49EC33FD2A6A6E6F97FC32472720C311513F5156AED765CC8BE8C47EB559EB58EC79D5D5A6D0E8BEE934B0FFAC66F4148BC474B1708C7D4D339C6B0DF2051DCE2A7946F976AFAE07F2A8A0E670DFDDC9AB7A7E3ED8AEFF76305CE7D87F8D293B235A31E79A4497CC03145E8A768FA28C7F8D2DB0D961231EB2B84FC0727FA556B8277007A81FAF7AB73FEEAD608FF00BB1EE3F563FE159BD923B612F7A753B142425DF8EA4D5994850F8E83118FC07350DB806E431E880B1FC29F3121114F5C64FD4F357D4E6DA9FAB16D7024690F48D4B7E3DA9AF01600E5416E793FAD3E38C9B5DABD666FD17AD3DFE6500F41D2A55DBBA35938420A32F52B0E32B9071C645291914DE1652B9A7D6A713DF422A075A56E1B14D3408B03E7422A832E1C8ABB11E71505D26D933EB48084D369692980F8C739AB6BF2C79F6AAF10FD6A698E23C5005563926928A28012A78CE56A0A9603D45005843861538AAC2A753919A40482948CD22D3A802791BE6FA5343D318E58D2669B66C968594908AB31499AA61CA20C60E7B1A9E1DAE7E5F95BFBA7FA5333BA7A17951650438C8A85AD9A363B7E643DBBD38CA6350BDE9E92961409A2B22ECE87D88347EEF39C15715625457048E18F7AA6739C3F5AA489BB1263B941150559C0DA55BA763E95048850F3F9D4B46907A0EC65415E40EA3B8A7AB7CBC1A8558A9C8383528024E5786F4F5FA534C9943A922BFCA4D43527488F6351AF2686541685846C0E3A8AB10BE6AA6D25B2BD454B19CE48E08EA29D88BA7A0B347B0EE51C1FD28539E6A6460CB835132796FEC7A554599CA361CC9BD73DC5576156D0FCB50CC98391D0D508B9A0C852F36671BC7E75A1AEB6DB423FBC715870398DD5D7EF21C8AD2D72E1668AD769E1F9A96F41BD4A17283ECF1A9EDCD300E2A4B93F30151D64CB414A28A290C8EE18AC0FF4AC47520E7A8F5AD9BBE62C7AD64F2320F229A104648E4715AF68B8807BD642A9C8DBC835B708DB18523040E94D8D1252E29B4E152014E539C83D292916801CC36FD29B4F07B1E94D236F4E9400528E9487819A17A5002D23B0D8777619A5ED4C914C88CBD3228194E2931148CB9DA4E706AB09379E4E2AD2C462836B75AA4C87CCE29F511DB68B1ECD2A01EAB9FCEA5C90E403F74F7A92C93CBB4893D140FD2ABDFAB2481D78DC29C8BA7ABB12DCCD9B67046322B36323A1FCEA6490C88D19EF5032156C11526CA3CA5986531B60F434B72A18171CD560E7001ED4F462C540E848E29835D4D98462351E82A50698A38E29E0551CCCCED55BF7647B7F5AE61C92B374C640CD741AD1F94FAE4573A4EF80A81CB3F3EF52235B43BA962D416D5798D93247A103A8AE8E48C4887D7B1AE634050757738FB8879AEA47156229E5A272C3A8E08F5AB5859E3C8F4FCA9278F78C8EB55E390C2EC792BDC53DC9D88DB9E9F7978A6F380CBF780E9EBED4AE7E62EBC83D7DE8619CB2F3C7E74C90FBDF3AF503A52E71F32FA7229B9DA4BAF208E45389C658720D3015B8F9D7EE91CD1C038FE1268076B1FEE923F0A711B4ED3F749E2800C60ED6E84F15200E8A8F9E71906A35391B1BDC8356A3C4B0043F79460D263438E2640CBC114B659F3C2E38C93F4A854B4329CF4CE08ABB6CA3CF0E3BA9A96522E52D252D416145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450025707A8FF00C7ECBFEF135DDBB6C466EB804D70DA810F2AC808C32E78FA9AA8ECCA8EE5234A8BBDC03C518A4A93565C2912293904D50D686E944A3F8E056FD0549B0B6307029BAB009696E879658F69FA0634195F5308AB13F5AE9616173651239E65808FC47F915CF77AD013B45A55B4EA0318656420F420D65516C77606566D18D2B90C45431FDF19F5A748DB9C9F539A13EF7D01AB5B1CB5A4A52763434497C8D4E37ECCE2327EB9FF00EB526AF1F91A8CC9DB7123F1E6A9AB158B70383BF20FD31536A5726EEE165D9B0B2AF19CF6A971F7AE6D4EAA549C5EE6DE96AB3E9A8AC7AC6C9FF8F5624D98E4642395241AD6D194FD9C206FF552B0CFA8AA7AC45E5DF3FF00B586A88E92B1DF5173D15233D06EBB84FABAFF003AE8E5DCD26D52436739CE38C827F4AC08066EA0FF00AE8BFCEB6AFC94B699C1C301807EBB694F7161348C9985A83AC97B33AFDD67247E75518D3D8E49CD478CB0AD92B1E5D597349B246E1314EFBB0AFD334C9392053E6E063D38A662108C248DEB802AE59AE2DE673FC6CB18FA753FC85535E2151EBCD5D3FBAB4893A1DA5CFD58E07E82A27D8EAC3E979F6440AA67BA541D5DB1F99A9F50943CCE57A16C0FA0E05269E3170F376850BFE3D07EA6ABDC1C363D06296F22DFBB43D5925AA83048C7ABB08C7D3A9A8E66DCE4FA9A9907970A7B216FC5BFFAD51DB287BA4CFDD53B8FD0734FA36292E6946993C84C4768FF00964813F13C9A854C9236C4EA696472CB93D5C9634EB7522391C0E5B11AFD4F5A57E543E555AB3EC5460C921DC727D454C3914B749B66319E769C1614D423B7415A2672D48F2C9A1B274CFA536A52322A214CCC72360834FB95DD16476A8C75A9D7E64C1A4333E8A738DAC45228CB014C0B10AF2292E4F2054B08E3355A66CC869011D252D2530034F80FCD8A8CD3A338714016E9F13763DA982853B6414845A5A78A62F34FA063734BDE982941C506E592A4A82BF301D71DAAD5BAAB2E6B3D58A905490455C8A556FBDF237F78743F5AA4CC9C1EE8925932F87191D8F7149BCA1EB914A622403514B205CAF7A1847B1389B3C134C946E75C77AAAAC7356A2399013D850984A239E1745CF51ED50E7B1E57D2AEAB83514B006F99383E9EB577B916B151E3C0DCBCAFF2A41C54A0953E87B8A0C61B94E0F75A868D233BEE35E42C003F9D2463E6A69A7C5EB414F4459897934AC30D91C1A44194E0F3481CB1C1ED57D0C3A8E56C3D58C091706AA0E5AAC21DA47A549A357000A1DA6959772914F906E191DA9AA735A277306AC562369E6A376264452C700FCB9ED56674EF552E3223C8EA293D50D123C8CD72C3AA8A901C8AAD68ACCACE4F3FCEA6E4138E0F706B23424A29AAD9A7E290156ECF41553CB0E706AC5DF2FC1E45574704FBFA5310C890A5C2A9F5ADDC2C8A3B11DEB2613BEE1475C56A038A18C4E41C375A5A770E30D4D20A9C1FC0D200340E941E946280169C0FAD369680075C0E391498F4A76718A528429651F2F7A00654736E1192AD861C835276E2A0BA3FBAE9D4E2840C8A79818559B863D45410AF997118519CB01FAD3AE87CABED4ED1D4BEA702F51BB35496A077318C281E9515DC7E643C751C8A99695C6508A6F504ECEE62C64C7303E9571D62B98CF6615622B642DBD9466A8CF982E1B6F4A87A1D0A4AA32BB215383D69602167427A6E15310255CE403512C6DE6C60F761C8A16E535646E0F6A7669147148C403C9C551CA626B8DC707B9AC224111EDCFDECD74F7568B78922E70C4F07D2B9B9A192DAE16271865CE684235BC2E035D5CC9DF6815D18E08AC1F0AA010DCBE73B980FD2B78F402A9885CE0FB5437118C171F8D49E99A6CA711B67A1A426513F292474279F6A5FBA49FE13FA5357E4F94FDD278F6F6A77DDE0F426B420561B72C07CA4F38ED49F749FEE93F952AFC9F2FF00093C7B504631FDD63C50018DA48FE127F2A729E763720F4A6A7042B720E714A011F2B7A641A00307EE9EB8E0D58C346D91F7863F1A8065D70786038357571347E847E86931A0702550CBD6A4D3B779857F8547E55591CC5273D3F887F5ABF68007723F880352F6296E5AA5A28A82C28A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A008AE38B794FF00B07F9579F6410C09E771FCABD02EFF00E3D26FF71BF9579FA2E5646F4603F3CD5AF858E3B8949ED4B4C638538F4A836E85A5062C96186038047E559B7DBC444BB1396E33F99FE75BBAA45B7ECD20E43C0873EE062B0B543F2C43FDE3FCAB3E67CD60F671E4E633AAEC43CCD16F17FB922B8FE554AAF69A37ADDC27FE5A40D81EE39A27B178576A9631540F3006E99E6922FE2CFA52B8F9A9071BAAD18D45695873FF00A851DC827F5A91C66E95476603F2FF00F55308CB44BFEED2839B82DE818D041ADA248764E08246777D783FE1526B08B2410DC27F1753F514BA4C4BE45BCAB9FDE6E47C9EE0F1FA516F9B8D1AE21639681BE51EC39FF1AE76FDEB9EF538FEE54599307FC7C447FDB5FE75B1AA60594FFEF01FCBFC2B223E278FFDF1FCEB5B5738B297FEBA0FE54E5B99E1F4848E6CD35797A79A6A7DE26B7478F21C39987B524A72714B172CC7DA9631BAE141E99C9FC282094C65A55897A9214558BE61E6B85E81B68FA28C55649CC17293050C55B700696662700F5C7353677B9D119A549C56ED96AD46CB091CFF00CB470BF80E4FF4AA4C0CB3051D59B157E7C4567047DC47B8FD58E7F90154EDF895A4FEE2923EBD07F3A98ECD9BD55EFC69F6269D86D24746638FA0E0536DC1104CE3AB6231F8F27F9536E7E56D83F846DA971E5C30AF70A643F53D3F4A6F6488A72F7A553B104C46E38E8381576DFE510AF4F290CCD9F53D3FA55144F36648FF00BC706ACC9266391C71E6BF1FEE8E949EAEC14A5C90731CFF003124F7EB54C1025603A54D1AB4C76EEC000927D05576531B7A8F5AB4D6C61284ADCEFA92D44DC37D6A51D29920E33546237BD4D11E715053D0F4A0636E930F9F5A8A31F355AB85DD167D2A085727EA6901647C91E7DAA8B1CB13572E0ED871EB54A800A434525300A51D45252F6A00B6A72A291FD692139414F61F2D2122785B720352D55B46EAB56E81A23A92240E704E291E264EA38F51D2A48178269DB5366F4BA11A264E7AAFF7874A709360C601A9224643953D7A8EC69248D5CF00237A7634F94853E8C6A5C3C7F74F07B76A8D98B3127BD0CAC870C0834DA92D587A7DE15681C06355A1E5AA76388FEA69A265B8F8E4C75AB09266A803562307008393E94D0E4916248D641E8DEB50ED646C370474352249EB53615D3079AA4CC9AB14DD3CCE40C3FA7AD3550853EB533C650F3D3B1A72824F3458399DAC242D838344836B1615218C1191D6A37CEDC1A6F6263B8C5396E2A485BE6C1E86A341B49F4A96319A228A9BD4B40F6A8C8DAFC74A14E0E286EA4D11DC992D0575DE9542E87C8455E46ED55EE172C4553250CB418841E84D4CCA1BEBEB4D8D42A0029E2B134222083E869C1B3C1EB4F2011CD46E300E7A763480CFB89BF7EC3B7AD41B4EEC8EB44A7748D93DE88A4D8D83C8AA116EC87EFC93D715A42A958FCC59AAE0A43169E0E461A982947348046054E0F229694119C1E94A576F2391400DA51475A2800E8714F8F2582AB6DE727DE99DE971C50012AE1895E9E952428AF13061906A2C9CD576B8786E82A8F918722840437CA164DBF954FE1F40DA9A7AA826A95F30926241CD6A785D775DC8D8E427F5AA8AD42E75429C7A534529E94C42AF4AA5A8C7F32BFAF15797A532E503C44119C526AE5C25CB24CC6C60F15340D82323914BF67777C28FC68BB84C01307A8E6A2CD6A753717A1A16F387183D45477920651B1BA55085CA9CFE7568B831FCC01CF434EF73270E5770826D9361BEE91C9F4A6EA3A7A5E47B971E60FBAD4D5465CB63E5EC7FA54D6D2F94551BEE1E9ED5A5B4399BD48BC3D6D25B59C892A957F30E41AD63CD263B8A53EA286021F4AA1ADC862D2E46070D91835A079ACAF11BEDD300EA4C8062A5EC057B1BB171188E43FBD0391EBEF5710FF03739E87D6B9C0ED14AF2A1C15031ED5B96B70B731E338917EF0F43EB56992D16318C237209E0FAD2AF646E87A7BD203B942B7DE1FAFBD18C80ADD40CE6A890031F2B7A641A70F997631F980E0D20F9D76B70C075A0F20F6618A402A8DCE0746040A9C6E8A4FC791EA2A153960D8F995BA55C60B3461D7AF6A18D092289137A73C7E75674E076B9CFCB9C01E954A27F2DB0785239F635A3660057C74CE6A5EC52DCB34514541614514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145004179FF001E73FF00D736FE55C1C0336D71FEF29FE75DE5EFFC794FFF005CDBF9570D6A3369723FDAE3F2356BE105B95CD21A53535ADB3DC371C28EAC6A0DF634AE8F9DA2D94BFDC1B0FE43FC2B9BD50E1A25FF00649FD6BA91101A5DCDB82488951D49FA907F95729AB1C4E83D231FCCD438FBD7052FDDB452AB5A649B352B5CF476287F118AA7BC5279852581D7AAB06FD69B5744D2972CD322B9431CCE87AA922A027823BD68EB4A17539F6F466DC3E879FEB544FCC17A71C511D8D712AD363D7FD7AFB73FA5247D653FEC81FAFF00F5A843991CFA29A45E2373EAD54731B9A13EFB20A7F826FCB3CFF8D3F4C223D4EF6DDBA364FE47FF00AF55B4370AAF19FE28C49F937F81A9253F67F10A3769300FE23FC6B9E4B567B94657A3165492D9E2BA11EDF9838007AF3C55CD558358311DE41FCAADDF6C59167951BE5208743DC7661FD6AB6B09B74D53EB20E3FE034B768D397914BCCE70D22F00D29A6E7E535D07832248B8427D6960EAEDE831F9D274887D29506D873EA6824681BE655F53532219EE150757603F3A8EDC7CEEFE83F9D58B09152F37B10362B32E7B9C71FAD296C69452735724D4640D33ED3C6E38FA0E07F2A6DAAA8B70C7ABBEEFC147F89A82E1BE623D38AB322F95085E9840BF52793536D123A1CAF29CCAC14CD3AA03CBB62A6B970C5D97A33617E83814CB5F95E497FE79A1C7D4F029B310085FEE8C51D4CDFBB492EE2DBE544B2FF75768FA9E3FC69F37CA5631D1063FC69EA9B20801FE22656FA0E055766CB13DE85DC75159461FD6A598432C04AFDF99C22FD075FD714CB854129C2B32A9E79C67D6AC0509275C0B64033FED1FF26A362319CD28ABEA6D5E6A29412D8AA87238A53C8229BB8190E3A53AB5381EE423D29CA7B523F0FF005A4EF408B4BF3260D450AE18FB53A13DAA4518269015EEDB90B55AA5B83990D454C0434941A2800A51CF1494A28027872BC1A98F4A8109C8CF5A9C74A043216DB37D6AF023159EDC3835790E54520EA4E0B4671DBD0F4352A95C70BB4D0368E3A91EB4A5403F2F07D2AC6D32789462924881A4472A391520606AC865765C2ED61B97D3D2A1784E329F30F4EE2AF1506A368F1C83CD4B572949A2B423009A74BC0514E3B9980269B2FDFA96AC8D22EEEE3547356369247B54118F9855B8C65A8885462753F370DEBEB4F572BC3714B227CB50B92B1804E7D29B44C5DF42D6430C1A8C1C1C7A547149D8D3E3019C93D29A62946C4C8722A09BA81538429C8E56A39177FB11431474646A32A6A64C014D89722A523029AD104B5627F153D464542ADCD4CA7A1A94CA921ACBB1FD8D4738EF53C872054538FDDD5F432EA46BD053A9A9C0A75626802926388989F4A51D6A1BD6DB6EDF4A00C66F998E0F34CC1DDCF068CF34F186C66A846AE9ABFB8CFA9AB8411D4556B31B205C73EB579E4DC426CCAE33BA931910A70A4C514803F8A9EAD8E0F4A60EA6941A00715C72BC8F4A414AA483ED4E2B9F997AFA500463AD38F4A68E6958D031A7AD453852E9EB8A94D55F9BCC6C9C814D099567FBE71EB5B9E164C3CD276E05614BC9AE97C34B8B266FEF35388337318E474A18F14CC95E7B77A52D9231D2992483A52B0CAE281DA83D2818D5408B802A0BD8BCC8FDC55A351C8BB948A4F51A767731D01126DABA21658496E07A1AB1140BF79946EF5A2F3221A56B1ACEADF612CD91A19170187465351CB018A55EE8C3E53FD0D57819901743F367F3AD289D255391918C32FA569B1CCF521B79B6908E783D0FA55AE954E484A63BAD496F36308E7AF4349A04FA164F5CD62F895C7936C87F89EB64F1585E23606E2D50FB9A96518CFC798C4643381532CCF6F2C92C6790C00A84760DDE4A5EC73CEE96981D0C3325C47B90E08E0FB1A9B3BD719C328AE7AD6E1EDA52E39DEF823D456E248B347E6C441E38FF000AB4EE435624E483D980A53F3F2386068277AEE1C1F4FE941C921D09C83D2810F8D7CC906383939A9236685F9E98F98545BDC15922C123A823A8AB18F397CC520E47D29365243E58C30DEBCF4FC6AE69E08B7C939C9E2A84326C62A7EE93C7B569DA8C4200E99352F62913514515250514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514525001466B07C573BC36F0ED2D825B2A18AE781DC562D8CE97B19F373E60382A5D9B8FC4D36ACAE0759A8DCC09653869901F2C80370CF4AE2ED5FCA8D83E705893804F61E9F8D6A243127DD8D47E14E23231D8D17D2C060D58B3B8F21F0D928DD40EDEF513AED665C742453A0199933D01C9A46EF63A0B0292C6CA195BCF0D18C7D09FEB5C6EACBFE94077D8335D0F9FF66BBD3D97015AEC07C7FB4B8AE77539566BD95D33B49E33E94D992764D147CB5A6903ED118EC067F426A5ED5113FE92DEC87F962A444BA89F312D65FEFC0B93EE3E5FE95497A8ABB37CFA55BB7F724923FC3823F99AA6833BFD94D4C7B1D788D6D2EE823FE33F41413B601EE49A41C231F534AE32234F503F5AB390BDA749E56A7029E8C3CB3F88FF001AB3AD821ADE61F782E3F106B3013F6A1200708DBB3F4E6B6B5A01ED15C74DF91F423358CFE23D4C23BD2947B134AFE6985E36C1700F3D181FE13F5FE94DD6C95D3005E00971F862ABDB3096C20079F9591D7FBCA0F51EE383536B1C692ABFDD900CFE1511D19DB37CD0BF91CC9A8FAE054869A83320AE83E7E44921C0029CFF002C6ABE8298E374817D4D2CED93408747F2DB93FDE6FE5FFEBA645CCC0F61CD492FC91AAFA2D3601F23BFFC045003A25F36E154F4CE4FD0726A59DC944DC793963F8D25BA1DB23F4CE107E3FF00D6069970DBE43B7B9C0A9EA6ED5A097726886CB74CFF001B173F45E9FAE6AB90D2C8147DE638AB570426E51D1008C7E1D7F5A82DB87794F48D49FC4F0292DAE69257A8A1D89A6704C8C3EE8C46BF414CB450D700B7DD4F9CFD05364F95553B81CFD6A5854FD98E3EF4EE231F41C9FE949E8AC3A6F9EAB9BE9A83B9F2067EF4AC646FE952DB5AF9F6F2B336028E39C64F5A82760F31C7DD1C0FA0AD1580795144C4AAA4666931EA7A0FE54A6ECAC8DB0D0F6937296A63B26C6A78A9A6CC3349E5E1930541619E2A15E95A45DCE2AB05176B8C90719F4A654C464540700D51892A3608AB1DC1AA20E18135695F70031D6900B7EF14A54451AA91D48EF54FCBAB262F4349E50EE6802BF9428F2C66AC6D41DC52168C77A00882807A52EDF6A79950534CE3B0A004DA72302A40715099BDAA5CE56810D92ADC2DFBB1544E79AB10BE23C53066AB0F6E685CA81DEA7DBED4DDA474AD1A1263482061CD1D002A7F0344806067A8A62B1039A5B15A32749077A93822AB8CB7518F4A786C0EBC534C96AC0546EAAAE72E4FBD5AC8CD56950AB9F4A991A53161E5EACC2D93548120E475AB11C81FEF70DEBEB4A2EC54E2DEA8B6C78AAD39C0029E5883861CD4539F9B1552220B51233F354E8E147D4D41177A563C81525BD59A28E36526DDCB9A8216CA7356A3E82A91949598918E7A734B2F029EA39A64F43D84B72055CE6A456C0C5350668618348D2FAD876734DB9FF56B4E1D69974785154FE132EA46AD9E3BD3AA2A706F5AC8B241553536C5BE3D4D5B159FAB370A280665E6A48F9602A3EFCD59B64CCC83D4D508DC48C796B8E081480BA1207E46A55E8282A1BAD48C629CF5EB4EA6B2E3AFE06973D8F5A001696900A5148628A50714941E9400E0030CF434D3D69453880C3DE9810B1DAA49ED553CD2FBDC639AB8EB9055BBD53F2844857DE842286F25BE626BB1F0FA04D2E2F7C9AE3A44CBD773A6A797610AFA20AB8EC265CA69CAF229C28C7340120E5411413DA900DAD907F0A73007045000690D28F4A43400FED55AF0FCAA3D4D58AA7A813F2E0E2900F92DC3441A3FF599F997FBD50C6E51D9D7AF422A6B59BE58D243F3763524D0EFDF22603E7E61EBEF577EE435D512232CA99FCC7A556923D8C07F0D3519A372CBD4751EB56959658F8E9FCA8D8371904D9C239E7B1F5ACFD62CDAE2E5250E02C6A739ED56DE328403D3B1A033B86DC7B633EB434099CE8B51B23613C4CA18907247F314E481A3B60CE14B090E3073C54FA8DAB2B8997FD58C823D2A3101FECF8886566DCC720F5A97745A772A87FDE260000B1E00A9ECEE9ADE452C72AF9DC3E9DEA058A45F2CBA38C29E71C5317EEA03D421346C074AAC1D44919DC1BD3B8A70ECEBCFA8F5AC6D32EDA091607E63201FA1AD75915640030E412573FAD55CCDA2689771CA9EABD3D6A584AC4EC49C038069913AC6FBB23630C1E7A54B39555C8208C8C8CF6A4D8D21D2C783B874EF5A368BB6D90124F19E6B32DE5C80ADD1B38CFF002AD583FD4A7D293D8A4494514549414514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514500737E31FF8F683EADFD2B95D378D42DFFDFF00D306BABF18FF00C7B41F56FE95C8D9645DC58E0EFE2AE5F0203A6CFB5049A61CF79113DB19ACED56EEE2D8C6219061D49CED1EB5980CB907CF7CE3AE78A88704126ADDA68C2F6D61B89AEEE1CCA81CFCD8EBF4153B786ECFCB6C2B3B60E0BB93D89AAB75B97CFD0CFBF7CE9BBD18168E447041CE3AFF00F5AB0E4C89187A715A7E5AAD95C468A02EC0C147AEE5FF001ACD9F9B893D371C54F35C728F2E8345439CC931F6C7E67FFAD530FBC3EB55C1FDDCADEA40FE6699059886ED2E541D54A49F99607FA552E86AF5A1CC9243FDFB62BF880187F23545B351D4EB7EF528B1A788BEB5271F685F4539FC8535C61957E94273239F45356721A3696CB36973CBB72F1BF5CF6C0E31F8D5C3FE93A2A9EA563FD54E3F9543E1E3E62DDDB9E8EB91FC8FF4A97483BEDE681BF85FA1F4618FE62B9E5B9EDE1ADC916BA9474EB931CAB09C1577C82472ADD01157F5462FA50CFDEDCA4E3E958CC0A4A0742ADFD6B635438B2907B8C50F7B8E95F92517D0E78D24630E694F5A9AE1A233C8605DB18E056D73C89474BDC8939949F419A4C6F9957D4E2962FBAC7D6960FF005ACDFDD07FC299905C36E627D4D39462141DCFCDF9D4527CCE147738A9D8664DABEB8143D87157958B6631158C6C4FCCF9703DBEE8FEB552DF06E558FDD8F2E7F0AB9A99DADE503C460463FE0239FD7355605FDCB93D646083E8393FD2B35B1DD52DED52E91126276807AF53F534E85710C6A7FE5A36F3FEE8FF0026A2918C9271D58F02ACDC05492409F7500881FA75A6FA23187C32995A462CE4F73575C794767FCF08F6FF00C08F5FEB55ECD03DD296FB89F3B7D0734F99C98949FBD213237E3D287AB2A1EE526FB8CB58FCFBA8E3ECCDCFD3BD6ACD28FB24933706E24F947FB0BFE7F4AA3A7A111CD281F360469F56FF00EB66A5D5180996DD0FCB0A84FC475FD6B37AC8EBA7FBAC3DFAB20761824D56539CFD6B42DAD166B595DC1C27400E327FFAD59E5763569195CE3A987708A93EA3AA09539C8A9E9AE322B4390AA0106ADC27B540454911E94802E3707E1B00D572C73D6AE5C2EE8F3E9548D0804C926968A2980521A0D25002F6A99725062A1153427E439A00400E79A729C0A198521E0D211D28A50326AA4576ADC3FCA7D7B55B420F20E6B6244914135115DBDAA6279A4EB431220233839C62801B767B54A5334D195EDF8D4D8BBDC36965CEDC7D299BB8DAC372FA7A54A09E4F1F5069A4EEE09FC08A07E840F1606E5F997F95460E2A7C327CC290A2C9F77E56F4F5A968B8CFB8E8E6C0C38DC3F953246DCD91D29982B907AD267148D2CB7268C605231CBD393EE8A68E5E990B565A847CA2AD8E062ABC03005591548CA5B8F4A6484127D29E3814C232B91D69B121235C54727DFC54D1F4350F59693296E38F0E2A1B93F3815624E24155663990D12D895B8DA29296B32872B63E959DA83869B03D2B40563DE64CE48A1099132775E95674E5DD72BED5591B9AD0D3541989EE0550235852796EEDF21C30F5EF48CDB40AB16E392690C855B77CAE30C3A834D75C2FA8AB3748AC01C7CC3A1A84FDDC1A4046A71F4A7D30A91C8E47A5206C7D290C93B5069073D283D450038529A5552464534D3023B961E49C9C11D0D519673E482FC93536A018C436FAF355671FBB028111213248A147538AEF215DB1281D8570BA7A6EBF857B1715DE2F0055AD843C1A70EB4CA70EB400A4E1A85932E314B8C8C5464107DE81139C1E4527714CC9C6475A446CB7340C9EA85E9DD70158E1769C9F4ABD9ACCB99D45E90DCFF0914807B2B2CC1587CBB41539EB562DE6C80B21E73C1F5A70920917CB39DAA30A40E954D98A6159791DEAF4643BA659B94CCC810E090491EB51A3346E587A723D6ABC97EB0912CCC3E4181EFCD52B8D7ED8B65124271CF4153CC968C76BEA8E854ACD18C74FE555F6808EA4F438FAD7372EBB232FEE15A26FEF6ECE6AAB6A97524A1B7E0E3A76353CC572B674A64408448EA403CF3DAB2AFD615891ADD83463774F5354FCC924972DCC8DF78D3E620C7E5AA8CFB50E6D94A9B27849CC7F67776C007D39EE0D457730B7BA779A11B58E021EE0D58B149114320048EDEB52EBB009EC44AA395E68B84A3631E4BD8C36E8C1E0601A8BFB45CB2B1C92BD39AA04D19A7624D5B6D59E1DC0A82AC73F4ABF1EB9BB00BB6179C11C57379AB36054DC61F90548FC68B01D558DE00EF13177DC7298E7835D642488906D6E00EBD6B819244B29140988963E9FEEF6AD23E3193600228F76393CD0EFB58343A913BFDA8C2D185046E46DDF7BD6A6F9BD8D70975E26BAB8DBC8428772941820D6BF87B5097546952E679415C15DAD8CFAD0A32EC174748AC0E47423A8A75568ED238A4F353717C632589C8AB14862D14514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451401CE78C47FA2C1F56FE95C7DBB149432E32B922BB1F18FFC7A41F56FE55C6C03E7391D9BF955BF8501D2168D49C924FAEFC5666B614C70BA8C7CC41E73E9FE15A703B9890C4BC15524E07A0F7AA7AD076B252FFC32039CE7A822A1016B43BBC6930288656280AE428C704F726B42DEE5A4B98D1A128AC48CB3AFA1EC2B0B45626C4AF3F24AC3F3C1FEB5A5116F35580FB8431FA67FFAF42158C3971134EADD023AFF0087F2AC790EE763EA4D6F6A9085D42E108C80E4FF005AE75D9B3C0A88EED1D157A31F9AACDFF1EE7FDA63FC8549F3E09230314C1CC710F5627F5FFEB5598962D5C26A8921E8AD83F4276FF2355EE2330CCF1375462A7F0A404ED99BBF03F99AB3AA737664C604AAB201FEF006A1EE75D2D6935D8A64932027EB421C090FD05373CE7DA81C444FA9AA395E8CD1D0E5F2750833D242CBF9F4FE5566DC9B7D6668B1C39207D73915928E6196061D50A9FEB5B3A8158355B7B853F236D391F91ACA6B53D3C1CAF0B76667EA89E5DECC0742723F1E6AF6A78FECC4DA7237004FFC06A1D6E3C4CADEAB83F81C7F854DAA9FF895DB8F50A7F4A9EC755ACE6609A41F70D38D4B6B0099252C4A8442DC7E407EB5B5EC8F1D41CE564463E5887E74B10C425BFBC7F95365E0629EDF2C2ABE82998B1908DD3E7FBB935734E506F51DB958F321FC066AAC0311BB7A902AFD92ECB49A523EF91183EDF78FE807E75137A1D3858DE777D0AF76C59F07A8EBF5EA69D2A98A38D08236C79E7D5B9FE549027DA6F6343D1DF9FA77A2F65F36577FEFB16FA0ED4BAA45BFE1CA6FA91DA63ED1E61FBB102FF974FD71448484507AFDE3F534E81316E7D667C7FC04726A395B731354B7B99CD5A118FCC9EDD08B56C7DE9DC463E8393FD2A39D83CA71F74703E956241E57C9FF003C136FFC08F5FEB505A45F68BA8E2E819B04FA0EFF00A54ADAE6B3579C69AE86A59A08238770E214370FFEF1FBA3F9566331794B373DC9AD1BD980B4770306E24C81E88BC01FE7D2A9E9F1892E54B8F917E77FA0E4D671D9B3AEB2E69469A3423014C7644310137CB838C1EA73FA0A82F088C62DA24D9B7962B9278E7AD11CC04725CC87F7970E40F651D7F5FE54924F18524B0C538C7A9388C4B87B9133E90F4A5DDB893EA68ADD1E54B721239A1382695BAD27422992595F99083541C6188ABB11ED505D2624CFAD2021A4A5A434C04349451400A2A5807241A8854F17033400E64006714D61CD58C6698473480B4F13C670C29F04CF11F94F1E94F49C74901A93ECE92216438AE8F533248EE91CE1B835383594E8C87914F8AE1E3E3391E869580D3A5DA0D4315C24BD0E0FA1AB0B48646F1F1C530F1DF1EC45593D2A365DC2931A6439CD35A256E41DB4F236F5CFD4520F6E6A4ADC0AEE8F121E477EF55DE32A706AD37CCB823151A923E52323DE8686A4D083E55FC29B1F2D4F7C9527151A71C8A4CB8F72FC58CD5918AA30B83C8EBDC55B46CD523296E48DC29A6A9A57385A8031DDC50C7157263F2F23BD3117F7B527DE4A221CF3DA816C365E1EA937DE247E5576E78E6A954C810039A7629A467EB403D8D48C71E149AC591F32367D6B5E73B6263ED586C0E490734D098E607391D2B4F4AE031ACB46AD6B05021CFA9A608BCC338FAD5CB61F29AA40E08CF4ABF6E3F77490C65C76AAEFDAA79FEF542DD452010523202723834A06281823140C62FB7E54ECE4D28418C5370431CF068024419651B8AF3F9D0FF78D03A734DA0082E2445C2B8E1BBD53B9603029F7921372B1F61CD54BBCEFCD022E68CA1B528BD41CD7662B91F0D287BFDDFDD5AEB41AD3A0870A729E6994AA71480901A0E0F5A843389B1D508A9334009F329F6A4279C8EB43353334013ACA08C1EA3B572F717CC75A9933850D8ADF67C73DEB85D46E0FF69CD22FF7CD2EA80ED609015CE692E2445427238158163A8B0846E34FBABC32C6541C67AD36EC2B3654BEB96B894F3F28E82A99EB52B601EB9A48E3695C2A8A8DCD524908A3238AB36B0E58B11C0A97C85863C1EB48F308A3D89CB1EB5372C9C9118C0FBC7A9A44E4E6A88B821BE6156E29372E56958A46AD91E3AD5C9543DA3A7AA915CE4976F136D53835B9632196D572792BCD3573399C64AA524653D41A6E6A6BC39BA908E9B8D415AAD8C85A9AD4A89817381EB51C71B48C0004D6EDC69D141696FB41F31E40326AB974B8AE50BF944F74D22F438A800A9EF883792E3FBD56AD34E373A7CB70A7953803E95AAB2446ECA22BA4F0BA12B2B292AC18608AE70706BAAF0A2FEE58FAC82AFA3259D68071C9CD3A9296B8CDC28A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A00292968A00E77C63FF001E907FBCDFCAB8D873B982F5C1C5765E31FF008F487EADFCAB8D87873EC09FD2ADFC280DEB11BAC2D8B3ED1E528E9E831FD29F3471B46412245EEADD29B0055B78B71380B803763BD3CB4641DABCF63926B3194264545C222A0CF4418AB7A12879EE97B9B738FCC553BB9362AA8477673C045C9E2ACE802E57534792D678A2652A5DD7039C50936AE5B6AD619ADFFC7E3C9FDF843FFE3B8AE66BA7D7136DB46FDFCA6427DC362B9834587277486C9C46D512FDE847A2E7F426A49CE203519E25FF00763FE805333199C42FEEDFD2AEDFAE6D6D1FA91198CFD5491FCB154C2E5631FDE6FEB8AB4EDE669CE7BC7707F2619FE9512EE74E1DFC51EE8A27054E7AF6A43C4407AD0C7834A47CEABE954612DCB5F656338054EE51B8A9E3000EB5A17D89F48B7957AA71C7D3FC452A95FB6DACB8244912AB0F72B45B2EFD36E6DCF58D9B1F8723FAD63295CF5F0F4942E97519AB48B358C328232C3711F51CFEA2A6D5BFE41710F42BFF00A0D6449705AD44040214920F7C7A7D2B5F55E74A84FAEDFF00D0695AC6919A9F37A1CF9AB507EEF4E95BBC8EAA3E8393FD2AB1156E61B2CEDA3F552E7F13FE02ADF63869E9CD2EC8A6EBBDD57D4E29673C9AB1F672B0A4E58609200EE71DFF005AAAFF003C817D4E2AD3B9C938386E3C0DB12AFB64FE35A12FEE6C218FBECDE7EAC7FC00FCEA9AC667B94897ABB051FCAACEA320799B6FDDC9C7D0703F41532D5A46F4BDDA52977D06D88DAB713F754D8BF56E3F966AACE7E720741C0ABC0793A7C438CC84CA7E83E51FD6AA5BC625B8504FCA32CC7D873493DD97523F05244B28F2BE4FF9E4813FE0479351DA287BA5661F247976FA0A2E642C371C0673BDB1EF4EB743F663D9A77083FDD1C9FF003ED46D112B4AB5FA2FD0499CF94BBBEF393237E3D2A7D39088E6947DE20449F56FFEB5549DFCC9491D3B7D2B560FF45863CF58633337FBEDC28FE54A7A2B1A6197354737D0ADA9C80DCF9487291011AFE1FF00D7CD3A3061D3D8A8FDE4EC235FA0EBFAE2A9AE5E4E3924F1EE6B427223B8DA0FC9689B47BBFF00FAF27F0A96B689A425772AACA978C0482353F244020FEA7F3A48615786491FA0E1467A9EF55D9896F526AFF92BE6F904652DD3739CF56EE3F3E2AA4EDA18D08FB49393289055F8A754D7723312210563C6368A8304704608EA2B48B396B46317EEBB8C714DA918641A8EA8C47C6DD29F72BBA2CFA544A706AC2FCF19069019F494E71B588A6D30128A29450002AC44385A82AC463EED004E29AC39A7F7A08CD2004BB07E599707D6AC29206626C8ACB2FB861862A5883A0CC6FF00856AA7DC871340CC4A904726A3085812306A34B9563B655C1F5A9B671B90EE1ED56ACF61319C8356A0BB64C07F9853222846D7E3EB4E92D8E374672280342391645CA9CD29AC956689B2320D5D86E95F87E0D2687727233D69BB307819A78A7601A9190B9DC7DE9B523A77A8C8C753F98A4C69899C76C8A43180BB9791FCA9D9CF0334FCEC4A5B949D880641C8EB56A27DC323AF71503271B97A7A7A508C55811493B16D7322FBB656AB827771D69E5B299A887DEE29B262B42DA3640A963EF55C1E7EB5623FBB4D10C82F3802A9D5ABD3F301556A25B821453B83C1A414A290CAF784A4247506B2C819C835A1A931F2C01599BF069A10E6003F15B36836C0A2B14306606B76DCAB4636B0381DA86344B9AB36F38002B718EF55A918128DB4E0E38A404F713C6927CCE067A521393915CF991E466DF92C0D6BD94EB2C039191C1A00B40E45201CD1DB8A5A0628A5037673452AF4A006B0C0E7F3A6671C1A9FB1A89978F51480A77116650E39AA57032C6A70EDE7380D95AA924BB988C5311B3E178F12CAF8EC057480D6178697FD1E463DDAB7335A310ECD28E94CCD3B3C52020F34A4B213D0638AB0B22BAE54E6A8B1C87F7702A50047380BC061C8A009D8D3334AC78A61A0064AD8427D0570370DBAE243EAC6BB8BC7DB6F237A29AE11BE6727D4D4F502D5BB91815708CF39AAB6E9819EF56075C9E4D36C690F8ADDA56C01C55D0F0DA47B5705BB9AAA67DA8553F3AA6CC49E4E6A7C8BD8B525CB48C5B3551CBB377A963E4F3565101A9D11695CA4B1120119CF7AD0D346E9951B9CD31D40069B6B214B8561D8D17B8D2B16D2C1C5CE5BD7BD6B315B5B1958606D438A8CCEAC4360D41ACCEABA7952083274E6A96BA112D8E724F9B93D6A5B3B16BA9300E07A9A85064F35AD04A96F1EF00035D314B7673376D8BF6FA64166BB998927BD25FBF99756A80EE8F7822B32FEFE5BB91520624631C5496D0DD477B02DD678F99727B543BB1A2A4C0C976C1792CF81F9D743612C56B771E9C71864E4FABD64D828479AF6419588FCA0F76A8CEA07CDF35608C3E73939273552BBD102D351FA9DB1B5BD7403E52722BA4F09AFFA221F5909ACFD5116FB4D8AF63E7E5C9FEB5ABE145C5941EE49AA8BF7189AF791D252D34B2AFDE603EA6A27BCB74EB327E0735CB746A4F45526D4EDC1C02CDF45A06A511FE071F951743B32ED150C775149C06C1F43C54B4C42D1451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514525002D14945002D14949B9776DC8C9ED9A00751494B4005145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145140051451401CEF8C7FE3CE1FF0078FF002AE32304EF0A70769E6BB3F18FFC7A41FEF1FE55C6C270CC7D158FE956FE1406FD9B37D9622AA4B951F8702A626623E6E47A123FC6A1B504C0A1700601CFA0A936A1E93127D97FFAF598C8ED5B66A768DEAEC9F9A9FF000ADD94FEE890391CFE55CECA3F7B17CE576CE9F30EA3E6C7F5ADCFB127F1493B91D374A71F951113DCC4F1030FB0C83B899C0FA120FF005AE549ADEF1048C18C7FC2511FF13807FF0041AC0638AA63632E398B03B9A6B9FDE4A7D063F5FF00EB539F9318F561FCEA373F24A7DFFC690855E1A0F600FE99A9ACBE7B6BD4FF00615C7D54F3FA1A88F129FF006508FD00A9B4DE678E3FF9EC5D0FE2B81FAD4CB636A0ED5115319603D4E2917FD6727A034A7AD203CB1FC284155599A914A4DA4121E89B08FC0ED3FCEAD59FCBAADCC0C789173CFAFF009359F6F97D1E41FDD2C3F0EB5683E352B49FFE7AA804FD463FC2B168F528CB48B32E58F648CA7A82456CDF1DFA1C0DEC9FC8D51D523F2EF5F1D1BE61F8D5C9B9F0FC47D368FE743D6C5C23CB39A313049C0EB56B50205D320E91811FE43155738391DA9D02B5C4EA84E5A47C127DCD696EA70F369C9DCB7787645045FDC8C67EA7E6FEA2A8C433296FEE8CD5ABC6135D48CBD0B1C7D3B7E951342F0175914ABE7A1A23A223109CA6DF45A1674D1B66927FF9E31961FEF1E07EA6ABCB97982AF3CED1FCAAD41FB9D38B7795F3F828FF0013FA547A7283782561F2C20C87F0191FAE2A6FBB35E5F829FCC7EA4C16531A9F9630231FF011CFEB9A82DC116F2B0EB21110FE67FA532E5896E4F3DFEBDEA661E5C51A7F71371FF79BFF00AD4EDA244B95E72A9D8A9336E638FA0AB6FF00BBCA83C428231FEF1EBFD6A1B550D7018F4405F1EB8A594948914FDE6F9DBEA7FF00AD4DEAEC6714E34DCBB8B6708B8BA48CF4272C7D00E4FE956AF66DD0E7A19DCC847A28E147F3A658294B69641F7E42214FC7AFE9FCEA0BB7125C10BF747CABF41C0A9DE46F7F674525BB27D3542C8D3B0F9615327E3D17F5A8E762902A9FBD21F31BFA7F9F7AB013659450F4370DBDBD90703FA9AA3752F992B376278FA511D5DC2B3F674D402D40F38CADF7621BBF1EDFAD5C53E4D882FF00EB2E1B793FEC8E9FAE4D410C05E386DC70D3B6E6F65EDFD4D2DF4C26B93B3845F9507A01C0A37907F0A979FF00988EE02E49AAEA724E6AE5BDB2CB6F24B21C2AF0BEE6A9ED21CE012075AB524CE5A942508A6FA8EA89B86A96A39077AB39C41D6A788F38AAF52467914808EED76C99EC6A0ABB74BBA2DDE954A98094A28A5A00075AB518E7F0AAABF7855C8FA9A007E72714E1502B7EF88A9C74A4229100F5A40190E54D2D1CD05122CCADF2C829E85E23BA26C8F4A80807AD202C87E53C7A534C563423BA8E538906C6F5AB28EF172A772D64F989270C307D69F15C4903614E57D0D6AA7DC871EC6B864946187351490B21F51EB4C8678E6C6D3B5FD2A7F378DAE3F1AAF41090DCB4780DCAD5F89D5C02A6B3DA1054153F85351DA26E320D2B5C66A919A899334905C2C830783535481063079C8A90FD29E10134C6183D6932931A06D3C52797D197A7714FC83D852A0C1C8E9E94869D846E052A007EB4D97B7A51136783DBA522FA120FBD8AB8830A2A9819706ADE70A4FB552D88914EEDB74A7DAA014D321699876A70ACC10A29C292968033B517C3A8AA64071EF56350CFDA3E955E352EF81C669A1045B464122B534801BCC1DB23A5677D9C6EF996B4AD258ED87EE50827A83DEAF95F615D1A1242C9C8E4547DA94DD335B92CBCE7A0A844C1A362148C0EF59B28CC92D8F9A24DC424879AD2B7B78E24F907E3504D214B3E5323BD259DD16508C3E9EF4017D5B0706A515065BFBBFAD28771FC3FAD0327ED4F5FBB5006623EE8FCEA42D201C28CFD680243D298C4ED352DB5F583A793791CB6F374120395A8662234639DC0771DE86064C4A43C99F5AAB32FCE7157DDD194BA77EB54A42376722811D3F87D3669CA7D4935A64E01354F4B5D96110FF67356263885BE95A484247721DB69047A7BD581D2B3C4988551970C3907D6AC412160C1BB1A403A487246DFEF64D35B9BAFA2D4E0F1C530A2EFDFDCD000C6984D2B75A650053D55F658CC7FD9AE2E3CEECD75BAEBEDD3A5F7C0AE5211CE6A7A8CB8A480077A78F5351AB7734A5B247A50CA438B000D479C9A57F4A6E284264C99156636C0AAC8D532B0C5433588F771DCD2DB4B124CA4824E7A0A81E2DE7233562DE2943023A0A122AE6D44A2470DB485ED9EF58BAF5C79D7A107DD8C60568C929B4B7DCCD991BF4AC091CCB2B3135A415E46137A0C5E0D5E8D3CE40A7A1AA38C55982461C2F5AEA5B9CECD9B1B78AD412C80AE7A9EB4B77711DC6A5198B3FBB8DB39FA54569107FDE4F2F7E4134DBA304776F245F7444578F5359D47AEE3814AEAEE37B58ADE10C15725B3FC47D6A98A555673F2A939F414AC8C870CA41F7AB8AB03D4B96FA9DC5BDA35B26C31B1270C33D6BA7D2BE4D1508FEEE7F5AE2FB576D6031A3443FD91434945B04EED0D2E5BAF3F5A0163D29703B9A5054571E8758A0127AD4AAA477351239DDF76A60FFECD218F50C3A1CD5EB4B92A4239E3DFB554420FB53F1C8A04D5CD7A5AA9673EE508C791D2AD5599356168A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A4ACFB8D5E2826788C723329C1C63149B495D9518B93B451A3515C12222549072391F5ACFF00ED9DC32B01FC5A9B2EA134D1954444CF739351ED6269EC2A763571EE68DA3DFF003ACFFB65C103EE0FF80FFF005EA29AFA68627964930A8BB8E1473E83F3A6AA26EC8974A495D9A8428EA2A374FDEC4F8030C4600F63587652EA57689702E90B4899D850E14648EDF4A96E16F7E533A3B853906090E47FC04F5FC2B6706885A9BB412075AE67CC798911CCD291D54310C3EAA79AAE5724E4938EC4D73CA7283D6274C30DCFB48EB81046410696B2BC3F9FB24C0F698FF215A9939C638F5AD13BAB9CF38F2C9C45A28A299214514500145145001451450014514500145145001451450014514500145145001451450014514500145145001494B450073BE31FF8F483FDE6FE55C620DDBD79E54D767E31FF008F284FFB47F957191B050EC4E308DFCAADFC280DFB304DB28271845CE0F5E953614F48B3FEF37FF5EA8A5CF95711C6794754C7B139FF00EB56813C56632B5C40F246FB000782B93DC107FA55A9F5DF2DDC0B562C33905C7F4A17914CD4674B4D36D5F788DDD9F3EFCD27A1514A4ECCC6F1038936ED3F300A0FB72C47E86B05939FBD5ABAA4AB2F952AB03E62A93F82D669EB4D3BA149598CDBF3478C900E49C54446531FDE7C7F2AB454845704E096561F87155C758BFDECFEBFFD6A648139698FD07EBFFD6A48DCC2F6F20EAACAFF00AE6909C44E7D5BF90FFEBD2B7FAD51FDD1FD29151767727D42310DECC80701CE3E9DAAA38C203FDE27F4AB9A81F31A197FE7A4284FD7183FA8A8440780E7E5CF38A98BD0EBAF1BCB42CE9BF3437107731861FAD2B12DA6C520FBD1107F2E3FC29BA7864D457E53B1948A92DA32C9716FFC596033F9FF004A896E7450FE1A41AD10658D873907F9E7FAD58FBDE1A43E8D8FD4D654D2BCA1039CEC5DA3E95A709CF869C7F765FEB52D5923584F9AA37E4631AB3A60C4CD2FFCF2467FC7181FA91559AACDBFEEEC256EF23841F41C9FE95A4B63929FF12FD87D8A092F630DF741CB7D0727F9532E1CCB2963D58963F8F353598DB0DC4BFEC841F5638FE59A4B14136A11AB0F97764FD0727F4153D5B2ED78C63DDDC75EFEE9521FF9E6813F1EA7F5345B011D84AE7ACAC23FC07CC7FA54375219652CDD58963F89CD4F7BFBAB7861EE8993FEF3727F4C52E89157F7A73EDA14E34FB45D2467A3B727DBBD3EE24DE59FFBEC5BE83A0A6DAE556694750BB17EADC7F2CD32520BE0741C7E02AFA9CCF4A69772C5B27EE1DB1CC8C231F4EADFD2ABCF279B333F62781ED5724FDCC1B3BA478FF813727F4E2A1D3E212DD2971F2265DFE839A49E8E46B38DE51A48B52FFA3C69177863E7FDF6EBF90FE554ADA269EE1235EAE428A92EA52CA0B7DE90991BF1E952588F2609EE8F555D89FEF37FF5B34B6897A54AD6E887DDCCAD24D227DC18862FA0FF00EB7F3AA1144679D231FC4793E83BD4B767CBDB0FF7073FEF77A4B5262825980F99BF769F8F5FD3F9D35EEC4CDFEF6B6BB22D46E152E6EF18CFEE62F61DFF004FE7544659B0BC927007BD5ABF3E52C76A0FFAA5C37FBC793FE1F85476788CBDC374887CBFEF1E9FE34968AE54FF00795543B1642EE945B67F730801BD0B7FFAF355EF247323AC59111380054E42C1651293FBD94F98DF4EC2A076014E4D108F51E26BB5EE2FEBC88791C1EBDE918706910E69C6B53CD7B908A72F5A6918622973CD302C8F9E3C7A8ACF618623D2AEC4D8E2ABDCA6D933EB480845068A2980E8F9715722E86AA45F7EADC7F72930200DFE926AD0AA3BBF7D9F7ABA3A50054A29334B40C28A5C52E2801840340DCBEE29F8C528A02C3460F28706AD417A570930C8F5F4AACC80F23834DCF671CFAD52958968D847C00D1B6E5A9BF773AFA37B562C52C96ED95391E95A104E9372876BFA56A9A64D9A246468CE791EF566DEEB3F2BFE74C59037CB20E7D4D32584A7CC395A3D446A4673CD319726A9DB5C94F95B95AB8AC18647352D0EE34A629E8303D2971463029148630EC6A2C153EF52B1C9A46195C77148A4EC3E13B88A9E43F21FA557B61C9A748480E4F4C50F613DCA11E4C8C48A9738AAFBC9279A506A42E58DC28DE3B54429C28B015E6B6DE4BE4E4D411C2125CF26B40F4AAEE30E6AE1F1132D84229517245254B02E655FAD7518134D6D73247987E56C550782FD41CC807AD74B091800D457D6DBE22F18E7B8AC2A46FAA358BB1CEF917CE9B1A518F4A85EDE6B674DCD819E08E95B7B41001A8A78B7A956E54F7F4AC2E682DACFE6AE0F0C3AD58158D1B34136D27E65E9EE2B4E22B36D914E0F7A064DC83C54C1B3517714EEF4807B283D403F5A82F9B65A311E952EEE704D32EA3F3A2F2C1193D280324E7ECDF5AAAA3F78075C9AD6BCD3AEAD2D91E681950F46EA3F3154218F7DC463FDA156B711D95AAECB68D7D14548EBB94A9EF489C20FA53AA988AA1C0DB1488720E29D9F2C4DEC6AC6013D0555991FCFDB8F95CE7348058E7310552A48C727D2ACEE0C011D0D550C639A43B772743ED51A5C79617B8C5005B279A434C59048BB8529E94018FE237C5801EAD5CDC2D82722B7BC4CDFB9897D4935811706A57502D01F2034ABF7853036571406C1A0AB9239CB52E39A8F774A50C3BD03B9295E3228048A58DC377A56C027DAA4B42A4E01C1EB5A36B9DBE630C0F4ACB8304E768FAD5FDF2488B1A75638FA0A2C1723BDB8678DA43D1B85ACE406A4BC9732796A7289C0F7A8D5B02B6A7A18CDDC701CD395F61CD341A3AD6AD99A43FCE72FCB100D598634945C3649548C107DF35448ABD6636D8DD37B28FD6A1946940813C33E681872490DDFAD2E04FA0896E80320C8563D4F3C54B1B470E81686704C4C46E03D2A1D7217F2E3781B75BEDE02F4FAD26EEC3A1875DCC431A644BFEC8AE180E47D457747E5B2880F41FCAB69FC0CCE3F1222C7B53853012697A8AE23B49139352A83559140271C5584148113AF4A7AF0467A546B91DF229E28063F94604569C4C5E3563D48CD65839E0D69C0310A0FF64552224494514532028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002929693340057377C99D427FF007FFA0AE92B16EA30D7B391D430FF00D0456753E13A30CED3B90C3176F5AB29162889315602E706B18C6E744E7A9195010E4E31CE4D739ABEA697282183718C36E66231BBD38F4AD6D7AE7ECF62C80E1A5F907D3BFE9C7E35C993935E9E168A7EFB3CFC4D66BDD4745A3DC5CDB04866B699557859361C004E7047A7BD7491B6F5F99707D2B91D2F57F29923BA6CAAF0B21E4A8F43EA3F957470EA56CCBC4917FC0641535A2D4B6141A71D1925D69F6F75CCB182C3A37461F43D6B3E7D36E63FB8CB749FDD9B871F471FD6B505D46DD0E7E9834E13211DFF002359A935A16AEB5452D0832ADCAB46F19120F95FA8F9456A554B520DEDCE3A610FE956EA589B6DDD852D252D21051451400514514005145140051451400514514005145140051451400514514005145140051451400514514005145250073DE31FF8F387FDE3FCAB8D8D776F52339522BB3F180CD9C3FEF1FE55C58CA4721033843FCEADFC280BD2822EADFB902318F7C56AE5FBB46BF99ACABA6DB7A84751B4D6ABAC51B10DB988272776056631BE638E377E42B0F5CB8918C11392C234247E2C73FCAB6C984E4A20DDEB9CFF005A7FF65DBDE594F712A06923C85CF6C127FAD0AC545D99C8E4B5B444F5CB7E4300547573508D229116300284CE07B9354FBD0B609AB489589F2760EE8CFF00911FFD7AA9FC49EC99FD3FFAF5A166824BC8D0F4F2483F89AA4EA12575FEE2EDFE9FD2992458CC48BFDE73FCF1FD294F32C8DE80FEA685FBD08F4E7F99A6E7E573EE05005866FF00897DAC87AC6ECB8F60770FE66AC6AABE55C6E5390E3767D4D411C6AF672823E78D6339F407391F9914FBA944B616CDC6E4CA1FF3F97E758BDCF4A2D3A777DBF22D4910861B49D14AA90A09CF5E01CFF3FCA907EEB52938EBB5FF00C7F9D59817ED3A0819E447803DD49FE955A5F9A7B797B48857F4A8B9D7CAAD7467DD47E5CF22760C715A36F83E1E9803D0F3EC77556D4D332A483A3A03F971525B9D9A34DE8C71FF008F0AA7AA33A6B96A332CF5AB73FEEEDADA2EFB0C87EAC7FC00AA9DEA7BB9967B9764FB9C2AFD00C0AB7B9C89A517DDE85827CAD3A21DE47673F41F28FEB51DAF114D20E09C46A7D09EBFA03F9D3F50F924108FF9648A9F881CFEA4D479D96B1AF720C87F1E07E80FE752B62E52E59B7FCA85B68FED378887A3373EC3BFE9497D319A567FEF12D8F4CF4FD3152D90D90DC4DDF6F96BF56E3F966AAB0334EB1AF5760A29AF8AE44AEA9463D592A8F2EDE15EE4194FE3C0FF001A65AC625BA456FBB9CB7FBA3934EBA705DCAFDD276AFF00BA3814FB45C412BF42E4440FD796FD07EB4740493ADE4BF41977297193D5C973F8FF00F5AA6B24C5A4B96553300173D700F3FE7DAA94EE6494E0724F03F955EB8511C4E7AF94042983DFAB1FF3EB44B648AA0EF295465299FCC949EC4FE42B45C0852DE16E912F9D20FF0068F41FCAAA69F089AED77FFAB5F99FFDD1C9A92EE62E8D237DF9DCB1FA0E949EB24829FB94DCDF528CAC5DC93C926B460411CEA18029689BDBDDFF00FD7FCAAA59A8F38CAC3E5886F3EE7B0FCEA79498AC555BFD64E7CD7FA76FEA7F1A72D5D85457241CD952572EE598E493926AE7959305A1E3FE5A4BEDDFF9541671AC9700BFFAB405DFE83B7F4A98484412DC3FFAC9D881F4EF4A5BD874572C1CDF523BA9BCE9D9BB6781E829D15B7996EF331C2AF41EB559034922A272CC700568002695AD549F2611CB67D3FC4D1276D1061E0AA3729F53371B5F15254B78F87648A30A9C0E00FE750F6AD22EE71D68284AC9DC64839069B5230CA9A8C024703A55190F424838EB4DC34C403DBBD34B9E003C0A7A3EC63C75A403C5A0EE4D385B20A77DA100E4D31AE9074C9A0071891109039A0711FE151F9FE60200A924E213F4A00A04FCD5791B280D50AB7037EE853132056069D5074A7ABFAD032506945301CD3A90C5A5A4068A062E71470473451D2801B82A38E47A50BFDE43823B53B34D65E72BC1A0562F5BDE070126E0FF007AAD9242E3395358C18370DC1F5AB36F76D01D927CC95AC67DC871EC6804C8F979A92198C4707A5363752BBE33914F65122EE079AB6497A370C320E6A42015ACC825689BDAB495C32E4543561919A0F4CE29E4669A78EB52521D00C734DBD3B62E3BD4B18C2D57D49B11A8A1EC0678A78A8C53C5480F14F14C14E078A603AA3F2CBB7CA2A3794B6E551C0AD1B35C400E29C5D9DC4D5C83EC87683DEA7B3B32D28278AB03156ACC0DE48AD54993CA885818DF07B548938EE696E5097CD57116E3D6AD6A8820D404683CC0F85EF8ACE5BEB71C34A4FD6B7C59C4EB861907AD675C697042FF00EA94A9E9584E296A8D22FA3322EE7B691728E770F6A6DA5D88E4507383D6B57EC900E912FE5556F2CD540961500AF503BD665979155B04720D4821046E0B9159B617401D8DD0F4CF6AD48B716E1F03D280185149E954B5118550A707357B3F31ACFD477F0EAB955EB4806B6A1736F6CD6E656785C7DC63903E951E9B992FA218FE2A85DE295413205FAD5ED0E2864BF554918B8E41C715715A88EA874A466DAA5BD297A7151DC1C42DF4A603E3915F041A79AA41044B1C8A483C66AC2CE85F66EF9A801929685D9D5772B7515147869C9DB8F97A55D3506C0B233FA8A00AC8E23490FA354E1B72038EB54DF97641DDAADF45C50073DE256FDE42BEC4D634470D9AD4F11926F14760B5949490161F1D4743483AD00714878A0638919A4A4CD14083710720D4AAE5CE0F53509A92D466E5067193D68B5C69D8D058311AE081ED4EB96FB25BF07F792FE82A58610B752441B70078FA526AF179D0A4A07CD1FCAC3DAA4A6F43147279AB1B3E4CD46899602ADCD84882D7445595CCB71D6F027960B0C934CF232EDB7EEE78A804F22AED0DC5694017CB07DA9B6FA1AC231968CCF78CAB607356A31B74C9C8E32EA3F4A738CBE691FE5D31F1FC537F4A96C9947949AEB51865D2A1B44570D1800923838A86CB5296D50C4409613D637FE9E9544024E00E6AC2595C38CAC4D8FA55F2AB6A65762BBC72DCA98A3F2D4B0F9739AED66E218C571715BCB15DC092A1525C75AECEE49D88289E94C23F1908A5CD347D69719AE43AC5461B8F22AC4679AE7B5A8C878D918AE41C8069174F95511A3BB656619C74C50A2DEA2B9D52F2294F06B985BFD4B4F0AD37EF6127018F7FC6B7EC6ED2F2012AA95EC41ED4ACD6E17B960F4AD684E614C7F7456431C0CD3746BF2ADF6694FCBFC04F6F6A6993246E5148481D4E28AA205A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A4A5A43F5A002B075399A2B89DA2C9911D58201F7860647E35BD589A946647BA542379230338EC2B3AAED10739415E0AECA6D753A12621231C21C6DEA79C8E7A76A743753C771B8C523261C0190072D9071F4A6C9A7BC872D77921890403C70467F51EDC524C2DEDD26825BDC3CB920152480C38FF1AE7526FE15F8194ABE25EE922B6AB0DDDFDCAB22A2C6AB850EDCFB9E2A81D325570AF7102B30240E4F02B5DE1B3B7985B4AF2B4EE00C2A7392770C7A722AAB5D692B905277E30411F87AD7542AE212B453FB8E69C6A49DE4CA9FD981412F7B10C2EEF957271F9D39F4D8A356325D3E577701064ED193561B53D3B1C5A48FC63E623D31FC8D0758B5CE458827D59BFF00AD557C64BA3FC08F66FF009869D2EDE260AF34D92A5FE5C700753D288D2DD0A847BC2C4E3024C7A7BFB8A1B5C04822CA2E0E41249C1A41AECAA3096F0201E8A78A3D8E2A5BAFC46A0FF9CDED030249F6B390F1C6E37B127907D6B66B234967378C64003B5BC64E0606727FC6B5E924D2B33BA29A493019C73D69690107A1A5A6505145140051451400514514005145140051451400514514005145140051451400514514005145140051451400514514010DCDB4375118A740E87B1AE535FD1A3B0433DBAE202BB5813920D763591E2785E6D16509D54863F4AB849DEDD00E2F513B249187554C8FC1456CB11BD8AC7924E73B33FAD664E049A8A21FBAC554E7DC015A108792DE12A546625E49EF8C7A7B543DC60E1DB07CB61F5C0FEB52DADC3AC37B0263022F3493DC11B78FC4546E1D3F881FA74A837324BBD4905D7CA6C1EABD71F9D2039FD418B4CB8FF9E6A2A990E7B8AB33FF00ACFA2A8FFC745443934C727765BD3C7FA54A7BA4407E9FFD7A87548BCABA99FB48AADFA1CD59D3865EE5BFDA0BFCBFC2975C42618980E376C3F8D083A1924625FF007531FA629F15B992DB793B5598E0E3AFD298DCC929FC3F5AD2B4512E82F8FBF0CBBBF03FFEBA993B1B50A6AA49A6436CA1AE258D49C4B0B2F3EA391FCAA9102ACDBC9E55E4121E8B20CFD3A1FE755EEA3F2AE248CFF0B11FAD4F53A6D6A5E8CDDD35825A2A907F7446E18FEF2E6A9CA0AC0A73CDBCB83F9E3FC29748DD2C1743790C4A60E791D4669048B3BDEC69921B2CB91C93FF00EB159356677464A54D798B7A9BAD41C7FAB6C7E07FFD550C7FF207980ECFFF00C4D4EAFE746D1819F322DD9F7CD456BF369D70BEA5BF903FD29F423ED5CCA353E9C824BD8C37DD0DB9BE8393FCAA03D6ADD80D905D4DE89B07D58FF8035A49E870D38DEA223999A798E39791BF527FFAF525D9024655FBAA768FA0E3FC69B6A7174243D2252FF881C7EB8A6302CC1072DD3EA68149DE3FE2659DFE558247DDC997E9FC23FAD57B6F95E4987FCB3538FA9E07F3A96F4E242ABC85C22FD178FE79A6A2EC8101FE32643F41C0FD73496DEA5C9FEF2FD2288A523705ECA3156A5FDCC088782A993FEF373FCB1505BC626B9456FBA4E58FB0E4FE94B772990EE3D5C9723D33D3F4A6F7B19C5F2D3727BB1B6407DA7CD6FBB0A973F51D3F5C54978C5638A1EEABB9BFDE3C9FE94EB640B6CBBBFE5B3E5BFDC5FF0013FCAAB4ACD34E48E59DB81EE68DDDCA93E4A6A0B765FB385869D23AE0199847BBD173CFEB8FCAA95E481A5217EEAFCABF4156E49045E6220F9211B15BD58F53FCFF003AA11C667B848F38DC704FA54C56ED97886BDDA512DDBC3BA286DF3833B6F73E8A3FFAD9350DECDE7DC338E173851E83B559F3404B89C6033E228D7D17BFE9815442EE71B8E013827D0538AEA2AF2492A68B5146DF664893FD6DD3003FDD078FD73F9532F9D7CDF2E33FBB8C6C5F7C77A94DC28BA9251901536423D3B67F2AA520279EA4D114EF762AF523CAA1125B53E5249707AA8DA9FEF1FF00EB55C8D45B582AB712CE77B7FBBD87F5A8A3804B7515A9FF005708DD291F99FF000A8EF2E3ED172CE7819E07A0EC296ECB93F654ECBD3E7D473918C935583162493939AB096ED2C2D2E708BFAD400AC593F79BD3B0AB4D338E74E504AFD4785017739C0EC3B9AAF2CA5BE55185F4143BB3B649A615EF56623467353A28622A2C54B19E450047729B24F63CD43576ED77461BD2A95004F6E38FC6A7B83884D4700E169F7671181EF480A552C6FB5715152E6980DA2A491369F6A8E81B4E2ECC72BE3AD4A0D414AAC41A044D9A5069AA41A514863E8A6D2E690C5A4C519A334C04619EB49B88186E45389A4C6681162DDDE0C3A1DC87A8AD18A50EBBE33F5158F1BB427D57B8AB28E5089613C771571958968D11F39CF7AB314863383D2AA5BCC9300CBF7875156DC6F4C8EA2B46416D48348E39AAD6D210DB5AADF5A968A1C9F74550D558E5556B40702B2AF9B74E7DAA6432AAEE3ED52A83DCD3569E2A463D453FB53453853111043B4E7AD5F855842A01ED554F4AB0B280A055444C9A3047539AD1B14F958D652CC3D6B5F4F706126AC436519351631569D32DC5553C330278A7CDA092D47432F63524BB658CA9EFD0D53752A722955E42702A212BE8CDAA434BC4CBCDCC574F1C83701D3353ABB30C14C7E353DDD84B769F7F6B0E845659D2E55241B87C8A99439599C5DC8AEE23048645036B751E956AD2E4BA8462370EF507F6596FBD3B1A80DBB59DC03B8E0F435251B3F311D45626A521FB41524E3D01AD6825DE991D7B8AC0BF7DD74E7DEA7A811EF51FC27F3AD5D09EE1AEC9B455F3157383DC5637A5747E0F5CDECCFE91D691DC47436F7ED7636CF69F67997A91F75A8BB38848F5A9AA39E3322803B1A40412C8AD0A853CFA5247106819CFDE1C83538B74DDBB1CD422411C2F19E1874F7A604D14DB885C738CD3D8F06AB5B8C4873D969A93ED1F31E093400C4CC973B8AE08EB564F4A1483C8EF41A00C8D46059E66C8C9AC2961F2A52B5D3C8B9918D605FF00FC7D352BD91A5938900A47EA28148F4891B4B494B4C90348090723834A4714DA00D9D01BCC9E40C72D8CF35A172A01753D1860D7396770D6D72B229C63835D04D20B88D6619DA460D4B2E264C49B653BBB532E5F73F1D29D7ADB64E3A1E6AB6ECD74277466F4621AB76F2B6CC5551D6AC45F28C814EC0A566592D81492296D3A155E4BCA703F2A81A43E957ACF6AB69A8E7E52EDD7DF38A9D995395D0932AE9912A801A761924F6ACD796491B733927EB5A3E20561A81CF4DA315534E884D7F044C32AEF8355157D5993EC4960EF2DF5B2BBB3057E32738AEBEECE0A0F6AC17B78E0F1041144B850338ADCBC6C48A304FCB4546BD9E810F8C8C669C07BD45B9CF4514A37FA815C87599FADF1E503E86B439D908C0381FD2B3759059E153D42FF005AD06DA0A70C38AB8EC4F52BEA4ABF60846DE5A4AD3B20120C2F6359BA8FFC7ADA0DD905EB4A0388C91EB498D1475ABB9621108DCAE739C566D9C8CF790AB3120B8CE4D59D7482F0FE35574CC1D46D811C6FE7F234412091D1798C090C4B7A126B5EC67C22C6C7B71591226383D0F435620937A81D1D4723D686AC4EE8DCA5AAD693F98BB58FCC3F5AB14C8168A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002909C52D1400959374C56FA5C7FB3FCAB5AB16F9C2DFCA0F4C2FF2ACEAFC26D415E64A1830CE71EBF4AE7ACC1D4F5B33302630FBDBD001F747F2AD0BD9BFD1268E3601D971C93C03D4F1518B9B7B6D0DBECF2AB10BE5A953D58F53F5EB5B61BDD8DFAB0AEAEEDD115AD24379ADCF740F081997FF00415FE754356C7F6A5D63A79A6B5340448EDA49E438467E49ECA839FD4D62DD4BE75D4B28E8EECC33EE6BBE9FF11DBA1C553F877EE434B48481D48A5AE93942A7B387ED1770C3D9DC03F4EFFA542AACCC155589240000CF27A56B68B69224ED712C6C8880A824632C7E5E07B64D67526A316694E0E52474D68BFE9A1F18DF093FF8F7FF005EB42B2AD2F639B5710479CC70B06CF63B8715AD5E533B9EE252D20CF39A5A420A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A82F93CCB29D7D50FF2A9E9AE37230F518A00F3ABA6D97DB87F0329C7D36D6AAC652308EDB1119D3A7A39ACCBB1FF00131753DDB6FE8056B5C84DE1DCF0DF301BB1D403FD6AA7BB191ED8B1F7E43F87FF005A9B6CB1CB73226F076C65C739E9834A862F3136AFF10CE3278C8ACC0ED677126072AAF191F504565276D4D210E6B98F3FFAD6FAE29883E71F5A2470CC4E7AD1111E60FCEAD99F52FE983F74C7FBD2FF008D5ABD412DAC8A7F870E3F0355F4CE2DA2CF72CDFCAAD820B007A1E0FD0D08A39A63F239F56FE9FF00D7AD4D15B7BDCDA9FE38863EA063FAD674B1188988F50E47EB56F4693CBD4CB1E846DFC7AFF4A99AD0DB0B2B55454911B9E79A9752C35D1917A48AAFF98A9F5384C57B2AA8382770C0EC6A39E3692D6D881F32A9423D3078FD0D42BE8CEC9A51E688FD0DFF00D2658B38F323C8FA839A48F306AD229C61891FD6A3B056B7BB8E66380A7903B83D6A6BD292DE89E2C80304823A9A1C5DC54EAC152D5EA98F8F30342DFC3BBCB61E9D7FFAD4902148EE53D1D87FE3A69B2CA1C7008F983E7DC5279C4193007CE727F2C7F5A950653C5524F7328F5ABADFBAD3625EF2B990FD0703FAD279318FE1A71390A0F214607B0AD5C6E7146B28DFCC8E11B6DE47EEEE107D0727FA52DAF1722461C460BF3DC81C0FCF14E278C76A4CD1CA47B6B34D2D88E4563C75C0A9AE4AB362339555545FA01FE34C269334F9513ED6566BB8B09112C83AB3AED07D3279FD38A8E45F31CB1E33FA53A928B213A926927D07B484AA8E8150201ED51A7C8E1D78653907D0D14516427393776C0938C76CE71EF49D28269323D6992DB7B8B9CD2526E149B85002D2862AC197A83914CDD40258E00CD00B465D426D74E2EC7F7B7273EE147F89AA6B1B382DD3EB4F691E52AB21CEC5C01EC3B540CCC0F2702A12B1BD4ABCED5B6468C0CF7412D62184503763B9CD56B965477448D76F4C8C9FC6ADC40D9DBAA0389251BDBD403D07E5FCEA06C75A88AD6E74D6ABCB0507F114D569C47CA69477A322B53CF6443A539783484618D1D39A605AC799091ED59E460E0D5EB76047155EE536CA7D0D20258074FA525E1E1453E0150DE1F9C0F6A0115E8A297069816E54CAD532306AF9E45539461AA22766262BE24474514559C600915207CD4752449B9A81C536EC87034B4E788A723A5301A57B9528383B485A334514122D2D3696818BC1148ACD1B657A7A5145022549087F36338F515B36970264DCBF78751582ADE5B6474EE2ACC52985C4887E5AB8BB12D1B4F8CEE1C55985F7A8F5AA7148B2C6194F07B54B1131CA01E86ADA2517AB16739998FBD6B96C231F6AC5739726B3650A2A41518A905201E29C29A29C298C1BA533069ED4DAD6999CC003EB5B7A79290AE6B154648ADB8062251ED5AF42132E67354988E41EB9AB0A69248964E7BD65289A2642B83C1A4030698CA43629CA78C13CD656368CADA13A3E47350DD441C6F5EA3AD4523B236452F9CC06719AD23EF2B322A4797DE4536709F7B22A29952E22231F438A5BE4BA63BE051B7B8354C7F680181B2B27169D9893B9124CD6F261B391FAD529A32F2B312064E455BB882EDC6F976F03B55343BBE563CF63421916D19EA2BA5F0B6F413BC69B81C29F6AE7A58C29F5F7AEA7C26B8D3A66F57AA8F511ADE637FCF36FCE9B1DF5A2CDE55E3BDB67EEB11953F8D4C29AF1A38C3A861EE280253804ED60CBD9877A89E249082C3914E445440A8001D80A5A00AAEC2195F20E187155D543EC53D0E49AD0750C3902AAB47E5BEEFE10B40122A85181D05069237122861D29B336D8D8FA034302B348AA18935CDDC3F993BB76CD135ECB2330CE066A25A455FB0EA08F97349DEA4C650D21EE454A3039FD2909CD25320538DB9EF4C34F914AE0118E2999A0659D3846D7A8250190E720F7E2B4ACE611CB2DB364479CAE7B7B56344D8901E9EFE956E474F2847017763D49A05B0ED5389C2E3000AA83A53EEA39164F9D83918F981CD42B926AA20C9D2A60D50A00054A3A57423360726A5BB9088ADD738645E7D8E7350312149F4A92ED046211D498C13F5A87AC87D0B875386EE2097F0B348BC09233CFE22A18AE2DAD6659A04919D4E5779AA4AA5BA0269C61915773210077228E55DC573634FBA37FAEC52BA85241E056FDC9FDE8CF602B9BF0E2E75553E8A6BA2B9FF5E68AAAD0490E9EB31A08F5A5CFA0A6814EE2B90EA3275563F6A847FB207EB5A449DE30E0FCB599A8FCDA8463AF0B5A4FF78E53F87B55C7627A916A20E2C948C64F6EF5A307107E26B375120CD64A09E3920F6AD1B7C8840F5A96523175C3FBF8BE86A1D271FDA96F938E4F3E9C1A935BFF008F941FECFF005A668C0FF6AC3F463FA5540991D36015DADD3F954443238C1C3AF43EB528E83F4FF0A19770C771D0D5109934136E01D7861D47A1AD78DB7C6ADEA335CF2931BEE1D7A11EB5D041FEA23C7F74545AC3912514514C90A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A4229692800AE7757B88E2D5FC9604BCA1768F5E0F1FA57475C778AEDE7975784C08E5BCB054A8EE093472F3685426E0EE8D1D1F4C49B4A3F6BDED3DC912CAC0ED20F600FB551D66D0C7637125AC8A238F9904AB967C11821B14FB3D6274B7115DE9F2BBB71B958A87FC0D50D566BED51C5BA5B79110F9B603D7D093EDE95A2E6E83BAEAC73DD5AC3A3DA991488A78240114725F7F073ED4E3A65B1BBBAB64370CF6CD1EEE40DC19B9E31D8564ADA5E5CD8C4C24668958AC51B363047A034B35A6C98B4DA880CDC3336EDC7D8D35392D992F95EE8DDFB0C364974AACC5248250D23367690DC2E3D71CD40D6BA725CC919452A15DA3769B8906D054F5F5FE758E9650387C5E6F2016C08DB9FCE9F75A4FD981C3AB9C0206304E467FAD2E796F70B476B1ACB25820758E5B788335BCC46EE31FC407E3DBDEA69350B15F3317913139D98CF1893207E55CEC76170E824100D9DD81C815A169A56F059A32C3CB2C07DDE7B0A9BB7BB2B9ADA24696853C7378A6EDE27DF1C9BD90FA8C835D7573DA068F25A4B1DC48A80842090D9249FC2BA0A4C80041240238A5A4A5A401451450014514500145145001451450014514500145145001451450014514500145145001451450014514500145145001494B49401E7BA9295D566C7F0CBBBF00C3FA569BB1F2A2F949711A803DB047F4AA5ACAEDD6EE1471B988FCC1ABB231630E07CCF691B73DBE627FA8AA9EE088DDA5DA49C8FCBFC6B3B521FE993F1D496FCC67FAD689423EF4CA3F027FAD50D570B233839061041F5F971FD2B29ABA36A2ECCE71973C934E8D02077E7214FF002A5A5E913FE03F5AB32EA6A5A2EDB741E918FD49A9246DB148E4E022E4D246B840BECA3F4FFEBD3674F3AD2E22CE37C7D7E841FE9422EDA5CA63C877F32E03CA7A820E2832A237EEA248FE839FCEA15E13048E38A47719C9229999234CC7BD34B9350991477A432AFBD20BB7B9213466A1330EC293CE3D850226A4A87CC73D07E9484B9F5A009B34D26A2DAE7A9FD69361F5A6048587AD3778F5A411E68F2E8B00171EF48641E94ED8B49B451601BE61EC2937B7A54981E869081E94582E4796A9520774DE5801D393D69303DEA7B8F92D2103B9268B01584603ED918AFE19A3CB049C138ED5604467B72E3EF27EA2A189BB54DC630C78A6EDF6A99C9A889A6021FA5018A904751486933400E7264932A3E663D3DEAEF948F751DBF062B71973FDE3DFF5E2B3F3DC70455EFF008F6B100FFAC97E66FA76ACE68EBC3C94536D115CCCD35C3393DEA1DECE48CF14C66C0FAD441C83C1AA48E69C9CA4E4C973B5B04D2F98A3B66A266CD32A892567DE7814D3CD20E94A4F14012DBB90D8ED525D2E42B0F5A862E48AB6C3746477A403611C1AAB75CCA7DAAE423E4E6A8CE732B7D6802314EA414B8A606BD92A1203A839F5A8F5881230AC8A067D2A4B61B5969FA98F31A35F5A8477565749191143BB93531B65C77CD5D6B5F2C285EA695ACE655CEC247B526D9B53A14D475326584A7B8A92D4739AB4C9D4114C8E3D84D1CDA12B0DCB51496C3DBEE9AA25BE622AE4A7086A81E4D10231AF5489334B51AB629E39AD0E01D45252E690C5A2928A005A11F61C1E54D25046450068E9F218DF693F2B74AD4382B9EE2B0AD1B78F2F3861CAD6ADBCBE6C7CFDE1C1AD62EFA10CB72C9FE8D59B9E6AC4CD88B155377B54CB71A2514F151027D2A419A91920A52EABD4D201492282281023EF24D3EA388607029F5BC363396E4B08CC83EB5B4830A05645A8CCA2B64702B4E8480EB4E069314F0BC71523432440C33DEABED00F4AB5C8A6489FC4BD7BD44A3D4B8C8876893EB4E28054586DDC67352ABEF18EE29434654DB6AC28505483D2A94F0796DC7DD356598A9A8A494B020AE6AA51E63352B19D78EA207507E6C74AC00AC3AF15A9A8BDC2021E3013B1AC83D739AC2D67A9ADEE4FB7CC5F7AEA3423E568EAA090CCE4F4AE4D58E463A8ADCB4BBB910C115B86001C918AA423A28EE01E1B391ED5279ABEFF0095551238604E41C7381565240C70410680092E2389373EE0BDCEDE953AF932C026B7B88E653D429E47D454670C31D6A18ECE08A532C6811CF5238CD20266A8DF9E29EC698DD6980C550830A38A86F0E2D653FEC9A9EAA6A271652FD314981CA04C9269471520A630C1AB946C8516380A91464544A6A553C5646A8AEC30C6814B27DE269A3DAA8860D4DA7B290D8245358E48E3F2A00742C8B202E32A3B55F935080C05122C3F620002B32928116E5BB3347B180503A281500E29AA3269D8AA5A0162D806906EE957640A179007A566A9C74A97CD3DCD0F5348C928B562EFD95DECE4980C2AF7A8F51FF5C83D1147E953457E8DA63DAE0EF2411EF506A4DFE96FEC3155077919CD24B4349E3587418654F964201DC3AD6535CCEF198DE46653D9B9AD9BC223D1AD96452CBB578071DAB2259617882C7114607924E734E3BBD087B1A1E1A1FF0013063E895BB70733B563786066EA53E8A056CCC7F7CDF5A75FE14147E26340A7638A68E9D697B75AE53A8C9BDE75541D815AD166196C31FBBDEB3A739D602FFB431F9568B6E25F201E055AD89EA3753CFDBACD4E0E17391DEB421E6DD7E959DA8E3FB52DC05DA02722B462FF005098F4A86523035A3FE9ABECB46883FE26499E8118FE94DD60E6FBE8A29FA0E4EA3D7188DBFA55C0891D27639FC7DC52F53EA7F9D37F4E7F234BDFD3D7DBDEA88119770C8FBC3F5ABFA6DDE408243CFF00013FCAA976CF43DE9AE3F8D783DFDA9319D052D60DCEB735AA20F2D1B23EF126A849E25B93FC7127D17353711D6515C536B975336D174F93D978AA726A6EC487795B9EEC68D40EF5E7863FBF2A2FD585577D56C53ADCA1FF00779AE0CDF73C28FC4D2DCDCBC526D5C631E94ECC573B37D7ECD7EEF98FF45A7D9EB115DDC7942364E320B115C10B995D800589270001D4D6958DD35A42F3B2962980C0F5C6EC11F5A7CAC2E7794B552C2ED2EE056560D91907D47AD5BA430A28A2800A28A2800A28A2800A4A5A28012B224D46DDEE6432C459117E5240ED9CD68DE5CA59DAC9712025235DC40EB5C5CB7374D34F1ADAB07F259C8661C211C9FC8D166F603A24D574B68D26D857078CC7D33C551D4757C890DB2247B411BD94163FE158C2D6FD76DBF971863C7328CA9C6EC11DB8AAE6CAF42EF92548E10824F3CC9F2107818C0C927078AAE59017BED896F6113618E5D87CBE995CE2B44EB563240A61B185407076C8E8A7AFA5734DE723A5AC6F14CA4798AC849186C7E5D056C47E1ABFFB42A9963504677852462A755B1A2A7292B979F5EB6856578AD6D7763A2C992DF4C0ACED4EFDEE191040887CB52595882D950707E99ACA6B7952F96DE47C6E240603A814796CF1AC914EC54A330DC39F97B526F5D4DA385AAD5D22DC4F3C4CACBE57CBD0B1271535BDDCAD23079010D1C831CF6424567FD999A578FED2494FBF8078F4A9E4D3E2B7891EEA6762EC4288C64704753DA8BA0FAA555B9B16938325B3A3F3B81EB5D6D79BAAC716B8A2052B1ACE0007F957A45339E71707662D1451412145145001451450014514500145145001451450014514500145145001451450014514500145145001451450014514940150EA30AEA6B604309193703D8FB55BAE33C4D70D6BAFC73C7F7E20AC07AFB57470EB7A7CEB98EE031C025403914E4AD60396D630DAECE4FF000B823F022AD4ED836CA9D45BAA7E4A0FF4A86FED64B9D4A6B846511BB12339CE0822A49222DB0B1C6D0A3EB8047F5A72DC086726382478DE30C8B9E13DC7F8D53BD6F374349C9CBE7CB27E85AAFC912BC2F1B0F95C6D6E4E48C83FD2A14B68562107960C418B053C8C9EF536D6E5276472E7AD3B1F281EAE05751F668B6322C68A1948E140EA2B99B743E740ADC92F934DEC246BA8FDE63FDA3FE1FD290A65DA33C06565FCC114B173827D09FCCD2BF1229F719A946DD0C1922F2E2881EBB793EF9349E50C039A96E6368D595BAA4AEBCFA64114D072A2A8C06796BEFF009D1B1476ABD6D6124EA1D8EC43D0E324D4EF65671FC8D3ED7FF698543A914ED72945BD4CAC01D00A4AB77364F0FCE30F19E8CBCD46F6EF1DBF9CE36A938507A9F7C552945EA989C5A21546760A8A58FA01934AC8CA70C307D0D6AA86B5D3E3F25419A52064E3AE33F90A5B8B5FB41469808420F99B7025AB375527E452A77464AED0724138A501A57FDDA16F6519ABED15BDAEC995166818ED2C7E623E9DAA73744D84B3C2A1421C2823B64738A1D55BA40A9BEA66AD9CCD2042023119C3B0145CD9B5B22348EA4B1C600353DA33DE5FAC93052513B0FCBF9D5AD4A3692D1D88C796FB87BAF4A52AAE32498E304D329C7696ED6AD71E6C851472368069D656B6F711336C9372F0416183F4C53ADBE7D26E57D149A5D30E6DAE00EB83FCA94A72B3D7608C5682A5B5948C6246CC83AE0938FE94CB6B58D05C196312BC471B7F0C8FCE8D1537176FA0FE7514934D0DCB5D27DC98920762054B73BB8A63B46D7B0C91ED9E091D10A4A300213C75EA296E22325BDB638C839F6E6A5B88A3B9B4375126C65E597D7D6A5E5AC632A32C2AE12D089AB34CACAE21DC8BF7235258FAB11803F5ACE0706A69A42AA631EB963EA6AB55A44929933DB3519268068EB54036929C4526D3400829F2CA5F19EC3149B38CD46E71400D66CD368A00C9A0051C0CD20A09E7DA8A007521A28A00960E87D455B539AA309DAFF5AB4870690130E0566B9CB93EF5A0C70A4FB550D8CC7814201B4B52081BDA97C86F514C0D854DB2E3DE87FDE5EAAFA54D3958C1727A553D3E4F36ED98D458F4252BC922D5CE04A3DA9977AA7908A23018D179F7C9AC79B9639A16E2AF51C62922F7DAD6EC64A057F6A6918EA2A840C52415AB90C9C8A992D4E8C355E6859946E0E13154EADDE8DBC5431C5E60AA8E88E3C45EA54B221A5048A7BC4C879A6559CAE2E2ECC9036696A21D6A5008009A409362D1451400528A4A05001928C1875157ED66CCC24E81BA8AA07A53EDDB195AA4C4CDABAFB83D2AB0EB4F326FB78F279A60A25B890F1520A62D3C5003C529E450297B50035462945276A4662AA48ADD688CDEE5AB465490163835A89711B719C7D6B074C8E4B8B8639E3D6B65AD0A8E1B2695E4C7645B18A7A360D518E5688E1B38AB71B0719069A7713562CB00CBEF51942290645585C34746C1B9465423E651CD244A7049AB0460E2981028383F8516B3B8EFA5889901ED511015B15331C0CD5791830C8A99CAC5538DD8DBDB54BBB731B7E06B90B8B692DA6689C723F5AEB56560318AA7A8DA9BC8B84F9D7A1A56E7574124E0ECCE71226EB5B7134B65E52CCC381BA36ED8F43590C8EAFE5370D9C62B6AEE3D4A6844534510000E879ACF6452D4DA82E22BB843AB60F7C5231C363E6FAE2B0F4EB99ED2ECAC8005C7CCBFD6BA646595032E0834C1AB1147304620E48F5C549E7A6EC0CE7D314C913F7AA17BF5A404AB33601E78A044F03DBCF2188DC2432F65906334C901572A7A8350CAB05C0DB2C6AC47A8E94E550802AF41D2900EAA1AB9DB64DEE6AFD676AE7FD1829EED406E61C4BB8D36E136B5588C00DC5437393237B56B3D898AB32B03835286E2A3DADBB001CFA548913B741D2B1B1A2B91BF5A9A08EDD9374D29539E80537C87209E3838C538DB614FCE091D4531F24992A0B1CF3E6B9F4A6F9F668702D8B0EFB8D225BA09954B1C11934F5B785503321704F3CF4A2FE6354A4CAB732452CC5A28F62F65F4A8B6F4C1ADBD16C609AE5CC881D14670D5B51D8410998AC49B5882BC74AA4910D5B4392581CE152362C4740334AB6772F26C585F76338C60D761720C51CAF16D57E141F4A204944EAD70E8CC23382A3B53BA051396834ABC9D77471719C64B014E9F48BAB688BCDE5A81DB7E4D6DDCF96BA531B72FB4C9D5BAD52D6467C81FF4CC52BDF62B97A9916C3332F1DC54DA81DD772E3B9A2DD717318C7561CFE34CBA39B990FBD5C373399B5A93C735943124D1FCA067E6F6ACA9618A38722657727A2F6155852D5462D7521B4CDFF0B0CC939FA5693C84C8DC13CD50F0B8C2CC7D4D5E3F789CF7A55FA1547761B9FB0147CFEA3F2A518F5A5C815CA74992D96D733D406391F85689C6E6EA39159D1FCDABB738F99AB4D77799C107E715A2D913D48AFF009D5D06EDD88FAD69C6310AFD2B2EF0FF00C4E5B2BB711F4AD353889476C566F6291CEEAC73A837D054FA0737CFC6479473F98AADAA1CEA127E156BC3D8FB64BFF5CFAFE3570D8891D00EC7AE7F514A07391F87F8537A7D33CFB7BD3BA1FC391EBEF5440632BC71E9EDED4EF71F4C7F4A4FD73FA8A5FA7391F9D0064EBC008D00E85588AE706E35D16BDF763EF94247E7584A8E7F84D344B1D6A089D49CF7A8DD73231F7AB10A32480B537ECEFBB2780791EE29888420047D6A7BBE66E4F6A7A5AB32B38E4260B7B64E054A6D8CA8D31E8ACAA7F1CFF85032B424C72C6E9F795C30FA835A7A95C47749793C69B1640848F7DC33515ADA896E618C6577381B80E9EF535B446E1E789F01A5031C71BB39A4C09B46D40591B5858E1640DB49ECDB88C7D0D763148B2C61D7A1FD2BCE6E95956D95D4AB00D907B7CE6BA7D1F5753713C129C1494A9CFA6700FF004349A1A3A2A29296A461451450014514500145149401435D19D16F07FD3235CACBAADB7DA241B14A359F95E62C67796DA0633E95D66B5FF207BBFF00AE4DFCABCD5CF269A606F2EB36AAF03C9E74F246CDB6531857542A4053CFCDD7AD433EB50DCDB0B5B8865922F2D419410B26E527071D31CE3158873DAB6F4F834DBD7F256DA4562849769738C0EB5152A726ACD69C1D4BD8CAF3D62B8F32D94A2818019B713F5AD76F13DE999650154A8C05E718FA566E996C973AAC303F285896F7001AB777756EA8F147616EA0E543E0E47BD44AA2E6B58E8A70A9CAD5F44507BB95EEBED0C41707233D290DD39C636A80A502A8E003D6B5EC90DBE8F14D140934B2BB1394DD80381595A8CD34F31F3A311BA0DBB5536E3F0A51A8A52B58B6EAC617E71AB752A4EF32B61DFA9C0C1FC294DE5C323A1998AB925867AE6B4A7834E9AD1DE10A8E91F18E31DC71DCF6CD62F4E2AE1252E86555D5A693722D5BDC39B985A472409031DC7F0CD7A5D95C0BAB38A718F9D73C5796C2499A300E097001F7CD757A7789E0B2B44B4961264849462BC0241356F4395C9C9DDB3ADA5ACBD23584D55E4F2E328B1F5C9EF5A940828A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0029296B3757D620D2917CC4777704AAAFF008D16B81CA78BCFFC4E5FFDC5FE5595A75CFD9F5089C9F91FF76FF8F4FD71526ADA89D4EFA4B864099C00A0E700552DA1C6DE99F4AA96A80EBD98E6918E579AAB6373F69B28E4272C06D6FF007875A926936C4C41C10A5B3E800C9A9402B103A903EB50171BB20823DA9E4988BCB80022B9E4E4FDD35CBC32B4716F8DB6B6F0323FDDA57292BA3A818C8C8CE083582D1F97AAB2FF00CF32E7F526B4AC6E4DD5B67EEB7DD6C763552E63C6AB70FD8C4A47E229A774244F18C0C7A002925194C7B53D7BE3D69AFD6A4D8CBD40969EE73D3CC461F42B4CD3E113CE8AD82A3E623D71DAA5BFCF9AE98E0C21B3EE1A99A4B05BA504FDEF94539BB45B324B534EFE7305B16538663B57DAB2ACFCA372BE7E0A1F5E99F7AD0D5949B68DBB2BF3F88ACB7C646DE82B1A2AF1F32EA3B3360B41661C9215186420F5EF81552F363DA9B9930E5BE48954FCABFE278ACF21476E7DAAFDCF3A2C27D1C7F234BD9F234EE353E6D02FFE6D2A0247F10FE46A7B816C2DADDEE0651410AA06727FC8A8AE559B46846D3B8B2E07739068D45556CA28DA44124673B73C9E295BA798D7E825EB89B4D4963051038F9481F4A48416D1A71E80FF003A48CF9FA4C9127DF46071FE7F1AB13C6D1589FB34EC8234CE06391DF9F5A4DA8A71F3049B6990E8D1E0C92B0F94E141FE7FD299693A833FDAA70049952ACD923E959FB411C9247A5484C623DAABCFA9ADDD2E677664AA28AB16EDAE2D6DE09226959F78209543FD6A3B3BC86DA365292396CE48C018AAB9C74007E14127D6ABD8AD6E4FB52F69CD8B6B94881DF82501EBD302AC79652D386591123CF96C38381EBEB5928EF1B87462AC3A1A966BCB9990A3B2853D76AE335954A1372D362E15525A93497CF710186183629182739E3D2AC59736CEA7B567C2929F96304E7D2AFDA0F21B6CB2202DC6D2DCFE55A7B3508B3294F98C7B81895BEB509ABF736AC65662CA899EAC6ABB2C29D0973EB8C0A6994400134E0BEF4E273DB1F4A76C38E781402571807A0A5DA3F88FE1532C4C47CAB4F8ADD4366661FEEE6A5C923450631230EA71CD5378D99B0AA4FD2B75218C8F900FC2B2F6ECB9653EB8A5195D8EA46C8AA2DA53FC247D69E2D24C1E573F5AD0503D29D8ABB9919CB64DDDBF4A916C87F78D5DC50B401545928FFF005D385AA0EC2AD521A00ACD6E801C0E6A11C1ABA4554906D73400AFCC6454084003BD4BB88C00320D27963E9400DF328DF4EF2D7D68DA9EA2810EBCB9794119C0A7E90D89F1504832B49652797703EB4336A72F7EECD7BC1F31AC790609AE8CA24C809EA45646A166F192CAA4AFA8A48E8AF1BC5346747FEB056A21C2806A85BC44BE48AD2442C3005296E56193516D99D7A72E054B68AA53AD24CB994A7522A178648FE65C8A76D2C64A6E351CED72EBC01B8ED546E203137B559B5B9DC76BF5A96E143C66A568CE8A8A35A1CC8CB51F355B03E502ABC6B993156CA9029C8C70CB46D955880D8A298FF78D0AD8EB5472CB763E969073450216901DAE08A290FDE1408D184FEEC0A996A083EE54C298120A7AD3053D6810F1433051CD02A191819146334D0135473B60045FBCD52121109F4A65AA6F732BF7E95B3D74217735B4980450F1D7BD5E6CF7A8AC8623A7DC388D3354DD856B8C750C39A883340D91D2A0133EEDC738AB91B2CA9509A9156712D5BCCAE3DEA7031CAD6594685B72F4ABB6D702418FE2A61E838F5A4229EE39A4AA208641F29CD55C05C7A1ABEEA08C763555E309C75E2B39AB9707623283B53D3A5246FC60F5ED5228EBC544346744BDE899F7DA62DC4B1CD1801D5867DC56BCB1239E4720633510EA2A7357339E2D991A8D86F52E8BFBC5E430EFED469724CB11E3E4FEE9ED5AE46783D2A2F200CEC18C8ACEC6A9A7B8F8D83A03D691A252723835026773AF4DA29F03855C16383D3345C1C48D86D624F5A1643901B02A7701BAD5678D81E4E453209CF4AC9D6DB11A7E757E376185E08ACCD71B2C8BDF14019F13B02A73C1A52C59F961C9E94910CE33C60546EEA92FDDF9BD6AE6541A1C39B8CD39B718D42F526A333F3C28CD316590642E6B336E78A2C2FCAABB8F3BA83FBBF319B8C9E2AB949C81956C67D2A516376E71B09C7BD1662F6A8937287F3778C6300536396245DC1F1EAB42D8C8141668867A65AA3FB34292012DC2ED23395EC6907B67D11774ED521B5F3B786CBAE1702ADFFC2471F90A9E53160464E7AD6379768B315695D931D547534F0FA7A11FBB91C7BB629EFD4C9C9BD4D86D7092F9B75647E70C6ABCBADDC17DC888A36EDC63B532611BA2F971ED18AAAD113D2BA7D9C4C79D8E37F3B41E496F9339C63BD324B996620C8C5881814081876A7884E32454BA691A29B63609144A09600AF233DEAE5859477B1C92C8DB7F79B01CF7C553B64CDE2FA0C9FD2AEC7F2E8129FEF4F51B5EC0DDDEA52BBB592D6528E3F1A9F468966D4E28DC02A7248FC2ADD9DD45A8C5F65BCC09B1F2487F8BD8FBD3B4BB37B6D636C83811B107D6A94B4B322C5ED0800970474F34D4FD4D41A1FF00C78CADEAEC6A51535BA15477648294751CF7A653875AE73A0C9B5F9B55738DDCB715A71E0CA32A47CE3A56669F8FB7BB16C7079FC6B520CF9C9B581FDE569D112882E486D66521B7008306B49F88B1ED599292DAC5C12307818AD4600A63DAB37B148E66FC937B2127BD5FF0E0FF0048B83D7F7638F5E6B3AFBFE3FA51E8D8AD2F0E0FDE5C93D9579F4E4D5C362246E8FE1FD0FF004A51F90FE5475EDCF71EB47538EA7B7FB4299028E073C73CFB7BD28EF9FC71FCE9076FAF19FE46947E43B7B1F4A00CBD593CDBCB641D4AFE07E6A8A6B1C5C4A148540EDB47A0CD58BD566D56D5507CD81C7A7CDCD135B5D34D2B6F5552EC47D3269A132B5D5B88ECEDDB39396FFD0AA79ADE2F2ADB77F0C2075F734DD420786CAD99E4DC46411EB9626AD3E9D1B8843B31DB12AFF3A00AEAB0259DCEDC744FE6714CB578D34D93775F3573C7B355C369045653F1D40EA7D338A8AC3C85D30994A64BF3BBD70714AE032CEE11AF600A09F9C0A8F4E60DA886618058641F7ABF6D736BF698D108C9200C2F7AA964C93EA85B194761D7E94011EB3665F0C996921FBDC7552C7FC2B384A62BCBF913EF287C67FDF15D1C711F3678DDFE708A55BB9C31AC4BFB531FDA6E631FBA962271DD5B78C8AA03A7D0F525BBB745C9CE3E5CFB751F856B5701A75E3DACB6201211CB038EC779E6BBB86412A6EE87A1152D0C928A28A40145145001557526992C267B76DB2A296538CF4AB548406041E87AD0079DDD7886FEEA1786498EC9061800064564939AB9AA5AB5A6A33C27680AE703DBB55226AB96C21D19C4A87686C303B48C86F6AE86DEE5A4B2BA77B78EDD52238289B49278C66B9E82796DA659A1628EBD1854D73A95D5D26C9E6671E86B9EAD373675D0A9182771204B94BA88C31C8253F32614E48F5F715BAD2DD369F75FDA49B54A6235650B96F6AE77ED53EF4732BEE45DAADBB903D2A4325CDC85DCD24809C0C9279A53A4E56BD8D29D48DDDAECD1D360D4CC1E65A16485C920EF0A0D4B792DA49A8A9B865711C4AA49E72D9E4FBE39AC9F22E560DFE5B88F19CF6AAE49279347B16E57654AB382D63F79AF2DD580DE896E8762E51B1F78F4C7D3927F0ACD9E512C9B96358C600DABD38A8734B5AC69A89CB52BB9AB587C4713467D1D7F98A96F9426A170304FEF5FA7D6AB038607D083FAD6EC5A68D4753BB53318B64ADC819CF4356605CF04B85D4264DAF968F20F61EBFD2BB5AE5B4CD2469B70D34773333636E0800115AC65918F2EC7E869319A6481D69A6445EAEA3F1ACB624AF5CF23AFD697BFF8D00689B8897AB8FC29525493EE9CE2B33A6DEDCF6FA558B59312E3230C314017E8A4A5A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A004AE4FC6C0B496D8EC8C7F515D6D733E2B19BBB41D8A383FA55C37067124F3403D052CE8639190F634D534981A3A45C797752C07EECA37A8FF006875FD3F956B480BC7247FC2F1BA91EA76F1FD6B98F31A274953EF46DB87BFB5751132CCA8F18DCA407FC3DFD2A46579246FF4676DA5262A0E474C81FE3585796C6D1238F192DF39FC856ADEC3BAC6D17ED08AC8F93B433F40318DA0E7A51A9DB2DDDD96533614000087D8772C284877D0ABA139FDFA9E39561FCBFA55CBB43E62C8719650A71ECC692C6CBECD2160929DC3077B28FE59A9EF036C8CEC4FBD8FBC4E38FA0A04578BA11D79A1C60D247285EA208C63A9E7F99A8A4BE5190B2A93FECEC1FC81348B52B15F50C0F2B8FF0058B22E7E833FD6B36162A7729C30208356AEEEBCC29BF24A9E09627AFD7154D3826990DEA7411C91DEDB107A30C30FEE9AC99AD9A19B64BD3B37634C8E596070F19DA71F81FAD6826A304A9B2E536FE1B8573F2CE93BC75469753566663ED0C76F22ADC17C896C229A12E15B2B8C63DB3563669ADCF9B1FE2F8A0DC69F6FCC7B5DBB6C19FD4D54AA466AD662517177B8D226BCC49707ECF6E87770793EFF00FD7ACF9A44927668D02C7D147B549777925D1C1F963CF0A3FAD5715A53835ABD099CBA21F1CB242E1E272AD4F9AEEE274D8ECA14F508B8CFD6A1A5AD5D38B7768C94DAD1094514B5A588B883AF3D28A5A4A76012ACDBC2BE5BCCEA5C27F08EF55EA682E1E0CEDE87A8A1A7D0063CF73704A20289FDD41803EB4D55788FEEA36DFF00DF618C7D3353B5CA3125A327D8C8DFE348B343B81FB3447EA09FE758F237B97CC8AAEAC4EE924DC7BE39A8BBE00AD531298E455C6C91494FA8E71FCEB2C92460F181C6075A8EB62D02100F2302AE4622936AAB64D53202AF624D4B61FF001F201EF5325A5CD20ECEC5DB90D145B6318F53555229095DB8C1EA7BD6BB22BFCAD507D9C23654FE158A9E86EE371218C8EFD3DAB3AF46CBD27D79AD70702B2B51FF0058ADED4E0FDE2671F758E434F155D64503961F9D3BCF41FC55B1CC4F49D0D426EA31DCFE54D374BD81A00B59A426A99BCF45FD69A6F1FB01F95005C26ABCE3A1A87ED32B7438FC298D23B7DE6269812A9A8AE49E181A703448BBA3231D2802B6E346EA4C518A604819A3383C8A692376E5ABB2C224AA7244D19F6A6C1337B4BB91343B49F9854F2C9B6419E95CE5BCED0C8190E08AD6FB6C772A3276B8EA2A1A3BE95552D18E94A972400054D0911C2D21EC2AB719E7A5417B780C6218CFD4D4A34A93518D8211B99A43D58D4D80783D2A3807EEC5326B930C806DC8A56B9AA9469C15C496D46F0F1F07D2A620F97CF5C511CAB28CA9A91871409463BC7A99D0A7FA41AB520C29A8E05CCCE7DEA59CED8C935473C55A9B66732734C2A455946F30E02D38C5ED5670D9EE54048A7020D4CD066A23132F4A04148065C0A3A75E29F02177CF6A00BF18C20152022A2515228A00786A901F6A8D40A9545000DB8AF1C53141DC01A96A295B674EA7A535A30118F9D26C1F7475ABB1A818005416D0ED4C93C9A9C1C1033CD689D89B1B36C3110AAB78FBA5099A9236658C67D2A9B316999B19A53771C56A5A280C7F8516647CCA4E31481F318E335002566C0E33C56717666B35745C17485B630FC695E268CF9B11E2AAFD9891906AF5A9261C1EDC1AD62F98C5C7949209C48BCFDEA94D519A331BEF8EACC1309547AFA5527D192D5F544948EBB8107BD38D231C556E4EC5275284E78F4A7C526FC28EB5666459A3031F30AAF66852E30C3A56495A46B7BA25030C3352D3E550DC8EB5106C7069CDDC98AB0EA051DA81D2A0A19E500180EAD55DE27524BE0FD2ADD23722958A5268A6B2796707240A955838C83914D787E6DC2AB82C926178E32696C5594894828FC2E73591AB9CDC81E82B55272CFB4F7FD2B135593FD3587A55C3746734D0C8F1552EB898D4A8FCD45747320FA56B536222B50866313EFC06E3BD4CF7D2332B00AA57D05565195FA52560684F2DE4F28C3C848F4A8C4F2AE71230FC69869A69003313C934DA53447B77FCC091ED4C06D2D0782692811BF6ABE65AC6DED4FF002803CD37483BEC47FB248AB320C76AEB4CC2C35635EE054372EA8A40C549F31E0531ED8BF5A4D5F7344EDB14AD306676EE109AB0C36F87E33DDE563FAD46882379C63EEA5512EC576EE3B7D33C5656BB1B6274ADFD3B56592131DC902655211CFF0010C743EF5814B5728F3129D8EA744E34B27D49A97351E93F2E90BF4A78C5675F748BA1B31C334B483E9431C2B1C763FCAB98E83374AC9BC9180CFCBDFEB5A7000664DC9C6E39C565E9054CD29248E3A8AD5B4C99E2DAFCE4F5AD7A128A990753B92092320035AEFEA3D2B1E1CB6A3724F5327F5AD67E0564F6291CB5E1CDE4DFEF1AD6F0D7FCBC91D7E4E0F7EB58F70737329FF68D6DF86FFD4DC9238DCBCFA706B48EC448D9007041E3B1F4A53DFB7A8F4F7A083BBDFBFF00B54A3A820FD0FF00434C9100C8E793DFDFDE9C393EA71F98A403E51DBD7FD93FE14BEB9FA91FD450067DC314D66D4AFCDF2A8E7D09C5365B9BB691C2AAA8DC4671DB34B39235BB6C0C9C274FAF5A899EE59DF6C27193D47BD162589A834CD6D6A2520820E40F5DC7FA54B7114AFE4EE9987EE941E7A9E6A2BF598416BE6280318C7BEE35627B4B87316650B88D14FD7145808BECEA963704B16C943F96EA6DB247FD9C4BF7946727FD93531B265B0B82D296FBADF906A4B2B38E5D3817DDF33EE38F60450016DE42DDC4176139EDF435169DB25BEC03F2B30E47E3525A4312DD4473CE7D7D8D45A6AAB5FED43852C3047D0E2981A51A3C8F3076C4AAAA437AE18D44D1C52D8C4AC33BB31B2E7D5BAD491AC923CCC4ED95554FFE3CC0D302A882DA55FBC182B01DF0F401872DB3DADD5946DF304703701C73271F9D6D786B5172668253911BE0127A824F1F860D1756D1DCCCA1182AA488E8DD8E5C9C1AC8B2B6B8956F8C0C12580ACB9271F74B71F5A6F503BE072323A52D56D3A432E9F6F237578C31C7B8AB35030A28A2800A4A5A28033F55B4B792C2E9DA08DA4F29BE62833D3D6BCCCF15EA97DCD85C7FD726FE46BCADBFA555F40186929E8A649150756200AD16D276E3F7C0F5CF1D3009FE952D9B52C3CEA2BC4CBAD6B299618ACD3CC40A52495F3D8E78FE54D5D323F34AB4DD0A8E31904E323F2A70D3ADCC640989942EEC71D0F4E3F2A4DDCEEA142AD26DE82DD3AAC57128991B7C29146A18127D78EDDEB24F5AD486CADDA59F258A24BB54FB0049AAFA8476F1081EDC1C3A96E738238F5FC684C589A539AE67A58A78A2B59C411C0F27D963CA40B21073F798E00EBD2A96A4AA975B11027C8A580E9923269A95CE7AB85F671E6B950F426BADD18E755BF3C7DF079F75AE498FCADF435D3E9B7315BEAF73E6C8235754C16EE7650CE43A11C6EFAF6FA52F53D8FD38AA6752B452DFBE0727AA83FE152DBDDC374EC2262DB719DCB8A43276FBA327B8EBF5A77E7FD29A7217BF51D79EF4A073C7E9400879DBDF9ED4A0F39CF3D79A423EEF23AF7A5C7D47D79A00D48D83A061DC53EAAD99C4657D0E4559A62168A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002B99F157FC7DD9FF00BAFF00D2BA6AE67C57FF001F567FEEBFF4AA86E072DA945C0947D0D67A9E715B722096168CF71586C0AB107A8A0091B904E2B5B4A9D1EDC5A8CE2100907F889EA7F03C0F4AC7CF14FB59FECD791CB9C29F91BE86A58CE97F1A418A60928DFCFB500499C54772479249FE120D2EEA82E0AC96F326E19284100F238A04645A448D0ABB282C4649C54E5001C545687F7407A715313480A1768B952DC7BD568CE243F43572F577458F538AA2387A604CCC5BAD36A486192762B12EE2064F38A7CB67344A0BA8009C0F981A39A2B4B859BD4AF453E543148F1B7DE462A7EA29F3C0D0244E4E4489BC7B7B55732159909A5153DE5B8B79822B160503027BE688A247B0B99307CC8B695E7B1A39D72DC5CAEF620C51DAB4CDB426E1D163003DAF989DF0DEB4470C33C16A9E58579A2CAB818F9875CD66F109742FD8B7D4CCA7246EF8D88CD938181DFD2ACB92FA4294E0C0E778FAF7A9EE64305D5AC2871147B1B1EA49EB4FDBDF4485ECADB943CA7D8CFB4ED560A4FA1F4A95AC664281C2AEF7083E61D4D5BB981A3B6D4738DAC7CC4C1E7839A8F50005C47741972C1085EFF5FA542C44A4F42FD924884D911711C0658F7B923E539DBC77A6DB5B89A678D98AEC04F033D0D59BB090EA8B22BE59A50CCB8FBA38FE74423CAD7190F019D87E63342AB36B7E82708A7B14E7804689246E1E37FBAC2A1AB6ABB74C9D1BF826017EBD0D54ADA8C9C95999D48A4F42DDA3EF023270430653E84555BA8C4772411807E6153DA47973231DA89C96F4A65DCAB74525518018A91EDD451516B714195A48CE372F229F6642CB927069EDFB891E2EB83C5562486E3A565BAB1BE8ACD1B6F2A2A2B17FAD2F99B802391EB55ADD4AB2873B895CFD2AD6768E7815CED58EA4EE83191547534FDCA9EE1AAE248ADCA9CFD2A0BFF9AD9B1DB9A22ECC52D558C6C0CF14BD074A55071918A6B93DCD751C434D145349A00527B5252528F5A6038702919B8A4269BF78E280268CE56A753918350A8C74A7D202AC80AB914DC9A9AE4721B1D6A0A606B52328618233452D3114E6B6C0CAD448FB0FCC335767384E2ABF92CC9B8A9FAD26349B26570C9F29AAB2F0F4DC346722959C38E7AD00695AB6E88547791E57762A1B2976B6D35A1C30E6B3D99EAC12AD4AC66D983E6F1D2B418E14FD2808AA7E500532E5B6C468BDC5187B283432D470CDEA68BA52E028EF4FB6188854A40A5D47CB7A762BC51045C0A711521E29B8CD5AD4E5AB682B0DDA0D1B07A53BBD29AB38CA376A01000A9A04DA82A1B9F9A602ACA8C0A431C29EB4D14F1400F5A94546B522D003B1552F1F61523A8AB754AF17730E69301A2EA665EB814D86E25F387CD9E681C260293535BA2EF1B50E7341563645CB9400FA52DB00E1B350337001A7DB9C0A6C71DCB4EA55462A1978956ADA371F362A9CED99811DAA56E5491662765EDC1F5AB366721C1F5AAB03E71BF95A98B7931C8C3BF4AD21A3267B0DB99FCB9F0395EF50A330632274F4AAE58B1C935245298DBD57B8A69DF733B58D486612AE7BF7A79E6B3CE6261247F74D5D8E41220615AA64343C654E7B53FCA0EFE60E0D333C62A7B73DA86088D8E14D47D7AD59B950A99C75AAC2B26EECA40723A52A9C8A43D78A52323D0D218EA434D0D8E0D29231400C3D2A29230FEC7D454ADD29B4877B15F60475DDF85735A9316BE97EB5D53F4AE5AED775CBB7A9AA8AD41BB91C438A2E22257CCC8F4C53D178A5961DE99070456D2578917D486DBE69367F78535860914EB4FF008FA8C7FB58A75CAED9D87BD73B2C84D21A534940099E7919A011BC1C6467A5277A1BAE6800720B1C0C0F4F4A3045275A52E59403DA811B7A11CC120F46AD3F2CB1AC9F0F1CB4CBF435D25BC43A915BF359116BB2B2DB1C6714C78F15A8D80B545F926946571C958C59C61EE4FF00B2055436D1A0CBDC460FA0C9AB7767FE3E88E9902B28F1934A3760CD17D38456C973239F25BA151CD438B2D8D87977E38CA8C66B5F531E5E836CBECBFCAB9EF5A71BB7B89E875BA77CBA547FEED2EEC7A525B0C69D1AFAA8A40A3D2A711F1174361FE628EE291E40637C7F749FD290E106714939FF004691BFD835CE6E51D1030798AE0E71D6B56D79963DC85860F4ACAD158797396C83DB1F4AD7B11BA68F6BE0ED279E6B464A285A7CD7B37A192B59CE061AB234FC9B995BFE9AD6BB9054FF002AC9948E5253FBF93FDE35AFA34FF66B09E60B93E7A2E3D4118FEB58CE7323FB935D078750369F3870190CDC8FA28E6B45B1123648C71D141FC54F34739391F51EBEE294124F3CB6383FDE148ACA4707E5CE33FDD3E94C91727E520F6E3DFD8D1EE3B1E3D8FA52107D3DC8FEA29DDFD7FF00661480A0CE135F83208CAA2E3D09A61D43248481DBB734FDE8BAFA163C6D503EB8A69D4EDC7DDDEDD3A2D325916A53492436A1A229901B9FEF64F1562E1AF99D36845F91739F5DBCD57D4EE7CE5B5DB1B0185719EFD78AB1717176645F2EDBF814E4FAED1C50031A3BAFECF9FCD9875078F401B22A08616934E1FBC600CB9C0EDF2D4F27DB1B4F98C8A8A323A7F770D9A8EDEDA6974D42B26C0642C3E98E9F9D002DADA225CA36492327F434CD3976DF6C8CE30E307E80D58B6D3D9675779D988078FC0D4161118B5068E3E4A380A4F7C034FA817D37CAF2C8A36C8AA995F6DC7229AAA12DED6507B80C07A87A746ECEF2CB182384DCA7D371CD35536416B267E525770F70FD68025DC914D300328DB769ED9DC48A548A3482F2E3A4B3DA664F427079A41E5C524C98CA1DBB4F6CEE2453A1259ADA27008F2C7D18156A00D2D27FE4156BFF005C97F955CA82C942D9C2AA36A84000F4A9EA46145145001599ACEB11E90911789A4F33380A40E95A75CA78E8E22B4FABFF004A0065CF8C239ADA58D6D4AB3A151B9F3D47D2B8FA963DED955DBC83C1C67A54BA5AABDD9670A5123663B86474A3634A50F6925121B49121BB8A590164470C40EF56A0BF58A028D116625D89CFA91FD335760DAC15BCC8CB4B204465871B801C8C76FAD3A4611C23087041FDD28047CC7827DAA1BB9EBD2A12A6ACA5F814535064967710E7CC90BF27EE8C600A68BD9BCC966487EFAA8E84850B8AB37D262DEF46D51B2458323B8EA7F952AB9B6D2632ACBBB62003FDE6C9FD0531252E6B7390F9D7922B2C369B158313804E4B0E4E4FB5412DADE4C90AB45C2A08D3A0E3AD59BA917FD34091465A385707B0EB534B2431DE79ADE500A870E24CB3606318ED4AE53A7192F7A4CACABA879ACC760CA0C962BB70BC7D2A196D6672F34F3443713F33483E623D2AE2DC43B645F32D9576811A3676804E4E47AD4105C44207F3E48597E6DB12C6720F6C1EC282670A4D5A4EFF0032ADCDA186D84A6689B78F95549C91EBF4AD29D17CE82519DEC541CF4FF5759B7B2A4A2158C92A90AA1C8EFCE7F9D5A8AE84DF675DA46C941273D72B8FE9568F2EBF273DA1B171C1D99E3820FEB5A9A11FDFCE091F707F3ACD603CB3C568E87C5E48071FBBFEA29B313688F9720771C8FAD2E39EDF8F143636F6EA3AF1DE97FCF22900D6E36F51C8EA334E03D07E46931C0DBEBDA82C075207FBDC5004D036C947230783DAAF0AC96BA8547CD3C63EAC0D68DB4E93C2B246C181E323D452026A29296980514514005145140051451400514514005145140051451400514514005735E2BFF8FAB4FF0075FF00A574B5CCF8AFFE3E6D3FDD7FE9550DC0C4E86B2F528764BBC747FE75A84700D437D1F9B6AD8FBCBC8A0763154D0E3208ED49DE9EAA5D82A29663D028C93F85211B1A7CDE75A213F7D7E56FA8A99B870727E99E2B32D5BEC12BADC9D85F188C72C0FB8ED5A8DD48EF4BC86287351B11F31C0E7AFBD0096E7695F6279A470D8002AE3B939CD0063A4C903B091828CF1435FC23F8C9FC2AAEA5F2DCB2FA1A7E9CAFE5965883E4F5247F5A1A10971791CA842863EF8A8002A403D4559BD32318E37555C9E80D55F9B9DD401A7A5B6DBD20F00A367F0E7FA559BA945C59B38520238C67BF07FF00AD542CE458EEA377384E437D0822AC34B6E17CBFB4BB459CED119AC2A47DEB9AC25A588352FF008FC9D87F1E1C7E2A0D5FBF8C496CF181F35BAA37E0460D50BD9639EE03C6182ED518231D3FFAD53BEA9235C3385CC2411E513EDEB4E519351B2D849C5377197DF345672FF7A000FD453B4C6FF8F942A1818B76D3D0E3B5321BB90431DBAC31C9B4155DC0B1E692286EE03BD2275C8D9965F5E3BD559F238BD057F79345E864125C69D36028951D081D07B52591096512921645778518FF000B64D51DB711C6DF3955B439C023284FA52DC5BCB045996653F36ED81C9249EF8AC9D25B5CBE77BD89ACD0C1F6C498602C44329FF3FE7351B3A5CDB2179152E224C7CDFC78F4F7A8FC8CDBA4ECC76B49B1B8C903D6A4B882DE1B512A4923EFCECF940071D735A3514EEDEBE4426DAD89E4B880DF5C39917CB9A0DA48E7E6C74AA9712ACB6F6A01CC8916C7E3A1ED562E6CA34DDE4BB16450ECADFDD3DC5324F2A3B181842ACF3291BC93C11DE943D9AB35A8DF33D189757104E37EC97CED8003C0008A596FA379BCE5B7C4A1836F2FE9ED54CD2574FB0898FB59135CDCBCE002AA8A0E76AFAFAD3218DA5902A8E4D33DAAD0FF0047B52C38924E07B0EE6A94634D684B6E6F520BD9C01E445FEAD7A91FC46ABDBC815CABFDD6FD0FAD238A88D64F52ED62CCADBA404F51F29A64A3121DBD2A2DC6943739EB5362AE5B85988196622AEC5E563EE73EFCD51B76073DAACC774AA70D818AC6699D306AC5872ABC81826AA5CCB9423D474A74F7484617935674FD3CC8C25B81C75DA68847B84A69183D334C26A6BB8FCBB8910FF0B11FAD419C5741CA069A6826909A002826928DA68002735222E05302E0F34F27028024539C9A7AF5A8A2394269E0F4A403A75DD0F1D47354EAFAF2A45507055C8A101A82969B4B54222B83D07AD5FB403CA0AC320D674BCC80568C3C20AE6AFB1D5875BB1971601F2D1FE559535BB2120820D742878A6CD04738C30E6B1A75DC749173A29EA8E6C12A7357EDAEC1015FF3A2EAC5A339C647AD54C344720715D89A9ABA3084E749E86B6E5C6722A8DCCBE63851D0520995D31D0D431F328FAD1CB6359621D4D0D3886107D2955F7123D29470B55A07CCEE2A0EE724AC89DFA8A074A738F969AB5A4363CFC4C6D30A4269D4C638CD51CC526F9AE6AD0AAB1733135685218F14F14C14F140122D3C53169E0802801DDA98C17BF351CB2311F21C557632B1EF4202D128055BB04DC77ED1B477ACE86DD9DC6E3C77ABE6E367EE53803AD50EE589DE27195043532DB22400F19A894FCC3356EF70A50A7A52609EA4CE08EF5518932FB527992375A92DB1CEEA948D1BB92C6847CD938F4A9EE5834217BD44A5810A7EEFAD123E660A39AA5B132E88916D54C20F7A86685A26E7A1EF5698B22E7B54A0C5326C24669C55C5534190266019E41A8C136D2FFB06AE0F2E14542DF4AAF74E8A36B739AD5B4624F9046474A923254E4551B697636C63F29E86AE29C1A69DC1AB0FBCBA86311AC8E14B74CD4608233FAD61789989689476E6B3EC356B8B438277C63F84D60F765A3ADA5ED552CB5082F5731B61FBA1EB56CFE54C03EB4D3C7229691A801A5BB52523007D8D264A9E7A52184870A4FB572F2FCD29FAD74970D881CFFB26B970D97273DEAE1B89961578A7AFA1E951A9E2A415D0431B15A84B949411B77E00A8A74DD74E2A59EE0AAC600E11B39A8C3285795C8CB70077AE596E5C7629B70D4868639348690C55C669AE413C519A08F9775021B45145006D78679BE914F74CFEB5D50181C5723E1B6C6A607AA1AEBC7357D10863024540E98AB78A6BA64509D81AB9CADD6425C7FB525669E86B46F48F264F5F34D6777ABA7B1323A2D7729A75B213D863F2AE7EACDD6A13DDA2A4C5485E9818AAEBCB01EE29D34D6E2933AE4E2CE31EC29052F4B751EC29A2B3AFF19A50F8445FDE64376A4BAC2DACBEC86A4071DAA0BE622CE63FECD606E54D25CC31480630C4F27E95AF6DFEB06E8F70087A73587A7A3B5AEE04E379C8F6ADC8146F6DB215210F5E6AE5B13128699FEB58FF00D3435A930F9491C102B33491939F5735A73F11B11E86B36523933C93F5AE97C3831A7B91C3195B07B1E0715CC835D47873FE41649E54CAD91DC74E6B45B10CBC27FF004F36FB7E5F2BCC3FEC9CE29F044620EA5B7333971FED038E29F8F9C371BB1856F51C7147043704007A771D39A09178E39E3B1F4F6A53C16C8C0EA47A7B8A51C9C705B1F830A3B75E3B13DBD8D00504D87C41990AF0AB8CFAE0502EEC93EEBA76FBAB9A8D9436BE4118DB838FF80D570B6E80025074EF4C4C9754B98E416DB32768590F1DAA7BAD4824C152166F954F5F55154AFDA30D6FB08C08D49C7A62A7BABA8D67C6189017A0FF00645210B25ECB269B30F24282C10F39E083CD3609AE574D458B6802420123B607F5A63CFBF4E9308DCC814E7FDD3442D3FF0067208E1DDFBC6FCB68E69D864B6CF78D3AEF9B8C1C818FEE9A8F4C675BDCF2EE186727AF0D9A96D63BC37037C6A8B86CFF00DF271DEA2D377457C7CCC9747F9B1F46CD34B511A08E4B4B2C5CA10808C762C7F95350148AD5C9FDD92A483D8EEA745204795A301A26D838ED963834C40CB15AEE39898A9E7B1DDCD004C0470C9344DCA9DBB7EBB89029D096636A99DACA8083EBF2B6298AA91C934321C8C2EDCFB3138A744CC5ED507CAEA8083EBF2B6280362CC936911230768C8A9EA0B324DA4448C12A322A7A918514514005727E3BFF005367F57FE42BACAE53C763FD1ED0FF00B4DFC8534071A8C55B2320F6C559B48AF1258FECD1B879D094C01F3A8CF233F435507DE1CD747A7EB3696C9A623C71B7970B2CB21425E3277600FF003DE9E9D4716D3BA667B58EA8F6EB78C92ED1F3A92C030CF1BB19C807D69F3689AA44CA0AEF66710E1260C41EC0F3C0AD37BDB69F4C0C526B93E52A2036E43AB03FF3D07047B5599F5C01FCCB7B4B99BF7CB26D684461463079EE4E7BD1A7634729F739CB9D2AEA2640863B9323151F677F30EE1D411EB524FA0DE40A0150F2164511A025B2CA5BF4C55EB79AD2D247FB2D95D959A37492579155C03FDDE71C63AD4EDAC4DE646D1DA0DB1BC6C37DC2E485523FAE68D3B136662368FA82A3B9B3942C7F7B8191F877FC2AC45E1CBF65769162842C65FE79076EDC743F5ABD69A8DF41A69B7DB16F40DB2432139DDCF40393F8D2BDCDC34F248B6B66A1D1FCE602421F7000E4E323A74A3E41CA62DA69F3DDC2F2A189114ED064902EE6C6703D4E2AEA7872ED9D53CC83CCDCAB220724C5BBA6EE3F9549F6E9AD212AC96B146DF346A6DD8EC7036923DFEBDE9926B936D045E012AB2B6F5B70A642BF777127FA5170B206F0F1F24BA5F412128EE8AAADF3ECFBC33DB159B6648950FA489FCFFF00AF4ABA8DD2AA049CE10385C6380FF7BF3A8EDFAF3D372FFE8428B90EDD0DC7C889B2474AB360F2ADD1FB3E1DCA9F94F391548C6A236C21E879ABBA56135043B719561FCAA40B2D797AD2F925F0FBC2E368EB9F7AB3F66D41DF06E36E47F7FF00C0553B870BAAB3640026539CFB8AD437902CBFEB633F2F66CF7F6A3403295259AE92079589DFB0B1627A67FC2AF2E911EF21A563C0E8A2AAC2AE6FC5C0FF0057E6EECE3B64FF008D6A09B32701B040C703D4D30208F4D802272E7A77C7F4AD1D3C2C286140769248C9FA5544F35910047E08AB36DBC48A4A639CE49F514981A22969A3AD3A800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800AE6BC55CDCDA7FBAFFD2BA5AE6FC53FF1F369FEEBFF004AA8EE0618F4A08E08A53C1A1BAD266914615E43E4CE57B1E47D2910C860731CAF185215C2363729E84FB6463F2ABFA9C5BA1590754383F4ACDB7916398798711382927B03DFF0383F8537DCCC8D408BE6450194861C7715D1C2EB344B22F4600D73EE8D1C8C8E30CA4823DC569E9328489E3721515B284F0083DBF3A9605F2A33498E29653B40C024D578A7596668C020A8079A0661EB69B6F73FDE407FA7F4A7D980205FDF95E338E38FCEA6D7E33981FD415FEBFD69F1A848C0583381D4851FD686228CA55AED419490A3EF120547291E6155E557807D454D1976BB95D554638C138A65D313310E06E2777078ED40089F7452E69A87E5A5354842D251455123958AB06524107208ED572E656367632966279DDCF5208E4D51AB2F22369491EE1E62CA70B9E7041E6B2AAAF666907B9A13C1F3EA1F329134790A0F2303AD55BD092416F705C07789405C75F539FC69FF006C845F24C589468363E14F06A149ED9AD208A74959E25206CC01FE7A573C6324D3356E2D58B5028934F86DCF5991D81F420E455671BF488F3D639994FB641A417F22C702459411A80E38F98FF4151C9745D26411AAACB2093AE769F6AB54E77BDBA92E71B5AE689E6D05C20DD2B5B04C7B77355518FF006385540E44853919201E722A05BA954421481E48214E3D7D7D6923BA9E2DC239366E6DC7681D68542485ED56844720E0F0690D2B31662CC7249C9269315DA9E9A9CEFC89AD61334C17B77A75CC82594E3851C01ED535B81159B3F4673B47F5AAE79627D6B1A92D6C694E3D485D38AAECB8ABA464540EB9CD42668D15A929ECB8A58802C3774EF5440D5623A1C5488A59800324D49736CB08CAC8A73CEDEF5ABA6D92C4AB2921998641ED4863B4FD344789250370EDD856A631D38C7E94A9C0FF003FAD31DB1C73420398D6536EA12F1804EE1F88ACE35ABAD10D780FAA8CD654ABB5C8F4A6C4C69349484D4911C38C8C83401325B3791E692319E9DFEB4CDB56A173233A9FE318FEA2A32B509BEA6D5231493895DC6066A12D9AB2E38C5563C1AB31278BFD553D7D29B17FAA1485B0EB480B086A29E2264240EB4F5A97A8A005A5A6D04F15403106FB818AD748C3281DEB2AD06E9F35B0A722B8B10F53B686911854A7D29437BD49CD412E14F15CCB5D0DED725C86E1864554B9B15705A3FCAA657C8A9037BD5A7283BA22704F46604D6EC8DD31508254FA1AE9258639D791CD65DDD8B21CE38F5AEBA7594F47B9C93A4E3AA190DC36CC38FC6A2B77FF0048CFA9A88978CE3B522B61C1ADAC0AACAEAFD0D93CAD4428866595783CD21FBD4A06F8AB492921F514BC29A97B557B8384356CE120B7EA4D5807DAA1B71F254E290C70269E338A60A78A007A83DEA4038A62D3C50044463DA99BA3CE0C94F9F88C9ACF018B71420352378E3E879A96DAD7CC669048189ED58AC5C9E49AD1D3F2A99E455202DB2321C30C55903722669AB26E5C37CDF5A94152A36F6A4D685477D45099200A85CED665153336C039C13550664988CF534922A4F53674CDB25BED619A8AE2C9E39F7AF2BDAA5B42902051C9352DC5CED6551DEA992932ACAE563D98AAEBBE2915CF4AB1265B2DDAA1B89328A0F6A95A6A54B52D4B179C1A5DDF77A5551999FE639C54F03BFD99BD0D476A3E6A6DEA251D87AC2C50A9EA3A1AB16D2174C37DE1C1A7EDE4E2A03FBB9C30E8DC1AD62F4B994D59D8C7F107CD76BECB58C47CA73EBD6B575A9317CDDC62B35B0C38F5AC3A8D6C1023AC9B918823A106B72CF5974223BB048E9BEB260527A54C402DB5E9DCAB1D4C7224A8191832FA8A1AB998A496D1B7C0DC7707A1AD5B3D5A1B92124FDD4BE87A1A77B88BA680683D79A4EF4C457BECADACA47A5732321ABA7BCE6DDC1EF5CE4830E6AA1A3064A9D2A78C95CB85DC17922AB21AB88E8B6ACBE600CE7047B5692968419F35C3172D85E4E718A81D8BB649A92E595A66D9D3B51140D2F3D147526B02D10D2804F0013560FD9E2E065DAA292627EE8C0F6A3418D30CA013B1B1F4A6720608FCE9DE7C9FDF6FCEA68984FF002B3A86FF006BBD3DC0AB455F7B02BF7D719E87B546F6130E506F1ED459813682DB75687DF23F4AECCBE2B8BD2519354872A410D839FA576A138A7D0910482924951109622A0BB3E4A17AE7B509E69177162A0F41DE93F22922BDD31923F309EAC78C554AB53F16908FA9A8ADE133498EDDCD691B2899BD591D490A932A7A6E15661B12ED206246DE9EF56AD6DD52D70C06EDE0FE39A6AA4799207076365B84514DA593A2834D1D2B3ADF19A50F84703505F9FF004297F0FE753F6AABAA1FF407C7A8AC4D834A46FECE72A576963C1AD1048126E8C3011F63D2B374A0A34CF9836E2C7900E3AD688DBE5DC1493188FA1EFD6AE42894748190B9EEC6B42E5B10B83FDD38359FA4F0898F7357AEC836B27B29ACD8D1CB035D1E8CF2A69F65E52E3CCB96566C6460FF00F5EB9C1D05757E1F60BA4C0A4E7733E57BFDEED5A2D8CD9A8A3E6C6DF973F32FA74E4557B199EE2D5657015F73283EB838E7F2AB2A7A7CDCFF000BFF004346301B0BFEF27F51408063DC00791DD4FAD2F2739C6EC7E0C293F8810727F85BD7D8D2F051B8200EA3BAF1D68032F607D7E4E4E17FF88A82DACE12D186070719C9AB0B19975EB8F9B0532491DFE5C5317498C6374AE7040A68961A9C704735A00142E14373FC200EBFAD2DE3DBA5DBF2BDBA0CFF0008A6EA36B1A5C5A28CE1C2A367D0002AE4D6D68266691533DF737A0140104F770B696EA8492484E98E76D360BE58B4D89446EC4314E3D703FC69F72D6ABA6C82331649C0DB8FBD814905E5BC3A640198E7953853D702801D6F7D2CB3E05B3282ADC927FBA7DAABE9B211A8B4B30D877FCC3D090D9AB30EA70C931545724AB1E40ECA7DEABE96EB2EA2646185793241ED90D42DC3A17A32B04932AAFEECEC5047383938A6C618C5688FF346C548CFFBDC8A741B2069616C95F91549F5C9C0A6C7B8C569138F94ED2A47A16E940C915155E58A46C9014A93D7863FD29F0B1636AA3E575407EBF2B629A8819E5499B73A8520F73863FD29F0B16368AA36C8AA3AF7E1B1F85311AD6449B4889182546454F50591CDA4448C65471E953D48C28A28A002B96F1D0FF44B53FEDB7F2AEA6B98F1C8CD8DB7FD743FCA9A038718DC29500DC3792173C903240FA527461C8EB5DE8D274F5385B3B61FEF2D3BF711C6442DDDBCB6BB95171D5B0A07E193EF53C0D6B08252F71BB860C54F03FE026BB0FB159C601F26D5076FDDA8A794B58B6EE30A64647CAA323D68E789576721F688095DB72FD412467B741C27A528757C61AE9B03008593DF9E31ED5D799ADE30999C0DFF00731FC5F4C0A92278E5CF97317DA704063C1F7147321F3338D48646500DADFC846403B1F07D0E0B7A53CD8CAE32349B92C7A9641FD4D75AB344F929E648AA70594123F3EFF854B108A58D64419561919A39D215D9C82E9977FC3A4E39C9DDE58CFE943699AB32AAC70450019CFCE9CFE95D44D776F147E608DA48F2577A018C8A6417F1CFBCA5BB85452CCC71814BDA15C926AE72F2787B53B87DD349016C63264EDF80ACB68DADE69A26C6E89F69C74C8615E86B2C7344B2444329EE2B82D4B8D5AF97BF9CDFFA10A2F721AB1A47856CC83A1F4AB1A7AC735DA46C770656E01F6AA9B53E6C45EBD854F69F2CF0B05C11E9F4A4058B98121BB6894B6C0CBD4F638AD81616CB280200783D493DC550BAB669AE1E6DF807040C13D00ABDBDDA40E147CA4E475EE3DE9889BED36F146A8B2C2846D03E61C63E951B6A16C142F9E01006480C7A0AC9B68D1B5058E45DC3CC6041FC6B623B78164E208C74FE1148642FAA5BEC0BBA43D3A263A0F734ABAAA93FBB8A66C631C01DBF1ACEB02A9A84638CE587E86B643FCC7E6EC2802ED9CED730C72B2142C08DA7B73564722AAD91DD0291DB22ACA1CA8A0075145140051451400514514005145140051451400514514005145140095CE78ABFE3E2D7FDD7FE95D25739E2719B9B6FF71FF98AA8EE061F55A3AA9A68F94E28CE09148D16836450E850F46E2B025428EC8C3A120D7407EEE6B27534C4FBC7471CFD685B13222790B411CE493B5B6480F3823BFE2BFC8D33CB105F2FDA18BAA48371CF046783F4E8696D4EE91A03C09C6D19ECE3953F9F1F8D2B6E96D46557E4C46D9CEEC76FF0FC2824DF9C33C0E236C4983B4FBD60E93348D7EDE6B12CC0839AD5D327335A2EE3F3A7C8DF87FF005B1546E6116DAC44E06165607F13C1FE74B7404FABC7E65BC2738DB28E7D0106AA33A2A60DC9247A15FE82B4EF14FD95CE01200201AC7B8B89040C085031D9BFFAD4015ED86EC9C4877127E5CFF4A75D2A2B0F959491C6E07F1EBF854B69BD221875518EE09FEB51DD13248373862A091C62920224A75313AD6A592C2D1C73BA2ED855D6518EBE87F2344A5CAAE351E67633694293D013C678AB57F1790B043C6555893EB9638FD054DA4C5967738F9CF943240E08393FC852F69EEF30727BD6298B79F0BFB993E6FBBF29E69AE8C98DCA464E067F0FF11570489208EECEF0D6ED1AC8A790474C8AAD34CB2DBC31E306300671D7E503FA0A233931CA09122D9B99258DA4891A2FBE19BA7A9E3B55626B453F797503370F736CE1FEB8201FC702A8451EF787CC6089210376470338269C26DBD4528AB682282CC15412C4E001DEA6B58D6491F78660885B6AF56C76156236B78A68645312142E5BE62C41C7CA3FA93D2AADB4CB04E598E4152A5A31F7723A8FA50E6E49D85C893D4B1F67896668CAB1C88D864E0A8620608F519155E640B71E5A743B718F70296E67590C623676D89B4BB705B9CF350C6FB254720B6D60D8CF5C1A5052B5D8E4E3B2364431FDB46D0A0472F9A303AAF2187E047EB59F23B36996A4C840F994A7A907AFE00D07519090C51320BE31C70C391FD735025CBA5BF9216365049059724138E9F9567184F765B9C76459594490A47B8295CF538CE68FB3CA79552C3FD9E6990C21834F390A99CF0319FA54CF7405B931FEEA23C03DCFB8AD66D19464D688AE78CE7B75A611C7229A67DCA182858E3FB8BEADEFEBEB488AE638B6E72D925BD06703F91A8B17CC23A641A8627F2C96EE071F5AB5226DCF39E4E3E9549B86354818B92C4927EB5ABA35F08E416D211B1CFC99E81AB2E31C5298D8F207E54F724EC0B15078CE7D7BFD6A09A5023666E83F5FFEB556D2750FB444629D80950753FC429BA9CB88B6FA8C9F6F6A1761A30EF246965673DCFE554E462CC49AB321CA55561F35310D029C38E69C8858E00C9A9658C2463FBDDE802484E1830FAD492AED738E9D45450731E7BA1FD2AC38CC687D32A6A1E8CDE3EF536BB15985559461AAEB0AAD3AF19AB301C9FEA8547375152AF11AD432FDEA4059439506A4078AAF6ED9523D2A7078A007D35CE14D2D3253F2D3024B10776EAD347F5AABA72FC9C8ABAD183D3AD70569272B1E8538AE54395BF2A866197071C0A5CB21E69F90E39AC568EE6B17CAC66F53C30C0F5A4539276F2295E300645355B60E98CD5E8D685D9495D12A9A7E430C30C8A8A3C367079A764838350D1128D8AD7560AE37463F0AC99ADDA33D315D006A49A049D791835BD3AEE3A48E59D24F5473D0901F962A6B414F19CE6A3BAB1287A7155924784E0F22BB63252D51CCEEB466876AAB747E5C54B1CAB22F06A0BA39602A9903A21841528A620C28A78A431E29E29829E3AD0048B4F14C5A7D004722E78A608C0E8A7F2A7BB156A04A7D6B393D4DE9C6EB61161DC7EE1AD186DC792015C1AA0AE4B0E6B5A1722301B9A4A46BC8ADB151D190D2AB91DEAE3A07195E6AA49160F1D6B553EE612A6D6C04AC87E6E0D10A6D93279151E71C1140620F5E2ACC8D28983483DA9F3A921646FA5544077020FE356EE8EDB31EB52CD2FA0F6016D9483C9355665F5AAE92B64724D4D34C091839A1EE25B16AD18AC38ED4919DAC580EF55A2B8088C31C9AB56E430352F72A3A972170E4F183515D27CB9152C0986CF6A92650C8D9F4AD62FDD32A9B9C66A9992EDDAA886DA715A776B995CFBD5165F9B045649858B366CC790B919ED5334C2294964DC08C52D96D48F00E0D49244AE4B1EA68BEA3B685746DE8CD1F3ED55AEB96054638A99A2784860769A8EE32CFB8E338ED408B161ABCB6E024A4C91FA1EA2B76DAEA1BA4DD0B823B8EE2B9465F9791F8D3A032C3FBC8DCA91E955703A5D41F65B9F73584EAC5B38A7CBAD34B6EA9246A58753EB496F3C77076C6C6293B03C834E2C4C7469EB4DBAE79DE01518C54C6423723A85957B76359E034D37CDF8D549DC490E8632C433027D07AD492AB93B738F61DAAD0DB6B6DE69037B0C28F415523941C96EA6A5F6348A57D47C7029EDF89A8EEA38900D8727BD0F31F5E2ABBB16A45CA4AD6430D2529A4A4645AB6D427B71B55F727F75B9157EDEFADE76DB227D9DCFF001A1E3F2AC6A721AA4C475767130B85FB42AB30FBB22F715B63A5727A4EA05008A43951D33DABA48EE91A3C839A6C06DEEDF2CB3F2076AE52FE532367DEB6755BCCA6C1DEB9E9640F2851D01A45AD116A65320B78C75618ABD6F6DE41C0155C445E48CA1E6250D8ABE2E93AF96D9FF7A89D39CD5A2446708BBC8701B01C0E4F527D2A81BA12DDC7120F903F3EF56A57F3C6C55D99EA43566DA01FDA4817A0638A28D0719A730A9594A2D44E8A6CF041C546031EAC69D21FBB4828ADF1B2A8FC085F2C7724FE355B52C259903A16156AA96AD9FB201EAFFD2B2357B16F4D0FFD971EDDBB49F4F7ABB396FB35D178C1C47D41CE38AA3A72C7FD9B6FB830738C919F5AB77040B2BCDB29E17EE939C8C554C23B15348388D33E86AD6A007D92561C1086AAE963F769C71B6AC6A271652FFBA6A58239A1DABAED0515B49B46E03AEE28DEFB8F06B901F5AEAB4497658D9C6177AB07120F439C8AD3A10CD70325B0BCFF00121FE941236E4B71FC2FF9F0683D8EEC8FE17FF1A52724E40DDFC4BD8FB8A42148F98FCBCFF12FAFB8A4EAB90DEC1BD7D8D008E327E51D1BBAF4E0D183C8C727AAF63EE2811991895B5BBB316131BB703FEE9C7EB4DFB1DE3AFEF2F0F5C1C669B1CAF1EAD7A631B81DFC9F60715199F50607945EFC28EB412C5D46D71756F1B48CDE6AAA927B6140AB93E9903DD3BB06258FAFA0154351F39AEE30D21DDB46CC7F09DA33FAD4B7903C97929699B1B8E064F14C64D756B043A63EC5C10DB864F7C014B01B54D32132188139FBD8FBD819FC6AA4B6EA9A6E724E242C3F2029D1DBC6D63016C9F999BAF7C2D022F437569E6B0474CED270ABE8A735574DD93EA4E71949242471EA1A920481266C6D0423F7FF0064D374B5592F0A29C0321208FF0075B1401A36EAAA668656DCDF2609EE413FAF14D8D8BC56B0B82BF708607A82DFCE9D6EA241324C419018DBF104F34D8DFCC82D63E564529CFB16E0D0324442EF3098E244D8723D98D490B6E369B40122A8CE7E8D512A34AF2993E595361247FBCC3F5A9216C9B46403CC0A0107E8D408D6B239B488E3195CE2A7A82C8EEB488E3195CE2A7A430A28A2800AE63C73FF001E16FF00F5D0FF002AE9EB98F1C8CE9F6FFF005D4FF234D01C337AD775AE2A9D36462A090E98CFD6B847FBA79ED5E89736C2F6DFC96764460A4ED03271C8A18220D64B9B48B7401144F1FF001038E7A62A5BB4BA82FA5BAB509306016484F078F4FF000A9EE6D96EE158A577C021895C0248E948F08F35E4F36546700310D8CE2B3194269525834B92D86D5FB46155BF87AE41A6C8665BAD4508CDCC9002853A6D1FAE6AE3C169B2246215623941E66307D7EB489358C0ECE268559FEF3190127F1269E804DA7B23585B98B1B4201C7638E7F5A75D46F3D994B770B9F4E370F4CD52375A50666335B024E4E1C73F514F6D734D4EB7B0FE06931A76771B6D3A59E9656E17E6DECBE59FE2A6D95DC525A496E1046FB1B00746E3F9D23788349272D731B11FEC13FD2987C4FA5274989FF763348D1CD3BDD13E9F66F6D0B4921219C0F933C0FAFBD729AFC7E5EA333A8E5A5973EF8C115BD278AF4D2301A63FF6CFFF00AF5CFEA972B7C86EA3565592594A86EA3E55FF000AD226739393BB2EA90465A4033F4A92D6548E4858BFDDC70304F4A862452AB88FB0E7F0A9AD7878090000C39A0936BFB52D7CAC61F24608118F5FAD0355190238266FA6077CF6159ACC1752CE47FAE56FD41ADC320F307CD93B7B73DE803095E437DE62467CC329210E7A92783F9D6803A8B3F10C6A71DC0FEA6AA336DD57A1E27F4F7AD8322ABF3C7CBDC81DE9B030E259BED8AAADB26F3319CF00F39AD1FB25E337CF7A4640E84FFF005AA8F9A1753DF95DA27CE77718CD6A7DBE00DCCC9D3B0268605FD223686D0A339721C9C9ABE2B3F499D278A428D90AFE98AD014805A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800A28A2800AE73C5071736DFEE37F315D15737E2AFF5F6DFEEB7F31550DC0C393820D309E322958E45479CAD27DCD4910EE6D9EBD3EB54EF23F36220751C8A94B95604751C8A499807C8E8C370A3A92CC461907923DFD2B55612EED2C9C0990798A3FBC79C8FC467F13546EA311CCD8E87914E82FD618556466CA71B00E5876E7B52641A16E896B728A9F7255C1E7F88723F319FCA9FAAC5E65A798BF7A16120FA03CD62B5E4AEC7CB8D630583FA92474AE861759E0571CABAE71F5A5D407CAA2486541FC48C01FC2B8E6248F98935D922ECDA3B0C5721728639E44C7DD623F5AAE80300F534AAA19801D4D309C0A15CEE1B783DA901614F22AC45398E29A3C65654DA7DB9EB5587079A94296E809FA0A1ABEE09D8924B932BA3488AC5630983DFDFEB51A3B4722489C3A10CA71D08A5F29C7F09A4F2CF7641F5614249681762BCF23C623673B01C851C0CD479A56001FBCA7E86985853565B03D47673D4D25377628DF45C43F3499A8F7D234833C1A770B12D04D4905E5AC68BBED564600825BA13EB50DCDDC7349B922588631B57A52B8585CD3E001E55048033C93550CA3D290CBED45C2C69DF4E8F3AC61B30A0C7CA7AD5492469A4CB103D07603D2AB79A693CC6A9B017F7C000072C147031C7D4D48F72005F94E31C0F4ACBDCDEB4658F7A2C8A4EC5D7B9CFF0FEB503302724D4183460D09581BB930942F714E172CA301CE2ABE280B4C45B6D424312A008BB7F8910063F534936A13CD0AC52485917A0AAB8A2801DBC9ED49D4D0B52C7186E73D2801C89B503118F7F6A693E63FA0FE5524AE0FCA0D34B05418C7D2900B1B6D9194746156E3F9A271EC187E159CAD8915BD0D68447CB723A807F30694B636A0ED2B3EA46C2A19572A6A79576B15F438A88D34652567622C6140A825FBD53B75A824FBC6810E81B0FF5AB43A551070735754E541A180FA8E5EA0549513732014C16E6AD88DB10AB60553B762A8055956CD799513BDCF456887B00DD6A368D9795A901CF5A78E959A6D1572B873D1853880C2A4640DD7835132327B8AA4D30DB542C2BB49A7BB003E619FA546AD4E7CB28C0CD0F57A84A4DEE35BE519CF14A1B349CE324F4A7001FEEF069B0DC7F0C30C322A95D580605907E1567E65E0D286C0A7194A0EF1227152DCC0922785B2B914858BB8CD6E4B6E930E460D64491F977257D2BBA9D553F538E74DC094538534538568663C53C75A60A7A9A604829F5186A4791870A280124C93C533069558FF11E69DDAB07B9D74F4411AE5856BA0C20ACCB75CC8056A630284CD500241E29F957186E0FAD4745016124838CF6F5AACC854D5A24900678A7322BAF1D6B48CEDB984E95CAB1C8C8783562698CD0851DBA8A8248994D0A78AD74673B4D68C60C83E94E07D695B0C79E0D3D1136FCF9CD021801ABB0B141CD312345191DFD6A47C2C800A5B949345DB390B641FD6A79CED85CFA29AAB6F26D392319A96F5C7D8A520FF0D56D1267B9C5BCEC256EA4134990CD9E86874E73EF5193F377ACD6C068411E541EF8A903B2E77720532D95D5739C8C74A9372B21EC6934526290B2AE3A8359D3911CA5474F4ABAE85482A6A94CA4C84F7F7A10986E575E3AD21F9623509C86E69E64CA6D3D2A845797A8E29AAC558114F9BEF547408B86EDA42ACDF797BD5A4288E5FA6EACA156647F923E7B552632C5E4C647001E00E2AB856EA01FCAAC6987CCBF855B0416EF5B824BCFB7141128B6079254018A2C0D9CE18A4DA18A36D3D0E3AD4EBA6DD3B00213923201E0E2BA2967B48638B7E0292769C702AAC01A0BF96796E11D1A33B1B752D0462416534D742D82ED939E1B8A99B47B8F2C3C656504E084EA0D6A59EA76F2CDE65CA6C990101C0E1AAAE9B7660BAB9672DB1C1DA00EF40142FACD6CCAA9943C9FC400E9552A5B90FE6B19339273CD4349012A3ED39CE0D685BDE30824F9CF18ACC1B7DEA505961254614F06A868B0FA83B2EC2038F71558329901C607A5463AD49126E900A40D9AF0CA91DF2ABB05578F6E4F6EF53B215C1E083D0839ACCBEFF5F8F402B460F9B4FB763D4823F522BAA9B68E7AA93D46CF3A4087E6F9C8E00ED5534DF9AF90FD6997FF00F1F4E3B03814FD2C66F54FA0CD3836E57626928D91D0B9E6814C272734E15C957E3675D2F810ECD50D5DB6DBA7FBDFD2AFF6ACED63986219EE6B3EA68F63534D594595A01B369DB8CE6A5D483AD95DF9918EDF30208078A8AC3CA586D03161C0CF51DA97559E3FB1DD46B3162C46075C8FAD3902D8874C1F22FF00BB4ED4C9167283DD68D346231FEE8A5D58FF00A049F4A96073B9EF5D3F87555A22C4ED650A14FBE0D7315D568442C02303709230EC0FB0C715AAD8CD9ACDBB6C9B47CC54E533C1E0F22A2B3121B083ED0497D83737756A9257D90BB672154957F4EBC1A6DBCA6686297015E440C57B3669012F3BB9C6FC7E0C28180B839DB9FC54D03695EFB7B8EEA68C9C8E46E3D0F6614018BE614D4AF4EDDC4F9878F606A237339076C23F1CD491C8B1DF5F1208E25381DB150BDEAED6C46C783DC504B1750794DE0C801801B38FF6454D76972D793624DA379C62A0BF918DF121395C607AF02A7BB92E4DE4E238D701DB048FFEBD310C9E39174F52F216C4A7BF5E16816C1EC61DCC7EF39FFD06926F38E9EBE6118F35B38F4C2E2811CCD670E252A32E7AF6E281935B59C6AEC46788DC7FE3A6934A426EB6A36D3BCED3E9853496F68E1DCB4C5B11B8E49EEA68D21596EBF76016572067BE14D023421433099DC6D914C6DC763939FEB4A8CB2436810812AEC1C8F7C8FC29B1299CCB32128C1A3383E87A834E42AD0D9BC78320D8A47E340C72AB4EF2B9FDDC8BB723FE04C08FA53E123366C832E14020FB2B534169DE592325186CDCA7D3710453E2C6EB391065B680467D035006B591DD69130EEB9A9EA0B221AD2223A15CD4F48028A28A002B99F1C8CE9B01F497FA1AE9AB9CF1B8FF00894C47FE9B0FE469A03813EE2AE9BABC458DA5BDB811BA923121E3B0AA446EC00793C568EB1244F218908CA12BF4C50D2622AB5D86277DF5CB0C1FE23D71F5F5A89A58189CC970DCF193DAABF947DA944581F7A9590C2475DE7CBDDB7B67AD34135208C0C734A1571DE9D808B269403526D4F434A028ED401174EB4D238AB0E55C8F900C7A1A420100151C5022111B6D0FB4EC276EEED9F4ADA5B7126944E71E507718FF0076B30600C6D1D41E9FE7D6B561991349C31C3BC6E00F5A00B1030F2A33BC01B57BFB0A7C0EBFBBC4833B8639F7A8208D4431E23CE1473F854D10002FCBD1BFAD219AF0C7B834E4C593C64E58F1C5358BCC091394603180C40A440442C73C2E4D3511B66707079CE38CD4D8A655788FDA3633139700B11CF38FF1AD41A55B87E59DBAFA0FE9540833DE70E1402B92C38C803FC2AF3EA718938494F51D866AAE4DBA94A68123BD68867CB1201827B6456BFD8AD95C6205E87AE4D62DCCDE65D3CBB48CB06DA4F3DBFC2B44DC5EBB0DB65EBD41FEB4DDC46B69A89189551028DDD00C55F1D2B2B4633979FED11AA1E3000FFEBD6A8A43168A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A002B99F167FADB6FF0075BF98AE96B91F14DD893514B7D8434484939E0E718AB86E06406ED51838734D2F839A4248656EC4E2A59AF40939CFE75033938C9E83152336003E86ABBF0E40FC2921488EEBE65DDDC553206ECD5F7C187F3AA4C30714C86274AD5D1E6F96480F553B97E87FFAFF00CEB289F4A96D65F2274973F74E1BFDD3D69311D1E4D73BA85ACD26A5388632DC86E3B6466B7F7D54B8453746428AC5940CB7418FC0D098187269D70885A40AA073CB0A6C563BE3F33CD8D78C804F35A3A848041B42C60B71953FFD6A7C328588289E35E318C67FAD0064349DDB8279A6F9C71F78E3EB4E313CD2ED45E800E4E3B52BD8CA8A59B6803EBFE1401119693CC3E95661D3E495436700FF00B24D2496452444DC496FF671FD6802B798D485DBD6B4C696A172779FF8128FF1A8ADED12476380541C0DCC7FA5005025BD4D2735A9730C50C476C70E4F1C124FEB4FB748E341FBC881F7504FF3A00C8C1A7AC12B7DD8DCFD14D5F98F9B70177EE55E72AB52C8C110FEF24E07A607F2A00CB10485B68539F4A7B59CAAB965007D6AD4099CB32C849F4A4B8C121143027B134AE0558ED5E4190540F734496E63232C327D2AE84089CC43F135020F3242C0281D00345C6442DD719320A45890BE371C7AD58998AAE06CC9F4A48F08BC38FCA8111347128E0927E948883192A69CEDBDF04E40F6A5660ABD5A80237C13850682303EED20F539CD35CE7A5002753484D1D2929805252F5A4279A0055EB52A49B0903D3AD419C548AB85C9EA7A500286C1CD349CD06928010D5F85B7221F51B4D51AB168DF232F70430A4C13B3B96AE3960FFDE19FC7BD576AB4E37C19FEE9CFE07FFAF559854C4DEBAF7B9BB95E5E08350B75AB120CA9AAC6ACC02ACC4E3CB03355A941C5005FA644374E2949A7598CCD9A993B22A9ABC91AE91A94008A431B2F229EA78C1A901AF31C9A67A240B2638352AB7A1A56895C640E6A121A33ED4692D8562C67347D79A844C31F371576D5629573D6AA14253D8995451DCA8F1027E5A6E4AF06B5FECB091C022A09ED06D2579AD1D0A915A89558B33C857A90003A531E3653C522BF3CD636B976EC48BCF0DCD35E32BC8E94FDC29DD6A2ED0D32BB3614D63312D70C7DEB6EE157CB63D0E2B0E31FBC63EF5DB86D6ECE6C4742519A7014829CB5D6728E02A4514C1520A0070A490528A1BA52195F80DCF4A90293F74835137DE340AC8ED8AD117AD51C48095E2B4739159B625B7F5AD0CD22EC068A292818BDE9C0D3696801E79EB50BC5DD6A4A729A7193467282922A1E3834E46E70C6A6963DC32BD6A023B1AE88B4CE3945C5979F66C5DA7A0A8E42580C1E4542A4918279F5A96340EA304EEA2D661CD7562DDBB6C501FBD375093CBB4939F94D313703B5BA8AAFAB49B6C8A9EE6A64C2DA5CC69802BC735020E69AAEC0E3B53D082C39C52B58572FC320DB83C548D868803D3D698AA1A324534868C0C734862CADE5B0C65971558E1DB22AC191496CF07159C5D83122816C4CF10FAD32E00F2B017069CB367861CD36E0821706988A27AF34A319E686EA6900A603F29D81CD0CC5B1ED48BDCD14C09ADA530CA1C1208E8455C7D4A49010ECEC3DDAAA4698209E455AF3624E040BF534582C446E09E02023B03CD29927C711E3E8B52FDADC642C68B9F414A2EEE3B363F0A2C1622C5DECC80C07D2916DAEDBA0207B9C54BE7CF83973CD44EF29E0BB1FC69D82C57955D5CABF514DC54A50E79EB4BE43ED242938F414AC044012C00AD416FBAC8A01CF5A82D2CE43876438EDC56B451326372915B463A6A43662456E5D73DC54BE5342EAF81D71CD6DC762ADB993BF6AA97B0EC540473BAA1A48D134D19D72089C86C67DAB56D7FE3C6D47B7F53595747372DF5AD6B5E2D2D01ECB9AD61A239E6655D9DD7521FF006AACE903FD2C9F45AA731CCAE7D49ABBA38FF4873ED574F714F636BB9A70A60A78AE3A9F133AA9FC085ACDD69B6A45F8D697E1599AC649887B1A85B96F6376CC4A05A01B080BC7247F0D41AC4B9B29E3689430938604123FAD4D68210F6E3CC751B4E7E63C71597ABBFEFE650DB86EE1BD6A9EAC7B22EE9FF73E8A299AC7164F8EE47F3A9B4E198DBE82A0D6B22CC8FF006854BDC3A1807A1AEAF4329E52A121660A0A1F518E457264F15D4684099CB152CA90ED23D891FE15A23366943E6426F649B81BCB84CE414C738FD6A642861464E612015C7551C51222CB132392D1B0C6F07919A7449E5A4718E19142A9ECC0629085E41EA036386ECDC74A701938DBC67E65F4E7B5340EB85C8C7CC9E9EE29EB82C9F364646D7FC7A1A4060C0E82EAF8BB0E921C9F4CD31AEA154383D8F45A740AAF35F3498E8FFAB0A630B75073E58EBDEA8417D30FED12C01F90E0D49717645D4C0445B0EC339F7A65EBC7FDAA482301B07EB524F7512DC4A3E6CEF61C2FB9A008A79647B15CC7B4191B3EDC2D3835C0B483628C7CFDBB646292E6E164B08C2861991BAFB05A1AE8A59C002039DE396F4228024B7174CEFB9C01E5B8C0C75DA69DA3B347745B058AB9C81DFE539A86DEF1D9DC6D41FBA73DCFF09A9B459025D798DD3712D81FEC9E68034232CFE6CD0364168F23D54FFF00AE855510D9CD18CB61148F5C1A119A332B4203465A3040F43D08A44411259CC9921847903B906801EACD2BCB2C0783B32A7B8DC7352C4006B39539255411F40DFAD45B8979A483050EC0463B166E6A4846C36722E482AB903D835006B59106D2223A15C8A9EA0B220DA4457A15E2A7A401451450015CEF8DFF00E40F1FFD761FC8D7455CEF8DBFE40E9FF5D87F234D6E07021B6BAB639520FE47352DEE4DECE4F53213FAD40C38EB53DEFF00C7E4C7D58D31105252D25002D251452016928A2800A5A4A5A002AD1E6D6D7FEDA0FD4555AB43FE3D6D4FFD3471FF00A0D00695BB036F112F8CA2FA71C53D1C2F3BC70D9EA3D6A95A193ECC9B2DD1F8FBCCC0679AB30AB794448AA5C31CE3A75A066A4977233B8119F9BB86E05345E4FF0063FB3ED40A1B7025F9AA92026E23F9B03238FC6ABC516F491379270A7A63A1F73EF4590AECB72E641F3320F50A7D2B5B4A62231BA61E526E5C37001C03D7DF9AC6B78BF74231C9C9E847F4ADBB1B6F3F4ABB857AAC9F29FF00808C53682E53D4995AEE491183020608E464019ADC6CEE042B1C93DAB1563F334899FF008A294119F42A01AB834A6754692EDDB38EC7D3DCD263352CBFD7C83041C035785656956496B76EC8ECDB931CD6AD20168A28A0028A28A0028A28A0028A28A0028A28A0028A28A0028A28A004AE1BC4B84D7E521B3945247A715DBC8582128016ED9AF3AD61674D62E3ED04194E09E73D7B55C3A815DCE0D28F9A16F515131C8CD3A223637B9A891A2137649C7719FF001AAF9CCB8CE39A99BE563EA39FC3BD5607F784F6A48192E736E477DB54E4EB56E47FDDE47A8AA5707119A224C86B32A0E48A89A7CF0A3AFAD4268CE0E6992747A75D79B6A81BEF27CA7F0A96E36B953B10E3FBF58505CBADBBAA0DBF30F981E4D68C5F2C7F334473CE1DB3CFE548082E7E6B9893F74BDFE5E956FCD2A9FEBE3181D87FF5EA8AB06BD66DD1A8518CE38A9AEAE36C2D8995B8E817FF00AF400962726494C982CDFDDCD2DFB931840EEC5CE30571FD296D1D63854095C71D1533FD2A0924135EAE59D95467A739A00B9126D8C0DB3F4EDC55445F3AED982BB05E3EF60FF3A9E69552227130E3BB54364311E4C6589E73BB1474025BB2228493160F625F3FD692DA1D910CA444FAB7FF00AAAB5D3079D2308171C9E7352B48238FEE403F53FCA80193379972A9FBB509CF1D2A6926F2E338950E07455FFEBD54B7936E64DC80B1CF34DB9B83210A5C11ED4012DB311972E416E4E0669B732191826E661DF8A6FDA02A604A7E80540B28DE59C9CFB5005C055139F32A08C6F72E4123B73514B36E1805B1EE6904A00C60D03269DB8D81704FBE69C802272A9F8D54DFF3648A1A4C8C018A044C0EF933955029D24BB5701C1FA0AAC1C81DA9A4E4E4D004CAC146771A633EE3D4915193402450048CC31DEA3A43934530149A4CD2518E33400A4F1C5369714B8E28025B6884A48FF2291C18D8A9EA0E2A4B37F2DCFBF1525DA61848C39C608F7A9BEA3E85634DA5EA292A841525B10B3AEEE878351D27BD006BC4320A1EE0AFF85566A9E26CE187F10DC3EB4CB85025623A1E47E351B33A1FBD493EC56619AA8C30C455D34C5843C9B8F4AB39C89202CBB8F14D311CD5D938181505003D8F14FB2077E6A290FCB57F4E51B79159D57689AD157916524F5A9D4F1C1A61881FBB4DC32579EECF63B0B01B8E686E4735124993CD3D9B009ED4A306E490A52E58B6CAB3A027E53CD32CAE9ADA6DAC7E53532A891B9AAF716AEB3EEC7CB5EDCA9AA69247974EAB9B72674514A1D4106A60C0F06B134F9594F964FD2B5049D9AA6F73722BB8369DC9D2A93461BD8D6931DCBD7355254DA73DAB83114795F3C4E9A552FA32AE190F34F5604D4840C7350B47CE54D725D3DCDF712F182DBB13E95890F3935A37F211015359F10F96BB70F1B44E3AEFDE2514E14C14F15D0603C548B51AD482801E291B8534A291CFCA68635B955BAD141EB456477A2FD80EF57AAA588C21AB54162D3E389A4FBA2A3A4B991D63445279F4A695C8A92E5572465287045277A48247950C6F92CBD33D69ED13A0C91D68946C284D490DDD838A78350B75A72B715362AE4A2992479E475A5041A51549D84E2A4880641A9E362A43AF6EB48E9B86475A62FCA6B78BE638A707165949034DBBD6A3D7D47911281C9E4D28C0208AAFABCEA5610C7902A66B4253D2C61BAED27069B02132807A66A59B079144190C314AE162F2C6122F9339A5662A555F834D126106EE2A4DC198743486432202188AA463C9AB728650CC1B8F435023A9EFCD08442C097E2924464201AB0CB922A199B0DCFA55088026E3C0A3CA666D88093ED532CAAA8428CB1EF4C8E7781F7AE371AAB007D927231B081EFC54834E9CBED001E339CD34EA139FE218FA537EDB718C79A6908BF0D8C980A4AFE3523D86149320C819359267949C976FCE9E2E66C11BC9068B8EE69DBDB42C81E5931E833525AFD982B799B49DC7AFA5638964EC2955A53D14FE54EE3B9B0E6CB3938FD69A67B343F2C408F522B2F6DC37446FCA9C2DAE1CFDC6A2EC5746A25F5AF99F3200B8F4A78BF56625233B7DCE33F8566C7692AF263C9F7353795377D83EA6AD72F525DFA17FEDEE720201914E13B34614E302B3BCB70799A31F8D3F6FADD0FF0080AD573C7A13CACDCB2946073516B3B48858752FCE2B2530BFF2F128FA0A0C85A78D44923807F8EB393E67A14958A772733B9F7AD6878D3A02D8C6C3F3563CA732B7D6812B88FCB0E761E76E78AD56C4310FDE35A3A3F12B9FA566D69E903990FBD694F722A6C6BA9A7FD6A35A70E6B8E7F133AE1F0A1E0D656B0E04910F55FEB5A9597AAF37318FF647F3A95B94F63A7816759A1CA21C29E03FB0F515CFEA8DBAE66E369DE78F4AE8A1688DC4616E4F087F8C1F4F5AE6753E6EE5E73FBC3CFAF34FA8E5B1AD6390A707D2A1D6CE6CFDF70A9ACF8527DEAAEB87FD1947FB42A5EE1D0C4238AEB3432BB98676C840C1EC7DAB92CD757A28066914A8750809F5C1207F4AD0CD9B0B90C48186FE24ECDD39140C14E0164EEBDD4F155EFA4922D3E5922CBB2A6E8D80C9078A995B98C3B0591972A4746E0714807FA6E6CFF75C7F5A7AE7CC1C00C4F2BD9B9AAD6E26FB4DDEF1852E0A2139046DE71F8D5852015EA5030FAAD00730872D7840C0F2DBFF0043155997E46FA1A9909C5D904FDC3FFA18AAEC0953C9FCE9A21962FC917D3E0FFCB4FEB556F1CFDAEE30C7AC87F1DC6ACDDE06A32F19FDFF00FECC2AB5D4BB6E6E30ABC176CFFC08D0325CFF00A35BFF00BF21FD12A591945B5BFF00DB4E83FDAA88B9F22DD78C13213C7FBB52B8CDB5BF3D9FFF0042A6216D986F7E0FFAA93B7FB357B4200DC80C382C47FE3B542DC00D264FFCB17FE557744412CCC8DD0E7FF41A00D189FECC258F6929BA34CFA1C70688D0C2966FBB31379671D7073D692060892C731CB931E09E72401FAD32D66FF8F68D8E5104679FE13FE14864FBBCA799A201A26D80E3B659B9A7428227B4704956553B47FBAD934D18B679D55498CED1F4CB353A05313DA316CC6CAA71E876B6680362CB1F648B6E31B78C54F5059002D220BD36F153D200A28A2800AE7BC6DFF2064FFAECBFC8D743581E3419D13E92AFF5A6B703CF1BA7E153DE8FF4C97FDECD42C33C66B73FE11FD475063736F0A98A439562E07B74AA1185495A2FA3DE2DC7905143EE2BF7C632064D48340BD3D4C23FE067FC28B363716B732A8AD81E1DBA3D66807FDF47FA531F45119C497B106FEEAA331A396DB8D45BD1232A8AD21A75B8386BB93F0B727FAD588347B498ED4BF666FEEEC0A7F234AC374E71D5A3168AE8BFE11EB703E69E6E3AFDD1FD2B2AF22B48A5F2ED9A47C1E5D88C1FA714DC6C4D8A75697FE3D20F69987E607F856F785B47B2D40DD1BA8D9FCB2A1407231907D29BE29D3EDB4E7823B54F2E32C188C93CE0FAFD29683945C5D998D6D246B02EFBA923E4FC8A7A727DAADC6E16D9DA393852D82C739F7ACBDAE410368009EAC01EB51B743CF3CE695893A49177CB1B63EE81DC7AE69A6352183EC008C7DFF7A84152A8C73DBBD35F6869F0BD14E7E63FDE14C45A89C42BFEB107618CF4F4AE83C3922C8972B927255B38EBC57270B068C61147EF07A9ED5D4F86B216E00FE1D847E44526342DCC1E55BEA6ABD372363D334E5D4ADFCA88190E405CE233E952EA19CDF8C7C8D121CFB8CFF4A4B4B580D9C0FE44792AA492B9CD0C649A7DE4335EEC8CB92533CAE056AD5282344B95DA8AA71D801EB576900B45145001451450014514500145145001451450014514500145145002570BE2C8D935A77D84074041F5AEEAB90F1A7FC7EC1FF5CBFAD5C370399CF507BD246D87F63487AD348EE3D6A196896525595FAEDE08F6AAA3AE3D78AB2CDBE224F52326A045C91F5C525B0DA1AD9DA3D8E0D55BB3F281EF5764F9588FEF550BB3F30142D452562B52529A4A641221DA8BF2FF001673EB53FDA4E3023415130C469F4A66E03BD2026867788B1555C939E689AE2599406DB807B0A8378A37D302713CB8C6FF00D2981DD5CB07209EF516FF00AD26FA56027791DD70D231FA9A6866C7DF6FCEA1DE68DC68024382739A4E299934618FAD301DC7A5069BB1FD0D3C412919D8DF9500373494F48247FBAA4D060914804609A0065152FD99F19271F8D2241BBF8801EE69010E4519A99E15538C83F4A5F2500C9229815F3ED466A748D4F27F950CAB9C2FF2A40419347353950A3A1A8FAF34C08F068C1A79A4A0040B4E03E5228A553CD003297B1141E09A2801F11C3D5F29F698B03A9191EF59A0F3566DE668DC73C0353243440460914DAB17A9B6724746F98556A6B510514514C0BD66F9840EE8DFA1A9EE1731A9F43B7FA8AA562FB662BFDF18FC6B407CF0B0F55CFE23FF00AD9A897737A1ADE1DCA78DC7152A8C0C0A451C50EE1064D51811CA6A2A469B71A4DFEF4C07487A0AD5B1188BA565372E2B56D5CAA006B0AFF09D143A96C7B53B39E08A6021B9A7F6AF3D9D431A10795A8652C8306AD0F51514FCAE08AEAC1DE555239B14ED4990C0E0B0ABECA1D3079ACE58FE6CAD28BA304C037435EC56D373CEC3DADA0E68DA393238C74AD5B39D2E23D8FC38AACC1665DCA6ABE1A37DCBC11586DA9D29F434A68DA319078AADF6943F2B9A7A5C79AB863CD412449231C020FAD2631C700F07228201E950A868D8824114EDF93D79AF36B51E5775B1D74EA5F4296AB911807BD518C7CA2ACEA9296655AAEBD2BA68AB40E7AAEF21E29C2980D38115B19128A78A881A7827D290128A8E5601719A18B638A8187393D6932E3B894A3AD252AF51599DC8D4B3188EA7A8AD862215250CA1687E6E621E940FBC28505AF463A8157031ADB24399992F198718151457328972C49463839E956E72C226F310671D4557618B151EA6AD3399AB32C341C655867D2A023DA9CE4FDA5067A2D4B888E173873FAD44A3D8DE152EBDE2146C1E462A414C65F5A54E0549B2D07F246050E99E4502A415517614E2A4B52351DAB2B59CF9AA01ED5B2CB8E45656A4374DF855C9DD2385C1A7632431079353C12A87E6A0963F9EAD594596248CD2B88B842B2AE298CACB2654F4152B2066072571E94C2583364647AD2F41DC82572D0918C1AA4073839CD5E94AB2706A0D9919A10991AC841E79A1F12938C0FAD2AC637F349B7F7870B902A8422DBF1FEB1452FD990FDE97F2152066E02C4B9FAD2B1950E088C1A7710C16D00EEC7F0A7ADBC1FDC734E2640A0F9817DC2D3E247989C4EC703D31480688631D203F89A7EC0BD2041F534C68FB1773F8D3E3B589CE1B71FAB5031CA4AF6897F2A0C847FCB641F402A131A2315118233DEA7780C4AA555467D4502186E53BDC9FC2904D19380F2B7E1562D8655CBAAF1D30299DE8191EE563C45313F4A3E63F76D1FF00E04455A809320C9CD5694032B649CE7D6800CCABF76DE3C7A96A721B9933B52118FA9AB3790A2C09814CB350BBC8A0087FD2081F3203DFE5A7F94E9326F70E48CF4C53B3F353AE48F3D477084D0065B83B8B63827AD3403E9576268FCB28E47CA73F5A4CC4642C08036E00F7AD79AC458A9B4FA1AD4D254857C8EF55C4B1AB8DC380C0E71D455BD33EE484742E715B52776655168688E94E04D4624503AD2871E8C7F0AE396E7647644983591AA122FE3F50148AD5DE7FB86B2F5139BF1F41496E396C6E6877335C5DCAD3667DB18001C7193EF58F79CDCB6063321E3D39AD6F0EAB19A72B279642AF6073C9AC7B839B9E7A97FEB4DEE2E86DDA1F90FD6A8EB9FEA53FDEFE957AD3FD59FAD50D74FEEA31FED54F52BA18E064815D768C844F2B6ED8CCAA54762339E6B90EE31EA3F9D76F6455A49245426161B76E3950391FCEB4E866CB17172B6D6F24EC08280174F5190322924B70D3C12AE76C25B3191EA314C5F2EF2C079E85A270739EAB83DFF11D6AC93F300E70DD9C743D6A405E3192D95FE17EEB4E527CD4CF0F9183D9A9809121C615F3C8ECD4A84123032B91B90F51F4A6072D193B2E4803EE0FFD0C545B646E02FE86ADD94A91DB4E58F3F29E99E370A77DB23C8003F27D3DE9A2190CD1B3EA8EA41CB4F9C7B6EA8E5B2779A562870CCC0F23A6E26AC3CC0EAE1C29C0976E3FE058A57BB7F31F6C5FC44649F734010CB6C63B485987DD671D7D48FF000A99ECCB5BDBE5870AC7F36A6DC4B23DAC41D0282589FCC629EEF726DE0DA40F95B3C0FEF1C5301D6F64A19F2DD6365E07AE2A5D183F9ECB19C3066C1C7A0C557885C9F34990FF00AB6C74E0F153E88ED1DC170BB882C48CF518A00D08809E095A41B5B746E47E02AA4398FCA24824AC6C3F0EC6AD2A89D259E36C61E339F6C0CD5388729BD782B19C7A8C7FF5A90CB7673048A40C38754C77DA4B362A780346F665DB316D5233DBE56CFE159D19C08C64E32B827B8DCD8CFE557ED9DD5ECD64C6CC2953F50DC5006DD9285B4894740B8153D57B250B69128E8062AC5200A28A2800AC1F197FC809BFEBA2FF003ADEAC2F18FF00C809FF00EBA2FF003A6B703CECF1CD7A77877FE4096FF43FCEBCC5867BD7A6F873FE4076DF43FCE8608C4BA3FF0013E23FE9AC9FFA0D581D2AADEF1E22C7AC927FE81524ACCF2A4111C48E700FA77CFE039FCAAE2F43AEA4799C579210C735E486184ED453891CF41EDEE7D855B8B4BB481398FCD61FC52723F2E956A148E089628B8451C7BFB9F7A737229D89751DB963A228C91C4411E4C38F4F2D7FC2B3EE34EB69870042DD88FBBF88FF000C55F90E09AA373360601A7A12A4D6C625F9BD8098669A4298C805F208F507B8AA0BCB01DC902BA1784DDC0D030CB72D09F46EEBF43FCF1582176CF1FF00BEA47E62A1AB13357F791D8782BE59AFD0F51B3FAD47E3A8F746B2038D814FFE843FAD4BE111B750D407A853FAB53FC64BBAD24F68C1FF00C7BFFAF52B726A7C4CE14E3736739CFAD21E87E9437DF6FAD2533237A3D86288961F754E36E7B0A7E54BCA32DB8641217A7F8D411366DA1CAE7E41DBDA9CCF299E45527856C6077C71400F57458CE0CCC370F4073CFA56FF008624CCD28D842B22F53C8393FF00D7AE6D04FE53EE2F9C82371FAD743E17199A504F2621DF3FC5498D1A7A8C7FB9BAF78C7E4335996D7179F638D62B65650000C54F383D7AD69DFEE696639F97ECF92BEE09ACCB4D5ACA2B08D1E701C0E46D3EB40CB964D7DF6E8BCE8D16339CE00CFF003ADBAC2B5D5ED27BD863899D8B3601D9815B2B282178EA48A404B45252D0014514500145145001451450014514500145145001451450015C7F8CF9BD87DA2FEA6BAFAE3BC607FE26318F4887F33570DC0E64F4CD22E09C7AD3D86188A6E2B334101C46CA7A8A601C1C7D6A4719C37AF5A231DE95EC5588E4C1607D85675D1CCBF85693AED247A5654C732B1F7A689991D201920529A1080E09E99A6665A684B80B18C9F4A8DACE40EAAD805BA0AB56921370A13764E7EEE338C7BD4EDBA5BE00EF3B17BB0C8CFBD202A7F65CA17733003FDD6FF0A4834F699370DD8F61FF00D7ABF79F25BB7073D3265C9FCA96189638806108E3F8A434019EF6212658FE6C9E4E702A67B086342CC3A0CFFAC1FD053A3DAD74E7F7600E002091F853AED86C08BB3E638F963C1A0086DEDA229B9C479FF6988FE548F1C5E7AAA88C01C920120D5C52D1C5D6403DA2A82D43B3B4B89393D5702801D2948E23B7CBE9DA2C7EB4DB65291E7F780FB2525CB3492AC64B9EE4330A591824478E83FE7A66819136669FF8D82FE74B3B6D4C7CE09E99614D842EDCB14E7D58D34E1E5C0DA00F6E2801D1A844E547FDF58A8C61E427E503D09A7CC70B81B493E8B8A58F289C161FF01A4047295C0036F3E829CA02A7DE1FF7CD22EE91CBFCC47622925624ECCB7BE4D301231B98B1CFE0B492B127682C7D7229C4854E9FF8F54698E49C73EA6801C4055FE2FCE98A3B9FE748C43360600A19801C63F2A0431CE4E29A78A09A693CD300A29334668014D28E39A4519A19B9C5002BF0D4DA731C8FA5368012AC5B2EF723DB15054D6A7128A4C09E7064B5473F790ED354CD693282F247DA45DC3EB59C7AD240368A28AA01636D922B7A1CD6CF11C9C72B90C3E86B12B560943DA44C7AA0287FA526AE8A84B96498D9711330CF00D529A42E7DA96794B9A868412776D8525145324B318CCC2B6E38D4A0ED5890C8125CB56E41224880AD72622E7550B58428CBC8A16423AD4FD3DE9AC8ADED5C9CDDCE805604714C987CB48D1B2723914D6938C1AE9C2B51AA99CD898DE9B43D2205320D675F2B2B827B55F8E6038A6DCC7E62722BD4AADB7A9C54E2945584D3A432C7807E61DAA79323A8AC78646B4B8047AD7451BC7731861DEB34CD3728839E8704524D7BE4A608E4D4F7166CBF3A7358F76EC64DA7B50C078BB9246F406AC42ACE739355ADA067E4715A30C5B17AF35CD5A5CB137A2AF232AF73F68C1ED4D038A5BA39BA6A4AB87C28CA6FDE6380A78A60A7AD5923D6A414C5A78A4029E9504831562ABCDD6A64694D7BC329C9F78532A487971507723562E2314EA6A70A297343287A7DF1F5A58702E9F7103038CD479C1A7CD034EA1E3E4F7157030AEB4B8C795CDBC80B64678A925E22813D48A8E581A2B61BB19CF23D29F232BDC42AA410076AD0E41D9CDD37B0A0F374A3D053623BA694FBE2950E6E5FDAA7A9AC7E144CF708A44720E0F7F4A465C1E0E47AD446259AE0866C0029EF77E54822DA0A0E0D271BA2954717AEC3C548B4863206E1D0D22D4EDA1D09A6AE8996B2AF46666AD45359B72417638E734330AA654ABFBCAB566319355DC7CE4D5CB342549033556D0E72634D20E08A79041E690F4A928CEBA51110578CD46938E8D562F53763154990AF6AA443D0B2304E45322C97739E2A142D8C8CD4D01C86E3F1AA113403F78289941949C53A01F3F5A47C990E1B8F4A2E04F70152D178A6DA636BB0A5B83E6C6A8030C7B5100F2E2618345C08CF5A9603F35376F538FD69D1719E28020DDBA6C7BD5AD41B6A20A8420DD9CA8352B8F331B9F38F6A004B6CFD9D8FAD30027B528768E36E72B9FCAAFA491BDB796F10DC4021C706AE11E67A132972ABB2A41C3D579118DC74E09EB5684663663D88E0D47F20ECB9A8774F51A69AD0B174C922AAEE071EF51C202ABE0823DA9AD2286C1083F0A15C1562BCFD295C620C06073FA5172419C91D93148AC5980C9EB4CBB62923EEE78C669F5029E625390CF9A779A85B2771FC7155FBD2D6DCA677276963639284FD5AB4B4BE6DC9C632C6B1AB6B4C1FE88BF8D6D495AE6751E8682D3A9829DD3BD70BDCED5B0ECF158F7E09D538ED8FE55AD59572F8D50918C86EFF004A16E296C6D683B48B82F099000390B9C75AC7939B84EFF3FF005ADAF0F8736F76C854608C82339E2B13ADC45DBE6A6F70E86EDA1C47F89ACFD74FCB163D4D5FB7388864719EB59DAE633173EB53D4AE865273228F715D6691231B998062BF2285C9E09E41AE523E6641FED0FE75D3E9C9E624CA490B95E54FCCB8C90456866CD8E416D836BF3943D0FBD426E00BD4B744CABC6CCC87AAE0FF00F5EA47384FDE1DE9D5641D475EBFE34AE32EACFF00787DD907F2A403B819272D1E7F15A703CA966EDF2B8FA77A68277F38590F7ECDD29065492A30704943D0F079148473F65B3ECD397C745CE4FF00B5446F1798A014EA3F9D25944B25A4D9CF3B071F5CD3E2822F353AE770EFEE2A896343A9D581EDE763A77DD492DCAEF6FBC793DBDE963087561D31E603F8EEA567B705B94068019732F996D0601C1DE79FF7A9ED3B0B6802C79CA1EFFED1A4BB911EDA1542392C463FDE34F92E5160800C9CA1EDFED1A603629276128F2C0FDDB11C1EBC558D124115C176CEDCB0381D381CD578AE8625215B88D9BF9559D0CA8B8FDE602B330E4F7DA28045C50FB26780831978C11DB6E0734BE524D6F66633F332A29C76FF0039A62178126444CC65D10FA8F9460D3D23F2C594D18C9758C15F5C5219593202C64E0EE40DEF866FF0ABB6CE5DECE275FBAABCFA82AD51ED5BB334A9C1528C33D47CC73FD6A4B77494D9A608650A0E7FDD6C50236AC176D944B9CE1719AB355B4FDDF618B79CB639FAD59A430A28A2800AC2F18FFC805FFEBA2FF3ADDAC3F180FF00890C9FEFA7F3A6B703CE5ABD37C3473A1DBFD2BCCD87BD7A57863FE40707B0A6C11CD788A6783559254386591B1FF7C8A9B4BB832B4F772000ED0001D8B1E7F4502AB78A7FE3FE6FFAE87F90A974046BA825823C6F2633827B618511DCEE9FC2BD11A71DD82C6B46C592652CDCAE703DCD565D1046BBE79828EF8A75AC96691B5BC0E65646CF5F5AB6D339AF72E5E45118F698D493D001CD621D19C4F9B99D638FA8C919C56FC717990E0B10DEA0E2B26FEC964986599B60C649CD0BB12BB0E173A4E9E8767EF6403A81935C96AF1087517DA30BBC32FD0E1BFAD6F3D8A738158DE22205F3A8FE02A9F92814A48D22B466FF0085B8D5AFC7FB23FF00436AB3E2D5DD61200327CBE3FEFA155BC35C6BB7A3D633FF00A31AAFF8907EE57BE508FF00C796A16E455F88F39954A4CEAC30C0E08F4A6FB558D43FE42173C7FCB4355B3CD5189BB6DCD85B92A48D83F8B1567639CB6C5C1E325BAD54B539D36DF6FDE039FD6ADA94DAAA48DF8E452010C451481E573DBAFE7CD6A7870B2DF9F997023390A303191541F66DE01FCAAFF87CFF00C4CC0C1C18D8723E9498266EDC85F3CA920EF8CF07FDE19ACC8EDE30F22ADBC4A067188C73CE2B42E93FD223623252371FAAD71EDACDC92401129CE3EE67BFB9A3528EA76851C1C63711DB1CD5D46DEA8E070491C7AF35C4A6A9792121655191D914574FA3BC92E9F033B9666DE727B906A581B20E4034B51C4DBA307D69F4C05A2928A005A28A2800A28A2800A28A2800A28A2800A28A28012B8DF1773AA2FF00D721FCCD7655C7F8B87FC4C50FFD321FCCD5446B739D907208A8CF5A99864544D599B580F294B18E2907A503E539A1A1A2298F04D6439CB13EF5AB72D885AB24D35B19D4DC4A1472290D393EF6699997F4F45333B394C05C0DE78C9A96D8AB4F2361305B8F90B7E555A1B810C4E159C331EDD0D16D75E52633267FD938A405ABB6DD2C7180339CF11ED3F954D23B45013FBC181FF3CC0159AD71BAE3CC656618E016E689EE3CD5C04DBFF0226802E596F58B77EF067924301FCEA27632DDF24E17FBCFFD6A01724260449F5350ACACAC48039F514017AEE4023C0C64F1C485A88CC6918FF544FBE4D507959D812471ED4AD348C305B8A00B1132B48CE700761B73493481DC28231D4E1315543B0180C40A4C9CE726802F34AA91FDF7CFD00A8E1608B93BB27D08AA8727D68C1F7A00B0D26F9339240F534924A31B47F3A8369A4239E48A009FCD555E00A62C98249C545C7AD1C7AD0048F2EE3DB1EC290CA71806A3E3DE933ED4C070723A521627AD27E147340066928E690D0019A07269314A38A0071381814C0791467340EA280255192452500E1E86E09A004A746DB5C1F434DA28034431F351C763FA554B84D933A8E99E29F14D84EBC8A9278FCDF2A41D19793EE2A7A8742BC51EEE4F4A1A304F156186D4C0A8AA8084C64559B26C2C884E3A30FEB4CA4A00B92C11B44C428CF0D9FE7549A11D8D48B2BA020370463069BB8F7152934693929256DC88C6454791560906AAB8C31AA332456E79ADAD3E784A05DC01F7ACC9ADC0E56A0C321E38A9AB4AFEEB2A9D4B6A8EACA8DB95A6706B060D4658B82C48F7AD2B7BE8E5182706B82542513AE15132F738A6346AFD69036EE869F9AC55E2EE68D292B14A685A36E3914E799CC5B7A1F5A9A7E83BD352312A63A37635EB2ACA493EE632C3F2D3BA326653BB2C735734CB8F2E411B1F94F4A7CF61263207151416C526424F43576D4E53A10723D6B16F951EE4F1835A8AC36FCA6B2A7C9B839F5A720EA22A320C8A9D65C21CF5A443D053E54510B1E9C571E21AD11D54568D988C774EC7DE9F51A72EC7DEA415D0B6395EE3853C53453C5021EB4F14D5A78A005AAD2FDEAB26AAC87E6353236A5F10DA9ADC664150D58B51F3D41D88D11D28CD20E945058669C8E54E54E3E94C3D39A80655B20F19A122252B1794894323B6377734DB7B278652EE4050383EB55FCE01C2D588E5C1C3E597D2AD4AC653A6A7AA0B2C3EFC11BB7671441CC921F7C527D9007F3606CAF71DC532D268D59D24C8624906ACE74DC5D98E8A622F7680082706A4015BED0D8071D292CDC28772A0E49E4D3ED268E346328E246A68977DD8827915D31C8C0047AD4E4FCDD314D8D945CC9B3070380697765B351237A28954F06B16477566321E09E2B5D8E2263E80D627DA1198F3D3B374A4B7157657774249DC0D5EB32563CA9AA6F144503052189ABB6E3110A6F4305A960C9B88DC29A572B906929BC8A57EE3B10CE872322A064AB6F973CF350B2D202B81B41A6C39F2C9C77A96418534D8862D87D6B4441242C7751E7007009CD1177A8A2C19C0F7A009DE52846EDD5223EF889C536F7875C0ED427FA8A2C03777B53D5BE463D31515483FD531A008D1A4770BC734F9C3C6FB41C714DB5DC675C8E2A5BBE673CF6A00AFE7FEE8A90777735A76E03469C7F08FE55425891EDC6E5E7D6B574D4C491AF62B8FD293934FDD226AEACC614C82ADDEA89B531CE808254B706B72E6DC24842F43CE3D2A20830030C8CF15D0A4AAAD77315783F232EFD1164031DA9B08020623A66A7D4223E602781D8D409F2C18CD62F4D19D09A7B0B10CC8BF5A65CFCF70F1960A33C9C54916048BCFE9505DB147775EA5AA58CA77113C121423247A5096F7320CC703B0F50A6A46932818C83279C0A7437B3464EC9DD33E957CCC562BB24A84864C1071835A3A65C4AAC2164057B63B55366591CB3C8CC49C9356B4AE6E3AE719EB4D4DA172A7B9B408A5FC29A29C0D646E85E6B1E61BB5493270B93DB3DAB63233593190DAAC9919037120F7142DC5236B43110D3EE9A4077678619E38F5158B19CDCC79F5AE8AC7CC4B0BD29E514C9E848FE11D2B9DB7C7DAA3C74A7D41EC8DFB63FB900D64EB7F2C9101D3078AD6B71FBA1591AD9FDF45F4353D4A7B14213FBF8FFDE15D16932EEB8764600A83907F2C7EB5CEDBFF00C7C47CFF0010ADCB20B0F9CE73963C1F4E0FFF005AB43367401B3BB60DAE33BA33F8D2AFCA488C703EF447B7D3FCE2A085CCB6B0C937F12821C7054FBD4A5B0EBE6F1FDD917FAFF9C5201E3054E0174CF2A7AAF4A198084924B2856218751C1A69E0824EC7ECE3A37D6890FCB267E4936364766E0D006059C2D2D949872A0941F9669F0D98F3A225C9F9D4F4F714CB4F3BEC2E22C637263A7A3669F0A5D79F0EE938DEBE9D323DA9A206C10AFF006B2A64901C37E39CD3BECB1004E18F19EB4D82373AAA2973B838627DB3D293EC6C57E6949E3340125EC691DA43B4608240FA6E6A91FC85861C98C7CBC648FEF1A82EE010DB40724ED0473EECC6A57B58FCB841C9C263FF001E26801F14D02F99864C0424E3D3229DA222CD3B23746DE3F414D86DA2064F9782A4727B6451A3219666456DA72C5483D0E053045D8A4F212685B71DCC8A1BDC28EBF952C6A601672024A308CEDF43DE8824511CF1CC479A5908C8EAC147EB4919922FB1F98730E232A4F6F514864809779A5B661B0ECC8EC577366A487639B168C80F850D8EA30ADFE3510DD1BCFF006700C4760603D0B3722A585573632458DEC101F4E035006CE9C59AC622E30C4723DF3566AB69EDBECA26C11919C1ED5669005145140056278B867409BD994FEB5B758DE2C19D02E3EABFFA10A680F367FBA71D70715E9BE1D2A74A4D9CAE78FC857999CE6BD23C2873A245F5FE8286072FE2AFF908CFFF005D3FF65155B40BD6B5BC52AC1777C993D013D33ED9E3F1AB5E2B18D4EE07FB60FF00E3A2B0A360ADF3743D6923AE72B38DF6B1D35E5FCF72C44AED907057A60D476B94903AF0C3A1155A1B94B955499C24E0001D8FCB20ED93D8FBF43DEAD05689B6C8A51BD1862B54D3D8C9C5A7A9BF63773488433F03D062A69141AA1A77DC26AF4B2C70C46495D51075663C7FF5FF000A36110CC63823699FEE20DC7DFDBF13C570BA8CED34EEEC7E624B1FA939AD8D6B57138D91E442A7201EAE7D4D73AE4BE73D4D4B772A5EE46DD59DBF874635EBAF788FFE8C356FC5AED1E9FBD4E195491F9AD57D04635FB9FF00AE4DFF00A30D58F170FF0089539FF61BF97FF5AA10AB7C5F71E7D70CCF7123B1E58E4FD6A2A7CC7F7A78EC2A3AA39CD8B273F6389460F07A8F7356048DE7AA6E0338E98F4AA76299B68DF9E0B2F1F5AB4602D70926480369E9E9400473EEDF9958E1723FCE2B4BC384B6A716642ED87DBD7A803FCFE3597140C85C10E0152B93815A7E1D021D4ED83607CCC3EF03C91ED498CEA2EA4559EDF827CC0E323E99AF3B9389DC63AB103F335E897487CE888EC588FC54D79EDCE16F2543DA4619FC4D35B0316D4FCD9E31DF9AEDFC3477E9319C60A48E3F5FFEBD70AAD8CE78AEDBC2647F6530F495BF90A4C116B5A792DF4B7785D91830E57D09AE64DEDCB70D71311FEF9AE9B5E19D1E7F6C1FD4571F9E69F419A5A6CCDFDA56CC5D89326324FAD75F5C1C537932C720C66370C01EF8AD06F16CFD05BC40FD49A5603ADA2B8D6F14DE37DD58C7D17FFAF5BDA0EA126A166EF310644720E0638EA286AC173528A28A4014514500145145001451450025727E2E1FE9F17FD72FEA6BACAE53C5C3FD361FFAE5FD6AA3B8D6E737CE08F435191C9A95B8351B7406A0E8433BD3B1C1348697F80D2029DEB7EE8FBD661ABF7E70A07A9AA154613DC434E008029BF5AB715B34FC2BA2E07F15049013EE293701DC5587B0DB32A190316FEEA9E29F369AB0C25CC8C71D8C64668029971EB485C7BD68C7A6214DCDE6FE083FA9A65B59C52162C1B683C6081FCE901437D26FF6AD0920845C2A20E3193961FCE9D3C70A478455DC7804303FD29819B927B51F39E8BFA56B222470E70BD3AE5BFC2A3B65C9690AF53E8C7F952B819C5241D548CFA8A77D9E7C64A103DEAE37EF67C01C2FA2FF004344F800281827FD9028B814D2DE47190463DDB14085836DDE2AE92238FF00FD9A645C024B727D1B145C6566876E3E7CFD2836F81924FE553E7CC909CF03A649A243B9828FC7AD0040B00233838FA5279633802A7721571819FA1A8F1B5727AFD28111B281D290A803FF00AF4EEF934C63934C06D21A5340EB400A06290AE69D4BB4E3BD21A8B7B10B0C536A56191515310503A8A53483A8A007B539F9C1F514C6A7AF31FD2801B45145003906EC28AB89911843D17A555B7204CB9E9534D26338A400EE0F00D36A0F7A50C477A604D494C127A8A70607BD002D14668A004A4DA0D2D19A00B8EB95AAC476356A36CA8A8665C1CD74D58DD7323183B3B103440F4A8CA321C8A9E96B98D4482FA484F2722B4A0D4239719383596D1AB7B546D132FDD359CE9467B9AC6ACA26FC8E180C1C8A585C679AC38AEA48B83C8ABD05E23753834BD9AE4E53B29D78C972B36412509073ED50A4419F2DC53629432F06A5CD733C44E3EE90E8C6F70914C2339C8359B249994E6B519D5570FCFA567BA2C921278AED8D4538DD18FB19B9590E832C723A54974E16D9F3D714888D1AF15575097F738AE297EF2A1BB5ECE2D1423E86A515147C2D3C1AEE3849053C5460D3813D85202614F535080F4EDAD83CD002C8C00EB55CF5A1D08EA73495323A28EE2D5AB31F35551572CC75A93AA25BA33494549A03300326AB8196DD9E0D4E406183519848FBA6A9332A916C4C7CA4FBD2BB91B4034C248F9714D624B6474A7622F6D8B297262907241AB3B21B83BBEE49FA1AA0C03139EC286760AA54D35A049292F78B5089E12F11504104D3495FB246B905F7722960D408F925FA64D3C58832F9A245F2FAD5A672CA16D82DA22F2B481800B5383CD416C55A3701BE607A7B548A6A24F53A68256B92CC40B77CF4C573F24192761C8F7ADDB9E6CE423AE38AC269180F997F1A118D7F886A8752031207BD6B4318308DA73C56619048579CE3D6B42318418E29B3243C823B5349A9379FE2E6821187CA707DEA6DD877203D69ADD2A1925114A55BD69C250D4EC2BA239F210D098FB3A0CD1727E434D1911AFD2A89258F015A9B1AED70C14920D01B0849E94C5977B6066802698B48F92A69C0FC8171559E6D848209353673129A00715C0EDF9D00FC84714C0C68909116475A00906148F9F1F41437CDC9627F0A8605791F19CD324F303300F8C53B0169C9F2BA9AD386510C91B2F25474FC2B1E77DB0A8EA4F157E7DDF680A83E6F6A9926F6266CDDF312E220173C9C66ABC91189B6362A8DBCEC8E3B3A9E95B30BA5CA1DC33D3AF51529B6EFD48F88A2D1ABA956008ACBBAB77B66C1E54F208ADC78F648CA395EC6926816680C6E38EC6BA6EAAAF3253707E473F11669073D29B2C6EDBE40370070C3B91568DB3DB5C9471F43EB555E5314EA738C9EB593D34375B17AC2D6DE7B6C155CE4907B8A6DC5818F955047A815403BC6E0A92AD9278AD1B7D5415DB38EDF785512639001356B4D19B83C7F0D5773972477356B4DCF9CFF004A5D0A5B9A8053A9A09A0B05FBC6B3351E3A8AC5404DFCA43EDFBD83FD2B6518330C66B0D581B99739E73FCE9ADC523A0B09221A4DC297F2E5F9BE40D8CF1E958F6C3FD2D07B1A37866CE00CF602960E2F0753C1AAB7515EE6EC395897B8C5636B4C0DC263FBBFD6B6A22044A3DAB1359C7DA97FDDFEB50B72DEC54B6FF8FA8F8FE2ADDB550049DD546F23D700D615AF3709CF39ADDB24596664909505304A9ED900FE95A19B35EDB0604301C02A0F96DE9FD3F954A9CE7CB1FEF44DDBA74FF38A6468218A389FEEA00A928EC38C67D3F953DFA8F33823EECABDBA75FF0038A4009F70EC1BD3A18CF5149361AD65DBF3A796DC1EAA7069C4E3025F95BF8645E878A86E9C059D19824BE4BB647461822908C7B699A3B260B1EEC3AFEA1AA482E276B88479400DEA09E7A64536DA748AC086278906703D8D3ADEF236B88542B64BA8EDEB54491DB34A754462A03EF1B87A0A41F6C65E5C0E067A516F3EFD4964087E72063D38FF00EB502EA6751B603C81EBFE1400B78B2ADBC0656DDC10467BEE6FE94F92D9D9210D29E2303A9FEF1A8EF1E56B783CC8F6A9049FAEE6E3F2A964178C90E140FDD8CF4EB934004564A04A0B9F990A9E3DC53F47F33CE261FF0058BB88E3AF038A6C30DE309417032981D3AEE5A6E933186ED24552E54484AFA8C0CD3034A0D93433B38024564703D3E514B0C8FBACA29946D023DADEA0D456E91CD0C932BE0AC8ACBEE0A8E29F1CAB71F6281C608080FA3023B5218F00DA34D1A29688ED4F75CB362A4822F2DECA58F93204C8EDC06A8A27FB219A09199C1DA81FDF7363352411985ECE452595F61D9E876B66811BB60C1ECA261C0233FAD59AADA7B2BD944E9F758647E756690C28A28A002B1FC57FF200B9FF0080FF00E842B62B1FC57FF22FDCFF00C07FF4214D01E684F35E91E113FF001238FEBFD0579BB673D2B66DF5FBED3608EDEDA4558F62B60A03C91CFF002A6C11A1E30848D4A46C70E1587E58AE60E7D2AEEA3ADDEEA4812EA55750723E4031F8E2B3CBB7AD2349C94925D8956529C1231E84D5BB6D566B750B14EC13FB87E65FC8F154A3B89A2CF972BA67FBAD8A1AEA77FBD3C87EAC69E828D494559336975FBA0B84745F748573FCAAB4F797774FBCACF337F79959B15966593FBEFF00F7D1A3CC7FEFB7FDF46915EDA5D342F1B1BE94EE681C7BC9851FA91562CACE082659AF2E21758CEEF26370C588E402DD00FCCD64139393CFD68CD3B99A6AF76769E19BD84EA9713CD7112298F6A9670371DD927F5ABBE27BCB5B8D3248E1B98A47D8E76A38271B4D79F06C55BB06CCD28278304BFF00A09A454E7CCEE5798FEF47FBA29869D29F993FDD14CEDC533335B4F0CD691846DBF3BE7E9C7F8D5D11F03272477CD53D28E6D39EA1DBF502AFE68402796BB48C01C62A4B268AC2E1277577556C90393D31FD6901A64E48858A9018720D0075A6F3ED76D673C1D1A5DAC1BAFDD39AE16FD4AEA338C7495B9FC6BACD058369B093C959864FA92383FA9AE57533FF00136B85F594D08195E34EA189E6BB4F081CE9F30F497FF6515C5C4C3CEC638C91CD771E1848A3B0051C17940771BBA751D3F2A4C11775A1BB48B91FEC67F5AE2F03D0576FA98CE99743FE99B7F2AE1E9AD863F8C76ACF3F7AAF8E9556DEDE49DCED5E3246E3D323B5084C8C574FE1090F993A762A0FE39FFEBD632E9CE46772F4CF009AD8F0DA7D9B5796DC9C9F2B39E99E943047554514548C28A28A0028A28A0028A28A004AE5BC5D8FB541EBE59FE75D4D725E2D955AFE245CEE48F9E38EB551DC6B739E6E6987A5486A36EC6A0DC6AFF10F6A43C28A72F734C7E2A6FA8CCED40FEF00AA5566F1B74C6AB559CF2DC179615ADA73105C64F63C13FD2B2907CD5A305CC30C7C05DF8E4E0E7F9D21132FEF6F58F2DB463F88FF00F5E8BCE5E38F69049CFDD23F99AA905CA2B3B3804B1CF2B9A4FB4AFDA7795E00C00147F2A00BD71B62809C2E71C7C8BD7F3A6DBED4847CC338F54FEB54EE2EFCD0AA01DA0E7A01FCA87BD731941B80C7A8A009ED98348F216C64F1F363FA5248E66BA032485F727F90AAD1DDBC71ED5DC07B3114C4B86566623249EB9340176E9CED118272DC632DFD687FDD4392B803D54FF8D507999A40C40A47959FD28197215C47B9875E7900FF003351A7CF216E303A741558CAC4638C7D29A2460300FE9408B52B0790283C0F714B2CA1536AB1C9E3EF67FA553DCC0E41341DC4E4E6802D09022601FD4D315D79663CFD0D57393D4FEB487EA281939914B7B535E407A74FA543C7AD271EB4C44AD20ED4CDD4DE292801DBA9548269BF853907CE68024C623CFAD461887E383533F0A83DB350B70D491A4F47A7425650467B8EA2A07183564FDD0C3D2A1907A508527CCAE45483AD2F7A434C81C69D11E48F5A8F34E42778C5003B049C0A4AB4AA1016EE698541EB4010A9C3034E70D9F98114A63F4AB7032B347B8F23B1A4C0A3455BD45152E3E5000201E2AA50B50128A71520024707A536980B9229439EF4DA280240E0D359B9A45524D348C1C5005E85F07153BA865A26B3643B93914887239E08AEAA4EEB9598545677456230714953CC9DC541584E3CAEC6919732168A4A5A828464561CD46D011CA9A9697E940C8E3B99613D4E2AFC1A96E182706AA101BA8A89E1EEB52E1196E8B854944D7DFBF9CE69EA3271588934B0F7357EDB50527127069C9DA368A3BA9E2A2D59E86AAF0B8ACED5B1B57039ABB1C8AE32AD9ACED51899156B828C5FB4D48ACD389550714F02917A53857A0708A2A414C1522D201EB4FA68A75032290715055897EED57A867451D85157AD47CB54455FB7E10549D5127A4A334848A0A1410697351528634584A43C807B542F0F1F29C1A9734B4AE538A7B9572EB90CBC9E2A6618403BD4951CB1EF2083822AAF733E4E55DC8E40AA403CE6A58E4922652BC8EE0D40DB83FCE33C75A915C12707A0A6999D936CBD1F92F9913E46C72A69455580EEE718AB2B437765D38F2A1F71208ECD8938E7AD643B2C8A49EE7A8AD0BEDAF6EB196C64D64490B4582338AA47256F8872C6124E0E6B497802B3A07DD20DE3BD6B88432E51B3ED43466991535853D9597A8A8D8E14D414674A096272739A6AC801E7834A65FDE648C53F11CABC8E73D45688863C4E181DF861D295D8103155DE0C72873CF6A97838E6988793884D259F338A5203458F5A20531BE54127DE8023B961F68618EF531FF56B51B45BDCB11FAD4C707038A404744C7110A790074C50F82067F95300B0FF00584E7B557998F9ADE99AB0BB57A311F4150CEE1460139345C0442669D0E0ED0C3F9D74166035E48CE8188C607A7BD62DB011B4401C9DC3A7D6AF3CAF1CE644254D524F746736916AE2C5D67DC87E56C9CFA54B6F74F0A88F0036739C7352DA5E8B9408CFB481F32FF7A997902AB294C9773D3D2A1C7B0ADD51A56EEB245B88C65B3FAD24C850F3C83D0D664133238527EE9E2B5649964B51D339A13770DD159E259C156FBDD8D605DDB959C472632AD815BD1B7CF599AA48B25D32B82063A81CE6B7AD1EA2A72E85374034F0E3EF0EF598CC7D6AFCB70A74F09B86F3C55258CCCC1620738E87BD4AD997D411F901BF0AD1D33FD639F6ACF501D429C861D7EB57B4C602478DCE1B1F9D62A57D0DB96DA9AA0D2800F514D005381A0A1C0E08AC2873E748477073F9D6D935876E37B4ADD9467F5A23B8A44EA7E61C53E039BDCFFB351AFDFEBF85496C31787D97AD5B251BB10062507D2B0B57045D81D70A2B6E32420EE31589AB1CDE9C7F74566B7347B15ED3FE3EA3FC7F95747A49DB72CEA03613953DC6474AE7AC406BB404FAFF002ADCB26114F963B7231BB3D39156666CC646018B9ECD1B76E9F97F2A74608FF55C81D636EDD3A7F9C535872BE6FCADC6D957F0A76718F3F823A48BFE78FE540026369F286547DE89BB75A82EA001279E324916EF19463F7475AB0C3FE7A70C3A48BC7AF5A86F9F16D70251F3792C43AF43EC69019769E50B025F67FAC19DD8F4352C12DBFDA610AF1E770C63EB5561855AC0939E6507FF001D353DB5B46B7311DA721811C9AA2086CE54FED20C0E437038F6A7A5F4213F8CE71FC35159220D440C0C2F23FEF9A55FB385FF00966381DC5301D7F7093C10AA06191BB27EAC2A496FF0B11111398C3727DCD417CD1986DD5083F2E78F4CB54B2DC44AB0FCC7FD5A91807A64D201D15ECA5662211909B8724F3B96B3BF78147924871BCFCA7071819ABD15D47B6723770993C7FB4B59AECC88ACA70C37608FC29812A48AEF186E1CB47B5BD06D191525A492472465B200542003DB9E95026D91A3E71202800EC7E519A5B793E51BF3B4045FA0E68035ACF5106361382E6555C498E8771C66AF5BF9901B3791CB4276151D4AF0D9AE7A11B5A200E54941F5F9CD6EDA34908B1FB49061054A39F43BB20FD2901D269E54D9446320A10718E98CD58AE2AFAF67B698C505D491C08AB854E7191551EF2762A1AEAE0EFE9CF1F8F340CF40240EA40A634F0AFDE9507D58579F194B9705A5257A92FD7E9519751187F289C9C619FF00AE29580F407D42CD3EF5D423FE062B13C4FAA594BA1DC4515C23C8DB4055E7B8AE7081E72C6235C11D72722B3AF6E83C7245E5A8F9B008F634C0A24E4F5EF53DC1FF0053FF005C53F95551DB8A9E53F2C3FF005C97FAD0223A2928A00296928A005A2928CD002D14945002D5AD3BFE3E883DE2907FE386AAD59D34E2F9303270DC7AFCA6802BB9DDE591FDCA01C5238DADB73D091FAD26734C0D2D365611940060BF5F7C0A92F2F2682748E30877283C8CF24E2A3D34FF00A3B7B4C3FF0041A66A676DE5BB7B0FFD0A802F0B6D69BA5BB0FF00B6607F3A0E9DAD4ABB590853D8B28AEC5BEF1FAD46CB922981CCC5A4EB410462711A64305F3B804743C528F0D5EC8E5A5B98B71EA77127F956F4B2912B227F001BBEA7903F2E6A5B65E0B1EF53757B01849E157246FBB519F452699E19020F11A479E8CF1E7D783FE15D38EA2B98D30F97E2DC7A5CB0FCF34DEC076D783363703FE99B0FD2B830781F4AEFE61BA0907AA11FA579F8E83E942D86483A1FA536CE39DC154388FCD3924F43D7A503FA536D93779C4CA1312F4C673C0E6908B7E44A14667E369EC7FC6AC695983C416EBBF76E0413EB907FC2A908A3CE0CC7BF402A7B0D91EB564518905D7AFAF22803B8A5A4A5A430A28A2800A28A2800A28A2801AE094215B6923838CE2B8FF13DB986EE12D3492B346725CFBF6F4AEC6B96F170FF004AB7FF00AE67F9D5446B739AED4D6E453BB915193D456474204FBA6A390F3520CED06A098F0C685B8DEC654C73231F7A88D3DCE589F7A61AB3958E4A5271DEA6B687CD655CE32324E2A6B9B148CA0CB96638E73FE14014B70F514171EB5A13D8C10C05B6B6EED9CFF853D2D2DD60DCF1A938CF39FF001A40656F1EF46F1E86B52D2088C459E38CE791903FC453608E3799DB6A6D07006063F2340199B8FA1A32DD96B4CAAC97602280A9E807F414EBACBC89101EE401FE0050065ED90F212956295B90B5A974CC9108C16F9B8EE3F9D358F916F8E871EA7FC68B819CB0C8C703AD28824DFB33CFB7357221E5C5B89193CF5FFEBD3620092EC473EA451702BBDB3A632DC9ED83435A80BB9DCFE5532FCF216EC291BE770A0703DBFF00AD40C885B26DCB139FC29AB0A1F5C7D6A690F441F8D358ED1806802231A6781C535828E00A7B1DA2A227BD3108714946693A5003B38A55EB9A6753522F5E280249BAAFFBA2A23D454B3FDF1FEE8FE55137DD5FA5246B3F8996768D83DAA1603691DC7F2AB00AAC60B74A83CC52C3033419C1EA566183411C53E55E69BD45313D06D59B6418DC7AD57032702AD3308D768A007C87A0A6547BCF7E694383400FA4A339A29008C376324D30A1152514C0451BA22A7AAF22A3642BD4119A9392401D4D587FDE4651BEF28F94FAD4B761A572A247B949CF4A4D873CD282568CE69885076FD29AC32D90296A4470170450074C62CF6AAD35A0272060D69118ED4D2991569D9DC4D5CC392264E08AA92C7B4F1D2BA09200C391546E2CC8070322B67255159EE65CAE0EE8C9A2A4962284D475834D3B3354EE029D4D14B48075149466800201EA2A3784755A92973C50320496680FCA4D3DE6699C16EB4F2011CD42A06FA565B85DEC4E29D4DA70A0072D48B4C5A916801E29D4829681914DD2A0A9673510ACD9D54B61547357E2E105514FBC2AFA7DDA4CE888A7AD3734743475A64BD4764719A43D690F6A14F3400BB8E2943FAD34E0D277A45DD936696A2DD834E0C0D2B149DC71C1EB5134009CAF06A5A5145C1C53DC58C10A3352A9A8C5381A61629DFCCC92AE3A015585C29C76AB37415E43BB3C0EB551A1C9F979AD23B1E755F8D92C5869411DCD5F048E86A85B2E2403157C5264A1FE6B646EE40A490C4E8DFC2714DA8A6FF56D4AE1628793B9CE180FAD2344C833C8FA52166439069CB38C73915640C32B2633C8F6A5F389C9DA69ECA92800F07DA94AA2AB704F14010FDB31C05A7477064CE179033D6A1FDD9FF964C7F1AB36A170E562C71DE8020378E0F414F86E659A40BC53083938B71F8D4F6A1FCDFF0056A9C75C50040D7328723777A76E999D7E62413DA9EFE76E38083F2A9203379803BAE0FA5032311C9F3925B02A364799F118623D6ADDC484298C1E58E29ACAB147E5AC983DE95C06411B4371196C801812C7A569EF121241CD62BA80BCC8C4D4D048D1AA9193935D14AA28E8CC6AC39B634D72AC197208AD2B6BB692E23DE7054633EB5950CCB277E7D2ACA7DECE2B49D24FDE898464E2ECCD89ED15954C7F2807915107C0C1ED4457AAF285C15008C64D58BC8176F9919FA8AE6B6A6FBEC4087E7ACCD4151AEA4633A4640E036735A51FDFACDBD8E07B99BCC75DC3DBA56F59E84D25A997771E238D863A734FD343FDA0F96B960A78A9B5081238232A79EFEF4ED0466FBFE035941DD3366B5432EA2F3879F12E1D7EF29E3FC9AAA3240653861CE7D2BA4BAD3C926683FD60E4A8EF5946C84B3AC90F018FCEA4F4AC5ABBD0DAF62F5BF992408ECB824722A41566D71BB18E9DAA1BB431CE420E3EB572562232E8464E031F63FCAB22C2DDA792509C051B9AB4A52E2362401C1AC686E25818BC4C54F43490E4CD8B6FB3DB9649D9519B90CDE9512943A8C862395DB5548691D5A63938CD68E9B6AB7104B3A1F994907D80A37D451D55CD08FEE0FA560EABFF001FCDF415BEA3E41F4AE7B53FF8FE93F0A95B9A3D88ECF9B91F435B50AB1495C90511413F98158D61FF001F409FEE9AD8B5FDE892252433E31E871C9FE42ACCCDD4CAA8F2BE741D636EA3A71CFF0023505ACD235EDDC683F73184DA8C31D41CFEA2A52C37812FEEE4E81C1E0FF9F4343B2963E6F0CBD245EDD7AFA5003D090488BB7DE89B8C75E9E9FCAABDF4A8B653ED3B7746CA636EC78E9FE714BF6A88CAD1CAEA191B024071CFF9FC2ABEA72C7E5490CB869163DC8C3DFA5006724723D8FCAD8066CF5EDB69D696EE2EE262C38607A9A48E4716402C65BF78477FEE8A92D5EE1AE133090B9E4E0F1C1A6410D8458BE44CFDCCFE3F29A12CC051F39E00ED4B63E71BFCEDC3004B8F4F94D3D61BDC73818C6791400CBB8C471C18249D8073F56AB125B46521C83C46A3AFB9A82F629912DDA56CFC8178F5C9A9E5B2998440CD8C46A0F27AF3400430461661B7AA63FF001E5ACD597CADAC40236B641EF9C56943A79DB306989DC9B7A7FB4BEFED597F210BBC90086FC3A5003D231F232E0E0A03EB92A29626122A2B11FC0A0FB0A89095913D32A7FF001D15245B5BCB0140384047A9A604B0954DA096DBC6E03D98E0FE757E1D5B64368248C4A21C670719EBC1F7ACD5E9B48E3E5193D47CC6A342D0947523B30FD6802DDC3A4A9BE352A8553683D40C530FDE84F7C0A2308D68819C2B15185E7269E7C9CA1DE4EC1C80A78FF1A4318BFEB26FA1A6B1FF004618FEF1A937DBA966DD2157E3217FA1346610A22D8E5B391C8C7F8D0007FE3E933E82B371FBBD48771183FF009156B484F1B485D6124C7C1CB8E7F4E2B315B72EAA718CC59C7A7EF168033F3CF5EF534BFEAE0FFAE43F99A833FCEA77576B68A454F9517613EB827FC68111D1DEA78AD1A58B7AC918E718638ED9A77D89B6E4CF00F62FCF6FF1A00AD454EF6AA88CC6E61257B2B649AA6CE43100F00F5A064B4543E6B631C7E5CD26F6F534089E8A837B7A9A379F534013D5BD2BFE4276DEEE0566EE27B9FCEAC69E4FDA51B272083D6801D703129CFF0079BF9D47DBA55DD56010CC841FF5859BE9CD52CE075A6068E9C7F70E3FE9AA9FD0D3358E2484FF00B27F9D1A6B623947FB687F9D1AD7FCB23FECB7F4A00F40A8AE5FCBB695C120AA139039E94E8DB74687D541FD2A3BC38B39C9FF009E6DFCA9A031B4D9CC8D71BA6323332BF2307EEE3F2E2B574BDC2D4AB6ECAB9E49FC7FAD316CE2314242EC74002B01FA7D2A4B0010DCC63F865CFE605428EB702E572D07C9E30E7FE7EFF9FF00FAEBA8ED5CA4EC53C5C79C7FA4A1FD455BD981E80C32ACBEA2BCF4F1C7A57A1F7FA715E7B328595C7A391FAD4AD86008F5A65BAA179CB3B2E1D718A72E2A6D3C59F9F75F6B0738429F7BF1E9400E0916EFBD21E4F7344051351B264CFF00AC4CE49EBBAAEF99A523FF00A9046FEEA4F18F73556EEE2D9A6B46B58C218D86EC2819F9863A7E3408EEA96929690C28A28A0028A28A0028A28A004AE53C5C7FD3A01DBCA3FCEBACAE4BC5BCDFC23FE98FF5AA88D6E7384FCC7EB4C7E0E69CDF789A46195AC8E843474C557B938898D5A2302A95E9C4247AD35B849E8661A434E34D1CB0AA398D1B1DBBC671C2F7A9662AF7AAA31851938FFF005567F9AC385254FB1A6173BB76E39F5CD2034AEDD5A48E3006339381FF00D88A5BC9408022F058E3A7FF005AB2D9B27249FCE90B0A00D692610DA90AC7A63A9FF1A6432A436FF78E71DBFF00DAACB2C3149B8500685B4D1AAB339F998E7922991CF1995A4723D871FE154770146E140170DC46F71B8E02AF4E83F90A49AE5649147F08AA7BA8C93D8D005B9AE4380A0F1DF934D7B9FDDED5CFEB55C2B11C293F85396391C7CA84D16024FB4054C014C136D1D39A458247CE1471EA69CB6F233150178A006094E734D321273521B77DFB772E7DA9AF195382D93ED4C08CB93D690934E2B8EF4DC500272696ACC76F884B11C9155CD002138A7446986953A7E3401625EABFEE8A888F9454929F9633FECFF5A6F1E57E3496C692F88B0837C207A8AAD246633C1CD59B6398C54538E5C13DE9910576D111F9901A8C5491F2AC3F1A611826921CBB846407C9A713939A8FBD19229923E8A687F5A763D6800048E869C1CF7A6D140120607A52D4546E22802C5B906E067F0A9AE405940C7BE6A8AB10C08F5AD0994CF0A4ABD4751512D1DCA8ED62A4AB87E3A1E696DC29B840E3E52706A4997A54183F8D5213259EDDA366E380707DAA0AD576127CE3A3A83F8D54B9840B87FAFA50DEB62D42F1E64760169360A7814EC55199014E698D1D59DB415A00CCB8B25901E39A86DF488B6B19BF0AD490AA0E7AD57BD27C9C0E3BD55EFA326D6D4C4BBD39E02590164AA55D1DAEF68FE61B94D52D56CE34C34430C7A8A9E57D02F63269694A30EA2936B7A1A2CC774145396373DAA5580756AB8D393E8273488429607150A0F9CD5E90058CE2A947D49A2A439341465CC4A29C29A0D2835996482A45A894D4809A404829734D04D4726E3904F140C6CA72DC5329296B3676535688F887CE2AE12455583EF55A6E948D96C190681D6994EDD8A640ECD1F4A4C64714D340C71A074A33467238A430EBD29738029A78A527D69821CADCD3C1CF7A8850A7079A56293B160538546A41A78348A651B80C6762A7155F7946F987E553CB3FEF59723AF434D211C9CE41F6AD56C79951DE4C7DB3832671C568ED470361E4D66DB9C37DD6C7D2AE63F0A1890F6460718AAF727111AB092321F5FAD457522344415C1A9B0F533617DA4827AF63523471BF38C1C76A6320269A415FBA48AB20530956041247A8A98950ADF360544923E4291C1A92442606031926863443E647FF003D8FE02A685D36B90EC78EB54BECCFDCA8FC6AD5BC7B2DE452CB93EF400AAD13672CDC7A9EB524062DCC532481CF354C5B13D645AB36B1AC7BCEFCE463814010BDC4418E22FCCD496D30694158D571CE6982D6366FF587F2A56D8B88E1CE4F53401247996E0C9C75C0A92E9D97246DCFD29F6EAAB0A614939CD4173280CE02364FA9A4057772FF0079A9EAE022856E9CD125BE200C179EE6A050318C0CD52113A160FB91B9EF5AB6B71E6C5955CB0EA3359B25A4902AB480282320E334F8C348C3667DC81815A46A38E8889414B736C0C38E9F81ABC9704C46393273D39ACB8E630B182564F97BAF22AEA95382A411EB5A594F5465AC19347F7AB31E22F79784A9C33003DEB490F3597314492E6532F56C64FF000D2AFB154B723D48928BF2E0628D0C0FB4B9F6A8AF98346986C8C77EF53E8209964E3B5650F859B3F891D25B390E2A9EA502C17D1C88762C80961EF53A1F4AA3ABCCCE421FE053CD67D4D648B56FD7351DD9CCD59DA6DE18A511B92509C0F6ABF77FEBAB47B18ADCAB73CC4C320646326B2CDB793196DC181F4AB9A8B620E3D6B2F713DCD423491A33638F687FAD1A7ABC45C82C03019C1E2AA46C72064D5B49E485FE43C1EA28B041A8C794DC5C85AE775239BE93F0FE55B16977E7EE52B86033C562EA0737D2FD6A7A94DE82E9E01BAF9BA6D35A5B8AA38C8C123FAD64DB482391C96DA361156A16CDBA8072700F156666D457E3C88E3924F3588F9C11F5AACB7262B790472302C5723D7AD67AB6594FAE79A701CB64F24E6818F07F2A19CE081DC629A07534ADF773480B115E4B0DB05C6E5321001EC3029F15FCCD731ED1B57249F7E0D5077FDC2727FD637F21496A4FDA93AE3E6FFD04D59996F4FB878E72E46E2E8D9FFBE49AB4352761F2DB9E70796FFEB550B1731CC87AFC8FFF00A01AB8B77175CB751FC2690C4BF9E49520578F60DAADF8F3C54D3DD5D662DB1A8CC6AC72BDFF003AAF7D3A4BE485CF0AADD3DAA4B8BD40D110ADCC48DD47A5031F14B78C939F941D995E075DCB598C85C00A79DAC7F95684579BA29CAC6C48407EBF30ACD752400A79C1FE62988723905411952C09FC853A338F2CF5C61BE84D31483852064B0E7F0144259190F5076B0140130C60F3DD467FE046A150D195C8C83823DFAD3F8E71EAB8FF00BE8D421B801BF871FC8D00594C08626DDF322E36E3AF3EB4A1BA9DA06E1CD3229311283107E3A9352890F6823FD7FC69A25DC40DF285E303D453D15A67F976EE505B3D300502561FC112FF00C0694DC4898CBA267A700668BA1598C070491C67AE063359C870354FFAE47FF462D6C25C0116EB960F0B90BF4273839ED58EA006D4C03B8085B07D7F78B45EE349A7A94326B59571A3C00F560CD9FAB1AC8FF1AD6D2D3ED973142FB55238F1961B80C7538F5A86EC6D4A9F3C944C761F31E94A90B31FBA71EB8AED4E9F029F967F97BED871C7B734E5B0B70E774B31519E8A01E3F1A8726772C253EB27F71C47932642EC604F418A4D841C11835D16A08916BC91C21CAAC5D1C827904D47AB5BA586B72470CE205F29087619EA3E9549DD1854A318B4933112DE47FB91BB7FBAA4D34464B6D0A4B7A015AB2DCB88C91AACD21038550E01FCF18AAF61B10995AF1EDA407828A4920F5E453B99BA5AA48AA2090380637C9EDB4F34FF00B2CBB4931381EA54802B41E44771FF00130BB91BA03B1B23F33536BF78B7DA82C568C4A98D14819001039145D04A97298446D38EBF4A9ADA658A40C54E00E715D05BE916E902ACABB9FA9351BE9D6D920A1033D738E2B9FEB306EC74470336B733F559D675B7750C3E5230C307AD50FC2A490EE8D4E7F8BFA5331C75AE95A9C2D59D8B9A71C8973FECFF005A7EB5FEAE23ECDFD2A2D3F832FBA8FE7536AFCC317D5BF95311DC5A9DD6901F5890FF00E3A292F39B3987AA114CD3DB769D6A7D6143FF008E8A66AEE63D2AE5D4E0851823B7229A02CAB2E300F4A8E0E2F26C747553F88E3FAD5285C9881C93F8D168E46ACAB938685BF420D611ACA4EC5B8D8D6AE4356263F14161FF003D233FFA0D75F5C87884EDF106EF68CFF2ADFA320F46FE2CD7017836DE4EBE92B7F3AEF81E71EBC8AE0B531B752BB1E92B7F3A95B0C854F229B1B44B712F9AAA72836E71C1E680696DE75B7BE2CCBB8344571F8D0059F3ADC1F9513EF03D05457532BC6851705493F5ABAFA92BA32A44C3705C1E7AFE554AF25778406420062412A47F3A108F42539507D453AA2B76DF6F137AA03FA54B4861451450014514500145145002572BE2D46FB742F8F94C5807DF3FFD7AEAEB2BC456BF68D359C0CB42778FA77A71DC69D99C301CB533B1152E3AD46DC366A1AD4DEE349F94D67EA0DF2A8AD07E01C77ACBBE39940F6A691327A14CD0A327E94E200A742BB89FC2998923594C6133361547AF5A54D39DA1F31A4006338DA6ACDE4E0C223047240A6DC4EAB6DB06DC9E3B5202082C04B1798D2103D314B6F651CAA59D8E33C608E6A592744B5DAACB9C6383FF00D7A4170915AED4705B1D01FF00EBD0032DED6192472C328A703E6FFEBD2C56F0BDC3E106C5E30727FAD115C2436F857F9BD01A6C370914279058F27EBF95003FC889EEB6A46BB147200E09A49238DEE42246AA179385A8E2B844424F2C79E9FF00D6A6C33A2EE639DC4FA5004F3856952255518E4E140FE94B7073B625C73D7A5558EE02BB390771A45B82242E41C9A00B73B6D8D6253C9E2877F262088793C71FFEBAA9F683E6972093DA9A6E0993730CE3A5005C2DE4C3804EE3D85373E4C449EA6AA3CECCE091D3B535A566393401649D8A59BA9AAC5B2734C7766EB4D24D301C6A5B640D3286A8E28DA570A2ACA2795267FBAD480B6CBF2D65C8BB5987BD6C11C566DDAE25FA8A10158D0BD3F1A2814C099F9890FA645301E1971CF5A907CD6C7D9A9251F3823F894549BB8DFDE1D048110927BD2363B7427F98A600BE6FCBF74D22FDC6E7B714314172B62C476904F40691D70C45237181F8D388E053265B588C8A691C53C8A0AD33322A9BAC6A7D38A84D4D103E591F95002514B8A5028008E3695C2A8C9A92580C3232372477A9F4F6DB71F5152EA298647FEF0E7F0A57D468CC0306B474F7EA87F0A8628A26192739F7AB907D9E220FCB91EA694B55605A04AA81CF1C9AA97116C208E86B545CDB6727613EBB734A6F21C74247FB952958A6EE66DB3B792ABFDD6AB5F663380D9C11F29CFB548B7B1C8E12356663D00149F6AF48DAA9AB9A51ABC97D2E7428C18020E69D58892CF6679CB2569DB5E47301CE0FA555CC6DD8B62992C8B12166E314E2C02E49E2B0B50BD33CBE5A1F907EB4C9256B96926DFD8741561FF7D1E1F8CF435461F9707F9D5C4973FC1922818F855D08503E51DEA86A4EAD2E43671C62AE898A236723DAB0EF26264E0F7A717CAEE292BE83CD2555133FAD1E7BD757B78987B2916E9C23623207155E08E5B8CE01207A53F13427827E86A65524D5E08718453F7D92C92C51DBB868CEF3D0D66C7566EAE4BC5B59706AB47F76B979A52D64743515F0920A70A68A70A043D6A414C5A905201C29AE38A70A46E940CAE7AD250DD4D02B33B63B226B7FBD56AAB5B8E6ACD4B378EC2150690A9A7528A2E0E2991E697AF5A715069A5714EE459A1319E949C8AB7A6C424B9008C8C55EB8D395D9B6707B5572BB5CCDCD276663E7D694F3D2A59AD2585B0CA703B8A829149DD0B9A70E69A307AD380E28290F434FCF15029E6A427E527DA931A6645C15F398EEEA6A6B62AAE37E4AD54704CC4E3BD5C8DC797B4E0FB56AB63CD96AD9A493C4F20589081D29C783556CC2A92581ABBB51FEEB60D26AE35A11D56BC3FBB1EB575A1703239154AEB00006A4651CB7634BE6678618A902834D68FE615648D27E75C7352395308C86E7D29AA3128C53AE19922521882686044153B239A9D142DB9DB11E4F4354FCC90FF19AB9002D6D924E49A0045670005807E352C65F6365154FD6A1B62CACC08CFD6AC84DB13BB2F27A0A1822BB4920C850807D692D8EE959895040E3EB5048855C8C649AB3651303212A7EEF19A009E2DEB8679411E8055291FCC94EE93A74AB336E8E0451F788C015505B4BDD7F5A4818AEFF002E3CD66F6C54708DD2A0F52050EA633823F5A92D006BB847FB63F9D5A259D2DC61AE12DDD018D9793E9532693651295123AA9EBCE4D55D46554BC01982E00A64B751B4602C833F5A9B8D229DFDA0B49818A52E87804F5152D9DF3A3AA4AC02E3AE339AAB3333E79C8FAD5750A1BEEB9AA849A1492674924C8901951B780338158F25CB35AC928D992FF7719ABD311A6592260BCCEB96C9E141ED59C628A4884CAAD966C18D6AAA4B98508F28ED4092101ECA3B55CF0EA92F29FA554D448DC001838AD2F0B01BA624F6152BE0657DA36445B70474AC6D48FF00A536318080FEB5D2B28111205737ACC5E5DE3FBA022B35D0D1BD0A36A375DC400EAE3F9D6C5E7FAF6FAD64590CDE438FEF8FE75A974D99987BD68F6335B999A91CC63EB50E9B6AB732B87242A0CF1DEA4D44FCABF5A347E2776DDB70A3B641E7BD289522D3D84523C4B69B8927E7DD9F947E22AD4FA42AA6E13E64032578FF00F5D4771A9CD049E5A2447D1C67FAD2457F0468C932334D92449804F3FAD0223D33FD6CBFEE8FE759D7DFF1F92FFBD5A3A5F2F2FD05665E1FF4B97FDE353D4BE844AA5DB0067902A458A58DFE404633469EEAB349BBD2ADCCE548C1F971D6A8CC6C72AB4A148F980A7AB125B3D8D57B6CF9B8CE46DEB53E6819203C521718C533A9A4E05031CCE7CA5207F1B0FD0516D29370076C37FE82691F6AC51E4E32CDF9F14B6E14C9C0FE16FF00D04D5198FB539393FDC6FF00D04D5DB0489D18C88870C304D50B72379EDFBB7FFD04D4B6D0C721264708808073DE8197353F297C911EC1F30CE31F7703F4EB57A79ED9020F3221F2A91F4C5645E8816485612C7E44CB7A8C568B59DB388D802C36201F31E98A40491DEDB8490F9A0EDE4E01F5AC066281769C1DA41FD2B722B5B655901418239C93D322B08B60292339539CFE1400E014EDE7072063F014419DCBFF0001EB4D083820F4207E829627DD804F4C0CFB5302423EF67AE41CFE26A0DDBF01B8C6067F3A9831C1FA8E7F1350B10C06060F19F7A00503E55EBC60D4ECC5D89C1008C62A0E582E32381D3BD4B20F30E586DE3B1C502246DF21C80C38C714AE19C2EE00606064E29AE3701E66C1C7F11038A590F09E63460630B9FE9487DC92366440A44653A00F820D678CF9DA9F033E43E401C7DF5ABA5B11A1320087852075AA2A7336A449CE6DE4E7D7E65A6067F73C77AD8D0C3079645E30B8CFE19AC7F5FAD6DE8A3FD1E638EBFF00D6159D47A1D98357A86A06BB6E4B20A779770DC99BF2152C78E73CE69C96EF3CAE7CC648D001F29EF5E72AB394AC8F5A52E531353409A8DA48FF007644D8CDEBC907F98A8EFAE2597558A5922557789536CC703818C9F4E957354B39A6B262F19122132467A975C73F4F5ACF9E34BBD2C5F2C84DCA4812553FDDDBC11F97F3AEFA7AAD4F3EB36A5A05E48E6D9D0FD84024711365FF000E4D3ACE431DA261F4F0393FBD277F5EE334D227B9B292458AD962C65B64615B8A974D1772DA0FB3C36AEA8C572F182D9EBFD6A87172E74DF6FEBA88D745609A4325BB95002AA263049EBFCEA6F0F5BC51C525F5C72C46D8727AB1EFF87F8554D5DA65B78E29951642E49D8B8181C0FE66B76F74A66B1B4861DC56289410A01F9B393CF6349DF943E3A9AF4FEBCC79231546F9B65ACD27A29C7D4F15B16F0DBA2B3DE8231DB7803F4AC9F105E69EF6061B258CBB483255CB100735C70C3BBDDB3AA759413B239B7FF543FDEA414AD9F2F91FC54D15E823C37A96EC7ACDEC99FD454DAAF3045FEF9FE550591C3C80F78C8FD454FA9F36B19FF6C7F234C475FA4B6ED26CCFFD304FE54DD679D1EEFF00EB9FF514DD0CE744B23FF4C47F5A6EBB284D2A54FE294AC607AE4F3FA0A7D06B72283FD58FA52C3C6AD6C7D5641FF8EFFF005A9B0B0DB515D4FF00669EDEE48388A405BFDD2307F9D79D07EF5CD9A37EB8FF00157CBAB86F5894FF003AEB8104020E41E87D6B94F170FF00898C47D601FCCD7A3D0C0EE25BC4861B7727EF3AA1F6E2B91D687FC4DEEC7FD34AD018F2E379492921E80F42428CFE55937FE67DB2532B6E63FC5EB8E3FA54C58D900A589DA3BE0514B128C30064F5EB4D149E71B7BA8E51D81078CF0681171659CAE446FD01FBB4CBB33342DE6232AEFEE00C1C52ACB348818210A533C6071DA92E7CEF21CB8C2EE04E581A101D2E9BAEA0B189678642E1428D8B90462B4AC7504BD77558DD0A8CFCFDEB8DB639B6425C823B60FF009ED5AFE1F902EA4CA8CC770390463B71FCA80B9D4514514861451450014514500150DDF36937FD736FE553545740B5ACAABD4A103F2A00F3953B9377AF18A649F7734E51B4ED3E99A473CF3EF44FE266D17A117F07D0D645D9FDFB63B56B8E723D462B1673995BDCD08990C63F2508708727AD35BA50E088C64119E46475A0CC6965A42EBE94CA4A007990628F33DA9949400FF338E947987D29945003B79A4DE69B45002EE3464FAD251400B93EB40382334949401D098638A255F2D37B727E519155F508D56DB6051B979240A9E1937209DF07818F73542F66C9DB9E7A9A48D3A19E734829CFD6900A66669E9D1A88B70EA7AD4B2479948ECD8A834B7CAB27A1CD5D986006FC2A7A95D082198B33230C11D2ABDF2F43E94E62D1CACC3A70707BD3EE46F8738ED9A649987AD21E29CD4D34C09E1398DC7B52B8CC71B7A714CB63F381EBC54B8CDB91DC1352CEAA6B9A36238F1B64F6C7F3A61F4F7A9A30AD1C831F31231F9546467691EBCD1D49947DD424BFEB08F4E29C07CBF4A613B9F3EA6A5419C8F514CCB793233413437069A4D0408146E24D3D5FE703B1A898D203839A6058C734B8A5EBCFAD2E2818FB6E275C5685FA6FB60C3F84D674676C8A7D0D6B38F32165F55A97B8D6E636314A0E08343525311A580630C3BD0490BD322ABC12663DA4F4A98B8DB8AC9AD4D5329AB986E55D4FDD6CD5E9D93CF7DBD33C567CBCB1AB711F322562BB8E304D6CB632BD99B01830C1E6ABCB6F83BE16DAD53BC4C9EE3D6A16240A621D1CF3B218E5E07A8355CDB6D6CA9C8A7EFF007A42F400F8E22EC30718AD144007DDC7BD65098A1CD594D414AED279F4A004BF942A902B0A6C96C9EF5B0226BA980EDDEA96AC152E046BC051480A340A4A5A00D5D22E7C8CF00E6B5CBDADC8C3A804D7308CCA320715325D30EF52DCE2EE8D92A73567B9635AB58E05531B67359A9F74549793994A8F4A62F4AAE672D59938A8BB21D4E14D14E148448B522D314548B400B4D7E053AA399B0314994B7203D6814502A0ED459B7A9B350C1D0D4D52CD96C2E694536945031D452668A044F6B38B79376335AF6F750CFDFE6EF5834A095390706AA3368CE74D4B537DF32379600DA7BD664F671379A436D29DA9916A1246BB5FE61EB4493A985C83F339E45536999284A2CA4460D2034A69076A946A2F7A9091B0D46739A463FBA3409BB1098E338C65734C30E06EC83411220C827E94D5727E52BF8D6870176D87C9535476E311D4950CA1CB2BAF43505CC9B88040A94D56B800B0E68068AE7686EE0FAD2127230770A6B0607AE6914E0F3C55903D5B327DDE71DE9F3EE28A36A9A8C05666C93F85170546DDDB871EB486200F8E11055852CB08DCCA09AA8A108CE1B1F5A9DFCBF25770C0C71CD301C6421C61D40EF53C93298721C551630051B1726964913CA5451807AD160B8D0DE6397690035621DBB1DBCD2DC7E555848146022F1EA2956E0F96CBC0CFA0A044D0912CC4B12550714C6F249EAF562152B1900E30B9AA2F233139347518840209C1C76353E9CB9BF87DDC541BC95DBB8903B55AD2F9D460FF007AAA2B5259B3ACC21E4DE0648EB594D182BC56EDD644CC245F95BBD42B689BB24E47A5637B6E17B19A2D1C43E62F156ACEDADEEE5839DAE8C0B8F502AFC88BE4B00303155ECA248A2FB47460869C65A82772BDE5BDC5F5FC92E311EEC0C9EDF4A965B2B8B5815E17DAB9F9B61E6921BA8F1FBC9BE6FAD2BDD2FF00CB39413E99AB28AB770BCEC3C942481972CC2B4FC2C309393EA2AA5D69D24B1892070D9192B9E6AC689BEDE0955D48627183549FBAD0ACEE746EF98481D980AC2D7496BD755E708A2B5ADCEE444F56CD65EABC6A136076150B745BD0CED3F22FE0E3F8C75ABF39FDE37AE6A8F98637120E197906AB1BCB99096F35149CE01EA6AA4D25A911D58FD44F0B4ED1D64696431CA23C019CA839FCEAA3CE6E6219FBEBD7DEAE68C109983EDE40C6E23FAD3436EE6DA4B00016E2E2063EE4541730E9EECCF04D18954670ADD7F03458E9B0C53170CB2E46369C114C9F49313C92B9DCA54ED5C6083DA931115844D14B2A3819C29FCEB1EEBFE3E65FF78D6EA645E5C678384047E158170733C87FDA353D4BE840871BB23BD5A494341B33921BBFA5554CFCD8F5A9221B9891C103356416212AB2649C718AB00FCA71CD5427FBC3F1A55254654E450059CD1D6A3494371D0D3C3521F41F226E8A2CF62DFD296042B2673FC2DFFA09A473FB98FAE72DFCE88490C4FF00B0DDFDAA8908B193CE3F76F8FCA9A08CF5FD69517EF7B46FFCAA3518E370E2802C4D8DD1F7FDD27F2A256C14E4E3CB4FFD069B2FDE4FFAE6BFCA926392A33C6C5FE42801D191E54D8CFDD5FF00D08546E54E377A1FE94F8B3E4CA01E30BFFA1546C338E9D0F5FC2810E19054E3BFF4149130623A02368FAD20721871DF3FA511632081CF19CD032404F2074C8E3F1351100ED2BD7BD3C1FBFE808FE75190060A9CE7F4A007FCACA9BB000C7B54D70CBBBE62060679A84659143723A8E2A69972F9DA4F1E949EE35B316E4A614C9D31DC669F29458A32C4818E0EDCF6A65C3850B90C463A019A748C045192AC463A0A5D8A7D4733AFD9A36F98AF6C0E6B3D08F3B50C74FB3C9FCD6AF96CDBA36C6FF749C1159E87F7FA876CDBC9C7E2B4214B728E464F15D068E31A73B63EF3A8FF00C7AB9FE727EB5D6E83682E74D2A38217773DD80E07EB51357563B308D45CA4C9A3601725B0319CD5ADC9F6668FF8300B1CF5C9E9545A293CE4858143B49248E06067FA54B3E12CA2894E59BE66F51C601E3B75ACE8C22A1768E9AB294EA72C196A71E6B07CFC840230324560BA9D1F50FB522092CE4CA4B1E3800F6FA7A7E55A8936CDCBF2B796BF7D7B8C532474755CA8224054A9E847A1ACFDA72D4D1686AE8CA70B331DACADAD750D9312D693217B7917E6C8EC3EBDBF2AAB63F6749645BB597A7CA1064E7DEAD5E5B35BC62D1998C0EC5ED9D8FDC7EEA7D33FE06AB4D3BFEE2F62F9268FF77200BD180EB8F71FCABAAE9EA8E06DC1D9F40BF51BAD8C3B987450EB83C1EE3DF35BA23D62742ED73631039380C58E7D3806B0F5198111CAB71E7947DDB847B3D0F4C0F4AEB1A50DA52C11970ECD8CA1C10013D0FE03F3AA5152DC894DC1DA2CCC3A33CE737D753CBE8AAA107EB93FA54B6BA669DE7B471DAA3BAA120CA4BE71F881FA50D18B7F94482266037067259BF99350FDAE1B5BC49F79183921885C8EE3939FD2AD452E866E577AB31357082F6E5635555597680ABB471C74154854F78E1E6B86C83BA42D91D39350A91EB52F7327B966CCFEF4FBA1FE956351E6CD3FDF1FC8D56B43FBD3FEE9AB17FCD80FF796811D4787DBFE24567FF5CF1FF8F1AA3A9C9F6AD54439F92DFB7AB77AB9E1B39D12CC7B11FF008F9AC3B5BA02EAE1DA395D9E427E44DDDCD454BF2685C3736E25C0A59E30F19523208AAAB7CDFC367747EAAA3F99A71BB99871632FE3220FEB5C2958D0B7A1CCDE4C96AE72D6EC02E7FB87A7F51591E301FE976E7D6123F53573496946B2FE645E50920381BC3670C3D3EB55FC5EB996D0FAAB8FD47F8D77D377898CB735AC80B8B4863523714520FF00B581C7E7914CD62D3CCD362BC51CA332BFD09E3F23FCEA7D1E166D3F4F9D0FDC94ABFF00BB9FF1AD2D5E209A2DEA63B16FD41A220CE26A39A369A58E34C6E6C81938ED9A93BD31C3B4D0AC6DB5D9B0ADE8715422D4705F794104A81557681EC3F0A6C91DC7952179C32A80C540EB482DEE41C7DA8F70719A46B77D8EDE793B57711EBED401A5A6476CD608676218120E07B9FE95ADA7ADBC7A943E4FDE2C43718FE138ACCD1ADE4974D253CBC6F20163CF07FF00AF5A96F13C37D03B321065030A791953489EA7414B494B48B0A28A2800A28A2800A461B948F518A5A4A00F3C9E068A69E3607745DBBF19CFE9558E3047A56C78866B6B5D5E562E1B7005957920E31CD620756525092B9C027AFB539EF72E2C8653807E958EDCB66B56E0E2263E82B28D21486F538AB9A92A7F67E9EEAB82637563EA437F85531F7C7D6A6B8673648AD9D88E76FB6473FCA9ADC9652A4A5A4A40145149400514B494005145250014514500145145006B79EAB610FB281F5359AEF924939CD0D2168D17B28E2A3340EE2A2191C0152150221F28041E4D58B688A47BC8EA714D953971ED9A45455C34E7DB7417FBC315AB28CC4D8EC33587137973237A115BEBC8F6349EE24509B05B38FBCB4F71FBB2A7B7151BF2CAA73F2E569FB81C73C9504FF2A6233186091E86986AC4EB894FBD414C42C670C2AC020123D587EA2ABAF0C09F5A9275DADC5268D29C9C7516325598633C7F234C4CB310A3AFE95210048B21FBAC696CC9591C8E9B083526C9372512141F355A89470D9EF8C5564FF595614E067D08354611D264138C486A3AB176B87AAF4D0A4ACEC35A9B4E3D29B4125984E631EDC549505B9EA2AC5034274AD68DBA678047159557D5F102163D306A5814EE1364CC3DEA2AB174C9248190E78E6A02314C6C118A366A579401C1AAECC0530B16385193458131CCF4E8E49D57F77B829E6A3F963E5B0CDE9D8531E4663924D1E83B25F11DB62A292056E9C5476F76B270C30D56AAF633284D6471943CFA55578A4419652056C531E6400295DC3BD203118D44B2379B81DEB5AE6C52442F171ED5574EB266B9DD22E029A066BD94222B7DC47CC45733A849BEEE43EF5D55CB7976EC7B015C74ADBA463EA693DC5D46D03AD14ABD45033560B3630062A706A396D3DAAFD9EA0D142A92479503B55AF3AD2E07653F9569FBC5B6A83DC7BAB1CACE9B25DB4E1D2A4D4762DE3053902A0DEBEB59DEE04A29C2A012A8EF4BE7A0EF480B4A6A40D54BED2A28FB58F4A00BDBB8A824707BD557BA2C3038A8D65228B0D3B32D528C7A8AADE763B535E42DD062A794DFDB791AB0E36F51525632CAE87826ACC77AE07CC3352E06B1C447A9A01874A51543CF2C72AB83562395FF00890FD451CA52AC9B27A290383DF9A5A9B1AA69852D252D030A29334668010F3498C53A8A689684CD248C1632697A54771C454C896916279A36FDE0723BD349508B85F9BD6AB9538E4D3A307D6B43CF34EDDC796372D3CEC27E5351443F762948A96CAB12189B19159D79B849D2AE8665E848AAB70E59CEE340322420AF268239C534321383484107E535421D1A805B90052CF1891812C0281442A48638EF4B3658E36647D6901139420287C0FA53E6D8634058818F4A6ECFF617F3A96519C709C0EF4015C08B1F78FE54E58D3CBDEF9C13C629B272427CA3DC559276C2837A8A6D88AE4C3E8E69D0C4A434854950700512BF18F301CFA0A9E1282DC01277EB8A064E4EC463B401B7D6B3D012CCDE4EE07A558BB7C36C0C707AD45E644000247C5240C8E4CE01F2C20F6AB9A1A67508F23906A94ACA4FC9923DEB434004EA287D8D690DC891B5717052678E45DD1E7F2A4085577464BA7F2AB379002A5C0CB5548C3C2415E87B1E95A3A6A5133E6B3B3242C1A2623D2AA2489240B6D8209E09CD3AF2EFCA180830E4F7C62A943711C73865846EFF007F22B9546D74688AD240D6F332FA714B6F6EF712855EE7F2AD592DBCF50EE4073DC0E2ACD85B245CA8F989E4D0A5D0A4D0F307908A064600CB54A5898509209F514BE62E4862460FA535B1B38E953193723771F74BB6441953359BAB717D37E156AD5F6CD1FB1AA1E2061E64CE87E638FC2B66637284A78359CA165608CA41E70C0D2A5CC84846E73DE848AE1FE44C9DC70147534A4AFB0A2EC575628D907915ADA64D0B170D16F76C7CB81FD6B36584A646082BC329EA0D323731B0653820D34C0EC2DE2824386B4D98FEF2AF3F9532EFECC91482369216DA7E521941FE86A869DA9DCCF22471B479E84328AD4BD171F6661208C8618DCA08C536054873F68B8CF5CA8EB9ED58131FDEBFD4D6FC78F3AE8A9C8DE3073ED5CFC87E76FA9A8EA5F4225C60F24734F566427B82314C5CE391919A51EC7F0AB20B3090E0283C67914E64EBB7AD25A70C72B4F3D7A5218C8F3BFE61CD4CA4134C1F5C53B3CF5A03A123B6628F8FEF7F3A48C9CB1EDB1B3F952B1C2458F43FCE842416CE398DBF955122479DAD8FF9E6DFCAA009267DAA547386FF00AE6C7F4A855DB3CE4D022CC806E5F511A0FF00C74512F2E3E5FE05FF00D0452B9394381FEAD4FF00E3A289A4248E80ED0723E828008F3E4CBF45FE751B8240C7A53E32443364765FE74C66208C7A11400E0492011C16EBF850A0AED239E8685C12BEB9FE949182A47E140C764156FC3F9D46C0AE083D7A53B8F9BF0FE751B650F3D3B5004AB90AB8CFE152DC3956FBACDC7F0D5752405C296A9EE1983F081B8EB9C52EA35B326946403F2F4EE714B21DB1A1DA18FA6714C9F385DB8271DE9CE7089C8E9DC6697629F5143660425547AAE4F159CBFF001F37DEF6F2FF00215A0C7F72083DFB0AA031F6BBDC7436F2FF00214D12F72871935B5A7EAD1C31242C4A803078C83F51589DCD6841649710465770918761D4D44D26B53AF0B19C9B5049FA9D5D9EA56E5958A97C1CE51F8FC8D69CE969AB22AC3288A6539C30EA3D2B816B0BAB7398D8FEA0D4D0EA5A95AB0386254F5C66A23EEE8B63ABD928EBCAE2FCB5476E9A35BA79A3CF8F2C0ED5C0C273D7AD41268ACC90A2C96E40CF98EA482726B945D6641FEB2DCFEB4FFEDC38FF0050DFF7D5537E434DAFB7F81D6DE68B6135B34134B0C298FE0EB9C704E4F5AE16688DBDD4904F26486D8ECBD197F85C55B6D5AE643FBBB7EBEC4D45711DE5D059A5B620C60EE39FBC98E98FCE85233951BC746DBF41A1164D32781A33F6985BAE49F97BF1F9D4B06A17125BA4712B7CAA0312DB573C0EA393D0719A8633878D99FE490F91312719C63049F718FC8D3AC1DE191E34906E85F2ACA723EA2A9CB95684D2A4AACD299652C2FAE148225DA792B126D5FCFBFE34A346441FBC3045EBE6CA01FC87357625FB546259DDE566EBBD89E69C6145C6D551F415CB2C4C53B1D91A518E8A297E273DA8C51C333C713C6EAA07CC99C13F8D5419C76A9EE8EE925FF3DEA00063BE6BAA3AA3C8AFAD464B6C489B3FEC9ABB7BCD81FAAFF3AA56BFF1F2BF46FE46AE5D73A7B7E1FCEACC4E8FC2CD9D16DFD9DC7FE3D5CDA90B73246C703CC20F38F972D9FE95BFE1539D213DA671FA8AC49022DF4A9226FCCAE00C739DD533F84B86E5CB56B9930859D544AAA484FBABF367AF6185E7DE9E8F7AF1C99F315B70C0DA063EF671EDF77F3ABF6F1AB004AE79EA6A49142AE401EC0571F2BB5EC8D1EE57D35A43AB0F34302165DB9C7DD3B718C7D2A2F177FCB99F771FCAA5D325326A11965643F38C375FBB4CF160CC3667D2461FA0AEAA3F0994F73A1F0A90FA2AAF70E7F903577551BB4BBB07FE789FEB59BE106CE92D8ED2FF00ECA2B62FC0363723B344DFC8D5211E79515CB154561C60E69F51DC1FDC8FAD5F51162075962591E708C49CAE071448E8108590B1239F97FF00AD552DE4669143E767B1C7EB53B14C0EA78EEE78A5615CD7D15EDC58C8B2C2F236F2720F18E3FAD6AC3243F6884C56FB0F9884B67B1FFF005D64682B6ED6D379B3B236EC6D03A8C0E6B508B6431BC5248CEAC98C8C0C061ED480E9A9692969141451450014514878A00476DA38EA7A54771379116F28EE7A610649A56DE54B26D2DFC3BB20573FAF6AB7BA6483F7D100E7E45039C7A9E3D69A57032FC57670C738BB5F310CEA5990AE7078F5E9D6B9EB79230ED1A16C1E7E6C558D4B5296E94C726C94AFCA241E9EDC71526876CD7115DA1030F0FEEF8FE256C8FF000FC69C9DC6B4295EFCB1B8F7C5661E86AFDE9F9075E4D503D09E054B064FA6D9B5F5E0855D54ED2DF30CE71573548522D39563DAC2290465C0C6F3C926A9E9F3B5B4E25888DD86507D32315A9A845B341C770EA7F9FF008D6908DF53394ACD239B3D6929C692B32C4A0D145001494B4628012929707D28DA7D280128A5DA68DA680128A76C3E949B68013B558B68FCC65E33CD57C55CB31903B5005ADBF2E070A3A7F8D4381F698F77DD2403F4E9579400B9704E7802A95CA63814DAD2C5C1DA4994E64F2E574073B4919AD8B79375A2BF7DB59B7C19A5594A802550C31F97F4AB5A6B6E8193D0E3F3A85B1535CB36847043863D739A6952B37A738A9E45C846FC0D3665C367D6A89654BB5C156FC2AA9EB57AE06E889FC6A891412C69E956A4FDE401BBE2AB1A9AD8E632A7B1A4C717AD840C1ADB1DD4D3EDB88E53E8BFD45323521A54FF0064FE94E80910CFC67E503E9CD4B3A20DF345BFEAC35F89CFA66A6C7047B5577FBA8DED8FCAAC237DD26A8C27F15C4BB1950D552AEDC736EA7D8551A16C3AAAD26069B4EA6D3331F09C482AD0AA43835753E600FAD0029EB5209596229D41A6E302A36702818EE00CD46F27A50A249DF0833FC853D8C56FF748924FEF761F4F5A96CD234DB577A2221196F9A43B17D4F7FA50F2A85D918C0EE7B9A8E491A46CB124FBD309A76EE2724B48813484D2514CCCEB26D8ADBA320E6990DDCC1B1B4B2D591F6774F94006AB5C1FB244583727A0AD9DADA992BA7A17E391655E383DC50D0A9E9C1F515534B6678CB31C9357AB335001963C139A4B55F9C9A2438534FB4184CD2021D5E4D968FF004AE50F5ADED7E601026793581484829C99DC314DA746486040C9A0A5B9A49332A80CB4F2F138F7A816EF0312252BBC0E848383587BD17D8EABC26BB99939CCAC73DEA13523F2C6A335B9C8251451400519A5C7B51B4FA5002668A5D8DE869446FF00DD340094669FE4C9FDD34C3D6801734E0C3BD474B400F0F8E953C578E871D4556CD2838A2C3526B62EFDAF79FB9CD4B1CB2FF7722B3F70EB8E69E970E9D2A6C68AA3BEA69AC84F51834FC9C551178C472A29C93484F0054F29B2ABF32D296EE29D512C848F9862A40723B526690B5EE19A5A68C83EB4E279A2C3526DEC1515D7DC02A5A8AE5B6A838A6B71547EEB206C85FBB8A58F9E9433EE0295320F1567017938514EA687381914A083ED5362EE07A5674F932122B48A9ED5464C163EB42132B90D8E4511F5353E38A8CA8E6A843E1C953EE69B2C80394391EF4F85BE50338E6A29B7990E19680223138618C904D4B79957500718A10C9B80322FD296E8EE9026EA045755627214D5ABA43E4C781DB9A8871C1978A7DD305DA818F4E68020589DC65549156D54C766B91C86C9AAEA231C79AD8FA548CE9B1235C919C9A0095577C0F2391B9BA66AAB42CA324AFE06AD3EC688B10DB738005553B7770ADB68402152A7D7E95ADE1F04DF74C7CA6ABE969E65D0017F879CD743069ECC37445413DB760D691D353294ECEC89C5DABEE42307DE9F25BA3E1BEE91DAA8CF6ED0BE18827D9B34D0198E3737E757CCBA1939F4684BEB70637DEBF77A56369F6EB3DE157CED1CF15B8D10FB1CACEDB883C64D67E99104B876F5159CDDD9B47489A78C0C0E9525B637804F3CE05467A53A0E199BBAA135C91F8871DC1C307279A9A2406063CE7AD355B722B67A8A9A3C11B4F7A98BD4EE7AA2388E086F422B2755704CE71905FAD6C46305D4FA71585A813F65724F5735D37BB39BA19D08CCAA6B6B4E40753B31FF004D57F9D60C64F9839ED52C33BA2F9BBDF7230C61B18ABBD88B5CEE75FD012FC35CDA809723F27F635C24F0345232B2147538653D41AEC3C3FE255976DADE361FA2B93D7EB57B5DD0E3D4D0CD0E12E5470DD9BD8D4B56D501E7B148D149BD0E083DAB7AD2FE3B8B66183F69385C724BF358F736CF04CC8E85244386535045234726E538229A633A48015FB42BA8460F82A0F038E9580E7935AD6370934321CE1D89247E1590DDE9752EFA0C4C6DEBDE9DF51F8D357EEF23BD381C038E73DAA882D5A639E734F6E1AA38D800A38C93523F5E9C52180EB4E038CFBD301E453B03D4E6801EC4158F8E80FF003A1368DFFEE1A6B0E1067B7F5AD1D2228DE394BA2BF2065867B5324A319C87E3F80FF4A8B7E0F3815D1882D40F9ADE2C631F769CBA7D93FF00CBAC7CFB5170B1CFCC79041FE05FE4292571BC73FC2BFC8574874CB361936E99C63BFF008D57BBB6D3EDF6F9902966C00013D3F3A2E1631636061979FEEFF3A4452ED8E3EE9EB5B7F60B33C2C0C81C6406C8DFF4E68FECDB46EB11FF00BECD170B3461EDE8C0F438FD29132180CE47CBFCABA11A5599C7C8E3BFFAC34C974AB5589D879836A920EEF4A2E0619180C0E3231FCEA162470DD2A56DC8CE0F277007F026A12E5B01BB53024190ABB704FBD589F767E5209C7715026368E4E7E953CF9CFCA4838F4A4F71AD98F97A2F241C7A52C99312E1883EB4D9D4B2A852C0E3A8A5957312005811DC1A453EA388CC2BC31FC79AA2BCDFDE0C63FD1E5FFD02AEF02051FD6A9A1DDA95D1C019826E9FEE50852DCCDC7BD6F68F1ABA444FF0A96186DA739AC115D1685F34023042EE8CF27A8C1ED515363BF01F14BD0B307DBE4658A36472DD037E7524D15D4523472456C5FD73D7DFA532DAE8437C9952C1786C1C75E2AF5EB34B2DC3A0E2DCAA9CFB9FFEBFE95CF6938FBBB9E84DB8CEDD0C9B867F312368638F396DC849E3DF8A96D53E6918124AAFA71D69974CCAD0923EFA11E9820F35674B8DAE1A645E5B68FBCC0002AB5B1BF372D3BB25B4533DD471348E14F276F5C0AD4D460B48ADBF7710DF9073DF19C1CE7EB58EAAD6F289269E1B7646E0BB7F41D6A59354D396378DAF558B36EC85E87393EF4E1CC96A8E2AFACD38B39E58F29776CC79F2CBAFFBC848FD451E72B5E452A23289230ADB883961DF8FA50D708BA80B9508CA6491809390412719FCEA23222DB14050F953EF561F79877FC2B5E96308CB96A5CDBB07C44CBE8DFCEA776ED54ED5D44F2843952320FE3FFD7A9CF393EC6BCEA90B4CF46496E61C91036534E7EF6F007E62AA703BF5ABCDFF0020797DE4FEB543E82BD38EC8F026EF364D01C4E831D7233F81AB571CE9CFFEEFF51556DF3E7A16E80FA55A939D3E43FEC7F5AA467236FC2673A491E93B7F25ACFB8D90DC5F5C345BFCB91C91BB1C6EAB9E136FF8964C3D273FFA08AAD7C8D249A9C28A599DDD001EA48E687B09335A15882132FC9B002D97E173EF4A65B513451E54F98090FBC6DE0E3D79EA2A9189AE249CED9A266F2E404C60E1A3EDD79CD322B032AB6F291156942EF41D198306033C74A4A11EC3BB34A011FDB223104DA19D7E51DC0391553C563FD06DDBD253FCAAD449E4DD423390F33B0E318DC18E2AB78A8674B8CFA4C3FF0041357156259ABE0A70DA6CA0FF007C7FE83FFD6ADE9D775B4C9EA8C07E55CDF818E74FB81E857FAD74E7E7427BE083F954219E69D00FA5327E61FC69E4738A64FCC0D56F710C4DB83BBA834E1B2984C63EEF3481BD85049D2785925922BB114B146372EEDE32738EB5AD7714896AECF790B6D00ED51D7041F5AE7FC3D756D6CD39B8B61296DBB49EDD6B56EB54B692DA58E3B254665201C0E3F4A919D4D2D3236DD1AB7A8069F48A0A28A2800A6B02781D3B9CD3AA29D24921648A4F2DC8C07C671400970B3347B6091636CFDE65CE07D2B96F1D26D82D1F01DBE65F9973E95B96F7E22905B5E308A5FE00CF962A38CB1E809F4AC8F1D2E74FB76C74908FD2AE1F101C6D8AB4B3BA642865FEEF61E95D0694765EEC518010E31DBA63F9573F63F2DC861D471F9E6B7EC015BF809E8C1C7D7E5ACDEE35B18DAFDAB45A9B431216DE77A2A8C920FF00F5F357740D16E21BB33DEDBAAA6C2115F04EE24738FA66BA61D723AFAD57BF94DBD8CD2A7DE55E3EA78ABF8988E72FDC5EEB0B144AA238CEC50A0004F73566FAD8DE03671B05DDC027903150E8B105965B86E912F07DCF4ABFA78F32F19CFF0008AE85A2673CB592325BC2CCBD6E549F68CFF8D509349F2A4F2DE450DC8F519FAD76F32E56B035B56122FEF02ABC7BDF79CF3FECFF0080AE7B1BA39E9AD92294AEEDE0752B56F4CB3B2B9B84866694339DABB7804FF4A9EDEC84B179EABF2963B73EC6AE5BC021920206363AE31F5A91D8C49AD922BAF2C83B738AAE883CEDAC33CE2B575D8BCABE240C679FEB59F246DF682CAA483839AA621628D3CC2A541F4CD591147FDC5FCAA0FBB303EA71FA7FF5AAC0352520D8A3F847E551DC28F249C0E39A92ABDDCDE5A71D4F029810DD4C33B01CE3AD533966C0A4273D6B46D6CCAC02771824F03DA906E470C5B098C81F3A119F7A4B36C3303EB9A99CEC7461D8D418F2AE9876C9A4B46692D61E86B02086C741C0AAB72A40E41E9DEAC5B316567039C0C7D69B75F3673D3EB5AC56A65296853B81BF4F8DBBC4EC87E8791FD6A3D39F6CC57FBC2A5886FB7B88BFD90E3EA0FF0081354E16D93A1F7AC1697474D7D5467DD1AB2103729E8791514A781E98E29D3729BBB8A894EE4607B0C8FD2A91889D508AA2C3191E9574020F23B66AACA30EDEFCD32590E29F6F90F83D0F14DA6962A78A045A61B6E118F46F94D2C4A56D6E7EAA3F5A59079B1065EA4647D6A38CFF00A0CC4F52EBCFE06A19D9097EBF9118E613EC735242731E3D29B08CE57FBDC524270CC2A8E696A932CC983683D71540D6837FC798FF0076B3E84555F884A4A5A4A664156A06FDD8F6AAB535B9E48A0095E43B78E9D0D0B18237CEC5147451F78D3566681D828073EA338A89DD9D8B31249EA4D4EA689C12BEEC965B9DCBE5C60247FDD1DFEBEB50E726999A5079A6958994DC9DD8F6518E2A3A7939A61A6485252D1401D61B75854B331E3D2B3240F349B8E76F6CD696C92E64C1FB8296E02C49D2ADB6F7252B0BA7E162C55E06B1EDA5F9C906B49251B7269144936361A742C23B62C7B0AAE675910ED355354BBF2AD44487E66EB484655FDC1B8B966ED9E2AAD145218B56F4D8526B90B21C2D53AB16D2796F9A2ED6A8A8A4DD99BD2E908E33138359979A6C9023315E077153457E57A123F1A75EEA2CF6AC84839A3DBB7A490E587E5D62CC355CD3C44284E9520A081A225F4A78897D29C29E29000897D29E224F414A29C2801022FA0A5DABE94B4B40C8A56554232071594DCB1A9EEDB329A8450843714952114856980DA334B8A28012941A4C51400FDDED4E1295E95152E6802DADE385C100D4893B31C8C0AA3BC8A7066EA2958BE77D4D3576C6587E54F0D9E86B3D2791475A91262C464E2958D5552EF39C8A65C65F0B9C522B3100E41FA505B738A482A59AB9032B29C0E6A48C1E32314E76DADEB4EDC5D978E95460591D2838A4CE3AD19A82843C0E0D5193904F53571CFCA6A864E7A53426337B29EB4F0C71EB41C1EA314A00DBC5512491EDDAA42F3504DB14FDD3CFBD584DAAA39ED504E51C8F988A0646B22860420E28327CC49504FBD0AA3780B939A7B88CB9CE41F4A621F137999CA2E00EB4CCBB317C03F514A5C0511A6704F3EF52C8EB1B01B4F4E948083CE61D97F2A922032B93CB72698ECAEC36A1156915515095191EF4004EE560CEE2327A55352ED854049353484CAC4E3E51C0152A4BF668F091E5BBB1140CB5A446D1CEFBC648515D3C3E64700F2E2420AE49C75AE6749632191D864935D25A1478F0164C8F5620569D0E67F1B2ADEA6D948D8A0E39038A8A100C838C7B52DD7FAD6C81D7B1CD320DDE664738ED4D6C66FE2219A72B72E9B54A81D0B62A1B5B8CCC418D57FDD34B791CB13BCFB10A37A8AA760EF2DC82B18C67922B26FB9D51B729B44F14F8BEECC7D2235193C5490005A5527831E0D7347714772046608A09EC383572272429239A0344EA14A8E38A6B288C80BD3B5384948EDB35B92B12B212B8248AC4951658486CE4B367F3AD856DD283E82B2243B2301B81B8E0FE35BC5184CCE7B7F2C9607231554C848DBD066AFCE7E46ACEEF5466850E43023835D67873C4A536DADEB657A2B9EDF5AE4719A553B4FA534EC07A46B3A3C3AB42248C859D47C920EFEC6B83BCB392DA678A58CA48BD57FA8AD8F0F7891ED196DEE89784F009EAB5D3EA7A65B6B56AAE8C0498CC72AFF9E949C6DAA0B9E711C8D130653822A66C3A6F4E9DC7A5497F6335A5C343326C917F261EA2ABDB8669020382DC5086227DDE0D2F7E46295E3F2D8A1FE1246450339F514C0B2A721081DC9CFA54921E94D5E833D33DA964EB4862718E99A7E4640C62A23D3AF7A72F2D927D45021EC0FC87FD9FEA6B5F43FF00533023AB8FE558CEC408FF00DDE7F335A5A6CDE4D84F20EBBC01F5229F41751E67134CCC4F19C0E7A56B5B9222503D2B9972224CE4126BA5766934F6744397837800E082474A450F7B8400842188EBCD64EA8E6592195F1B410AC07619A82C59AE76C6A864239C2F51EF53CE84A346725802A73DE93046C29511A02ECCA8E766473D300FEB4E5543D031FA0AAEFF0025AEC0A7223C7E38ACE13B85C0964048EB9E9FAD2BD8D145CF546D8DA0FDD6FCA997041B6989CFDC6E3F0ACE6B9999777CE8BBFA83EC38FEBF8D58824F32D2EB2CEC427F11CFF0F3FAE69DC4E9B4AE73CDC34A33D58F5FA9A81886C02318A9A43996623A07E9F89A818838C707BD52322548DD9015DC3E9566642E78247D0E2ABC6A19013B47D4D4F3AA38DACC8A08EA4E0D27B969683DC06DB9DBD3B9A245431A82540ED9A6CBB0A85765008C734E7286150586DC7071486D6E0A112DD5432ED1D09E6A9824EA9719EF0CA3FF00219AB80AFD9D70494E8081DAA90E7539B927F732727FEB91A10A467806BA3D007117CE1731B753EF5CE0E9576DE5BA30A24481953A123A77A533AF07351934FAA3A69B44B8B7B99089ADDA33960C64009F6C52CF6F39D45A68AE20113B2B3A97241FA802B1BED3AABE4EF55C7276A8E3F4A6B41713FF00C7CDD3B0EEA3A5468B63BD2A93D1FE562CEA3716F6C23892559DD1D8928380318C7F5AA2925DCCD98FF72A4633D3835662B5862236A6E3EA79AB91D95C4A81E3824753D0AA70697A1B724ADFBC9597F5D4CE4B08F25A52D2377CD4DE5A440908AB819FBBE9561EDE6598446171267EE15E7F2AAB7E5A3B47C8209F90718E7BD2D59AA54E11BC515A191207D3A6310661217618FBE3238FE753ED2FA85CC522E0DC4247CCBC83DBE9C8A42CEB7BA7ADA21F3614CFCA3249F5FCAACBDF4EDADDA4F72E5C85287CC00FCBF8D689E879D285DC9F289A5DCDBA5823CD1297CEDDC724FD3A8C55DFB7DA82336E873EB137F8D51D2AD657BFBDB68AFA4B4488BB128A09201FF0354CC1213FF1F73673D73FFD7A99416E55394EA2B28DFE65499C1967D802A65B0A338033EF5103FEDD29CEE932496C1C93DE980F1F76B55B1E54FE264D09CC91918CEE1575C7FA14A3FD8354213FBD8CE402187F3ABEDFF1EB27FBAD4C8669F848FF00A0DC8F4987FE83FF00D6A64B2451EAF78249C447CD27960B9E051E113FE8D763FE9A29FF00C74D25CA8FEDCBADC14E482338F414A4F962D8E2AECB4B716ABD2EEDF07FBD28CFE9520BEB14E0DEC3EFB5C9FE54C48970311AFF00DF22A50A40E063E9587B7F22B90647776D2DFDA88199C99B24ED6C7DD3DCD3BC4E33A467D2553FA1A89589D46D1777498123F0353F88F074593D9D3F9D6F4A5CDA9325626F02BE22B81ECBFCDABAC030F8EC6B90F029C9B94CF5407F53FE35D7A1C9DA7A83C5023CDA61B6675E98623F5A8A4FF54D53DE8DB7938F491BF99A81BFD5B55BDC4565E9D694134C527B1A5C37AD049A3A6E5A4655196DB90319AD010CFB0FEE9F00139D878E39A6F84DE75D424581518B4273BC918008AEA25FB698DF71B6505483CB1EC6A4668DA36EB385BD6353FA54D5574C6DFA65AB7AC4BFCAAD522828A28A0028A28A00AB776305DED69235322728E40254FAD60F8C2DC43A0449BDDCA4A3E773963907A9AE9EB0BC66BBB4173FDD914D543E24079F69FCDDA8EA0B2E7F3FFEBD7410498BCB353FF3D08CFF00DF43FC2B9CB66D9701BA639FC981ADB8E50D7D6EC0F097000F704FFF005EA5AD468DCBDB836B6524E029D8070C7039207F5ACCBDBF32DA4A86E6D1948E5630E49FC4F15775727EC4B12890B4B3227EED727AE4FF002A8995DA30B31BB21A68C15B8500119E781F875A77B6A2B5CA0845BE9F0C0389253E638F4F4157B474F92473DDAAAEAE07F6AA1F48467F335A3A5AEDB453EBCD6EDFB873DBF785993010E6B9F9EC3EDD7809670AEEABC76ED9FCAB6AE989C463AB71546F1FC9DB147F7CF27D854257563572D4A82458D3C855019D9E48D7B119E9FA54D394455DDD410703EB50DC47FBE8664C068DB2BF423FFAF59DF69965B232BB12FC8271FAD114AFA849BB6859F12C5F7241DC63F23FFD71583316F2E3209C6306AC4D7334E312CD2483FDA626A10C5576834DC1D83980926346AB0186393554D26692A63E72E19140FBC2B2EE19E472C46076A9CD46E3228700E6196AAA6EA20E32A58022BA3BA5FF00426207DDC1AE6B3B5830EA0E6BA3B9977C288BFC4A18FD0F4AC9E8CB8EACC6918F19E94DB9CEE47F551FA714F907C847A1A497E7B607FBADFCC7FF005A93EE691D9A2FD93131023D6A4906E4298ED9155F4C704347DCAD59463F27E469CA5669984568CA56C365E2027E563B0FD1862A848A51CA9E0838ABD70A51B83CAF4FC39A8B5251F6B671D2401C7E2334A5F1FA9D4BDEA1E8CB3136F8C7B8A8072F81DFAD166D9880F4352C430EE71D3F950622484990E4630318F6AA971C303F855A7E70DEBFAD579C653E94C195FD698F4F3D69ADD28249ED1F2853B8E451331489A30BF2B36ECFA7B5410B6C941AB722875C763FA1A4CD69C9D9C4AB1B63EB4E6E26247D6A36528D8230453D79E4FD2821762DBF16D8FF0066A855F9B8B73F4AA06843A8EF21292969299014F88ED905328070680279C720D4553C9F3459FC6A0A006D14B8A4A005A4A5A43400518A29D8A00EAACEE904617BD51D4EEB2C4035147791AA92461AA8CB2191CB1A6D89EE490DCB44DEA2B5EDAF22997696C135834A09072284C674E2258E3241E2B0B50984D39C741C5462EE709B3CC3B6A0EF43620A5A28A430A9E084C99E0D415B9A3DBC52424BBE1A84EDD2E3493DCCC685D7A1350CC5C0C30E2BA5934E38F9086AC6D56030ED0CB8A1CA2FA59859ADA574538FEED3C5353A53C5021E29CB4D14F1480900E2945228A750028A0F028148FC29A06655C1CCA698B4B27FAC342D342168A29680128C66968A00615F4A420D49450047453CAE6936D003715246E02E314C229F12E68027015C7A546D1B6EF9726AE045F2871CD2C6982077A00AD1C52F1C902A708776093F5AB2C873D2A33C373E95371908DC0E3AD4F0E40E6AB31F9AACC1D2981336081C1CD3946EE334C3D68E95371D81D792A0D54953CB7C135624E8483CD55762C7E6E69A062E062A32BC70294E31C64534E40E0E453249D015519C74A8A5E0E70A6A42B95E476AAB2F070B4012DB8F9C312B448793CAD476CADE6723B53181DC78E680248BEF06DC07B5492484927701ED50448DE62E453E403CD3DFE9400B1804EE2F83F4AB13B8D8A14E4918AA873D86053B717614013A327CAA7381FA9A49E4438519C77A2742B0AE08F7A89118E1B8FC4D006AE92032B1E809AE9A16CC03F781D47F085AE6F491FBB39E79ED5D1C415220A13CB6C7F0B0DD5ABD8E75F1B33A73990E176807BD242C179A080F263E6EBDE9F811B15E49228E8656D6E54BD9D5EDBCBE720E2A2D39362BE077A9278D4E3EB4EB6E10FD4D615649ABA3A55F975273D2A5807FAF63D028E6A1CD4F1BEC82E188E0015952DC23B89F671261A190127FBA735244E0AF9727DE1EB59D1340EC76B1423BA9C5491B1EA4927D4D7538A5AA474293968D972456843B8E814D606A0C5EDD4E7A93C56B4D70560901E46D38AC6B923EC90FAE39A9B112DCAD0AB3315C9C1157AC74A37774B02B6D660483D7A0CD54B67512649E315B3A3DF5BDB6A4933C800556C7B9C702A8832AF2C66B790C73C7E5BF63D8D507055B0457677972D7F6CD0CAB194639040E47D2B9EBAB092304B29741FC6074FAD41466038ADED07C41269D288E425EDCF51E9EE2B16442BD47D0D4754988F48D56DED759D3E278D812CDF2483AAD71315BB25F2AB03947C1E383834ED2B579B4F600316889E54FF3AD25973A586461992ED41F71B4D16D6E80C5B807CE7C73F31A8C63E94F9C83231FF68D314E4FAF340CB5C6E550718C834ADF78E29A08F3BB1233413CD218A4FD29D1825B0A327DA987B55BD258ADD39DA0FC98E7EB4086B472614853F77D2AFE9F079B652C7282017FE94E7BC6F3C42224E7BD5AB57DC1B81D7B5170B18EB6ACB7C16E3E5891BE663DC56A7DAD9E1203291B7B7D7A53F5088CB6A428E54EEAA56FB5A25461F203F3629148ABFBCB39D66838039FA56DA62FB134455255C1753DFD0D6604F34EC5014EF4439F5CE7F956C885165474246C52A07622861B68289180447007450C3FAD42D656E06C612676E3EF718A95C0391480F3CD2B0F9ADB0AD6913E4EE97E662C704752307F4A516E96F6F71E56EC3467218FA034F4939C53A761F66948FEE1FE54C5CCED6B9CAC854CB27FBDC7E66A060382A73ED535DB46D7931418532123F3A808DB8E78354B62095555D01665AB132ABE039F7E950465420058F5EC2AC4AC1305B781EC29752D6C2CBB36A993A019E99A52C8214EBB31C6076A242028C862318E29495112EE56C7A0EB48A7D4412C62D83FCC1338181CD535C7F6A4A0671E54839FFAE66AFC68D3443CA88B77DA48155A6B7FB3DDCB3161B82B0DA39032A57AFE342761357D8C81D2B6344864B991208BEF3BE39EDEF58E338AE87C273C715CCA247085E3655763C2B11C5125737C2C9C6775BD8E821837A3456AE2380868907F14CDD0B93E95041A45BB803CD7731B6C908180CDE80FA0F5F6A8A3BC9AD960469A05F23A7963796FAF6C55AFED28D6D7F717AD1B127E436E30B9FA52D19E872D58FC3D7FAEC241A7DB079A5F225748A4DB1AB367CD38E063D3BD4770D79710BA147DE389304051DF0BCF3C62963D4225D3628BCE74950B6EC264BE7B83DBEB532EAF6C925A802411A80245DBC29F6F5EDF851A05AADEED5FEFFEB52544BC86DA3880F3EE02721F9DB9E8B93DBF9D7337D2C973AA451DC7CE626DD2281C0C7618AE8A4D66C61B76933317019B95C658FBFD38AE7F4D9ADED8C97F7B0798CED909FC2076E3BD0FB2334DC53E788D6BE99B5C3700AA3C11EC5F2F818F6C7D6AEEA3731BEBDA5B24CD3206C16739FBDDBF2A8346D404735E5D4B023B5C3E40DA30A3938191EFFA558BB9E1BCD53472B1AA7EF5F70C0EC07B555FCCC6514A0A4E2FD4AB7C4DBF882F7671BC2B71FED2E0D57356357FF90E367F8A043FCEAE5868B25F446433242BDB70249FF0ACE49B9591E861EA461454A472CE3123FE35083EF57F52B67B4D46E60723723302477ACFEC2B448F0EAB5CEDA1EA7F7883A722B4C9CC127D1BF95658E1C1AB52DCB425A30A0F1D69991A7E15B88A18EEC4B2A4792846F6033C1ABF726C259CCADA8C68C7D194D7336762D751B389E28C2B6DF9CF3D3356869283EFEA102FF9FAD1A3D07B1BAB7B6110C1D4D4FF00C041FE94C6BED2BF8AF9DBFDD53FE15CBDCC421B868D2512A8C61D7A1ABCFA3BC6EEAD3292A81F85F527FC2972C5740BB365351D1E37DFE6CAEC3A12AC6A3D5F5AB3BCD3A4B784C85D8A91B9303839AE702123AD284C77354B4D8475DE067FF4A9C0FF009E67F98AED4750C2B84F033E356910F430B1FC72B5DCAFCAE54F435233CF354F9753BA1FF4D5BF9D56CE51BE957B5B859356BAE320C84FEB54846DB4F1D6A9B5704994973CD3B0696481D17730C0CE2A3C7BD325AB1ABA19517EA1E37901461853CE78AE91638DB18D3A4393C1273FD6B92B261E7A961953C1C56BC73849370964186CE738A56133B0D15B76916A7FD803F2ABD59BE1F6DDA3C1EDB87FE3C6B4AA4B0A28A2800A28A28012B1BC5ABBBC3F71FECED3FAD6D565789937E81760764CFE44554774079845FEBB1EA187E95A76E4F99192718901FCB9FE959717CB771FFBD8FD0D6B5A206CB632C3951FD694B72A2AE8D5D5A54965B350A24525E5C1DD823181F779EA6AB3B6D9ED63585500CCC42EEE3E75193BB9ED56EE6E5525F32D99570B81888127BE3248AA1793492DE23CBF37968C99E3B2A313F9D4B7A0E29A26D54FFC4CE4FF0066251FCEB5AD06CB55F615977CBE66B722762D1AFE99ABA25C40117EF74C574B578A472DED36C72B6E91E53C85E0566B2B999E4906598F6ED53DDCEB0910E70157731CE304F4FEB54376C2099A30A4F551CFE87150E4E2F42D45496A4B3CA0955C636F5AE7277DA7663EE961FAD6D649396393EB58F76845CCA3071B8D2BF52ADA588F3C034DA898C8090BBB03DA9B898FA8FC6ABDA0B949CD369AD1B15E1867EB5118DBFBC3F3A1CC3949BF1A6B11EB518888604B034AE81B1CE2A7982C3188F5AD5B090CA1031E985FC0566CF0222A18E4DF91923D2AEE90C3CCC1EC73594F635868C4BC4293C89EB51C5CC32277DBFCB9AD3D4E202656C7DE159D1FC93F3D0FFF00AAA56C5C749264BA5102E3E9FCAA79DDA37F2E35F981AAB61FBBBDDA7D08AD2957133375DC7F2A6F633B5A5629DDE1C1600823920D417437D9DBC9DC0319FC0F1FA1ABA50C8482077154D54B594F19EA8C1FFA1FE949BBA4CE8A2B4943BA20B36C332FE35648F99B1DC55384ED987BF156DBB551CE874A73D800BC715038CA91ED52B9F907A546698CA63A7D290D39C62461F8D34D0491F43576270C369AA4DD6A50C422B0EA280279171D467DE9B0C7BE4070703AD4D13AC8B9FCEA65005234E6B95EECE22C7A9AA3566EDF73ED1D0557C5321894941A3140828A314A38A00B117CD163F0A83BE2A581BE6229928C4868018681D68EF4761400A78148474A7374A1871400CA7D329C28026A28A2800A28A2800A28A2800A28A28016B42DA3063043E0FD6B3C55B4B693CB0C030CD1C929EC546A283BB2FA4D750FDC9091EFCD50D4AE659E4512F6A50D3A7439AAB33BC92FCDD6A79271F88A94E135A0F51C53C53053C55198E14F5A68A72D202414E14D14E1400E14C94E10FD29D51DC1C46D498CCA6FBC69569A7AD396A842D1452D0014514500145145001451450018CD390EDA6D2D004DF68C7F0E6ACC0C1F07A550A723B21E0D006A2BB039CD2970DF7941AAD6D2993822A722A4A0F26063CE569A6D987314C0FB1A39DD8A28B8AC37FD21324A8603D293ED38FBC84549B881D4D287F500FD68D03521927564214F355BCCC1E455B916260494C1F6A89ADD4FDD7FCE9A023DC185231C014E6B79074C1A6B230C6E14087BC876121AA001B390E0669CC433E07029A42AF539A00953E5C92F9E3B53136E4B33E3DAA33CF038A62AE734C09D9FD1B8A8F83CEEE69A78E2976E3AD002FD0D488503722A23C9F6A922DA1599BAF6A0074AEB900138A69F2B1C6ECD46CAC4FDD346D3D85006F68E710A904039EA7EB5BFB429F399154E387249FD2B074A044098201F535B68D2907CC9D0AED3C2919AD1EC732DD94C12D28E7DEA6EA58F415021FDE7033C54A0E5493D714BA128A6FC914901C21FAD3DD70C3351C5FEAEB927F09BFD9260D524929FECFBBC9F9548A817EF0A75C67FB2AF083D5C7F2A54BA847731CBC2D27EECB28F7E6B4A0994A2FCDED584A5BD78A9C32845FDE927B8C74AE9BE86A9D8D6B96FDCC9CF6ACDBBC8B6878C714E4B8670558E463B8A97CC85D154F618E6813D4CE5E035121C10578E2B5ECB495D426F2A17546638CB1C0A8AF7456B4F3435C46EF1B6D014FDEFA526EC2BA44563A9B4242C9F32D759A318AEE19946D6570A08FCEB8836770A8643136D5EA71D2A6B2D466B198490B918EA2A934C0E8358F0E98D5A5B352E9D5A3EE3E95CBBC2573DC67F2AE961D667BE74512943BBA038AA7776464FDEC5C3B31523D6A6D6198356EC25612AA755CE7069B716AF0CCC8E851D7EF21EA28B21FE971D5211A9A969B22470C91C6763C664248C700F35938C7B575BF69B0B8D37CA9F519BCF5470038E39E82B988C912A118DC0823EB4BA8C22C17E9F8D49DE92E243E7C858E5CB1278C669601E6E73C6282ACC4278AB1A76E59DB69C92BFD6A2689854D61959252DC009927F1A0566B72F8854B090FDEA9EDE454561DF355CCB1887CC04ECCE3A567DDBB16529901864F149033784C3D6B3DA5C4CE8A588CF0A0D658B975241F9BD460D45F6820E40A761266DA30924E1481B83123D70003FA56909C7639AE4BED2E0E578A5FB53E7EFE0E7D68B05CEB8CBFDE181EB433C6A7FD61C7FBB5CA25E499CEE623D3753C5E4A5BA3367D334580EA51E23C893FF001D351CF70364AB9F9421C9FC2B9C596E988C47385F60DC54EB6DA849931EE2A782243B4FEB486576C33330EE7207E34C6DC393F8569BE92EB0A1561E66D1B876CFB5674B1C9136D914823D6A89258B0146431FA54D2B05C16563F43504580A3E5CFE352CD26C61FBB2FC67AD2EA5AD89643B541285B8F5A563FBB5F947D33D299236D45210371D09A76E3E521DAA3D8F6A437D496D2E5E340CAA1776782338C74A8AE2E576CC0ED05812420EE7FCFAD47392615F7241C559B4B4C69B2CA506ED8FCE3903145FA0DAD2E73A3A569690C7CC751D4AF1EFCFFF005EB3474E9DAB5FC3332C3AD42CCA0FCAC173D9B1C7F2A25B6A5E1A6E151491D15BE8FF00287BC9BCADC3FD5AF2DF8FA5584D22CE66DB11B807D7822ACDBAB48C1D86F2C7383DFD4D5D96F6D6CF6C7248048C372AA8CB37D315CF06E6EFB23D0AB5EA2D9EA65BE896D6D6EE2E262642090E38098E9C560723AF1EF8AEA350B8865CA4842C38F9CB7F0FBFE15C5EE9F52BA1676786DC482D9DA081DF27A0ABBA93B47A1746BB845CAABD58A856FAFA38D8916EAD972BD5BE95A5AF6A56274C165A75BC6AD230DC7196007419FAD5AB7F0E9B6B4692E2E6DE148C12493B8F1DF8ACDD0B4E1ABDECD753BB470A1E0AAE4B37A7E039AD229AE873D69466D372F5362C6DB4C5B38D0A0731280EFB1B93D4924555B886D93C4FA7C702945589A46C1CF63835A50691790DBDC456CE8EB3000B302BFE78CD63694B23789A712905AD61317073DC2FF8D52F422ABB2B4657445AB9DDAF4807458107F5FEB5B1A44E5AD557663626DC819C8E6B0AEDD66D6F516ECA422E0FA71FD2BABD3AD45ACACDB9BE750403C05F6FAD249B9BB1BB9C561D291C6788265975BB970180620E1863F845640E82BA3F17DB98B5459410C92A82840E382723DFAD73802E3EF1ABF53CB9A57D070FBC2A59D732540DF28CFA735A1769B2554E0E149E29DAEAE45CA3B39E94E11FB55FB8B2F2618E5F30307556002E3A8CD55CB60950081CD54A94E3BA26338CB623F2F054FBD74D26D7466230FB707E9DAB9D123367E4538F7AB5FDA336FDC6104AA14E0F626A3959572AA9E071DA9C0FB5304842E16DD7207520B7FF005A964906E2769507FD9C0CD16606F7839FFE27807AC2FF00D2BBECEF5F715E77E0F954788A0C1FBC920FFC76BBDB9B88AD02C92C8115982827DEA7A8CE4F5D1FF135B8FF007EB3EB57C409FF001319A418DA5C0FC7683595919A896E6F17A0CB800DAC80FA03FAD66E07A8AD4957CC86455E4918ACC3190483570D8CAA6E4F684AC8BB4FA8CD69364EF058E3EB59900DB22F1C679ABFE6A02D941D33C9EB568C59DB786DB3A4A8FEEBB8FD6B56B17C2AE1B4C7C7695BF500D6D541A05145140051451400552D6177E9176A467F72DFCAAED417C3363703D626FE469ADC0F2255633AB2A33056049504E066B62C47973A059124DCA47CB9C74F7159DF6B58CA8488467232C8C416FAFAD6858CE4CB1C7FC25D89FAE08EB44F72A1D4BF2FCBC1C67D0026AACCF93BF1801986E18EF0FF00F5AA6BEC611B05995F3B41E7A7155C380A1E4050F9A84EDF75707FA54B045E4FDEEBACDD86D6FF00C707F8D5E9123815E77E8A326A869677EA32B9EC8A3FF1D5A93599F84B707AFCCDF4ED5BABB69183B2BB65333203BA6DBE63FCEC49F5E83F2AAD3ADB970D1A10FEBDBFFAF5566BE93CFD910DD9380B8CE4D58457DA3CD6DCE073ED5334D48B8EA871E958D74ED2CCEC87E5639C5695F49E5C381F79B8FC2B2C0CD4EC510E1875A4AB41093C524B1103248A9B858AB4869E462908C0A603690D2D18A40237DD1525839F3C00704F7A6B0E3AD4701D93A9F7A6F604ECCE8EF977D9C6E792A6B22518707F0AD6C992C997D0564CA3E4C8EB5940D5806097D1C87A1604FE3D6B5D232C482791FCEB12E06E8908ED95FEB5B90B878D241D1D4350F6092BCAE0232ADBBB16CD67ECDBA8490F6915947E2323F5ABAF73F310832179FAD67DDC9B6E229D7A8FE86AAD745D3928C93338FCAC0FA1ABA4E40AAD738F3DCA8C296240F6A9636CC43DA9A3292B49A1FD54F19A61A7669B4C9209861C1F5A88D4F38F933E86A03408635393946148DD2962FBF8F5A0011D90E54D4CD78C463001F5A808C3114D3D68014B134D39A297B5002014BD28A3BD00140A53D29B4012C670F4EB81C83518FBD534BF3459A00828FE1A4EB52EC0101F5A006376A56FBB4BC5275140119ED4E1D29DB71C9A32A28024EB45419229C1C8A00968A8FCCF514BBC5003E8A4041EF4B40051451400F8BEF8FAD74D6F791F92AAE83815CBA9C1AB0B7057D454CB9BEC9A4391E923A375B2981CA806B9ABC54178C23FBB9A9BED671F7AA986DF29268529BD2429C211D624A29E29A29C2A881EB4F5A60A78A403C53853453850028A82ECE22353D56BC3FBBA4333A9C0714DA78AA1053D119CE14126986AF68E333934015DEDE54196422A3208EA2B6AF89F3005AA722EE043A8CD69ECDB5744736B628514AC3048A4ACCB0A28A280168A4A5A0028A28A00B767D4D596700E09AAF67C29A8AE58F9BC1A97B8CB80E5CD2922A82B37A9A50CC4FDE34582E5DA4CD3163572144A49FAD5986C4331059BA7AD161DCACCDCD23362AC8B372090DF98A8A4B6900C95040A008B760D24AF84EBC9A6330DDD7A50009187A0A6205886CC91C9A465555CE054EC3155D897703A814C42C6836E587269AF81D2A46CF400D45D5FD85002A0007239A47607814ACC00E05463D6801EB8FCA8FBCE05303629F1B63920E6802D390A9C0E7A0A8363804A9A914EF6C9E83A50586D619E6988D8D2CA985158039038AD691D5207555F2C918181583657112471EF2A401C8CD5D7D553CBD88C8ABE82A99CE9D9B1F0FF00AD3DF8A97384723B0AA09771264EF527BF34A6F63689BE600B03DE864C50EFB47DA0E7006076A7456EDE5EE521B8ED5474E0442E7EB55E2BC9A076D8E473594A2A5A33AAD746AC60EE5CF0696F0EDD1EE3DE6C536DF558DB0B7118E3F8855AB9B392EB4776B48D9E332FDEF53E83D6B350E4D494ACCE5D41229E8819801C93D29CF0C91655D4823AD240E23B8476076A9CD6AB52C732344C463047634A25010A36304E49C5742E6D6E2D44B2851B86467822B0D235607232295CAE52E692E05B5D30C95078CD4D677E52449236C321C8F6355F4C18D3AEB1D3762A890CAC76F6AB26C5DD463B99DA4992679379DCE33D4FD2B1581070460D6B41765480DC7BD335255754915464E72477A9B5B60B19F148D1B65490456BE9DA8AB4A893B606E1CD629E0D00E0835480EEF57B086EA18DD705A69588917B67A57350D9C91CE2565C28C80DD8D4569AACF6E153CC6D8A723D8D5B339945AAEECAAEE3FA51E68421B68D954856CB315073D4F71508B6642CCBF7703923B1A23BC6846D555C6493CF723152DB3E51FF00DA0072D9E95CEE534CE98C39F4B14AE5595F25700D58D32269A4F2D080CE4004F41497872B4DB26DA1CE48C6391D6B58BBA0A905095916608E67DC4A921464E0741EB4B06FFB46C61F21386C70715616E441332499D8FB43027938E9FAD49959E55DDFEACEE3E9D07FF5A999DFA11068C2794D1E573EB52A476D263E45C818009A7C5646648B630DCE0120F6EBFE150AC6632931FF0057B87CFDA80B45939B3818F30A669CB6700FF9611FFDF3532B2B2EE072A7BD47F6A83783E61C0EC14D041225B5B81931460FFBA2A510C03F823FFBE453414750C0E411C669BBA30D8CA8F7CD004C1621FDD1FF0001A552817EF6DF6C509B36EEC8C7AF6A619A10C3E74DBDCEE18140120287F898D3B6818C6724D09B1D4329057D450F83CA9C10719F7A0085C8553DB8354B5189A7B105172C0863F4C1CD5C700B03E99A6B12639471C21C7E468030222420C286F7AB2F9C8C0078EE2ABC05BCA5DB8FCAA6732607978CFB8A194B61642E02EC504F7C8E94E064F2D4E1437718CD0C1B0369C1A1849E58DAD87F5A928495D96205802D9C74C54BA7DEED8678A76006C609F8839AAF382201BCE4EEEF55D15E6C88C1C8F414BA95D0CE5FBA3E956B4D94437F6D231C2ACAB93E83383FA1AA9918E29EA331939C76AD1ABAB18C5D9DCED24B9B85BB923955A08B7EC8C29CE7D0E7BD324BDB5D32DFF7CCAD72A30810658027279FEB58579AFCF711A222AC6146030E5BDF9EDF856742F134E0DD79AC9D4842324FE35CEA937AB3D1962A2A3CB135564BDD7AE8431E1221C9FEEA01DCFAD2C460B68CC492AABF763D4D2CBAEC1169AD6BA7DBBC05F86724676FA71EBEB586583124E735A46165A6867EDE306DBF79B342E6FE67530197284F380067F2AD5D3EF9A08562B69B0ABCE01EBEE6B98CAFBD1BB1D33F9D5BBBEA6746BC60DF346E769FDBD340A5E62EEA01E0B77C71FAD41E1A68ED2CAE2FAE254124B9701986E655CE4FE2D9FCAB94F39C8C16247A53E6B979C441C0FDD46235C71C0CFF008D545BEA4D6AB094AF05635B439A337DE65CCA881E5DCC5D80F53FCEBB28EEEDE51B44F0B83E9229AF33DC3FBBFAD26E1D8629C5DAE673AAE492EC77DE308D6E34B8E70C9BA090701C1C82307FA570E9C8C002A7B380CAC3729233D41E955D08C7CD9FC286D322E35FEEB7D0D6B6A91AC57116C60C5E12C7D8902B2C8CA7BF357AE9C486DF03188CA93EBC0E69A7A325AD4D2D56029A75A4A8DBE0789763770428CA9FA564DA3E2E3CB7FB92831B7D0F7FCF1535C5D0902A84DA9B154A03C6E0B8DC3EB54DD86E52A304019FAD744EA5D2B9946095EC1828C430E47069DBC60FBD2ED695F27259BF3CD482D4217F38B218C82C8460E3233F8F359B972EA6B1839BB2212C40183F5AB36F7722E06F3807D6AA9C64FA76A4E86AE351C5DCCDC53563A8D36746D674D99F683FBD566C63236679A9353BF6BF9B382234E114FEA7EB58365E6DCDCDB450A17742EE1475C6DE7F4AD18C836CE46301C9E4FB0FFEBD4E226A53BA0A51E58D89A25173288E598A6E00066E471D0555BE496D2EDE04B76976E30CAA79E334E0C1978ED56E484C7676D707714993F26F4AE7B1B26F61EDA762D636591732266446006063381EF5CF4CBE5485771C7507D476AD286EE176384395C75EFCD45A8DAF97BC75F2F2CBFEE7FF0058D0B407A9521396183D0D5E3824E476ACF8704FCBC735AA6D48F9F7A90578E6AAE66CEABC20D9B09D7D25FF00D9457415CE783FE58AE9320E194F1F4AE8EA4B41451450014514940054771936F205193B0E07AF15251401E3171C3371822B66CE22B2C727632B01F9FF00F5EB2B5052B733AFA330FD4D6E5AE3FB3E161DAE0FEB835553E21C593CE155F7B005B18CF4A8FCC65DA39550F11CE71FF2D0FA7D6A4BA2BB3CBE0BB60AA93D71504F323432323EE50171C1E087527F99A86345AD13FE3E2E58F4CA8FC94566EA377E6349303FEB0E17FDD1D2AD46E62B6BB2A7E691D9030FC89FCAA8D95A9D4F5111F3E4C7CBFD3D3F1AE987BB1E6673CB57627D2AC192CA6D4641F36DFDD03D812016FD69C0707D856FDD463EC13C6A303CA6C0FA0CFF004AE5EFA6F2A02A3EF3F1F877ACB7D59AA285D4DE74C48E8381F4A628CD22824D3F1CE054365243906580CE0D2DC26133926A7B640724F5145DA8111C5240CCA3D69A78A731E4D20049E6A84201EB4EC50053B69C5201A46475C542480DEF5636E54D569060834C47456527990A8CF5159D20DA597D1AA7D2E5FDD007B1C66997800B86C743CD651569346CF6B9548CC0CBFDD39FE956ED67DB60003CA92BFAFF0081AAAA32CC0F714D8092AD18EE41ABB6A4B7A265A123B8211700753515CA911658E4E735770B1C3B7A0155AE3E78FB608E2AD233B952EC87113018CA007DF1C525B9F948A463BAD87FB2DFCE9909C3FD45668DAABBCAFDCB14D660A324D324980E179355D9CB1E4D5198F925DDC0E951F4A1714FC61A811113421C303EF41EB4940124A30FF5A61A924E511AA33D2801334AA293B528FE7400D34EA43D69476A0051D08A654FE536D0F8E0D33CB3400E48D9C6E1D053F6B85DA471EF4E818AA9F620FE144990C79A455B4B95D9483536DCC633DAA33C735242FB91948E7AD024376D46CC470062A635148A49E05310CE4F5A29C13D68DB400DCD152984D34C6C3B500328C5290476A4A00314B9229769C51834000734E127B533F0A38A00B10B2971938ABFE5C6E38606B2294330E848A6A525B05A2F7468CB6C0293C7E155231F31A609E5C6371C53E2A1B6F70B25B128A78A60A78148070A916A3029E290120A70A628A70A007554BE3F20156B154AFBB0A4053A7629A29F54021CFAD6A686B96635966B63435F918FBD3404B747FD238A8A65236E7A9A5BA72272475A92CFF7B70AF2B642F635D0969732BDDD8CB96097713E5BE3D71509047518AE9B53BA69008A10318E7159F05A47705BCDEA3D2B1E476B97CDAD8C91D40AD6FECE845B0762738A8BEC500258B9041E0568CF816600A147B85CC199046F8151D59B9865DDBCA36DF5C557C543DC684A2B4349D3C5F4A43B9445EA453EF6C2186531C2E588F5A766321B5E22350C8A1A5E6AD8B1B98E2DC400B55CC4C4939A9EA322181467152F91EF4F58571C8CD0221B119BA15B9136C0E73DAB352354E5462A4C9F534C0B82EBCA8932BBB3524CEB25B96C0048ACE3D3BD29C91C93480AF711AAC391D6AA24AE9C0ABE5013CF229DE5267EED0050F3656E290798BF8D69045CF4A531AE7A5171D8CDDD2807DE95125C715A3E5AFA53F60007145C4668B79DF9C53BEC72E7965AD35146075A00CA369203D453C5BC9D370ABC719E94A1463345C76288B573C6FA1AC9F6E4119F4AD009C6694E474A2E1612CEC58DB06609D3B8E6A8CE0A924A8C66AE1BF9E206348F23D6A8482693395340EE96C2C7701011E5A9F734D590336368E4D466265EA08A58C7CE31C9CD02BB362DD7640E3DAB2DE23B891CD58372E88EA17DB3566CC6E886453032F3B783C1A9E3BB9234D8B2385CE7018819FA54F7116E91881C5557871D0628B88D5B5D46D65464BE85A6F970841C053EE3BD32E74C8A40A6CEE1252572CA3809F526B2C02BDB069C1C823E6C7BD4D95EE237354F2974989131BD786AAB6D672496FBC600C5386A2DE4ED95239C050AA58636FE1EB5A5104922CD9EE78D570DB970727B516B5EE573332F4F18D2AE4FFB78AAB0B0DED5A5F639AC74D9E2B8431B96C9527A5665BAEF76AADF6088F7895BA1C1F4A99A03259C641C102AB392928FA55E132C76A8A472470734ED7D1049A464CB07382369FD0D42E854722B4649E262558542F1AB2E50EE5F4F4A5664DD146AEE9EE4CE173C60D4062C671CD4BA771724FA29A10CB6F6395203F27DA905AB23E41E3703F8521B9B95EE31F4A6FDB6507E6506B2F7BB9DEA3496B6B12CA8D238545049F5A91AC678955930063E603BD451DC2B7CDE5E1BB1CF4FA55C4BA6223899DC96FBCFE83D2B48592D4C2B372936B62B5E3A09012B907F4A963DA6D62258A273C9EDCD43A9F946755B7C94E9F5A7142D668807383DFAF3427757465A938BA9607CC4FE62EDC6E1F88FEB524B7FF6BB6F28AEDDA7381C76007F2AC85F3236C0257DAA78E67E776300649A624D1A504B1A5A3C6E4838623354A06074DB862AE71227D7A1A2370DCAB0C55A4B846859D5988560A71D89A04588067443F21CEC62148E7AF4ACF685DF4FCF907709BA05E71B6B5A29556C04B862A067DFAD44DA8C690890A3E0B6D03DF19A4032C6431AF932E777D9C6C43C0E99C7D691269DADA47FB1859032854C7DE1CE4FE1560496F291210DBB231CF4C74A65C5C3AFD9644849050C8C3BF2481CFD07EB40172C5A46B446963F2DCE72A3B73432ED6F9495FDE6E38EF45A4BE7DBA498DBBBB7E34D69949C1054EFDA33DCD004459C63763003671FA53A27560CA79F9573F88A5E0827B63AD34A02723D54E477C50055B8B0D91B3C2C5028CEDEB551C39C046C569C85CDA48A4F2637F9BD3D2B2E5467C6C72BF4A45AD873AB951B5883EB4EDADE58058EEF5A63C6595406208EA7D69C23FDD2A6738EF48641780A5B2E4E4EEEBF853B4F998C5246084D88CDB8F7278A65D427ECD1C5904B48172C71D7D4D5BD4A6436D1C4F1A1B8886C6914E55B6F1907BE69A134F639F2A5782315A3A728FB14EC5472EAB9C7B7FF005EAA4C30C06381D4FD6B7344BBD2162F22FAD65E4E4BA4A704FB8AA212B9833A7EF0E053761F4AF44B6B0F0B4F8F2E20C4F6667FF1AD04F0EE864656C633F893FD696A538D8F2AD87D29E919F9B8FE1AF51B9D2748B581A51A740CA9CB6573C53A2B2D205B2CA74FB61B8640F285171A85D5CF2965C134D2A41E45771AC402E09167A481E852DFFF00AD5CEBE89A8124FD8E71DF1E5FBE298E54DA327140524D692E8F78F706DD207694209368C7DD3D0F5A94F87EFD62323C05102EECBB28C8C678E7D8D067CACCFB68239495762A7B1EC3EB53A69374D384D831FDFCFCB8F5CD32C8A8B8008C86E3E9EF572091FCAC2CC705B06304F239C9FD295CA8C7989A183ECB73242245902120BAF4271DBDAB1A307B559F3A45E3A035000B93CE0FA6299284F5F4ABB731F9715A3E7978CB7E82A9B0500E0F39ABF799365A71FF00A6647FE3A2B6A714E32B99CDB4D12DDE9CD158C57719DC8D1A9707AA923F95661AEBF4E024D3A0591731BC2ABC8E0F03354E7F0DDD3C8CF19B58E271FBBF3640A5BF0ED5B6220924D1961E6E4DA7BA316CEEDADAEA3988DC14608CE322AD5E6A5F6C131312A2B26001CE0F1DFAF6ABC3C31208BCB37D6866623118CF5F4DDD334CB0D0E1952E4DCDD491889D632A9182724679C9E3BD719DD0E65A98918520EE247D2964451CAE700E0E6BA47D174A4888496ED9C8E243B401ED8EF585716F25ACCD0DC46E8D8E847E46B45AE86328B5A973C2DFF2305B7FBB27FE806BA7D6F4B58D26BAB74E1B99100E8703E61FD6B8AB2BA7B1BE8AE220ACE990030E3918ADA3E29BF2788EDC64FF00CF3CFF005A96B51220B64135E2445820762327A0EB5D13463FE11201B01E30011F47AC2B28CCD736B36D502460580180A4E7B7A574570BB7C3B363202AE3F5153D467250C4A9210A739E2AF5F6C1A6A3BA93348C50367818EFF9605528E37494B30EB56DD449A60DC4FCB2B7F214BA95D0C98973205E9C8E6B7F361927683FF01358F2C0B04E82324E7939FAD682203B48CE29B64D8D7D2F55B5D39A4D8842C8A3242F42338AEAADEE23B88C32303C0247A5702A54EE19C91C1CD74FE1DB8371BD8A6D25071DB826A6E3B1BB45252D5082A39DCC7048EB82CAA48CFD2A4A6BAEE4653D0822803CFDFC5DAA03812443FED98A89FC63AB2E312C7CFF00D33158D7036CAC3D09AAD31FBBF5AB93B302699BED12BC8FCB3B127EA6BA1D3A073A14B211841B5949EFF77A7E46B9B538DA6B49B51B892CEDED03ED8628D781FC5C9EBF956726DB2E095F5359D4E4B7185F5EBD6A9DDA28826232098DF9FA6D3FD2ADCEFB63C956208C7CA3247E1549D8CA929018908EB875DBD51BFC28E825B906A92B4598D090A6590E0679C918ADFD1AC7EC364AAC3F7AFF00339F7F4ACCB7816EB5785E4C6C41BF1EA4AA91FE35D155DEE9221A57B88EBB9197FBCA47E62B85BAF32598931B8C7006D35DDD56BDD422B28F74B2107B283C9A7ABD00E421B3BA71F25B4CDF48CD4A2C2E2225A655887FD34703FAD5C9F53BFD418AC00C51FAF7A75AE9019BCC99CBB7E755ECBB93ED6DA11DA401F72248AC71924671524D60CEDE516504F7AD1FB308232CBEC3F5A6C9FF001F487BF07F2A8714B62A326F73909212B2904F4A028156AF936DC38F463FCEABD161885476A518C518247028E868001DC5539173C55B3D6A09D796E714099674C620BAFA60D58BE1928DED55346936DEA86E4382A7F9FF004AD8D460416BBD1402ADCFD0D45BDEB96A5A58C7E43823FCF7A68F92EB83C669CDD33E94D9FF0081BD87E94DE8C6B58B45ECEF51BB927A7A0A64CBB38CE4114CDFB4020D412DC331C2FCC4D743692B98453644BF2F9A9D8F4A80F4A977AC6DBDB0EFE87A0FF1A80B9ED5CDBB37968926284CC25F3D1B04530F4A96DFE64953D5770FC2A33D299009D6A5C648A8931BAA7EC28020618634DCE69F28F9CD3280255F9A123D0D47DA9F0F248F514CC1F4A00414E1CAD3E18B76EDDC60669C630BD58503B0C11861B89A53B474A541C95ED8A434016226263519E391F8D40CC73CD3A163F301F514920F989F5E6914F54109FDE6DFEF714E7FBAA7F0350F439F4AB2E9BE31B4F279C500B545734B01C498F5A0C6075614830AE314C8448F80C40A6E78A925186E9D79A8CF2290DEE30B73499CD34F5A514C4687974852AD6DA4D9480A653DA9A625F4ABBB3DA98E985268033D8E0E29334D6E64353F93F264FE74C08F8A4C0A77967B521523B50026CA4D869C07AD3C29340046A98C11CD3CED4385AB361A73DD364FCA9EB5BB0E936C8B831863EA69376039A0C0D482B76EB4881D4945DADED58B242F049B1FF034934C4029E29829E298C70A78A68A781400567DF1F9C0AD122B32F0E65A405714FA60A7E6A8046ADCD15716C4D6135741A50C5967DA9A02276FDF31C0EBDE98C8ED26D4E18D1BD5662586466A4865DF73E6630057459FC8CAE2B46D6C02CD26E7F414FB46CF9871818A8F7192E19BA9A920E2390D4D92432B94C866F7AB6E736F1AFA9A871FE8DF534EB96DB0A62AAF7D05B13DEC9E618E14EDC7E34B73A6D95ADA06752F29F7AA36ECC675627A55BBC90CB2AA9E40159B8ABD8A5B5C34B090C5232F02A0560F703E5C966EB4B1B1412201D68B251F69519E7AE29D92D82E5EBF6DB12A8AC83D6B5AF4079154D675DC6B0CBB41ACA5B2296E454A29A29C2A462D2D266945030CD1DA9734500373834FE7AD35A9C9C0A402D2F7A31462801453CF6A8E9E0D301739ED4A4FCB49914646280183D29C29296900BCD07A5277A31CD00200694F14A693B734010DDA74E7B547A7C2184848E86A4B9DE5C31FBB8E2934FB88A356463F316A68193C9122C127CA3229D68B88968972D0B6DE726A6890C5180E3040A693626D152472B21DC38CD2E55876A56E589A8CC61BA707D456F2A1A6862AAF706B70471CD539E32A7A702AE8F31074DC29AEE0A302307DEB17171DCD5493D8A287E602BA1854AC2D20CFDDEA2B9F8919E401464D74A922A6912293F3B0240FA535B5C1946191E5D16479199999CE49393D6A9DB860C5874AB309C681F57FEB551662B1A81D69752A22CBFEB39A96E0811C595C9DB50C877E0FB54B77D221FEC8AA8EE29EA5190F26AC5ABE38AAEC32C6A5B7183EB56CCD097ADFBEE38E2A3B79BC962F8C92314B784F9BF8541FC359165B019D06D6F989E99A0C5206F9B38DD8FC2AB2B947DCA7915662BA24057C963DEA649F43784A2FE2648CC236518F6FA54CBC44194FCDCE0F7A27B39C84645575660B9520F3E94F8EDE645FB84B026323FDAF4A8E85547EF683410CC1C8C7B52B3EF831B718CF3EB44B6D711C7B444E188CF4E83D6A3549E38D5C46C4601191577464D31872E986CEE53D71D453E242ECEB8EA87FA54F25C5D443748853238CA629D1C8644DEF8048EB4C92B456BFBD5E71572D61315AC91BC8BB99D5B207A034A0108CC0838524546B3486CDA5CAEE1205FD09A40CD58E33FD9FE58209DB804FD6AB49632496BE517556F33782391D315224AE348F3863784DDEDD6AA7DB67FB0897CC01FCD2B9C76C66802436724287249006723DAAC1BB36E228F2C02C28381ED93520973A589256FBD1F27DCD559594DB192370CC36A938E9FE714017EC1765A2039EA4E0FB9269F2AE0FFC0B35169EED25946CEDB98E727D79A7C85BD73F37E9401085F2D7087000271DA8562AE491F78A8E3D694B0C60F048E86914824F1C820D003A52AF6931539063619AC79230E465B18F7AD49631F66933C622719FAD65C888F8DCD8A452D87488AEAA0B631D306831A18550B7CA3BE68748D9543118ED41312C6AA5863B505115C22A5AAAA9C8F33AFE748E775BC4B8202EEEBF81A2764318441C06CD2202C1C9ECA4D315EC56DB2491C8A80B0F3149503BE0E3FAD4FA5C372B75E7C2150C192CF28F957231CFBF3D2ABBE70FFF005D47FE826ADC975246915B108AB1804904F248C927DE866946317AC8DB8750BD0BFF00210B7E3AB1B66191F962AFD9DEDC2300F7313E0671B1D4E33D7A7BD727E7A1018F9727FB196AB96B731794F9B345DA3390C4134E377A1D4E30E9FA9DA497919B425809124C6E28D9E3E959573A83B222C478551D2B00DFC0AFBC5A4898E54ABF435A563ACE9FE629BC8FCB727E660481F97348A518C46FDA16489DAEB55B9B57DF80AA491B78C1FE755279ED488C8D6EF58AC986254FDDEE47A715A7AE456171646E2DA5564EC55B22B917080E01CD558E4AAECF4EA6CC4FA3472CAE6E2ED8A90B1B65812BB07071D3E6A905CF87C90B2DBDDC8BBB39F3188033E99F4AE7B70A375231E71E1BCB98B47903240CFA559B7046597FBA718EC4F1FD6A9139AB90B6163C1FBC7A7D0D268232B31B70A319F4354C83B8E0F7ABF7836AAE08209EA2A893F337D699058820120192726ADDD4864D334F1B71E5978F3EB8FF00EB62A9C570635E00A9E572F6AA83A09BCC03D32B83FD2B483B5C968EBF40BE923D22D626B133C271FBCC640381ED56EEECE16B1BABB42C1E3948C67803238C7E3597A49D56DF49B478268E3B4DA246C9190BDF3F954FA4DE8B9D1F53B739798833600EC6B6AB6B682A574EE4B750C49A0DADD4636C8CC43367AF5FF0AB573730C8F25B6638C4EA0A12B80CE402390325B24E7DAB3619E4BBF0D49022B17826042A2962C09CFF00535720B4FF00896C72C8862BD0BFBB89E439675E0305CF04815CE91D2DF71972DBBC356F27198E565FD4D4BAA430DCEB36825852659E1E11FA13838FE95141693B6973D8DD4D0C52493078D4B0639FE2040A350FB35B5BD849737923C96C766E8177648390393C74A7615CE535B8AC6DE7896C5C31E4C815CBAA9E300123EB5503E0293DE8BD086E19977286763B586080492298CC0819A52D5993563A1D324023B73D908071DF04FF008D6C8994E877D093F32027EBC835CE69AE7ECAA41C618F357A598B2CCDC8122907F4FF000A84332A362676CB1EF5A31AEFD39FD1653FFA0D520B905CB0EB8C60FF003AB0A5CD93AC6C430955801DF8A1EE052695AE2552392AA5BA60E0633579274C2FEF073E8A7E6FA56633344EAF1B6190E41C568C6449146F1C6A179207F769B1263FCD5C9E4F5E9B715B1A0EA1E507445C951C9FA9F4358AC460862A013C13F5AB1A73ECBC84230C33856DA4F23D2A5A28ECB4ABE92F04BE64650A3003241C8F5E2B42B0BC38489AED0E3F84F0A47AD6E53448B494B494C0F24D4D765F4EBE9230FD6A8CBF747D6B575E5DBAC5E0FF00A6ADFCEB2A5FBA6AE7B80F8F951F5C5585F4FF00631F9337F8D558FEE7E353C2496FC0FF003ACDEC5D3F891D1372A0FAAE73F85550779888CEC90F3C73F7587F5A9D6422DE360BBC94008CE3A8A850C8B3431E0908C0EFDDD7240FEB47416CC2CC931074E182447A63F807F857410C9E6C2920E370CE3D0D60E93D918F3E42707B60B0C55F96ED6C6D2427924FC8BEA4D5455F6264F51DAAEA89649B17E69987CABE9EE6B02382E6F66F35D1A690FE007E357EC74E7B894DCDDFCCEC738F4AD8CC702606056D7B688C9BBFA19D16997450079A38BD9549C7F2AB90DBC90AE0CC1BDCAE295A767FBA0D3764CDD5B1F4A7AF564FBBD07CA18C6C1B07DC55694E5F6AF5C7353185C0C9627DAA36C0058FA56723481CF6A8B8B990FF00B46A8569EA801B893030339FD01ACD348A63B3F28C74A69E0D387DCC50EC0E7239F6A40467AD4538CE0D4C69928CA7D29815ED9FCA9D1FFBAC0FEB5D4CF87B6913AFC99AE5091BB1EB5B96F77BA25763F753E6A87A151DCCF61D4547236E8C64739A59A5059BCBE47AD5769BF1ED43D47B12ABAB7CB23150071819C9A6CD2EDCC51A7963A1CFDE3F53FD2A024B2E6A5B9E640FFDF50D4B7DC6A6D2B22B93CD26294F5A0734C824B721674CF42707F1A6BAED62A7A838A68241CFA54D743F7C5BB300DF9D0046BF7854F8F905408BF37D39A907439C83400D9BEF7E151AA9233DAA560300F5C8A5438046281D88D01539AB0E0704742335131A7A9DD10F6A43411901B9EE314D73EB499E69D246786078233402D88C300C29CE30699B71DEA473B955BD45021A876B835238F97E9C543538C321F71432A3AAB109A9626C819FA5446950F24504AD18AC39C531C77A95F939F5A8DA807B9331DD1A37B62A3A589C796558F029A587AD00C8D873494E63914DC5311BFB682B52628C50045B6A3947EECD59C54530F929018E530D9A56672304D5A283D29BE503401546E1520907706A431527954C0691B80C0356EDE0F31D57D6913E55FBB534170B6F20771C7B5203A0B584451855180055902B2175EB603EEB7E5487C456C0E363566EEC66BB722B1F57B70D1EF03914A7C436C7F81FF2AAF75ADDBCB1B2846E477A1262667AF4A78AAA2E547634F5BA1D8135A01696A402A98BC41D41A78BD4F4340168F4AC9BA3998D5C37D1FA1AA12B6F7271D6801A3AD2D20A5E94C0435760D4A486211851B6A9F5A00CF1401745DC4DCB2906A45BA8FEEC79F726B3F69C536AB9DDAC2E546BC6189243601A9D32B6ED9EF58824703018FE7522DD4CBFC648F7ABF6972794D86E2DD07A9A2E31F20359ABA8BF01D4102A537E92105948C50A68394B31E04D9A9D7E7B9159E6E63EA1B9F4A952566C18CF34D6AC3645A8FACA699A72EEBE63E829CBF2C0C09C93D69FA52FEF246A4C1135D38FB405EF9AA57FCDC1FA5589883759CF39AA974733B1A89EC871DC88528A6D2D4143A8CD349A4073D8D0324CD28A8F91FC34E04FA50038F5E94F1D2A3CF3C53B34807023D68DD4DFAD28A005CD38534529A60381CD2B1F969829D9E280101F5A5A4EB4A3148051477A1402D839A56C0380734009476A55F99B0072695D4A9C11400CB9FF00529F4ACB879B8FC6B46E0F18F45AA1001F6818EA6AA1F10A7B1AE70B083FED0ABEB710CB19191923A1AA12FF00A85FAD400D74538F326615256B0E6FBC71D281494B5D060381A8AEB1E431C73520A8EEB9871EA40A89FC2CA86E882D11E290964232BC645684D86B30DBC02A08DB9E4D5D9A25FB363D00ACDB9012276EFB715C7BC6C76356110E3404F76AA20E768ABC78D021F735414D2EA0895B85156A7308318901276D543CA0AB1729BDD406F9B6F4AD22AEC993B222296ACC70ECA6A3831B8E2A065E7352DBF5A6C944779FEBBF0A87F87F1A96EFFD71A8BF87F1ACCB027934771F4A427934BDFF000A605AB4BD96DCC6031312B890A6782456DE9F7D15C344A4812C977E694F418AE6BFC29CAC54E549040EA293572949A3A657923D6024AF95903A819CE33D296E6F22B5BB685BEEC491C607D0E4D675A46D1DC5848CC30EE0F5F7EF45D2C73EB2E923E2379882C3B0A8B177D0B5ABC92B96836190331951C7276FA7D2ABC28FE4A86520638C8AD54804764CB2CBB2488B08486E4AE463F4AA7732C92CE5A490B29E993D285B09EE3234C6ECF42B8A1550426308BB3702467BD4D6E03C806411EF4EBE636F003144A58BE318CD3132C44886C150E047B7151882D843B0ECF2F76793C67149E648DA4970B890A64003A1FA54369213679B98D9DBCC2002B93D076A04686105AED18F2F6FE18AAD6E90476E55F685DD939F5ED524AC45892831F28E08E833E954A72D75692AC637B075E00C74CD006ADBECF297CAC6CED8E94B80EE01E85B1F4AADA78921D3E152B871D549E9926A52597E60ABBC36707A6680237C1C8F63C534285C11C648CFD294963D40E7248A6A93B8E738E31400E95B75ACA1B1831364D65B14E37903EB5A7363ECD293D3CB6ACA90A01F3F4C5052D87BEC28371F97B52058950363E53DE8664541BBEE9E94EDC9E529C1DBDA9145661D71EA69D1E15F0C7E539CD0E4063F5A899C10DC75A64B2DA4DF68531D8DB8242F24A8DD93D4E7F4A26D36F0C4BFF12F2006192AC0923DC67F5ACF802B5BC85DCA61C6580C9E9D291A758F886324FF0079CE7F4A2C9974EA72268E9351D395D61FB2C00ED7CB077DA5B8E833D41F6F4A647A36A2EB9FB1DBAE7A2EE518FCEB9969E676CB48734D32C83F8CFE74F951A2C438EC759FD83AA6377D92D303B79AB9356ADAC3518D831B6B4B61CE4A3A171C5713E7487F8DBF3A0C8E47DE3459112ACE7F11D3DF68D74D24ECB25A01236726700FE5D2B226D2668BEF4F69F85C2D666E27A9A0F4CE69E84CAA29742792068FABC67FDD706A23519E3D69283225CD5A8548C1C70A4E0FE5542AEAEE006D3918CE0D201D700FCADF87D6AB7476FAD5A7915ADD94F0E08201A83B11C7539A6824308F97DEB4A350D0C791FC239ACE2085CE3F1AD180FEE13E8289021E4B1555662E8B8C23138C0ED57D358B8863965861B6B75CEC11C710C63DC939354298C324A91D68E76F72A365D0EC34BD42E752D36293CC604064708046B9191DB9F43C7AD55B81136A570B7CE51638C794138F7EBEBCD66693AA26996F7503432488E432056030718233F97E54CBFD7EE66936C96F6EA231950C9BC8CF39C9FC3DAB2519FB4E66F437A55147A1A7632B7DA6379389199B771C9393CFF2AA5AB867B3B9660C819D4F20F1C9359AFAEEA3244DBAEDB2DF2B10AA1B1F5033563EDE6E34D48E59E5966638CBC8491EA3E98FCFF0AE8A8D4DA7D8CA8BE573FEF18872CC013DF14EF2DB1C1069246FDEEE036FCDD3D29CB27BF4A8337A335B4EE2DCAFA31C55B24EC3F435434F9331B0CF39CD5F0C190FD2A46520BF36EC1C7D78AB96BCC6E33FC4B8FAD50DA44C0F99C7F76AF5A8CA483FDDFE749819736158EC2700F19AB16ECA615F9588ED8EDFFD6AAF31F9DF8C7CC7A7D6A4B59F762204A673C8ED5622DE33C1538638C93C1A9ADDBCBBB80A8FF96A01FCEA12A1407925DABE8DD2961752F13AFDDF3011F98A97B0CECB4471F6CB84057217900E48E4F5ADAAC4D1A2097F2B85505D5B2463279EF5B7421316928A32338CF34C0F3AF11E9B78DAD5D3476B33AB3EE05509041FA5625DD95D5BC7BA7B796353D0BA100D7ACDC5EDADAB05B89E38891901DB19AE4BC67A843796CB15B4E922A29662AE307A718FC2AB593038E86291A3E2362339040A9A389E3652EA5436EC6463D2ACE9D2C69687CC9917B00CD8C54ED19BB6B5484862D238073C7DD04FF2AC9B1C6569A45EB3CB5AC20752A07E9FFD6A895DB0D26CC670AB96CE727FFAD525BA3470084B61D09008F504D417D23476DB9C2E73C85E0673C1A99BF74BFB4374F9268E526E31B896039C9E0E0FEA2AD4119BEBAF3DBFD5A7118FEB590B706E6ED130577BB93F3E7863922B7D65586258D3009C015BD2565A18557765879767EEE31934476E58EE7393524100519232689A5F2B97961897FDAEBFCEADCADA22546FB922C6169C70A327007BD66CBABD847C3DF076CF44183FA55393C476118222864909EBBF807F326A7534B1B6D2C6CAC03AB6073B4E6A83AEE0A49F940E6B225F154D83E5C30A01EB935B0CA5B6F3F28A4C68C6D4F06E0E3BA83FA5659AD7D58017098EE83F99AC96186340310315E94CA7852C78A761571C7D4D021A53099279F4A8D86548A98F71ED5151719464E181A93CDDA06E1B9476CE28970BD8E475A8DBE64A2C24ECEE3A4959F8380A3A01C0A829FE87DA9847352536DEAC917EE9A95FE6B589BFBA4AFF005A893A1A962F9ADE64F4C38FE540880F7A414A68519CD0022F5A96560F145CFCC060D3003C1F7A5E39EF9A00721C301D9B8A738C0151F23BD4CDCAE7F1A452D88C729F4A407E6A54EA41E86987AD0214AF34F88E3228272B9A6A9C30A0168C561834B1E7904F18E289074A48CE0D03B59D846A72F2847A52484063488C33EC4502EA21A9233FA5464D0AC54E450117660E42B11481B9A0F27268C714C1EE297E318A66E341A6D02168A2800D0014B4E589DBA29A7FD9DBB91401D0628C52D2E2801B8A86E3EED58C557B9A00A98A314E34805201B8A08E29C4518E280147DDAAB74DDAA706AA4E72F400D1D2A33F7AA51D2A355DF262981654A6DCF1902AB28DCFCF4ABAB64A47534E160BFDEA8E7895CACAD72ABB54AE2A6B3082225B1C9A7FF6783FC4697FB3FF00DB347B48872328CC7329EC2ACA8518C0F940E6A51A70271BF26AC2E8D215FF0059807B53524F6138B5B991C1938E99A9E7C06F97A01562E34C16FCBBD41E4C67FE5A1A3990D45BD88611BA6507D69D738F38E2A410460F1262A44B2490F12E4D0E487C92EC36144301CF07155947CE6AEDC5918612DBC91E95493AD0A4A5B12D5B71C7A1A6629E7A536A842628C52D140098A00A5A2801B8A7ABBA7DD622928A00956EA54180C4FD6ACDAEA72C1C05073D6A8E29C83E614EE06B4770B23EF7F97BD4333079091DEA31D29693770B0B4B499A32690C514B4828A0000F734A013C502954F3400A01069C2A5685844B210003D298290080126976E2819A5CE28010F14668EA734BDE8016834506800EB4A2928A00B5653A412EE740DF519A65DCAB35C1740003D85400E3A53906E700F7A370268DBCA88B0FBCDC03E82A1392D534EA1582A8E00A87A9A008EE3EF37D2A8DB0CCEB572E4F2FF4AAB65CCD574F714F6352420C6ABB8673CD45B78FBC2AF428A57240AA808170CA558C85F8FEE85A51AEE2DA44CA9A96E308007DE1498ABF3C4A63C6055758199588E8BD6BA68D675136CC6A5351D88854773C46B9E9B854DB6A0BE18807D6AEA3F75930F891A2F216801DD9154EF88368C4550B695C48ABB8ED2791576EE302D5D95B8C74AE54B43AA4EE2CBC6896E3D6B3C55FB8E348B6159F52F702407A01EB5765244C32542EDFC4F159E9F787D6A7BDFF008F83F415A5376644D5D1589F9AA4B7EA6A1209C9ED535B77A721221BA3FBE351FF0008FAD4973FEBCD447EE8FAD665887AB52FF8521FE2A5EFF85002FF00851FE1476FC28A606B5B7D94DA279C1B712467E9538161BBA367B0C5416F138B68BE46E724714C2C04E38EDE959DF53651561F71E53C856166E06083EB4E8C384284A903DFAD4048776D839E0568DADA34F1121B6E0E3068B89A4A3712382558CCBE4B952382075A8E59BCB877C8AEA376DE460D684170D6FBA276DD81B7FAD54B93E6F2CD9249F948E83D68262B99D8B2970A9A62CE412BB41C7E3501D46116C2628DB4B9503DC0CD2021B4E5B4524B14033E950FD8F7592C225E56467CE3D4018FD2988D312A9B1F3803B4A6E03DAAB9B91696ECC53710CA081FED027FA50495B34886EC2261BE5EBC5322586EAD8AF98C324124213C8CE3F9D005DB7B8F3AD1660846E6181DF82695A4DC3241196E94DB748E281614766DA7A9523A9A5618FCE80185B8E39E290303903A8C714840273E808A41C313EB81400E931E4BFA796C2B3B0A7EF015A1213E43F19F918D6779CC31FB91CFBD22A23FE5206704528DB8C7040A55D8AA00502A68ADE42094B76C13927040A4599D28F9DB1EB4D480B86E40C0CD5E36F893F7AD6C83DDF27F219A6CAD6B1A9CCE00F4484FF324552337628E9C03100F4330047B6D35B9776915BAA95072C78040E9FE7159B6925AA91E5A4AC4B8C162146707B015AF74EC2355F2E0C2B1550A58FE3D7AD0D1D141B4B439CD6D025E855E0796B59DD0F5ADAD4EEDE2BB11AC10331518263C9E7B5675F0905C1F3502B0E381807DE846357E3657DF49934983460D3331D8A70E80547834A320F4A0056045253892463149B4F5A004ABE8415154769ABC83F7608E94010DC1F993F1A6EEC1E7A669D73D53F1A898F38A009C1CC7D3E5FAD5BB761E427D2B3BCC223DB8C7E357AD79B74FA50C64E334D63CFE14BF4A6B63B8E690C439CE4BE32292308DE62BF2C63C27BB5185C743906B6748530D9E9F751A852D78524603AAE46013F9D5C21CCC39F90C74D32E1943F967693DF827F03504F1C96EE5482BDB38C66BB378CAC3A95B4B2E5E19C4D1EE7C92A7D3F0ACCBCB717F69B3189532508EE7D2BB16194E378EE71CB10E9CAD2D99CC383804F734CE73565E326DCC98E11D54FE39C7F2A8F23D2B9671E5763A22EE5CD33EEB67D6B403601C1E6B3ED1976FCAB8F5E7A9AB2188048ACCA237593CF04636D5EB739497FDD07F5A76A70C368F6E21878914E704F07239FD6A3B63CCBEBE5FF51498D19F70089A6CF5DEDFCE96DE4458F057E6C9E68BAC9B897247DE3D2A08CE720FE9542EA5AB9995E065E4648EBF5A9C8FB35C1B7504C6A54863EB9AA2C094AD2BB3F3E5B8CE2A7C8675DA54BFF13668F6281B5BE6CF27A56FF415C5787E793FB751AE08DD282060E71C702BB4C5084C3DC0A816D516F1EEB73991D42633C002AC60514C063448E4168D091DC8CD70FE3216D3DDE22450D14643328C64E7A7E15D3EB9A8B59C2228B225901C37F747AD71777F346F9FEE37F2AA5A6A066E9CC56CA72B8DCAAC41AB9A4CF24B2A315C323E548E320AB03FCAA1D11165B3B846FEFE33E80A8A974A6105E47B986C5600B1E38C919FD6B3924D31C57BC99A2E40B89F1C2895FF002CE7F9551BB5F3AD82B3104807FAE2A4BC9C182EA485C1F9C7CC3A1E99FEB5424BA964813E57C8504BE3820753584D376B1BA8DDB648238ACA39DD46F78A5C233770554FF8FE74DBA377BB725C00579FB98C555659E589B2B2320E58E0E071DFF0A6BC9330C1DF803B03D2AEF35B30747B8EB8B8D51D7E7BB7707D1C8ACF9D27461E6AB64F4CF39AB656765C624209C01CF534E90C8E02B21F301DABE830393F5ABE79112A76EA32D0322B4718CCD229DEDFDD5C74FA9EFF0095374DB55BCBA10B36DCA939C67A55DB081A30400771EE3A9AA3A7CAD6F76B22019507834EFA12E3B22DDE692D6CA490AF19E8C07F3E6BA28989B6460324A8FE54969730DE4476F5C7CC8DDA9FB5635DAA30ABC01E9445DD8E5A2B5B532F57CEE849393B48FD7FFAF590FF007AB4B58B88C98C06CE3391E959624573F2E78F5AB21A254C95DA29187039E79A44279C7A5231017DE810ADD8D45DE9598B127F41498A00AF38E4D42BCAE2AFB5BBB8EA178C7354D86D764EE0D31323C7CA3DA9ADD2949C120D23104548C744339A11CC6C71DC106961EB4E317A1A4323C7AD19C74A5DB4D0AC4E00C92714C42F5A500E71560D8CD1C6CF2858F1FC2CC031FC3AD3E036EA72CA646C74E801A04470C0F202150B7D053A589A1631B8C30E08A97ED3324261491963EBB4719A88E4C79A454772BF46A1872695C7348C4151CF340029EA29A481403839A6E2988999B70FE54D00839C535786153B8A436EE42C373127BD285028EF4E14C42629A453CD34D002629286E94DCD001839A96180484E5B151E69C8ECA7838A00B26DE351DF3EF4ABB157B0A8796EA49A0706915A1319401C026A332127A5373450173A102968A5A64898E2AA5C7DEAB954E73F3500576E280695A85E9480463834678A46EB4A4E050046E401551CE5EA794E6AB8FBD4C0776A4B6199A95B8534B6632F9A4F61ADCD15206055B8E1555DF2B6D1556DE30ACD349D17A53125FB65D05909D9D9454460B7668DB7A22CCD796C8844637376359FE64F23606727B015ACF143B08118503A1A49E48ADD41E0330C67D2ADC1094AC67D979A2F141C93DF35A53FDA669C2444AA0EAD4CB4F223579C723FBC7BD4B34C6E2D59A0257B534AC824EEC86F54CFB6088EF651F31AAB6DA709771924DAAA706B4ACE030C383F7986589A7C51471AEC63B8B738F5A2DA894ADA2283E94B95D927069D6D62B0EF9246E074F7A9E099A6BE2B8C2A0C002A1BCB8F3AE4429CA2F5A99592B949C9BB106A4C3ECFC77AC84AD3D5788945662D451F8499EE38F4A6D3B19A4C1F4AD48128AB167692DDCC23880CFA9E82B5D7C2D70573E7C58A00C1A4C56F0F0C5D1E92C741F0B5E76922FCE811834B5B67C317FDBCB3F8D31BC35A88E9129FA3501731E9F1FDE157DB41D453ADB31FA1A60D32F636F9ADA41F85031A28CD48D04CBF7A271FF01A6104750695C0052D20E4D29A00514A0D2528A06389A453CD140A00B45BF74BB863E951E17FBD4E987C898F4A868024E3D68C0EB9A662931480931CF069707D2994BC9A00773E941069CB14ADD11A9E2DA5EAC557EA68022E6819F4A9FCA8D7EFDCAFE0334E02D81FF59237D062802B629554B1C62ACEFB75E88E7EA68FB4443EE4033EED4010244E0392D8D9EBDE923C9DACC7AD5A8EEB30CADE420DBDBAE698B77903F7118FC2ADEC3E8675CB9CBD4560732E4D4D74DBCC840C67D2A0D3F990D10DC999BF0FFABAAD1CE0CDB8A000B151CF3C5490BB1758917731F7A825D905FF0096D11F373D8F19AC1C5DF628BEE376D51DCE2A68ED888E65C64F19A60B79CB03B31B4E4F35A319C4927FB5C574504E3164495CC86808ED4DBCB6B7251252572B918EE6B6D9509E5461462B2B528C1BA5F98A951C115752A251BB2542CCCFFECC883AB43264E7014D2EA76AF058B93CFAE3A54EB1B1955DA5C85F6ABFACDD69E3C2C2DE28775CB637311CA9CF2735CEAAA6BDD2DAB1917017FB3AD831C60551318238C1FA55DBCC8B2B603D2B349C31E7F2AD00788CABA9F7A75EFF00C7C9FA524523798A0F233497BFF1F2D551DC996C45DC7A62A483A535E16442378C8EAA3B53ADBA55C88895AE7FD7B533F8454B708C652706A3EC2B23410F7A3B9FA51EB477340067F952FB527F854F68AAD70A1D772F52338CD3037ADEE5E482053F76340A31F4ACA790F9DF748CD6BC4F6E308B138C760DC0AA852CD9F89594E3A32D666DB22A424BDC6D4041E318ABD1DDCEAC50BE403C9615359009B550C450B7DE1F79A92E2D919D9D91B03D054A93E6B03D6241F6B4959F7C2548E4BA1FE953883CCE619564E3A74359D2247B9B6B10B9E9571553E421D871C7156C50D1A16CD5D350D8CA41F2DBAD6908D65E244191DEAAD95C96B83148438DA48DC0EE1F435A1126F01A37DCB8CED3D4535B10C88C236155A8847E5DACAD19DA154918F515217DC81F3B4734C0CBB1B7300A78345805B091A5B089DCE589E4FE2695B3EB9F9A9E91B4702854089D8B1DA3AD26E886776E939FE1E07E67FC29015DDF071C8241E453A28A5666215B6F072DC0FCCD3DAE0A711A245EEAB93F99A8998C8F9772E411CB1CD004AEB12C0E1E607E4607CB1BB1F8F4ACE0F6B180424929F5924C0FC855B947FA349E9E5BF159395181B281A2F36A462184DB1FB46A01FCEA9CB713DCB64B311EE49A455405895CE7B1A15140EFF5F4A62B84826404E0038CE6A0FB3BC88643264805BF2AB446236C3124F396E6A628046E00033016FA1E6A64EC35A906968D3976C81E5FEF0FBE38FEB5BF73B94216249F33249006783CF1585A2B6D5B92781E537F215A73DFC0EB1202C5D3EF12BD69B3A28BD04934C134D15EB4A14230554C7DE2BCFF005A5BBD363BEDAF24C22D8028E324E79A9ECE492EAD9BC94668D1B1B8B8550C474E7A9F6AB11D9DFA46FF00E88E01192A5D413B73D8FE352D7BC8269366747E1889F69174C430054E00DD9CE31F91EB4BFF0008DDAE507DA6705CE006403077639FC6B59ECEFD86D6B32F92AA479C382338EDC639A1A1D470E4C2246450DC4DB980CE78E3AF19ABD0568F632C7872C94CBBEE663E48CBE001DF1C645487C3960B1C9266E9D62196518C81F960FB8ED566737715BCF2B0B65111DB266739C9F980231D4D43A71BED46259EDE18A205D950B4AD9661C9E07D68D0568F61A3C3DA609FCA679CB601C0618E467AF7ABE3C2BA40033E71FF00B6950436DAB0B58658D605865DAAA3CD7E0B1C631DBF953A77BDB4921FB44B6AC8ECC988D9B702149E87B71468C3DDEC57D6F41D32CF499E7B7593CD4C609727B815CCA018E2B7B54BC7974D9D09E081C7E22B0A31F2E73DFA536AC6536BA114EA700E7A5427EF11576EA3411E41653E8C2A991F3E4516205F31C8C1DA47D2AE5B67C84AA38DA70C0D5FB5E605FC69304EE484D38E314D3561706D58719C839FC4FF0080A432A03F330F6FEB572DEE267B28E0DE7C94E55074CE4F3551222D3601EB54DC4A1CE0903FDEC57461EAC69CAED5CCAAC1CD59337E2538071CD5DB70410791EE2B95DD7007CB23FD039AB50C77CF1EF4B8907AA890E7F2AEFF00AEC24AD66714B0B2EE3B5211892788603C73E063F894F3FA1AA2462A668C9955DA5DCC5C6779C73EE4D2DD6D12E48E31DABCDAB35395D1DD08B4921F62783C7A1AB809C7E151470AC5290BD0A06FD6A6C71F856469B1735A9311D9303F7948FD16A1B638697FEB931A935575165645973D867FDD5351218949F2A61236D3B86DE00F4E6893492048A524EFBD8B430063D7F779FE74C1752F38654C7F75147F4AB0E819DD78231C1DA33D335407A1A69A60D58B8B713633F699949FF68E2AF4F34A9123A5C4D823BB93FCEB3A10C464138C76AB05CB59A86049048CD211B3652B8BFB506E194C846095527391DF15D96CBB4FBB2C728F475DA7F31FE15C35A856BAD3D9BFBE0FE58AF42A10D95FED4F1FFAF81D07F797E61FA7352C534732EE8DD587B1A8A44BA69FE49625808E85096CFD734B2DAC7236F2A03FF7D7E56FCE9882F2D21BD80C532E47623A83EA2B87D5ED0D95D3DB960FB73C8EE0A9AED41B987FE9E107E0E3FA1AE5BC49B27BE59155B636D5627820F3C114D01CC6892153245C61D813FF007C9AB32ED59660BD3E61FF008FFF00F5EB3F4B5FF4EEBD0EDC7AE73FE157678C4334AAA4E32C3F0C0352F72A23D5A3362EB9C72377FDF3FE22ABA5FC896EB0855DA13673E9CE7F9E7F014EB7581CB79F9E186003D477151B5AC7E691F36DC20C9E39638CFF005ACED6BB3A95AFAA2692E1F7B6D689CE4B023770769048E7DFE950B5D3E7FD7463B1E0F3D7FC69AD6F1E4B052133B3AF43BB6FFF005E9AD6D10DCDB46D04AFE3B82E7F239A3990B9581BA6C2FEF5001DB67D47F5A65B4CCF3B331049DCC7EA7AD2BC1126F6DA3084A63D486033F91CD3A0548EE86D0301990E3B81473225AB166D9F2D8CF5E9C565DB296BD48F382CDB7E95AF020DCBBB0141ACA5DB16A1BB27F772E40519CE1AA93BDCCE5D197FCB9ED2750498DF3C30AB9757BE6B8895C9ECCC89B8B9F40055A9248EE2DFF7A6D9233C82F2722B1EEFCA85B11CF0CA0F46524D4A4D6A6DCF1A8BDED194AF119180D8E9B867E75DBC5430603328CE71939A92EA6798866767EC0B76A8A1189C7FB42B4399AB16FE94DC678152C516E40C4F0454A102F41544902C27AB7152AA05E828634AB4001E95997200B82477AD4AA1A9EE79565639662727D4D02294839CD30F4A998022985686810E87AD59C5568787C55B1D2A7A95D0894849012A1803C83DE9B3DD3B8F2C0544072028C7EBD695B86350BFDE39A6210313924E6A484FEF315182053A1FF5B408B07EFF003D29C832B86A61C669F1023AFAD002B44A14E076AA26B4986462B39863340C4A28A28001D6AC9E955AAC8FB83E9400CC734A05277A514804229B8A79A4A00691C5427AD59C7155DA98094A292940A00994F14134D5CE29DB7D4D03133CD19A7AAAF7A78D8076A41637E8A845D447F8C5384D19E8E298AC3CF4AA529F98D5B675DBC11549CE4D0044E6956918F34E1D2900C63F350DD283D691CF1401049C9A8875A998719A897AD30093EE54962393514BF72A7B21F2E6A65B151DCBD784ADA00BDEA2D2D0798646E82AD0789A2DB2F4A85E5B78E229002CC69A6B72B55A13DC1792E634CE23EB542FE4F32E48CF038A7C71CF33AEE6DA2B416DED215E4066F53CD174C7F091473406DD22392BDF14F37206D48616F2C7B529750A42AF1F4A4572074A4E715D49B37D0624D71B9C98C9DDD066A5F36E8AE16DFE62319348B2306071D2A7FB5C98E00A5ED23DC7CAFB10106C6D599CE6693AD54B10CCECE475EF571C79A7327CC69CA028C28C56152AA7A2348AB6E666AC795159EBD2AEEAA7F7A05535E95B52F8518CB71AE483C1A159C9C54A101E4D5BD2ED566B9048F957935A261C92B5CD6D32D3C9B605F876E4D69DB6149519C1A878031D853A27C38A2FA8172390ED2B9E6A113C809C9E946EC49F5A9320F614EE2123B92720F5A45BC6E47A1A6BB81FC39A8F7A13CAD170B1645F36719A7C779E613C9E2AA0F2D8E36D3CAAAAB151838A2E16336E75CB9170E9184DA0E395CD03559176B5D5B44636EFB6974EF2A49240C837038C9A6EAEB1A5A950727B54F3348AE546835B595EDB178A24538CE457373218A56423A1AD3D066C40D86C90791506AE804FE62F46A1E8C9B140538537BD19A007528EA29B9A721F987D680279CFCC07B5467DAAC49E56773124FA0A8FCFDBF7102D0212389DB90BF9D49E522FFAC907D07350B48CDF7989A4CD2193EE857A2163EE697ED0C0611557E82AB7534E14C091A591FAB9FCE9B9C9A6D2E6801D4AB4DCD3C74A402F7A550B9F7A6E40A7A9E68430561E44A3DE923FBC0544D3AA44C87392D9A58650C770E829D4D63A1512BDF131EE3B460D43A6F2E71525FB09220573C9E29BA6290ED9E314E9E88CE6EECD39646B69A3913AEDC8A81F74A86E5D8990C9D6A6B94677503070A3AD2043F6255C73E651A97A729D047731B88D73D47CC688E456776CF1BB8FCAB310F02A4538EF5D5CA67735B683C02393BAB2AEA54176E0BEE3D0E29C2675390C7A62B1BCF097733487866AE7AD0BC6C694ECE5A9A3B949C2F3546E81914C480B0272715245707CF0E80E31819152590CDD49BBB8E057353A514CD2AC6CAEB6285C4CED122B0002F00553ED5A66CDA6C8CE3926A07D3E55E9D2B7302BC233327D69D7BFF1F191D6A48E091255CA9C67AD4176C4DC37B1AB8684C856225DC482B201923D68839CFD6A36B825480A013C13DCD3E03C74AB9B4C88A68E8F49B0B7D4D2752D1C290C3FBC726B927C03807233D6AE9675B6908E01639AA27B5636D6E681D8D07BD291D6908EB4C03FC2B434B72A2500C6B9C64B0E7E82B3EAC5ADC1B7672AA09231C8E95334DAB15176674261609B8215079CFAD6295919B3B78EF5B507992EC669095C0F93B55D50A582845E7BE38A518348D1BB9CFD94E20FBD092DBBEF7B7A0A7CF7523CE5A172B9ED9AD3D47096F1B151927D3A551686091721181EC734ADADC76F742CE55B889FCF5572A78F9683B5B1E5A6D033C06EF4CB3B470DB436DDC69ADF2BB283D0E2ABA99B5A5898020F0CE1BDAAF58799E59DE586D3F293C1C565D932AEA20BB00BE591CF4AD94DB8CA3FEB915488B5988F70B3D9B79D859369E4773EE2A809658BE60D8E3391F4A92E4C6237429861CE477AAF2E76025090403951D2A4A2F5BCC248448ED965C162C727AFAD2B1527823839AAD6F219A19F24F214E4FF00BD4C95D5B7C877025B0303B0A00B0E0E0F27A1A45C8727D715504C7F865C83EB566CE40F3059B953C657D6802590EE81C63928D552DAC7CE9194B105467A54FBA6DA30855B0DCFD3AD361B96859A4CEE270280156C163DE640645DBC6D6DA47BFBD57952D0C6ED14D28206551D073F8835A325EA0B32640079B19233EB9C62B00CC71F76988B23A0AB9788A97372B191B151957D70338ACE8E491C615327A55EB92BF69982676794DB49F4FF00F5544CB8AD2E53D2494DF80093C60F4E94DD42390CBE6B6C5DEC48087A53B4BFBCC7E9FCAA7BEF984431DDBFA5696D095D88B4FBCBBB38D9219404760C559430C8E8791D6B7A38F5AB8B386E63BDF37CE898942718424F53D0F35CF9572471F4E2B7741B6B8BD8AE145ECF0085151557A63E6383EDD7F3A9B9BA562DFD935AC03E792C5B7B012E30C0EDFF0038A8A0B6D46F9E522FB6BC12941F37F105C8391F522B45F49951C89357B8E4B36770FBA083F9D5082C8C773A840B733010056CAB63CC7C1C8FAF5FD682AE8A577A3EADF66B9B89A556423CE914C872C573EDD719AB369A16A315B21B1D44A799B5CA825460A839F7EB53DC587997D3DA9BAB831FD9F7A932F4241C06CFAFA7BD56BFB482C34F859AFAEBCF317C8892646F18F4E80723F0A09695CC19EEEFADEE6689AE65DC8DB18890E0ED3C545692B9BE8DDB925F249EF9A1FE6624E493C927BD2DB8C5CC47FDB15464CBD783FD0A5FF77FAD528D4C702498077938FC3AD5EBBFF8F29BFDD3546D8EE8C213C0248AA64EEC97550C208B2DB908CAE7A8ACA2406E7D2B46F4964652FF0070F02B324FBC3E9437D49B74255962DAD90727A6467156EDBE684118EFD2B3B7838CA8FC2AFDAB7EE06077352C12B1373EB52DB39F3DA1232244E0633C839A87356AD8AAABBE543F03DF18391ED9E2A4A2B98A68A5DC414EE37544F1466621B71E4F238A7C93396DA5CB05185CF6E69F1057725B9CA8FD062AA3BD84244F020D8912E4F562096A789A516860083CBDDBBCCEFD73FF00D6A864455B8E38383FCAB46DAEE28EDE58DC1DC7EE63A74A1CB91E844DD919EB36C72E9B4B67BA8355EF2632FCEDC12327152B80D2CAABD09C8C5517259B6FE146E527A1B53298A68D0F51163FF1EA5C8AAFA8C8619776E27E53C9ABDA95AC099913721E0903A522990DCDD2DD4115BBA32F907EF6460F18A997CCC8DE91A215E36F53C753597244E98665628C01073562D11267DAACCAD8EBDEA26AE8A86AEC4E0E4E48C1EE0FD2B3573BB1FCEADCE4CB70AB0927728C0F7AAEB0B895D1C32B05240C7534E2ADA8A4FA0B92A0ED3CFB56848C1AD63208FBA33F5C5676180E411EF8AB11FCF09ECC9CFD45508D480FCB667FE9A0FE42BD1874AF325E6CE0E7A483F0E3FF00AD5E9919CC6A7D852403A8A298EE54A808CD9EE074A62158771D4571BE2C01EFA095580263041F604D7645C28258E001939AE235CD574FBDB5896171E6C52BAE30725483CF4E99C53408E6F4C5DF7F32770430FC0F3FCEB426B67926326F5C393F8FCB8ACAC14D52655611E4B7383C0FC2AF5ADB3DCAF991CAAC012B9504F3C7FF00AEA594A56E84735BF95F7D8B738C2633DFAE6AA5DB15C00650C40FBC7B76E315A7FD95705486720E3A08B39E7D7F5AAF77646CE65323F9B8395DC31919A5A16EA368A3F67BA71F22B91FD68FB15E1FF966F56B507921B384A3B21DECADB4E33599F69989E6693FEFB34EC88E665E36172DD2DB6FFC0AA5B5B1B98650CC8BB7B8CD659794B60BB9FF00811A420F5663F9D1641766EF9120CEE2A0673F7855792D0B48CCD3478278064E95421B27B850E8CA1492BCFA8FFEB539AC7646CCD229200202FF00BD8A2C8576CB7F668D7ACF6DF8B034D6860FE2BC847D0D554B20621234CAA08CF4FF003CD57953CB95D0306DA48C8EF4B950F9997E5B68BECED247389029C1DA3A5500FB5B2BC55BB1F9AC6ED3FDD350F96A304F2698AE5FB639888F43FCF9A73039F6A8AD4E18AFAA83FE7F3A9C8A684478A70148ECAA3E6207D6A17B945E9934C09EAA5DC6644C2F50734C7BB73F74015134AC464939A2E1622FB2CBEDF9D35A139C6470294CA7D4D377F34807205F37E5CE0FAF6AB5FC350C04331CAE6ACB0E0718A9EA3E857907CD50BAE5B353CA3E6A6904A9E40FAD50888440F3934F440A7233523C4C881BCC56CF6151F38A043BA9A963CF43508CE47353C67D7A9A4324ACF9061DBEB5A1D45519C6256FAD3022A28A5A004A9D4FEEC5414A5CAAE05004A4F345405DBD6937B7AD005834669919257934EC5201775427AD4A45348A008F2051BA9E578A6EDA601BCD26F6F5A08C514006E63D4D2734B45002EF6F5A72CACA7AD48B082053FECE314AE3182EA5F5A77DAE4F6A4308151B0DA681130B86CE5A9EB73ED54DE9BB88EF4C0BE27E691A606A96F6F5A50E6802CB480AE298AD8A8B79A379A007CADB8605092BA0C03814C2E4D2039340131B8948C134AB7122F4AB505B23202464D4A2C90F6ACF9A3B58BB48A42F261DE97EDB2AD5FF00ECF8B1C9141D3A12324D1A760F7BB94BFB425F6A3FB465F6AB9FD9B113806946971138CE297BBD877914C6A32FA0A51A8CBE82AE7F65460E37520D2D0FF15168F60BC8AC35293D05386A6E3F86A73A528CE1B20753552EED96050739CD2B42F6B0734882E6733BEE2314D1D29848A9A2C639AD52B6C67B8F4058600AD5D3DE2B688EF6019BB5416B6EC541DA7079CE2A45B6DD739208503D296C6DED1B5CA5EFB645D9E963BA8D9861C5567854B0DA781ED515C423E454EA4D4A96BB09C7CCD8793EE914F127159F6B3BC3288FEFAE3BD497D74767CA305BA0156D9088AFF52F2B2A879ACB1A8DC893717C8F4A82E924F379C93F4A92CED1A40D23821450877BBB2372CF5049D46480D57B76457331A3212CA0E01EB5B36373E6AEC3F7853DC7623746843489D7393546FAFA39623FDE3DAB6DE3FDDB06E845723769B6E1C01DEB3EB61B7644FA75D3C17036739E08ADAD49375B87EF587A7958E70CD8ADE574B8F95F94EF8AA7D84969731E93156F50B78A071E531607D6AA668205C53E100C8BD739A60A7C5F7C7B5310F971B9B39CE78A4ED4F94A1236E73EF4C278A004A293347140C752D341A75002D0050297BD201452D20228C9F5A0619349B9BF84519A234CC80E38C5084412879D80202E29F1C66289C31ED563083902A394FEEDF8ED45C655B93B6D908EB4ED3096DE4F5AAECB236320951D2AD6980EE71D2AD10CD49462E08073851487EE2FFD743484EEB873F4A53F753FDF35AFD942EAC9853E9A3AD3C0E2B6B12991C8C55091595090D34858739C8AD59C62326B210FEF2623D2B0AFF09D142CEA2B8F95E4604C2CD953D3157B4F6DAEE646C00063271CD506B98F61C11C100F6CD4AF7384F28ED049CE7F0AE583B6E77E261095B919625BC4B58C90BBC9EFE9559F5349940C15A8661F3267278E955D865B22323E95AA679D28B8E86CC57709419239E86B2AE40796438007AD4612461F71801D293CB3C75EB56A4919B4D911A9E0E9532DA06ED424607029735C2C44466DA539E8D557F817EB57CC05A1900E9D4D5468B905781D854DCA180649A4EE41A90060C3EBCD35C1DC78A621A07273E9483A9A5340EA68034ACEEA7DDBA08831518C76A9A5D72EE2728D1C608F6A6E908EACDEEA6ABEA103BDDB15191814AE6BCAB92E4CDAA4B74844A1401E953ADFA2808D08E7B8359F15BB846046335215C28E3914BA82768D8D38AF2DD1D5A4DCB8F6AACB1B4C649106541CD529189420F6AB566AD2158D5B05862822E31555CE0D5AFB22AB1314A54E7A0354AF2268A5DA0F6EA2A347907473422F9D3469C81D7EF1DC4823344B1B9963299DA139C7D2AB5A48EF32AB1CF5AD550C13E40A460673412ECF62B5B2B98587718DDF9D3D93AAE3B734F87E513923FBBFCE959BF787E5CE547E14211523402CE3F97E6D99A7A2BA10B1E5537807D2ADC50492C7948588E9C1A72D94FBB989FAF4A1BB0244133B7911B3162595B3CF435494E0A01C7D6B50D95D60811B63047E755D74EB9122931B3019E28954BEC86A36EA50BF9BCF528D8073DBA0A8A34499846992DD3152DCE957D1EF95E12109EA48E2934C744BADAA371F28E7DCE7FC284C56D47CA1ACD9001F370C4FAFB54D211BD8E324A1CFD3FCE6A6BC896E215EB9EAB9EBF4A92F2C6E259A49550C6AF9C2ED2073E94A56D0D2D64D142DC431ED31375037E4F4353C9FBC65DFC85CE31C5321D35E161139C990FA5685B593493957CAC6AA199F1DCF403DEAAEAC42D0A89E52B83CF1EF5306B6E490D96EB86C66AC5AD92BB169D88418E9F5A6ADA6E7E4E13B9C76A3DD4529C86ACF68136B5B876C11B998E79A5171678602D13249C12CC4AFD29CB626497629C0CF53DBDCD2BD9AB4A043B8A9C0527F9D3BC46E6C8DAE6D4F26CA1639CE5B3FE3552548DDD9923118273B57381F4AD19AC15195558BFCB9271DE96E2C046B1ED62CE412E063E53E94682E66F7323C81FE4522DBE1D581E841E95ACD69B615F94F9ACC32A4F0ABDBF1A70B341092D9321E833D07AD2BAB8AECCABB1FE8927FBA6AA5A006218FBCADF98AE8458446391A6DDB4828ABBBA9F5FA0ACE362903054DEED9E46474FF001A6DDC9464DD1CAB1AA320C91F4AD8BC8A14728BBB83D38354EE6D06C1246E32588287A8F7A40F5D4A18ABF678F2793DCD402DCF72454F12797185254EE01B839C67B1F7A044D8AB7671AB33165C9C100FE154D06E6017249E8056ADAD85E21076F058A953D49C76FCE90CA52DBAAA971D864E4F6F6A8A0197207A1C7E557AE6DEE6DE1DF3C25630304938FD3BD57B685D66DE07C847041EB4A2DBDC6D229EE67B805BEF63AD69DB5A453A942C049B776E2481F4AACB1B9D410950DCE36B77EB53FD9256B792652A1222548EF9A27B0E0D27A99A7092B063C0F5AA7D1C1CF420D59981DEC0F3CE2A068DC3E0A1C835443DCD3D7B6B4A5FA03B8818EC79AD3BF1BEC972724AAF4FA0ACCD533733E17EEB336DC0EDC5681794A4219142058F1CF27814156B8E8701605CE465074EDC554B5D82F000B861B8673D6AD00D9E149C3F61EF55510C7A8C65D4AEE2D8C8FAD44B666895A4912C1E4FCAF8C32E79CE734B39DD20704018EB55ADB2566DE7EEB902A64538C67BE403D29AD8CEDA8E9DA37B2226670383F2807F9D436FF665570AD230239DD1838FC8D24AFE6DB316E327D3F0FE62ABC2A4C84E719E3F4AAF51356D8D2458CD9AED946D0C082411EBED5E8D6D2036D1127AA0EDED5E663E5B42A7A022BD0B4ABB12E9F6C48E0C4BCFE14BA817C107A1CD0C428CB3607BD3728E33B720F7C5472CD143D64C3765CE49FCE9888358774D3E43149B49F949EBC1E2BCF6F52E6DC0F3248DC6D272AA470303D7DEBAAD5F5633412C3B170AC016E8739F4AE6AFA781DD63999D4794DC819EB818FD3343764525732F1BF59EA06F19C9CE395CF6ADAB167B5470CE1CBBEF3B5081D00FE9589725A2D4622AC430893E65E0FDDC53DA7BA311944EE541C7DF352D9708731BAF7ACAA72C47FC04D67DE4AD7322B139C8217DBA54362CF2E249242DC8DA3713D7D6B43003A7FC0874F61FE14C995BA14DED92EE008E4802463C546347B61D5E4FCC54A177A4E879DB3B7FF5AA0F25B03F72092327D8E2A65351051BEA4A34BB403967FF00BF98A46D3EC5470BB8FA197FFAF4D36E303E551F373D3A50A369E44607D4547B55D8AF6620B5B21C15418EE5BFFB2A5486C413B921ED8218E7DFB9A030E37BC78C73C8CE71FE34DCAF18923DD8EC7347B6BF40F664E12C3FB911FF008093499B25E90A7E117FF5AA2F39143069901ED8CF14C33C3823ED03F5E3AFFF005BF2A5ED1F6074FB933B4324722C6BB7E439C2EDAA0D35B43F77E7C771571668E42446D960A49E2AF6B2E60D4A39E3032631DB82391FCAB48C9B5AA12A77972A39DFB69136F08075E0D4935C483219C0FF007693569FED57C65DA1498D41C7A818CFE9515A5B7DAA43189110852D96E871DBEB55725A69D9909918E09A76EC8A8C7DD153B8C28FAD0C4884E7B938A7AB663C638C53714E8B8420AE79E0FA5240C89BA1A6548DDEA3AA116ACBAB0FA55C71C0AA76033311ED5A3326114FAD43DCA5B14651C8A741189095233819A261C0A9F4D852E2E7CB799211B49DCE4E3B7156488B142D029C1DC40ED4D102053FD6B563D2ED7A7F68427048C0C927E952FF0065DAFF00CFD7FE3BFF00D7A04739E5CC3A3027D37734F552ACA0E3A76AD7FB269DB482D70FB7AE081FD2AA5D08164C440A8C6006393F9D03221D2A95CFFAD3570118AA774479839ED40108A28CD19A00291BA52819E94841C743400C3D28A5ED494012C5D2A4A8A2EF52D00148452D06900D229A0714E2685381400C239A69A7B734D3D698094B8A4A70E9401B412D47434BE5DB1FE2AC89BCC8642A58F14C1249FDEA2E981B260B73D1F1519B1818FF00ADACBF3241DCD4D6CB3CEFB55B1EE68BA4166CB6DA644DD26A69D257B4A2AC8D3E4C7FAFE7E94D363703EECA0D47B580F924563A43F69169A74997B153560DBDE2F4C1FC69A7EDA9FC06A94E2C5CACAE74BB81FC20D20D3E7EE86A7FB4DD27546A517F32F5534EE982BA2B1B2907546A67D9D94F2ADF955E1A9B7714F1A983D541FC28B7995CCBB1024ED1AE369E29DF6BF506A7FED084F58D7F2A3ED368DD635A8F668BE75D8885CE47DDA5F3C7F74D4BBECDBF871F8D1E5D9B74623F1A3D9A173A23FB4AFF0074D2FDAD57B1A71B480FDD9F1F5A7269F19E4CC0FB5274CA528B182F53DE9E97D1839C13ED5623D3E11DB353AD9C63A28AE79548C5EA6AA37D8A87505652B8233ED54AF8B4E008D49FC2B6C5B47FDD14E10AFA543AF1BDC5ECB4B1CA8B598FFCB33522594F904C6715D3F92BE94BE40F4AAFADF90BD8799460BF9635086DCE00C0C54A750723FD41FCAAE08F1D85288F3D851F5B0F62525BEF580FE54EFB727781BF2ABA23F614BE5F3F7451F5AF20F626736A0AB9D90303FEED3629A597931E3EA2B544009C6D14F16D8E800A6B10FB07B2F333C063C9553F85489BB18DA31F4AB7F6739E5C0A55B7C9FBF55F5897617B25DCAC3A6360FCA91014395419FA55FF00B1E7A6E34A2D557AB81F5355EDA5D85EC9151A5976F4FD2AA4B1C679302B1FA56B325B81869C7E15183623AC943A9261ECD191F6781B836C07D29C42C636A46401E95AA66D387FCB4FD6813E967AC83F3A23390DC13D8E7EF489000B19045548E27770AAA4935D6799A51EAEBF9D285D2B3959101FF7AA94A5D887032EDFC393CA819A645CF61CD24FA39B32A7CC0E5B80056DC6F6A9FEAAE80FF8152490C53B0633AB1078E6AB9BC89E4672B3C12C52156520FD2A331BE3255B1F4AEC922CBEE3B1C8F5A9251BE2646854E4606051CC85C8CE1E8AD29F47B95762A9919E2AABD94E9F7A23429C5F50E564029694A153C82281542014734526E1EA2801C294523DE3A60471C6401DC5225F4C53714887FC06818EC9F4A962FBB8FD6A137D70173B22FF00BE69BF6C9A575126D541D760C1A05625279A649FEA9BE94F6C1395CE3DEA2989F2CD2B8ED623924312280B9C8A974ECB3331EA4D4C226645F9091B7AE2A4B581C673191CD5A64B41E60599893C669C5C7948DDB71A8EE2D9DF7FEEC924F0697C965B4855D58E0FCC075C55FB4D12B6C4F2EB72559C6EA7F9E077AA6F0C6141FDE21FAE7359F33CCB21542C4568B1117D08749AEA6D4B743CADBEB59D1B0F32627A7A53232E616790F2A7A77AAFF6968D988C7CD51524A5B1A53BC5DCD44B789941D8295A08DB2CCBF8D67C575211D6A796E1848533C0AE5F672EE6BCCAF712EC8F350AE7A52A3296C771D6949129CB1E82A1925448D7611E6679AD52B13295DDCB2B70FE628519C9C6DA5BB8D61B923B039A8EDAE624712084993B64F029E4899CB48492C79A69771CAD2768A2C2DC5B946C38E9C5565A72C11EEEB8152858D73D69AD49716880B615863AD41B7A56C5B58BDD29F2E3071D49E29F36952C6A0C8AAA0FB8A9B5986E616DE7F1A1D32CDF5ABFFD9B3EEC8D98CFF7C51269F396620273D06F1475119DE50E7EB446881DB2BBB9C01566785E0387C7E07350E0ED61D32680459179E4E76AE1BEED31AF482372824F5A8A454280AFCABBBA673498563D49C505EB6B1612F43100A0C77A469559B1B401DE98B12FCAD9C679A589636CEE04B66815AC31D9190F1819C55BB12B1CAB212303BD356C55D31B25E4F5C56AD8E85008F75C5CB47BB90A1738FAD1B89EA64CC56E2ECE0E5768A536A9E5EE19CFA56F4BA3595BFCE277618CE42D42069F180434ED8F45A4D3E838A467DAD97967CD2D8C0E9DEAFC4504477B751DA94CD64E7FD5DCF3EDFF00D6A6B0B368BCB097017DB159FBFA95EE8D611A43205724B81C63A7350ACF10722466538C7DDCFF002AB2BF660E8C52760A73829D6A28CC765E6C91472C818E7695C628A6E7B48A9C636BA2DC419ACE2F23F7837365B918E952486E5A52F1074DCCC7191C6483C7E54EB1BC173682645DA19C8C1F6AB025E324FE95B189510DC270A5C0C1E87A1F5A75C5D4ECEBB2197732EDF939C633FE23F2AB46519E3934D32B0EE3D80A63286AFE6FF60DC79B90DF29C939279AC7F0D2092FCB372429ADAD6DCB68D723BFCBFCEB3F428C42E4E3E6F24B1A5D40D49ED82CBA7303812B00C0760A0126B4AFA56778E004EE5555FC4F27F523F2AABBE3325BFC87E553C9EC0F5FD2A99D551AF5C32BAC9202CB91D323AFE549B51DCA49CB62FCAABB4FCAB95185623A54083CC0447911A64B1ACE7632DD4055888CEE0EBB8E0F503F9568C6E7C9D9D172493EC685AEC4BD069CCB7455384451B47A03CD48C448AA8A3014E7EBF5A862901966038DC136FE19A78760E026360C863EBED458071C6762F6621B9EA41A570143C58C30186F6A6F9863914260B6793FDDA692517230D21C601F6F5A2C04D2128A09FBEE091F4EFF00CE907EED039E79C2E7B9F7F6A8E597AC9230C93C73D4D22BB18C1948CA8C607A53B00F0000C5B91F78F3C9A722B333331192324FA01FE1FCEA1490B67CC65009CAFB714D6B82D215465119183CFA51601D2CEA17CDC7CA0008B59F713FD8ED8C87FD749C2D4C6449A6DCDC4518E3F0FF001ACBD403CF29B8DEB8419099EDED4D68228B4C4AA9624FE14EB84CD9897901A4DA0FE14C6DE170A1BE5EA6A5124C6DCFCDF2A1DD83D49E9480823841196908C1E463AD3E3921590A90C46EEFE94072501279EF4C32460FDE507E959F33B9D9EC63CAB53A9D3EE2C102F950A44C06189F99B3F53525C6A39695A2059A15DC4BFF0008AE505C2679706AC2CD2BB290E595DB0C7D783549994E9C56A99A771729716D279E43393C0355ED9CDBDA46A79C13D7B0EB51B90A88C2AA49780FCA5D87E155B989767732346EBF2BA1C8614433CA8AC705F7E41F76AA22F514A95DCD8EA08E0D5882E44A806DDA4BE78E94A4AEACC1115F048A63C646C071FCE997D0F9976CD948D781B98FDEFC2A7BAB597CD6750184818AD57B98CBDC336402A01E9D78142D10345A956249A2458A490E7839C002ADCB76A2D576150C107006482074AAC819A289C364B264FB1EE2AA420BC8CE53E503902926AE5FD834CCA56D91B7BB6F01BE6624F356E1D264B809343736E5865BEF64FE5590F239656E5711F03357DAEFC88FCAF27CE661CAFEB9E29B5725365C5F0F5E3B064963087EF02719E6A43E1EBE380AD6F81EB2566C7AB5D42BB62B4915339C056A6CBA9C93306B8B59490303861424BB8AEDBB96752D22EADA05CC90367E5558DF24F393C567476C51B120EC3907906AF5BC9E74D672038DE48F70306AD9D36076DCCF3139CE770FF0A770D2FA99A177A947380DF29F615B76F76F656D2C715E5B38DA47960924E38E2B3A6586D65112BCAAC54B12583647A74E0F1D6A18E3B7FB12BBF9C2472C3E45DD81D7FCFD28B01AB63ADDCC102C2AEA42E719E4D3AE7559A675F3597706C8C8ACF8A486DD0842E4119388C904FA7229B15FB42F2048F024393E6C60F3ED91ED4AEFA0CB53DCCD300AC819738CE3A562DEC52A2EFF009804CE4F507E618AD385848EB3AAC680A9255060B73D7F4A4D43F7B6170A80E4C648FE7479023175063F6F80EDE422820F7C122AF2C90CB110DE5616308E021F5FAFEB54B55CFDAA07FEF0CF4F7CFF005A9A5DDE5910C45B7005B6AF39EFF5A8922A12B1620F21582A64A0CB0006DC1C8F726AD9EB1FFBC7F91AA16664477F36129FBB201618C9C8FD6AF73F2F1C6F5E7FCFD69C6F6D4976E852B8E22BF03A8756FCF15925989AD89C65AF94FF00146A7F4FFEB5679314298EAE7A9F4F6AB638BB22B8472701493E8066919590E19483E8462B5B433BDAE8A861C203B49C9E4F02B6E5860B8B22668BEE03C939231EF4AC2E738C2680C474247D2AF5EA2453989220581C6DCEEFA722AE45A19650D33AC43AB6067149957B18D927A9A6D74C9A15A315224723EBD7F4A5B8D02DD971102871D41FE94C5CC8C2D3BFE3EB6FF79587E95BF7114778226964DA42003040AC2B78DADF5358DBAAB9527F0AA377C5D4C3D1CFF3A2C1769DD16B558962B98F667E64E4120F39355AD3CB32812960A4755EB50AFDF5FAD28C2F3DE825B6DDD8AC3191E84D4EE3F740FAD44EBB4B03C60D583CDB2FD05290E257A9ADC655B8E6A30BB9828EA4D383F944A83D4F5A43206A8EA56EA7EB511AB209ECCED9F8F435A3B8B4601ED5996C713AFE22B457A62A25B96B621987CBF8D4719218155DE7D319A9A51F2D573C0AB20B0B2CE0B6DB72083D71D297CEBCFEF2FF00DF6BFE354778DDC0AD05B70541CF1F8D02B8C13DC01833A2FB67351BB97604B6E3D09A6CCA5188005229CA67BE68604C00F4AAD763906AC0EBED505D7214D21957BD2D277A29812E3E5E0D01BB1A8F3DB353C36E658F703CE7005218CD85F855CD407AF4AD6B688C313965CB7A567CF13F9B9D98DDC80284C6E365719175A96ACC564B1C7BE46F9BFBA3B54C218597E5041F5CD2B892651C5254D247B4F1C8A88D3B80C3D69B4F3562DAC24B81B8602FA9A045334957A6D3DA3CE4F1511B60222FBC67D28BA02AD2D04525303A77D104872C8C4FD699FD84A3A46D5A2350929C3507F6AE1F69E674FB34651D0FFD86A96DF4C7B76CAA9AD21A837A0A70D44F7514FDA5FA8285B62A347381F77F4A6049CF55C7E157C6A23BA8A70D410F5415378BEA56A6798E6FEE0A4FDE8EB1D690BE8BFB83F2A69BC883676822959770D4A1B9BF8A2CD30F967EF43FA56B0BAB661CA0A5F36D0FF08A76F317C8C4686D9BAC63F2A61B4B56EC056EE2C9BB014182CDA9AE6E8C2CBB1CEB69901E55F069874C1B7008AE8CD85AB746C535B4B88FDD92AD4A689E589CD1B2F28711973EB555E075392AC2BAB6D20FF0CDFAD30E913F67069AA925D04E08E49B72FF007A9A970EA7EF1AE9A6D22E4823629FC2B2E5F0FDD02485AD23557533947B15A2BF914F0C6ADAEA2EC31BB06AA3E91769FF002CCD446D2E53AC6D54E5096E24E4B62EBDF5CAF21F2299FDA938FE2FD2AA8F3578653F952941D68F670EC3F692EE5B1AB5C7A8FCA9E357B81D48ACD39E80534A9CF347B28760F692EE6B0D666F4069C35A98754158E38EA694313D297B1A7D87ED67DCDB5D6DBBC63F3A906B60754AE7F27D6972697B0A7D87EDA6748BAE47E8C29DFDB31B10003935CDAEE35BBA169BE6B7DA27188D7A67BD4CA8D38AB951A926EC6DC081A312CA4AAF5E7BD4575AA436CA7600BEE7AD53D5F5458C6D4EDC015CB5C5D3CCE59989AC29D373775B1A4E6A26E5D78824624231FCEB3A5D5A773F7C8FA5661626806BAD528A307524CB6D7B337576FCEA48EEE40319EB549464E2A5E83E95692445DB25766DD9DC79A66E6CFDE352444375A4500C8698866E6F534BB9BFBC6A7F2F8E40149B001DA80D4883B0FE23522CCE3A484538459E98A7BC00C1C0E4502B825FCEA36ACAC08EE0D4D16B77D19C79EC7EB59BCA9FA51BB0C1B1C522B999D0C3E24BA180FB587B8AD2B7D6A3B8216489467BD7311B4440C8C9A9B200CA7149A5D50F999D77D960B91C2819F6AC1BBD3A533BA46C1541A4B0D5DE1655272BDEB66EFF00D22DBCEB7601B1D6B3A90715CD02E2D37EF18A9A40C7CC493EB528D1D3FBA6B3A5D42F6290AB3F4F6A60D5AF33F7CFE55972D57ADCBBD35D0D43A3A76040F6A4FEC841FDEACF1AC5D8EAFF00A53C6B373DD87E54BD956FE60E7A7D8BBFD951F72D4ABA5C6083CD410EA933F5FE557ACAEDEE65D84803D714BD957EE3E7A7D8945B45B7919FC29AF68A40DA8BD7BD5F309038907E5482E52D2C84D281E61C919EC2938CE1AC869C25A2292E957B3BEE2DB5076E82A73A56DFF59322FF00C0AB06FB5EBA9D98248CA9EC6B3CDD4C5F7348D9F735D0A3396AD993715B1D5B6976C7EF5DA83FEFD44349B7DC4ADF8FA6FAE75DCBAEEC924D2A870A18A9C7AD5725BAB1392EC6FF00F64499FDDDF861E87069ADA5DE2E4A989FF0C5632B30E4138A7A5DCAB2616575EE3069F2BEE4DD76259B4FBA018CB09563DC74AC7B94646C118E6BB0B4BF478C2DD74C7DF150EAF6114D00316D653C86149F34757B02499CA4609C63D6AF5C2E653507D9CC4B9DC339FBB9E6AD05924C0CAE5B8AD2E8A54DB4D91463E7DB9EB5A3269D63B62C4E03B2E5B27A1AAAF6E919C3C8BBB14CF2E30A7F7C99C76A4E2DB334CD28F4BB616BE635C8F33278ACE122A4A5720E0F73518312AAA8721BB934E5B44791FF007CB91CD28DD22DC1DC7BDD81D154FE34F8E72F13BE07040A8859AE799E300F424D5B874F3F66709344D96183BB8AD55D193772FDA4B8B7465246E27BD17ADE65AC996DD8233CE71550BA471C309950E07CC41E9524D2C0B6F22A4AA4B60E334E5B022AA80C42E319F6A88460EF3D36D3E2671B49049ED4F58A4C37CBF7A96A87EEDB52278CF92463A30AAAC3319E7BD6C5BD8CF7A658E24F9C8C8ACA789E3BB7B69085DA483DF9A86F51AB5B4238991553CC04AEEC91ED4F92680BB18D36213C2F5C52476D2CF958A3676C93C0EC3A9A6084202651DB2052BAD8A49F42D4522305C2E38A7AB84932A06579AA893C2BB7E4718F7A99668CB602C80B7CBD280BDCEAACE5F39130E711A00C31C648A9C8DCD9229231B6245DA14ED1903E94E0714C052B98C8F4E6A9C9208DBE6E95794E7F1E2A8DD28CF3D8D296C08433F70011520901008EF550141C714A25551D462A0A2D961504B75121DACEA0FA1A88DC2F639ACFD47991645E8FC1FAD080AF70CF6D332C3232C6DF32E0F1834C13CE413E73FF00DF469CEA5AD829FBD1363F03FF00D7A89D5A3039C83DEBA22F43192D4D1D1E42F25C0959DB6C2CC39E95B0F0A25E17259B76EE01E170BFCEB9DB091A394B21C1231F855E173282CC242093927D4D6352694ACCEAA54DB8DC93508156C1E44776C6D272DD33EA2B36D17CC9A342EC37B05241EC4D4D77733490323485978E2A2B2467957695041CF2714EFEEDD17C96A96976341ACB0F1FEFDC232919DC724F39FE5542E4490CF1CCEE1D82ED181C74ABD7124D0CC577293807AF1FE79AA170ED2819DA00E460D44927B9518BB790C598BC170C320F04F3D39ED5B56109974F88CAEE18E7233E86B15EDDE0B4B90F83951823A56E5D4AB6D1F9B2676F0063B935A2DAC8E396E66EB51C897D6AB0C8CBE60081B3D0E714E1A0DD11FF001F63F5A6DFCE275B592356C45386DC7A1E3FFAD570EBD685CECF3064FA51BF50B14A4D12549238CDD12F27DDC038A0683705B06E003F8D6D4D2344A2596220C6720923229973A9DBADA25D18E41139001C03927F1F6A35EE239AD4ECE4D3668D0CDBCBA16C8E31CE2ABDAB492CF1C603396380A09E6B4B529D6F6EE39180F2911941FA8247EB55B461FF00136B453F7B7E3FF1D3431AD1DCB874F931FF001EB37FDF268FECF9074B49B3FEE9AE859F6001A655278193D69E84EF1F3AF5153C8FB9BFB77D91C1191D7700CCA7BE0D4B6AC4E0939F9C75A26B598466665C465BEF7D738A586308C115B713839EDD2AD339DEA6BCE8AA26C2E32BD2A95CAE2DE2C0C71FD6ACA0630C8CD9208E0D4173CDAC7F4E9F8D4A2E4AC52229BB14E4E2A68E3326FC11F2A93827934C1D0D5E8677647E5A820E2ACDBBB964456C7CC702A1238A7DB7FAE8C0CE4B0031498211DD99882C4853C7B545B41CE454AA85E42AB8CFB9AB2BA64E6C0DE663F2F9C296F98E0E38145D06A530A338C0C1A99542C595E0E7B54D1D917B6F3FCC45F443D48A6223346D81F779349B4524C9E36323C419C299060B9EDCD2EA769B0A4B1B649C865FA77FD2990488F6F0820346D2624E39519EDF8735661784EA63C862003E5AAB1FBC3A679F5C9A5E6066B3B3431633F79FFA53ED77B3ED0C02310A73D3DABA8B6D3D2DE56045B23672B186CED1F80A6DDC578D29681E18822E4CA403F80C8E3EB4EC2B9CE4CE42A0C673F28007AD3A73892667FF009E8172A71DBFFAD5B5359DE4F0C7E65E862922C83731C8C7B6060D6418C5CC8F1EE556F34BF27AF18A2C26CB234F78FA487FEFA354AF59EDE6F2D9DF7000E431FAD6A4578278B788D95831183DFDC56ACDA1D85CBAC930999B68190F8EDF4A4DA40AE7270DD320592204153B88CF3C753F966B5EEE49059ACB68CF972093E8A4715726D3746B165491661E6A918DE4F07827F5A9E68ECBCD16FE512610CAB96E0ED1DC77E94949F61B8B30AD04DA95F46AEC639123C23FA904FF008D5C31CB632342B31CAAE0939D873FC8D17FA7C96DA92A461A08DA32CBE59C71C7E99ABD636C5210AD35C3752572B8C9FA834F70D8A1F6B3342E5612366577AB677363A74F5AA50D8EA1326F6DC80776463CD6D4F7B670DC35AB99F7E338FDD9038CE3EED519353B39A0DA925C46AC3A186361FA60D572B0B9418DC58C8924E7CC4076ED1919C83D334F6D45A4B62F09F29D5C29E73C6339ACEBA798A6C6932A0E76678FC2A18E46798E140DCBC8038E290F526BEFB4B4505C4EE8DBC654060481C75C1E2AEAA5E9397D42D101EFF68535933F088303A55A89E57F951D578CF2A0517117ACFCF6BD58A69D2E0107EE36E5FCEAFB64479F42A7F51593A5313A8C6CE15B820E4641FC2B5A5FF5527FBB9FEB4015AE07FA44EBFDE83F966B18B2EEC919CD6E5C8FF4D1FED44C3F53FE358581B7F0A1951573A9D02D960B5590AE1A63B87B01D3F9D5A75834FB358B911B12AA491D4E4F24D57B667934F43111E646A8557FE02383F5FF000AA97D7B2CB6ACB35B7EED705813CFE9D2844A4CA06254BA4963B81202DB438EAA6B7ACE5335BCB1838D876AB29C9E95CD3CF1C8C891A6C8932719E4FA927D6B7B4599CC6E1A358E250367A9F5FAD27B9A49596A5A58E48ED712BEF71C83D39CFF008535244459EE9E66F2DC0251BF808E0E3EBC54C651349B506E0BD4FA560F8837452AA2310B20DCC3B120F5AA44257650797CDD444D9E5A4CE3EB553505C5F4DFEF66962E2543E8C0FEB563518774CCE08C9EDDCD4DCA92EC57B2854C9E64A018C02704F5A402DE49827DC04E3775EF52412247006605872B80718355F281B728FCE82474CBB1DD739C1C66A41228B5407A91503C9BD893D4D4F6D099E3042E5611963F5381498D32B87D8FBC0E86A39640CC31572748C29001E075CD512013C0A681AB12960C491D2AC5B5AC0F03493C854938555C7E66A38E3458F9FBC7AD3E385A6DCB1E3A7340911C0A12FA300E46F0335A45762484FF0009E2B290149973D987F3AD4B87F9368A996E545114D80849AAA8CAE7696001E09C6714EBD940509FC5D4D5257209F7AB2099C46B20F29F7F1C9DB8ABD0DC8640A3190318AC9079A9B0D190CA4F1D194E31409AB97AF195482CAD9201F4A6468A54327CC3A9CD559A469305D8B103B9CD3EDEF1E04655E093907D0D0162CE4738E2A0BAE507D69D1B965C9EA69B3F319A432A53914B1C52004900726ACEC3147C2FCC7AD3023F206325AACC72F96AAAB818A80B161C533961D3A77A5B8D3B1A3E702B8EF446700BB7247407B554B74691C2B648F6AB3371F2AF009C0152CB4EE5DB5B76B8C34C70BD80A9AE34C403740F86A48AEA3850211D3DF152477A92E7683C75A9D4D145753227475621976B8FD6ABB72323F1AD4BA9619F206722B31B873EF5499128D8882E580F535A714854601E3A567C63320A95E420614537A908B73CF95DA39F5AA570E4E31803D2A68D0327CD9CD473040BD30D49229EC530858D48B6DC7279A6367390693CE71DEACCCB3F6F97D68FED097D6A973474A8E48F62F9E5DCBDFDA32FAD2FF694BEB5409A39A3D9C7B07B4977343FB4E5A77F6A4959C01A0D2F670EC1ED25DCD31AABFA53D7532DD71591CD2834BD943B0FDA48D83A915ED4A3561DC56467229334BD8C07ED646DAEA919F514F5D4E23FC44560E693349E1E23F6ACE917518CFF00CB4A997505ED2FEB5CB648ED4A1C8A5F575D187B6F23AD5D40F69054CBA8BFF781AE344AC3B9A916E641D1CD2F6325B31FB55D51D9A6A4FDC54A352E3915C52DF4EBD1CD4CBA9CC3A9A392A2EA3E7833B21A8C47EF28FCA9E2E6CDF8655AE3975561F7854E9A9A1EB9152D545BA1DE0FA9D51B6B09BF856A37D22CD87C840AC28AF518FCADCD595BA90747350E496E87C84979A04623678DF1819AE5A6628E57A906BAB4BA9A6564CE78AE66FEDDE2998B29E4D6D4A46352362BE3233DE9EBC0A6AE71C54C91E7AD6E4A22604F4A7AA1352888B300055A82D1E49163553B8FE946C4BD58FD2EC1AEE6031845FBC6B6353BE8ECEDC4516005180053DDA2D36D3CB4C038E4D7297D74D712124F1DAB99B75656E874694E3E6437370D339627AD414B4574A5656460DDC43494A6929887A70C2A571826A25EA2A693B500246D8A9217032DDEAB83CD3B27B5004AD393C52098FA5439A33480B50CD87E455B672B1645662361B35777E63EB4C2C886E000C0AF7A87B629D239634CA009EDC83C1A9A56C2707154D5B6B0AB123640A00542C086AD7D3B51301D8E7286B2637F9882BC539C94391C8ED40236B52B449E3F3E3E46323158CAC55FDFA56AE977DF279127DD3EBDAAAEAB686DE5DE07C8DCD651F71DBA1A495D5CA0E72C4D00526734B5A9996ED2E04122B6D071D6BB2B7487CA5648D5770CF02B8BB280DC5CC718FE23CFD3BD76808540A3A018AB5B10F71975B7010756EBF4EF5CD7882F7730854F02B6EE260B149393D4617E95C5DD4A669D9C9CE4D72BFDE54F24742F721E6C48DBD6941058E6A34383CD484A6320F35B991244C7A0A94DDB050981815554ED6AB5B03F5E940122876195C734D962902EE20714D3984F0D95A734FBD36D3B264EA4D6B70C060F22AF5BDC794495E626FBEBE9EF58A8C51BE86B42362A377507AD032C6A56AAABE7200508CE477ACEB7DA92062339E9ED5AD6B323A1B791B28DF773DBDAB26F606B69CA1E076AC6DCAEC75426DDBC864AE1E476EC06326A056F94EDCD231E475C03481F04FA1EA2ACCF4BE83D91D806DA71EB5346A36BBB82768C281DC9A68DF31E5B0B8FC05598DDA050A8471D0919A4EFD07CC96E476F65733A711B003A6455D4D3AEA34395555C1C927935035F4F9E6673F8D37ED6EDD59BF3A9B4DF5129C521D1DB88D70D1066CFAD3A4B6F3197646AB8F7EB4DB5B5FB5CEA9F6928CFD01ABB26817516E66B95083F88B62A9A9117897B4F89E38427948D8EED578C52AAEEF2635F7C5634570B6900489F73752EC7393ED435F5EC8BBB73051DCD66D54E8CD14A9F535D67BA8F3E5145FA0ACF7D3775E09402C3AB123A9AAC2FA6C73330FCAAEDA6A0C18799732FBE10114B96B3EC0E54C912CA58C111065DCA54E38C83D45663E8376E496606BA98EE2468C32B9C1F5514F17538E8E3F1414DC2AF717340E3CF87EE33CE7F2A9ECB49922BB8DE723CB43B8E6BA4BDD4EE2DACA79BE4251091F2F7ED5CEDD8927D3CBDCC85E765DC58BF03BF4FA5118D44FDE626E16D0D6FB6DA1720DCC40FFBD52ACB6EFF0076E223FF0003158FA4DADBBD847E632B19654DFCF23A9DBFA0A952012DD5A19EDE2C4990C1571B4671D3F4AB7357D8B50BAB9B000C02ACADF439AAB7A0027FDA15877A91DBD9472DB06599AE1D4907D3B0FCEAF1BD7B5B78DAF4F9DD012A30CBC73F5AA4D491125CAC618C6319A3CB5C63269F7012299911B20773519703A91F9D67618A1001CD457802DB1651F70EEA1E78C0FF0058A3F1A865B88990AF999C8C53B0152D899263193CCAA40FAF6AD0BD0AB64C9223214C05DC31CD665BABA4C926C6F94E7A56A6A12C97496DE66E650C3AD68A5625C532A5818E272ECCA703A37435A3F6941FF2C6223E959F796F1AC71B22A825F181F4A94FDDFC294B5D5A36A5B5875FC8AF0604489CF55154A204A8C0A99A525413C8FA51BB69191D7DAB27534B58EA8D2B4B9AE4DB43463280E06327BD5799096255703F9538BBE7049C7A505FE6D873923D2A54EE5B85BA97EE6166D0E464F9A3798AC7FEE8E07EA09ACD595C324536E60EC1704F18CD4FE6C980A4B63B0A8A560ABBA462A14E738EF5A46AEB648E59E1AC9CAE456975E6E953DA381B631E629EE0E6ADE83A6DA5E5C4A2759708030DA71C93C7F2A6D9E9F1421599C3E48254F008F4ADAD3E34F3A568238E0572A02EE240C0393F99AD7738CD096D9640776F6CFAE2AB4DA5DBCB68B6D22C82156DCA030E3FCE6B445ADD21C1F2C8F6CD39E099870067DC1A7A137664AE8B69E61CABBAB9E771C6CF718F7AC6104706B96651361594AB107EF1DA79AEB96DE61C9553ED83581AFD8DC456F2491DA06018BF9C09DE9FFD6A1D90D5C6EA704733DA34B9506428180FBBC16CFE955B4B920BDB692093318DCA490793D7A553B6BAFB4D9C36F3CE46C7964666393F770B8FCCD45A6C8B6D7192C7050F5E808E6968DD8ABD913DF3ADBC8D1444B42B81861C9FAFBD65AC9B64D9D029356EF2E6DE5964902C84E06DE70071E9553609033818269DAC2BDCD6855A6B37BBDAA91994C4157A2E003FAD4F696D0C96B2DCCF10992375891092064F53FCBF3ACCB5BF922B46B1014C4CFE61CF5CE2B4AD2E268B497758F7430DC095CE7A9C0C7E5C1A52B0D151C416B318D1374892B02E4FDE4CE318AAB322A4F2AA9CAAB100FA8A6A3179B2E796392C7B5212198951C1A4B736A9C9CAAC31F8EDCE081440FB5438F9990EEA596166C1208F407BD336B436EFB860BF18EE2A99CE8D1D0D229A696E2E9774683EEF6763DBFAD2DF5DFD9F509218FE48D1B185EDEB8AA96372B6910791599598E141C723BD45777092DFC970B9C33EF008CD4D8AB9A7AB387B75920C26D1C81DD7D6A9798134DF9B219C6723EBC53A06DD0BB4A300A9C11D2AB5CED36D0AAA152836B37F7CE7AFD692572B9AC58B4977DB491B38E48038E8319CFF004A974E8A69B57B786D5479CD90A5B91D3BFE19ACDB70F970AC385CF3DEAD2ACE6E217B656F31541CA9C6D3F5ABF7797CC8BBB9D75B793A7DF5CADCCB141236D0C19B38C0FD73D6AECAD15DE9B773C7224B1246CAC517A715C54B0DFCF2B4931919C9CE49049FD6ACD8CB75621D1E3778A62032303B587BE2939A4AE38C799D858A6BD99A344BD0BBB80BB79E3AF6ABDAB496FA7E9DE5A6C69A6057700A4AFA927AD588EF62886D5B58900E8152B3F5E9E3BBB1188912446043000123A115846B294B546AE934AF726F0C341319C4FB49450E33FC2A3AFF004C56CED8D586D1126E1900824E3EA4D717A4DD35ADF29C2B2B8D8CADD083EBF8806BA43A95B00A26B4858B7070091FAD3938C65AF5262A525A1917F7E92EAE04A47911C811B6700A86E4D7452089A560CB093B88FB87FC6B89D442A5ECC231F2173B47B1AE8F4CD4636B0B66B88A2242EC2ECEC1891C7F4AA972E8FA02527A1A17F135C3A4C1C6F4509B4F42B9E833D298933E6566B9582341B9B7479C7B1F7FE74C9F52B2689E1312B2B8C6439FF1AC4D5248C6970450EE6F2DC86763938EC3E99A14D5D243E476BC86477EF737F24ED18924EA0018F6FD054AD670FD885C24B180DC98C755ED5936526C776F41D6B5B49FB199CB5D02594AB4655B1920F71DFB55CDA4B98886B2B3453BA8F64F1647054E71ED9FFEB5548662B26D1C06E0D6BF8A2FE6BBBB59658D0654AA3463008EFF008D614432FF00363A77A49A6AE535EF59162E233E56F20E376334C59FCA5181D7AD5969AE27D2041B93C8B570719E497CE3F2C1FCEAD5AF86AF2E6CA3B9596058DD378DC4E71F9532367A10E9D242CE1E46DB26F1803BAE0E4FE78FCEB5D0EFB4C9EA50FF002AA3FD8935AE277B9858463EEA83923D055CB1F9AD933E8453B0AF71273FE996C7FBC8DFD2B058751DFA0ADD9796B273EE3FF1D1FE159D6C91A5DCB3CD9F2ADC976C7FBD803F3FE549971763A2B2921DBF652764A802E0F04803823D6ABEB31482D18348C72460600CFE559FA9BCADA9CD1464C811B0A3838181D2A3922BE015EED6758738249FE54AF62D455D33382B93F2AB7E02A406653B42B027B568A5A2C8A248D2631E3E667202F4EC4FBD365B352BBC43305FEF21565FCC1353763B9D15A47E4D9471E7954C120F7C726B0B58737A1E58866280EDDDFDEF523D87155A2D2EF1E232C5B19304EE5941E9D69FA43665915FE60C9D09CF1DC55A6922396DAA32B24367D2ADEA2089430F406A1BA8BC8B89631C85240FA76A7EA526045FED2521C8A0EE0E7D09CD355BB62A3EF4E52430C707354644B046F34C23894B3B1C05AE8EC34D3696F22C928667E485E80E31D7BD53D302A3BDC63E6DBB739F535A6B70AC485048A43463CDA7CBBF6E7E5A966B1B78EC5DDA3CC88BC3670735A0E4F65AAD7D26DB7756518618E290F730E28DA66217A8F5AD5862F22D7085779E4EE15996C184E369233C7157CC924680B0CAFAD26542C8A57F1886E4618367E6C8AB0C72C2A8DC37993336739EF56CBE22DDE8B4A5D01357651BA7DF3B91D3350D3883D4F7A6D6866029F9C7D29157232294271CF4A0056607A530D0692802DC072829D2F286A3B7FBB52B74A006C5198D4377A9610679427AF53E95196CF1DEAEC08F64BBE48CFCE3208F4A919284B346114F1E50FF001838353CDA1DB792D24570E0819F980231DFA555768E75E0E4535A79951230C4220C120FDE14B52D72F51238E3865DAACFD3F8863F2A8A4907DA17D14D32E67DF71BC6698FCFCCB45BA836B646B24704FC90037AD4F00B680B20206463EB59B0B7CA181A7CAFB860C59C77CD4F91A2B3D495EDA2994B0381ED59D70AAB3055391564487CADAAA547BD5558DA6B90A3D7029A4EE4CDA4AE2004480004E4F6AB66378DB2539F4615BB63A7C16AA188DF277634FB88A397AA835B281CFCD7301CAAC65990A91DC1E2B31DC9624D6AEAB088231B49C376AC6349AB15776149A2901A3348066696928A005C52F4A4CD1400A0D2E334D0326A45A0067141A7B2EDED4DA0001A4345140099A9A0233C8E6A134A8769A00B7B41E7148557D0501815A51408411A9ED41850F0339A539E82A68D302815C83EC87AD27D95BB1AB99F7E291DC20CE680B94DADA41D454582A6AC4970CC78A84E4D03151C839CE2B4ACEEF77CAC6B288A5472AD9151382923484DC59D45ACBE5C99EC6ACDED9C779071D7B1AC4B3B9DEB8279AD5B4B93190A4FCA6B955E2F959BB4A4AE6426993F9851632707AD695B68B8F9A66FC056B6011B97A1A6B4BB5724F15D9069A39669A65630C16CBF2C633DB8E4D3D316A864603CD6FD2914EE3E7C9D07DC1FD6B3751BCDAA4E7935CD5AA393E489BD2872AE6914F55BB32B140DF5AC87A98B17639EA69C20690F02B78414159194E5CCEE55A5009E957574E27EF362A74B18D082CE3156494E1B3697DAA4974C9917701915A51F9298DAE09AD5B30670004F93D4F7A7615CE34821B04735337DC15D3DEE8314D968FE57AE7AEED9ED58C727515209948F5A093DA83D69CB8C5318CC1A2A4E2976834011838A99656C6299B7029C06133400AAA58E6875C53E3C81C034A559979069015EA4593819ED4DD8DCFCA6811487A231FC28B81319569567070298B693B748CD4D1E9F71907681F53473243B3245946411C115B68EB7F67E53F5C706B27EC533302CC8A3DAAE4119B4190F9ACA728BD8D2116B468CB36EE929423906B5EC3443756FE634CA993C29A91ADFED5287470323D2A7874F911BE67247A0AD13497BC67284AFA13E9DA57D92E58921C81C1156AE3248894FCCE71F414E8629C8E30AA3B9A8A79A0B762C1CC92E3191D054D4AD18C7463852937A997AF5C048FCA43C7DD15CF450F9AF82702ADEAD3892E001D00AA65CA70A739F4A9A11B46EFA9555DE562D7D9ED547CC493504EB00C795B811D734C093C9F76363F854F0E9D7123FCEBB17B935A394510A2D9599866A4121E055FF00EC85E3F79532D8C110E41623BD47B682EA52A727D0A280E3E61C1A46478DFE404FA715AC1220388C53C328FE103F0A975E3D0AF62CC49166770C63238F4A9D524C6111FF002AD377CE36F5A60271F31C50AB0FD914D2D2E98E446403EA6ADEA313CD671B32E654E091DC53965D9FC59A0DC13D17AF0452F68DBD4A50B184119E4000272718A923B725CEFF0095475FF0A9D2CE692E098C10A0F5AD2B586E6D9F7A4313B76F339C569CF1D9B33B3E88CF6C81F2AE00E831D2A32C715B779FDA5770794EB6E8BD4EC5C1354D747B83D4AD1ED20B4B93CB27BA334D18A7C8160BB30CBC8538622AC0F25C1740521538F9BEF31ABBAB5C9B3BD85D3C797731DC3F11C6D927D7DAAC5FEA12DF4983909D905416E05EDCF965C471A8FCAB5A1B2B28636612977C7E26857B6A26D2D114608368DCE067D2ABDDDC34B26C52768FD6AF968865659563FC79A921974DB71F2919F52326B39D5E5D12B950A4E5ABD0C84B59E4FBB1B7E55B7A324D6CCFE720C11C1EA6A65D42D40E09FF00BE4D4ABA95A03F313F9561EDAAF489BFB287565A3704FDD434D32CA7A20A96DEF6C2519C363D79AB226D3C77FCC1AAE7ACC3969A31EE6F8427CB991883D7E4C8A87EDBA7B0C3469F8C6456EC8D6122603203EB551ADE06FBB2C47F1A3DAD48EF1B8B922F666587D31B1858D79CF048A954D9172CB3386231B84DCD4F25AC20E19633F4C543FD9F6ADFF2C96A7EB515BC4AF62FA32336564C10095F6C6DB946E0707D69D736715C4651EE242AD8CF029DFD996BFF003CFF005A4FEC8B727E50C3E8C69FD6E9F662F632EE50BF16E6F9F7BC98F4538A8C25B6EE2DD9BFDF735B96DE1E849DE57AF7635A31E8B0A0E1947E14D56BAF7622F676DD9CB88F38F2ED221FF00CD3DA3BCC7EED113F002BA79348CC4C239407C7048EF59F2585FC2E9E6880C65802C339C77A3DA4FAE81CB133963B8C02DF3FAF34CB9532F96AB06C60793935BB3C56A3FD43BE7D58605546462D8EBE95939C93D59AA8AB6C615CDADC300123E03678351982600E51B38E2BA75B172BBA40B1AFABB6290258A8F9EE467B854CD6AA727D04928ECCE761204615FE561DB19A93318C1DDC7D2B625934CCE0B3FD7005567874C90FCB76C87D09C8A5C8DEB63455EDB98EEC7CDDD8E86ADA4D00E491D3B8E957574B8A50CE9389101E5979C1F7F4A9574BB620032B93EC2A95325E25F63385C423A9FA7159F76AD701883C93D2BA3FECAB651FEB180F72293FB2EC091B8BB67D0D52A6D3B912C4392B58C282667894BFDE0307153DB5EB2CD2C5D301594F7F7AA56C8C75336CC444858E5DF803028D402585E46EB3A4E190EE29DAB64731DEDB6B1672D8246D37972FF1601E2B26F9A79273247AE34719E918CF15CABF9F2B8C141BBB894014D9A3B88F07CC43B471B660D56AC84F537A56B9FF00A0E3AFD37D6BDA6AF65058CD15C4C6E59D71CA9E78AE1A13757BB951CB04193B9C0A6C8D25BCC3CD539EB8CE68BDF71162E614830E80F2D47948541391D87E35B22CD2E40511EFFC6A47D2557990C4A71DDE927606AE73AF0A10C41F622A342562520839E08F4AE923D295FEE46081DFB539F4C8A3C12F164738539C52B858E71D0C72212319AB7019DA3B9891D85BAAE6403B93C7F4AD4FB224AF80BBD89CFE356D74B9D3327CB196E4966E4D1719CB431B486538F92300B67D3A55FD22CA5BB8484C828DB4F6FD6B49A3D85C06525B86C0EB53DBE9F72433471040E7712DC027D686C56314C0664B974E45B8EA4F3927FF00AC69933B5D44F348837C72C6C428EA09C7F215BB71612C0AC6578C093EF00DF7BF0EF4DB6B49EE1898612DD06F3D38F7A34DC673B616ED75A8C76A8A1962677FA8CFFF00AAA0D52DBEC9A84D011828DD3D38CFF5AE9B51D3EEAD6DE59A3F2926DBC6D2371F6AE7353B436FE5FEF0CAEE32CDDA8012297167203D1066A69ADEE63B668E589E38DBE752E31C8F4FC2AE49A1E74B9A5846F2885B76EE0E3AF1F9D54BC7B892C10B4EA614DAAA9FC472BDFF0095240CA9A5C26E752861C13BCE303BF19FE95AD661FCD400050490C0FF00743119FC2AAE83034B7E8D082D2246CF8079CE71FCABA164B88B0F25AAAED1F79A21C53B81108598640C8F5AA772B77E66D89494F671FCB357C5E5C37CA85C7FB318C7F2A72EA77701C242A0FF00B51924D4CA2A4ACCA8C9C754604F3BC0DB670EA7DCD50B990CB302C1B681C035D34BABDDC8C44A10AF752302A9EAD746EB4F08D6B12946055901DC3D7F0A51A6A2EE3736D58C15009C2E436323EB5752F5762EE620E39A6C760D2C4244906EC7DD231CD69E9D3BB451C5269F6EC546013102C7FC4D138A90A327130EF2459A6050E4918F726B52C6D6EA6431C16B3128BB9814C63F3AE8608FCBB391C2416E72CC14C58607EB8E2A8A4B299EEBCE9D97F747DCF514B913561F334EE628B94791533F31217A0CF5AB5AABC50BA29884408CED0720E3BF3532C10B4CA45B44B9618C0E47E349A80820C1783CC1D01249C1A15343E77B98E76316310E0D40CD95C01C67F2AB5336484551BBB2A8A4B5B3DD78609B230BB881FCBF5AD765632BDDDC8EE653710404B65D5486A86DD15E6557190D91FA56C4D671C504CCA8BF738C751C8AC98702EA2DC70BBC66A62AC8A6EEC7EE11DA900E37E011EBB49E6B42D75D9E0B18ED8385545DBF77271515C6D309040E29FA2D8A5C0F3258CBA29C01EA6946772A71E507D464771139C67031B715A1A767C8008C10C4547AA58C6B37991A6DC60F02A5B26FDDB67B3FF4AA6C8B0C93FD4DB1F4703F422A2B2748EEAE15F1867E41E847A1A96618B7427F866FFD98D665D4862BD931D7767F4149EC5C2D7D492F8192EEE18E3E6626B7EF184BA2C32B21752627603B8EF5CDFDA0EF5941C375E3DAAF9B942C373DC15DFC618E31BBA633DC71F5152B566D2B34AC5BD65BED1040F6DFBC84673B39C1ED9151E8C1EDCCD34E7CA84A8037F1939EB54008D22C61FCCDA4798BC75E41EBD47F5A49648CF58B1BB209382578EC73EA33F8D3B13D394DFD3A55923B8DA852332B950463E523AFF3AE7A176B69D7702AC0720FD29C6E232DCC791E8CC0ED20638F6F6A80C6D3348F1A6101C71DA87B0E36571B7532CB296C6734DD43E6B6B66FF648FE54CD982735705BADD5AC4A5B6ED070684C8A86262973839ABB7D666DA3421B70C91D3A551AA323674A7DD04A3AE0A9FE756ADF2B2305EC6A9689FEAE6FF797F91AD2B788F9B2107A019FD6A58D12E723AD50BF9D5C32273EF562FD84768D83D4E33EB587BC93C9A68646AD2C726F53CD39E69243D938C1083683F8528A503140AC316304F248356D137C5B7B6319155F38A9EC9FE764F5E454CB62915EEE128A878D8060554ADD641247B5803918AC56521F07B1C552D8863E046660A0649E00A503240F5A990F95708C0E369078A48A312CC41C81D78A622B3A953CD34D5CBC816350CA49C9EF55DD369C7D0D0324B7E86A47E149A48D0A8071C1A73825803D0726801202914C1E45DC3F955992E0F557DCBE9549DAA3C907838A2C34EC59670A77C6719EA29924CE7D6961550B99558E7A7A54DFB92B80BFAD1615CAB10F32645624066009F419AE9AE34BB786D5846A171D58F24D504D3634B18AF03972E33B76E36F38AD36BB474B72EC406E491EB52CA86E61A0644E39C1A904EB8C32035A9716AAC0BA01CFA567BDAB312106EC7502A4D56856965C8C28C54B61B54E38DD9CF34A6C65603E5C73560C11DBAA1638C719AA5A19C9731792776E06702A504F4272DEDDAABEE0AB91DE9639631C6F00F703935B1899BAEC80BA2039C0E6B14D686ACE1EE9B03007159E6A196277A5A69A33480314521A4A0079A6D00D386DA00406A48CF3CD3081DA963196033401348415A82B512C11A30771AA5770792F819C542926EC3B3457A28A0D5880D2529A4A009E27007CD528753C5558D4B3003BD5F1A7C8464354B925B872B63A25523A8A7B322F5607E950FD8251D0D06CA7FAD2E78F70E462B4C3B544CC1BA9CD38D94FFDDA4FB1CDFDD34F9E3DC3946955F5A63108339CD49F6497FBA699241222E594E29F320B1097C9A28419619152491B2F3B4814C02198C6C0D6D5BCC2440475AC0EF56ACEE0C6E01E95955873235A73B3B33A7B3BAD87639F94D4F3A02E0B1FDDF5FAD64A3E4641ABF6D70197CB73C7635CF193D8DA51BEA25CC8CC09008515CDDECE6598F3C0AD9D59A58A26032735CE13CD550859B9333AB3BE88910E1855D598220F5AA0B8C64B629A5D8F7AEB302F3DC93DEA169D8F7AAE15CF404D48B6F3374434AE1626B175FB5A6FE573CD7651DE44AA047800571F1D84DD48C55948AE2318F3297B58AEA57237D0E9DEFE3EE7F1AE7B5D68E560F1B65BBD567798704D4B022B0CB824FBD4CAA46D71AA6D9905589E86AC43692C838181EF5AC1631D1169E5F03800566EBAEC5AA2FB99ABA6BF76FD2A65D347726A713B33EDE6A42DEB532AD2EC52A2BB908B18875C5482DA11DA94B526EA8F6B3657B28A1E2388744A18A01C20A66E3484E462973C9EECAE48AE837CF1D9145219188DC0E07A0A6796A0F269C085E05537D8490A5DCF73D69CA5BBFAD34BD21627BD2D58F6270F8EB4EDCA41C9C8AAD9A013D051CA172C58CECB76B1283F31C0AE89A78205CE7CC7FD2B988C6D995C1C106B5A79966219461400062956F879BA95177D075D5F492F19C0F415418331A989A631AE54D96547B38DD8BBF269A91244FF002A0AB0CD5031E6B78CA4FA99B8ADCB0B2F1C52992AA6FC1EB5179ADBF76EE338C557B3B89CAC5D7917F88B7E1486E41076C63D3E6AA8D331C6053B3C53F676DC39AE58FB41C1248FC29BF6907A7355DF9434C43F2D5A8225CB52D090B74A5DC7BD40ADC548AD93CD26AC34C7F268562AD9A70651C6689176907D79A16E0CDA891046BC0CE2A60171D4572225BC9E62B1163CD685BE9F7EF82F3EC1532A496AE4253BEC8E852306A75B42C3231F9D654166D10F9A5763F5AB243EDC176C7A66B17CABA9A6ACA3ABE8B09984C251BC9E5179CD664FA7DCC8780028E0007A5741E483CE292568E04DEF8005542B35A22654D3DCE6D34FBA8B27181DD89C62A613792A52372EE7AB9EDF4A5BEBF6B86C03B5076AA60963B54126BB629B5791CD2696911E4F2589DCC7BD0493F7AA74844519792AA3B97627A0AB4EFB104CB3B2F7A7ADD907900D54269B55711B967AB889B2FB47D16B5E2D66CE4E3CDDA7FDAE2B8F78F6601EA464D273D8D3524163B859E393EE32B0F639A0853D517F2AE2E29194FCAC41F506B421D46E622AA9217CF66E734F416A6E4D690CA73B0A9FF678A81B4A94731CAC07BD5F8893B7CC201EF56B6161B830C54B8A0E67D0C51617C98FDF7EB56EDA3BA849669C93ECB56E4662DC5099352A117A95CF2EE20BAB95FE253F55A78BF98758D4FD0D3F690A49C533E523A0A7C9161ED243C6A58FBD138FA734F1A8DB9E19B6FF00BC3150F9687B531A007BD4BA48A55596FCCB5946728C3AF06AA4B7696D6F118957CF9577963FC39E6A95D428A33800861C8FAD54BE24D8E7273E515FE9584E0A0D799AC67CD732EFF5D6329DAC5CFF0078D476575F6C4916462243D3071C564DD6DF306DE3814B6D218983AF55E7EB5BB8E9A19A96BA9ABF64DC724851E84D31F4F7E4A6D606A799FCE812643C77AAFBDFD4D107CCAE4CEE9D892D9E6B37125B4863B8519E3A30F423BD6F5A5DC5A95B99E205268C7EF6153D3DC7B57312060448A7914E8AEE4B2BB8EEED9B0C3A8EC7D41AB7A8933A32EBCE01EB9EB4A27653F2AA8FC29098EF208EF2D78493864FEE37A537C96FE2217EA695C623B97FBC07E555A4B4B790E5E2526ADEC41D6407E8293318E818FD6988A3FD9D687FE590A51A65A9E908ABDE663EEA81F852AC84677286CFAE78FCA9586565D36DD467C841F5A77D8E0EBE527E55692E0464958A307DC134F17F20046D439FF668B08AE154700F152224448DD20514E4BE951F70DBF4DA31435E396255234279CAA8CFE66980D61001813127DD38A40B1B6EDD70381C6D04E6962B8649FCD65591B1C6FE94B2DD195B7795129F50B400D1144396B85FA2824D3552366204AAABEAFC7E943CAF260360FA003FC2AD465D231E64310E383271FA5005591514811C81CFFBB81FAD279529E857EBB854B23427AB6E3E889B47E66A10DB5B2A00F4C8CD003FECB2632CF1E7D01DC7F4A6AA32E06E23F1C50D23370CC48F4CF14CC81401212AC3E7777F61FF00D7A89D23246D882E0E724E4D296A42D401379D2E31E631FAD559ADA29B3E62839E695A503BD4666268008624B59124800478FEE95EB53CB7B34B1EC96525739C556DC4D1C67A51B0166DEF65B60C210086EB919A7BEA776E181C0C8C64751F8D55527A0A784623228022DAEDC907EB9ABB1DD5D18842881971D153923DE9D6B6173700347148D1E7059578AB5E65A59308D964F30FCA4B82BF9F3D295C08E3B2374127BD9563555DBE5804363B76E2A296F23B781E0B7C8400633824927D714C8A696EAE6458DCE02923E6E3191EBF5AADF2C51CA31BDDB6927AED3D28D063E3C98EF0CB29565C617D7834EB511A4F2F9AE06F846093D7A1A8A18C7917C651975DB820F41835A30A258C2B3DC05677002803D871FF00D7A4046678A28407B0C391C671B4FF005AA53CCAF0BC66D6001C60E10E7F9D4924DE639760013CE07414C2CA45558465E248AFBED112A83BB760A657A60F14F49A4FED63766243B976950A36F403A7E157D8AF7CD4248CF53FA500585985D136E63897CC561954008E0D73D691F9B7E9148A4124E477040FFEB57416F692DC6658F7C6A840328038241E9F955086DBCBD49B05CBC673B8E3B8FF00EBD17D0082703CA23D7AD25B6AF35B448ABB42AF006C15645BCB71BD218DA46032428C9C5566D1EFE450A9617191FEC5634DEE6F5ADA0B71ACC93E01DBFF007C62B4ACB946CFB5657FC23DAA9C7FA1483EBC56F5AE997B1A8DD6EC322B46F5463D0AD75FF1ED2E3B499FFC781AA37368F3DFBECE071CFE15B736957924532AC2C0B1C8E0FB7F852FF65EA6262D0C6A03019122120D396DA02763262D24B2FCD2051EA541AA1751B5ACDE5BEC6EE08E84574D268FAA498C84C13CED53D3F1ACB8619639278AE1C2DC6E31889A305B38C0233C62A12668A467C2A255C889980E0902ADC105A6C0F32E148C824D58B6B806582D1200B2EDCB28E02B01EDD6A2BBB75924679240AEBF2E304D0E9B7D46AA2D9925B7D89E528B6EA0640563CE49E9535DAC36855BA2BFCAC807718FE86AB476AD68FB6458C2B60997710500E73EF8351EAAECF0DAE7FD649CB7D4902B3E5B481D9EC3F55B4450668D555091B71D1B25B3F9607E750DA12205FF00788A935C611BAC6AB8018FCC3E838A82C5BFD1CFB39AD21B132D86EA7CDA1E3A30AC70339AD8D45F368C00EE2B315505B86FE32C47E15A199A1A18E271FEE9FE75A96C1DB79523EF630475E3A56668E76A33107183D3EBFF00EBA9FEDCF6E582A82ACC4F3D695AE3E81ABC83CA44DA548CE41AC51D6AF6A178D74CA4A85DA31807359F93BA981351DA9A0D19E2900B9E288A428E187634D24D357AD005FF00B605E369FCEA8CC43B96031939A91103AE4E692455419C647D69A1324C823247514B1909D3AF7A682B81834D6F6A007DC36F4033CE69930DDB7E9484138A7AAE5C5005846548C12327B557932C49CE29D2BF3EC2A0625BAD310D60077A9A0894E1DC823D3355CE29DBA901665978C76F4F4A8149CE0724F4A4DC48E6AC69F1F9974B91955F98D0D81BB70443A588BB22AAFE5C9FD4D67DADDA40C56604C67B8E4A9A93529C0558B3CF5359A77118CF15315A16F4B1A2DA9C0A4AB2F9A074C8A84EAE4BE638C20F4F5AA3E481EF49B30734F9439D9B5FDA019014653EDDEA17B98AE0859DB6AD65631D7A52328F5E68E51F39A66ED70638CE547018F7A4827287E61CFAD518C6D15306AA466F52BDDC9BE663EA6AB7353DD280F95E335064D2185252E734DA005A4A5A2800A28345002D390E08A8E9435006E5A3EE8C543A847B9335423BA910614D2BDE48EBB49AC3D9B52B9A39268871CD21A33456E661494B486801C876B022B7ED1C49083DEB9E15A9A5CD83B49E2B1AD1BC4D29BD6C6A714B8A320F4340AE2350C52EDA338A697A005DB8ACDD5A5C461077AD1E5B819358BA89DD77B4F0056D4A2F9AECCE6D5AC416E0860F8E01ADBFB3ADC5BEE620022B28C78388DBE5239A9209DD7F7658E056F357D5131ECCA93C7E5C857B5460E0F1566E812D9C557CE0E6B48BBA25AB1A7633EE1B4F5ABCAD839AC18A529266B622903A822B9AAC2CEE8E8A72BAB1A395BA80A3FDE02B166D359643CE0568472146041AB13289A2DEBD7BD4A9B5B0DC137A9846C71FC553470C49FC20D4CE3048A655F3C987B38A278F601C281F8549BAAAAB62A40D59C932D5898B534B5479A3754F28EE0C013404CA9C3051EF485A98D8CE6A90993279518F9E424D289D57E60BB876AAC403D69D9E314DC509326370D8CAAA8FC29A2466E5BAD454669F2A15C94B814DF307AD5172CD231C9C0A9547CA39AAF6689E72C193DE9036EEF508029EA31C50E28776C92929334B53618EA3140A7628B8EC34D0BD6A42830298DF28A689258C0E73D4D5B2DB5401DAB3E26F9B26AC34B9E959554DD917064C187AD44F7118E09AA57772635E0F3598F3BB9C9634E9D0E6D5933ABCBA1B86456E41A81DFAD51B6B839DAC6AD66B6F67CA4F3F3116643D7348436EC7E352E68CD57311CA26DC77A901E2994E0AC7A03499487645271E94EF2DBB9028DA83EF482A4626714338452C7A0A37C23D4D54BC932028E9D6A92BB13764466EDCC991D3D2BA5B3B469E28DE7201C74AE774EB71737B1C67A13CD74EB1DBC572E64690A6EC05562303D69D5849AB43422124B591722B78621845515230551D4552D44410B48D04B3A44A0105FA93588FA934CA23909DB9EA0E09AE2FAB5593D59BAAD048E9F7C43ACABF9D02484F49133F5AE6EE3EC4B09C33F998E39E2AA5944F2E65958AC2BD7FDAF615A3C25B76255EFB23AC9EE52DE3DECCA476C1EB5CEDF5E3DD3924E17B0A8AE2E4CA71F7507014556790B71D056F470EA1ABDCCAA5572D113431B4F205419F7F4AD8B6B18E31CB8CF735916F78D6EB84E33D6ACFF6B3EC2382DDB8AD6516CC44D5275F37C98CE42F53EA6A86EC0A6925893DE9BED55156560240D9E6AC5AC5BDCBB7DC41B8E7F95555AB4B2298522008C1CB1F5A6C42DCAB2CA7775201E2A134EEA7BD211CD08017A55ED2E3F3750881E8A771FC2A9015B9A15B908F391F7BE55FA77A684F635F34E59085C64D3714841AB249049EE69C1C67A9A8707D294668D009CB93FC54A0D4209A5DD401387E69DBAAAEEE68F30D0047A83611BE99AA972A1B4D5F5FDE2FEA7FC6A5BD6DCAD9FEE1A8DBE6D2B8EBE638FD01AE6C47C299D147738B9159B071DA913F514F6B99558807A7B53109DC58FAFE75B199A7A6CA0EE858FCA791F4EF4E90AC721476008AA114BE54C8C3A03FA55ED436E12523764609ACFE19FA96FDE8FA0BFBBC7DECFD2AA4EBB4903EE9E4522B467A311F5A46932319CE2B4B19A2F687A87D8EE0C529FDC4C36B8F4F43F515B9229472A79C77F5F7AE4581C6476AE934CB9FB6D92A31FDEC23AFAAFF00F5AA5BB6A5AD742C668C8A568C8EE0D31815EA29A927B038B5B8EDD4DCD2645217A621D9A514CCB1380327DAAC25A4D8DD2E214F590E3F4EB4088E800B1C0193E9538FB245D37CEDEFF2AFF8D21BC7E91ED887A4631FAF5A006F90E3972A9FEF1E7F2A50604233BA53E806D15016EF466802C1BB93A461625F4418FD7AD425B71C9249F534CCD0013400EC8F5A4CD2018EB484F1400A48EF485F14DC8EE6985D474A007B367A9150B39E94872C695546324A83E8680133403ED52796A7F8C54811153E5FBDD0E68020A72824F02A511AB60B71C7618A74712C9208D0E09EEC7028008A36760A8A5D8FF0A8C9A7C90DC47F7E278C76DCB8CD6B595B0B02EE2FA23BB1C29C7EB506AB7864B7216E0B8240C6EC8342B80CB3BBD96C2221B2BC75ACCBE0D2CDBD73B448A0F3D3919AD2B016DF665F300F339DC4B1E6B2B536D92BF97F70E0E051D065985375E3C36E40088D86CE32B914429B1275EA5977139EFC8AB1670ADBDEB20E76230CE3AF229B042D3CEE9F3AA80412075F9AA4086CA237097118650AC137927EB9A6DCDD35CBAE721506141F4AB57D311FB88F240E19BD7DAA96307A53403700FF0015215E7838A938C53588A621161E374876A0EA4D58F0E482EB5D86DDE2468BE6620AE738538CD40644963114E9B941C823861F4ABFA2BC761733DC403CD6750AB95C151E9F8FAD3E82EA749AC98A2B58600A1559F3B5463800D720B8FB64EC0FEE9882A9E870335D0EB0E1E38199C99191DB1D80C0E95CDA8FDE39CFF10FE547418FD0DD61D5D1CE7E5623F304575DF6E5F535C669DC6A3F471FCFFF00AF576FAEAE6D24F9E68D2372767C849C0A9A51BB691755A4EE74A6F97DE93EDCBEF5C81D52523FE3ECFE111A0EA8E17779B311EBB702B7F63230F688EBBEDC3FBA69A6F7FD935CB2DE4F21DA8B74ED8CE0276AAC6E6674770D76550E1CF185FAD0A931F3A3B037C7FBB5C8788649E3D57ED9F291B8ECE3DBFF00D74964E6F6E841E74EB952725F3D29DE27425A27C93825718E06467FA54CE3CAEC5425CC433A20B18EFEDF11CCE37EF2F8C1E3A7EA306A482D5AE6D92699C976FBDC7DDF7FA7229FA4C10DC69690CD1677BB203CE4F7C8F4A967B1F274928B336E58CE01EE3A91FA56698EC654E97B3CAB1CBB9ADC381BB23EEE6B42FEDCBDDDB4A78850AE5BB6779E3F95611539FBC69DE63B215791CA8C7058E2A26B999A45346CEB289240ED919F306D3F80CD67DA2ED8A419CFCC0D512649300B92074C9E956EC41549949EC0D28AE5096C493C6258CAF7ED554DBB880A6D52DBB39CD5E61B7A0A675EF5A1995E012470EC23EB83D689725412318353D3245CA1142DC3A58A12E771350A8CFD6A49073EC69883AD0C07630BF5A3141EB45218869A01C9E29E4526DC82D9E9D69812C3860474C54863047351C2406F5C8A9F3ED4088FCB514A105389A4CD020C0FAD190A09C76A434D3E868190BBF34C2DED52B45FDD38A88A3F714008064F3412294A9039E2811E7BD003735A9A647B5771EAC73F80ACF8A1DF305278EA4D5E4B945F3083CE36A0F6A99761A1B3C9E64CC4F735191E94D079A755A13D5852504D26681098C8E69A1003C53C51400504E06690D31CE702801926E619A86AC91F2E0556279C5218A29768A4CD193400DA28A2800A28A280128A28A005A2929450028A314E51411400D3494AD494005395D97EE9229B45004C2EA51FC669E2FA71FC755C0C8A08A5CABB0EECB63509BB9AD0B1D5200C04F1E47AD61D3850A296C0DB7B9E809AB69515A168914B01D08AE26697ED57CF211F79B38A4330106CEF5258C418963F8537A90A293B922C001CFE950CC9B1C30AB6E193DC544F875358EA9EA6DA35A00DB225529D363E074AB309DA704D4374C0BF06AA29A627668AF57AC66FE126A8D3E37DAC0D5495D585176773714F1562DE5D8707A1AA30BEF406A50D835C4D599D5BA24BC8B0772F4355335A2844D1143D7B567CA851C835484349E6943530D157615C937540F74036DEB4B2BE10E0D449E588F76326AA315BB26527B22CAB8619A5C8AA8921F2CE29CC49841CF229F20B9CB1BC7AD2E6AAA8C05F7AB2293561A77169334506A6C5159F386C0EA6A55FBA053F03D296AEE4586E31DA9466973499A92876694534519C734863F760530CE01C64553B9B924ED4E82AAEE39EB5A469F733753B1BB1CA1862898738159B6B390C0135A5B94804D4CA3CACA8CB990451330E074A1B2B9CF18A7A5CAC678155AF26DCACDD2A1C5B655EC67DCC9E64A7D05454B82C682B835D495958E66EEEE0870C2AFA9040C9C55051F30ABAA3E515322A2C937463B93479AA3A27E751E29706A2C8BB8FF3DFB00290C921EAC693069768EE69683BB1A727A934629FF28EF46E514C0402AA39DF21CD5B32E149C74AA20E49F7AA8913EC741A0589522E89033F741AD8587128664561BB247AF35936370560403A01D8D5B174DEA6B8275AAA96874C69C1A2EF880BEA48E522DA48AE2DD5A37DAC0820D75697A5581CF23D6AADEC36D760BB0087BB0AAA789927EF2227455BDD31E0B5F3CEF91F11AFDE3FD2A49E5F33E541B634180053AE5F6A88A252B1AF4AA4E58F1CE2BB63AEACE77A688D8B1D256E6DFCE9A61103D07B7AD665E08A39CC70B6E55E377AD41B9B18C9C5379ABD0CD27724073D01A5C1F4A8C48E9D0D3C4A0A00CA7767AD318BD0525588440E7123B27E19ABB169D6D2F29740FE1459819AAB93526002315AA34A85464CFF00A533EC7620F37AB459F615CAD690ACD261CE140C9AB135A5B2A1759189EC2A74B5B4404A5E2F2314A2CA06185BA4A2CFB08A56D69F6890229E4D7491442189635FBAA302AAD84115B163BD5D8F7CF6ABA5B238AA4AC2626E3EB46E34628DB4C4018D2EF34DC5045003C3D1BFDA99CD267DA801D9A5079A6669371F4A064379F75BFDD34D46FF00897B8F494FFE82B4974DD73E951A37FA338F473FC8573627E03A287C471D28C4ADF53561212C06476E29B2A02CCDEF5A565F65588BDD6E6F450715AABD887B9464836056ED9C1AB5912E9EE8792BD0FD2A6964D324E3CB997E8D4C436718658A57F9BB38A99C5DAE541AB993DE9C3AD4AB6D24B2B24485CE7B55E8F4A31806E64099FE11CB1AAB905241918AB7A634B6F72ACB91938AD8B4D164DBBFCB16D11FF9693FDE3F45AB62DEC6D5488D0CB26306593AFE03B56739AB1A422EF7346CE3B096D95A795A27EEA6925B1B79830B6B957FF64F158F3DE88D701B81D7154E4BC7206C38F5ACE367A9A3563416DF717124890EC3B4EEEBF80A76DB68CF01E6F76F9455481D8B1DC492454E319E735BAD518B56649F6A9132220B103FDC183F9D445D98E58E49EE4D1F5A2A891B9A304D3A9338A00029CF5A303D690B53491EB400FCA8A42DEF4C240EF50B904F0680246971D39A8CBB37B532971400734B8A296801474A07B8A00CD4813DA801AAA0F7C5480E07DFFD290923B52282EE1738C9C67B0A00B16B189E5DAF29541C92A326AFB5A58C3F389250D8EAC3352D9E9D6B12093ED79723072302A96B131B75628D1C8A01C61B9A5B8C45946D0106E5ECC38CD46F6DFE856F26EC8383803DCF15662B7896D62C3393B41C607719A8609581B58B3941305C7B6E34202D43A79553BE4DADDD76E715997E8634990313923DB39AE855B7973EF589A846CD3B2AA3364AF41EF47402C4901935272C1C4601E57B9CF4A75CCB1D9402280B2BB0F53F28F5AB323A5AC4CE0B1C9E013D4D63C84C8E5DCE58F5CF7A17701991D98FE746F1EA7F3A36AD3582F714EE214C98EE7F3A63499EB410A7A0A6151E94001C75A15B6B8C5210BDF34C62066803652532EE76CFEEE0207E245525FBCE71C67AFE1526932B882E9F825500E46475F4A91A6DD0B918C97E460601C76A370295A1DBA831F7FEA2ADF8917F736EDE8EC3F41FE1546338BE7FA37F2CD69F8800FB244C4642CC323D460D141DA6556DBE4431089B4B558E35F90659BBE7350C71B5CE91776D0A96904A1D5075238FFEBD5D86DACE4B68E45B70AB24466DAAC7271DBDFAD45A62DADF39956D842D1301F29386073C5743968D985B62DB79AC52211B302882464936B2362A38E3B7B2410493A1133B336F3CB83C55716B15FB4BB61F224866085949F9D73CE7F0AB1716D0BBA46D6E163998C67E5C156FE123D8E3F9567A6C5191A7446DB5E8E1241DACCB91DC6D38A9BC4970E92A4391E5B206E9C939347DAF76BB146A88B1A4DB00DA323A8EB52EB6615BC87ED0331C9032118C9FBDD47B8CD555BDD37D8296ECC2B7BD96DA45922720AF41DAAD7F6D4C62C1552CAE48CF4C1EAA47A53276B6B86948539789554A27FAB60BFD48C54970D6CE1FECF0B46C7A1F2BA724E31E841FD2B037F919C66CB1F94007B0ED4798BDC559BA9203100212A77A372B8DC026187B73CD437F3477172658C150CAB918C720007F95052644D21C7CBC54DA69264941EE9556AD69BFF1F247AA1148992D0BBB8FA534E7D05381F947D283546644D8CF19A6B7A1152914C228032E471B883DB8A558CEC0C9F36EA6DE2ECB8600629D6B2E1D11B38CE38F7A018C65914FCCA47E1481B1D6B71AD95A3271CE3B5654D0EC9368AAE5129100DCC7814F0AC11F3DC55BB784632474A86E8100803A9A560BDCAB1B11203EF5737553D85640BDEADD2186EA4CD06931408526909A292801734D34521A06232E453ED216B89D624E09A7DBDBBDC36D4C0F726B463B016A8CC5F73BF0368C526EC0B533AE55622638F383D49EB509010003F1ADB8AC114EE90062BD0564DF11F682063826A53BB29A23CD381A8734A0D5904B9A5C8DB8A8C1A09F94D301C0E69D9A881C52EEA005634CCE5E82691325A901271EB55E45C31C558CE298C33DA8608AF9A5A732D30F5A061451450014514B8A006D14EC5284A008E9CA29C569CAB8EB400A0605358D2B3530D0007A5252F6A4A0028A292801C0E28CD368A007519A6D1400FDD524770D1F4A828A00B4D7D2918E2A1699C9CE69945003B7B1EF499A4C518A00296814ED99A00B7652FF0009ABD5990C720605558FE15A0A480320835CF523AE86F4E5A162272AC0D3EF50320917F1AADB80EAC07D4D489279A8635606A142468F5D8CB9256DC40A66F63C54EF062439EB9A3CB001F7ADEE91834C8F1943CE6917884D585450B814C1073C9E3D28E641CAC8D109503A53C2315DBDAA7000E9454F30F948D108233D054B9A4CD1D6A5BB969585CD25284623814E11377C0A40368A7F9683EF38A42D12FA9A063334A013D052F9E83EEA527DA1FB0029EA2D0520A8E78AAF7326D4DA0F26A52EC79639AA32B6F909AA8C752672B2198A08A296B631110E1C5692BE5056691839ABB1F282A248B8324CD4376DF20152EDC75AAD7472C054A5A9527A112F19A403340E4E2A42BB40AD4C86A8F9AAD6EC015543056E695A727A7152D5C69D8B3BFDA8F30FAE2AA897D49A7ACD18FE0CD2E51F312993DE9412DD031FC29AB788BD2314F1A891D140A7CA1CC48B0CCDD233F8D45324D1754FCA9E3526F4A5FED0DC30451CA2BB2934ACDC1A45A4619738EF57ECF4BB9B820EDD8BEAD43928AD4126F626B497F743357202F39C460B55BB6D2E1880DD973EFD2B4238F60C2A8007A0AF3EA4E2DE875C5492D4A70D939E646C7B0A9BCB55F97038AB05A9542632C326B07A9A102AA1EA80FE1435BC247FAA43F8558001E9D2948A02C5236303FF00CB04CFD2A33A55B92730E31D7DAAFE36C88F8C953919A7CC4C84BB9FBDE95A45AB6AD92D6BB193FD916CFF00750FE74A3448739DAD5AC8005E0714A1C50A72E921722EC658D2076E33DF14E4D13690C8B861DFA56BC7314FE107EB56E2B8DDC327E55B46A4BF988705D8C1934EBD0A7E5461E95426D318FDFB619FF64E2BB5C0233486353D4035AB9D4EE67C91383934B38C794EBF8D577D3A5078120FC2BD04C119EAA0FE14C367093CA0A5ED6A7907244F3D36B709C82D9F5E952C6FA84203A97C0FC6BBA36109ED4D3A7427B1C552AF517417B35DCE4E2D56EC01E62FE95686AEEBF7A2DDFEE9AE846996C3F805236976AC7263156B10FAA25D231A1D5619485E558F63563ED0B57CE8F69B810A411EF4369311FBAEC2AD575D89F64CA3E78357AD6E6D560024DBBB3CE454674823EECDF98A636913FF000C88DF8E2ABDAC192E932E996D1D4EDD99C7A5516DAA06E700FD2A26D36ED7A2E7E86A17B5BB5CEE8DF1F4CD3E787717249105CB64BE0FB5460E2D243EACD506CBA698968D8229F9B8A9CA30D3E30782CB9FCEB9B1324E292EE74505AB305A143007F35431272A6AB339FBB9E0504317EBDEA782C269CFCB803D4D6EE492BB32B36CAC4D2678AD64D13FBF30FC0558874BB68886626423D7A564F11045AA5265ED3ADA436B1F992A5B21504ED5DCEDC7E957524B6B324DAC43CC3D6590EE73FE159D2DD8518CD5492E598F5C0AC5D49C8D94231346E2FCB1259CB1F735426BB66CE3A555320CE49A1B27F8700D0A1D58DB18B39958FA54D08CE49EDC62A2863F2F755BF99817C638AD5DAE67ADB52581F3227B8AB5CD52B6569265DBFC3F31FA55BDD5AC7B19487671416A616A424D512389A4CD30B81D6A36949FBB4C0959F68A88C84D47C9E6802801DB89ED494A00A5C71D680107D29C2938A05003B3494E5C01CA8348D228E91927DA8001D71526C6E84FEB50F9BCFF00AB3479DFEC9A00B30DACF3E7CA8D9F1D768A9458DDC673F677247381C9AAF6D265C80CCBF8E2AF34B3797FEBA4FF00BE8D4DC7627F382C24CA8F1903EEBAE0D666C4BC695D8B08C0DB91D49FFF0055350CB34B382CEFB54632738C9A84F9B0DA483254EE66DBFE7E94013DBDE2B168833029C004FA5687FCC2223D0E58E7FE0479A4B640B6B1E14728092075E053DBFE4129FF0002FF00D08D09DC02D672844103F99939CC8846077E7356E385919E49194E79E9D315563B3BA886D49940CF63FF00D6A82E66B88DDA1965C81D403C51B805FDD79D26D5398D7A7BFBD552477A5DE3B9A6B11EB540358AD30D1D7B5309E7A5021C4D212077A6E32771073EB415E73CD001C1A916D64907CA87A71C558B3BB4B76F9ED619BD9D735BFA7EA105CCAB0C360D1BB73B9002A3EBED40185651B4165721BAB305FEBFD69AAE855D4825B775CFB568DFE3CBBBC0C0174463F4C562A7124F939F981E3E946C318BFF001FC467B30FFC74D6C6B0866D2C15C677237271DBFF00AF5951F92D7D13279809603071C9E95BF1A24D671248A194A2E41FA545295A5745D58BB24CE796E2E912DD55E24FB38210EF1D0F5CFAD4C6F6F6464DB2DB2ED6DD84C727DEB6BEC56C3FE5827E54A2D601D224FCABA9D58F6399425DCC6375A8920F9D081E8ABC7F2AAD1CF7310655BC5E483C82D823F0AE8FC9881E235FCA97CB4FEE2FE549554BA0DC1F739A81337F1CCF3867F3558E11B939FA5687882D5AE3ECE54FDDDC0F19F4AD708BD947E5556F98A22107B91C7D2A673E62A11E539B1A6C9DB7FE08D4EFECC94F5F30FF00C00D6B79CDEA7F3A04C4F7ACAC69CCCC93A5487B49FF007ECD37FB19C9E92FE095AFE61A379A02ECCB5D22450C144B86E0FC829C9A6C914BE6ED727BE4015A26434D1212DC9A0576668040C1EA38A43524DFEB5F1D371A8CD31084D21A0D21340147508B255BDB154949460DE86AFDF38DAABDFAD506C9EB4C0E9206DD18F71546ED7120A9EC1CB5BC67FD9149769B981AB5B10321184AAEFCB13EF5698858AAA66A643442B111233B7E14FA7525494369314F22931400DA4C53B1494086E29314FA74281E6453D1980A00D0B58DADED56503E6CEE23D8D5BDE24BE44EBB50B7D2A4941453F2F18C567C7332CC5E38FE63C31CD637B9A256468CCC2289DCF6E95CD5C73264F535B57EE4AA467AE373562C8773554025B11628C53F028C0AD0CC65293C52914DEB4C02909A5A69A402134E8C9CD371938A7AFCA7DA8025071D714D6639E3A519534BB47D29810BB657DEA234E71B588A4C5218945149400A29E698B4F1C9A00545C9A731C0C0A5FBAB51939A0403AD2939FA5252371C503109C9A28A307D2800ED494E20D20527B5002521A7EC6F4A511B1E8A4D0047454EB6D33744352AE9F39EA00FAD26D20B14E9715A0BA61FE29054ABA7C23EF31350EA457529424FA1958A50B9E809AD95B6B75E91E7EB52008BF75147E152EB44B54A4632C123748DBF2A996C276FE0C7D6B57791EDF4A4DC4F7A8759F4452A5E6505D31FF89D454ABA6C43EF484FD0559CD0580EB52EAC87ECA2316CED93F84B7D6A545893EE44A3F0A6E6937F38351CF27D4B508AE84C653DB03E82AA5E0665DC09A9B34D6F9863D688B69DC763341F5A96294A3020D4520D8E452035D5B8467634A50248C483AF7AAF8A5826010A9E452F9D8E8A2A58AA257B8056EC0D3846FE94CF3643ED49973D5A95999DD127963BB0141F2D7AB13F4A8B6FD4D2ECA2C171DE6C60F0A4D1E791D140A6ED51D68E3D28B20BB14CD21EF4D2CC7B9A2814009D68C53B146D34EE2B094B4A1697814AE510CEDB6327D6AA558BA23802A01D456B1D8C65B8E0028E7AD34F5A46396A7E38AA2461ABB13623154DAA5F34246077A96AE545D87CF2ED5EBC9AA858B1C9A198B1C9A414D2B09BB8FE7A8A939C65AA352476A7FCEFC2A9A62226E4D36ACAD9CADDAA74D398F5A00A14006B5934D1DC5588EC1076A57030C46C7A03522DB48DD14D743159C43EF71566286053F70B50D858E6D34F95BB55CB7D16493A9C0F5AE852151FC007B54C1302B8EAE2947489D10A2DEACA365A45BC1862A19BD4D5FF002C01C52D04D704AAB96E742825B0AA428ED4162DF4A601B8FB53B153CF62AC85233481735302B8E4534E3B714360228C7069D8A4ED4E53D8D34EE0359724539C65463A0A76DCD014E3A53BF401B8C2F1512825B1565509E3069D1DA4ACD958CE28DD8AE90C030314E5E3A5594B09DBF871F5A9D34C38F99F1F4AD9464F64439229095C74634F17320EF9AB9FD98BFDF3F9521D33D24FD2B4B5444F344AC2EDFD052FDACFF7454C74C6ECE3F2A69D364FEF2D17A9D82F12217A3192B47DB01E8B529D2CE0FCE33E955DACE5538D87149CAA2DD0D72B1CD767B28A16ECE7E60284B2663C9C7D2ACC5A7A839233F5A7175183E5422CD195CEEA6FDA17A22B37D055B16C806368FA5481154615401ED5AF2C8CEE8A8859864AE2969B753A44DB769CFB553FB5C85B08B9F6A4E496E524DEA5E240193C54264790E2107FDEA41133287BA936AF5DA38155AEB5548C6CB71D3B9A1C92576093E85C7F22D6DF13639E4FAB1AE6AE9D6476DA30A4F4A74F72F33167624D566618E6B09CD49E86918D881AD2100908334C46309C678A7BCF8E073555E424F35A4549EE4BB22E1BA0071CD5792E19BBF1555E42A84D2A3064DC7AD6AA9A5A90E5D086677790AF4153283B4669BF2BBE71D2A4C62B57D8CD6F72187733924F39AB2FC1E4E4D430AE5CFA54FE592DE83D4D362110F735567D49FCDDB111B07EB4FBC90451614F278ACDC538C6EEEC252B2B23A11771AC0121FE200B37763FE153C6C0C4A491C8AC7438007B569AB615411DAAD221B256940E82986527E946DCF6A70403AF34C923EB4FDA08E714A54518E8680102FA0A5C1FA5392478FEE395FA54A6F6E08C349B87FB4A0FF4A008300534D2E49A4C734C05A38A50BDB229DB462900DDBEF4B8C77A36D2EDF6A006707BF3524304931DB146CE475DA338A6E39E953C134B0311148543751D8D0039F4CB95D84C2C067A719A924B792284978DD07A90454E9773918DF8CF71C551BD791E7883C8E54B80416348760B09A38B4E9598FCC656FCB8A92DA20F686628A44A772E476E9FCEAAC51178268A34242B03D7B9FF00F5568DB0D9A6DBC5DD102B7B1CD0325B620DA4208C7CBCFE74CB7B479A05DD33F96492106318C9A6DB0B87B702308157E504839EB572D219618511981DBDFF001CD48124D30B5B7691B961F7413D4D73ED23162D8CE4E49357350BA334DB06362703DFDEAA6411FE156B44210371C8A696E72052927B1A693C6483CD310BBB1CD216FC2907B519C1E9DA8005209E4D2B360530FF004A438EFC1A40395C1237702AF5B6002566DA318E14E4FE39ACE53CF26ADC726C4FF58A29A02D2FFC7875254CA7AFD6A90199650075C7F2AB8A4FF6645E85C9FE754C92269307040069318C82EBCA9626648CAA3AB1C20CE0119AD8FB6470E62247C876FF009FC2B0DAEE62725CE7E82A168E5B8264F30E7382338CD634DD9B474565A267447528FD4534EA71FA8AE60D8DD13FF1F03F5ACE79650C54BB7071D6B7B9CC76C7558F3D4534EAB1FA8AE27CD93FBEDF9D4815D9436F3C8CD3B81D8FF6B27A8A8E5BC5BB01036083BAB934055D7249191FCEB7837A52B816B60231B8E48E0E6B3F4D924B986469243B95F03E98A98BB7AD317099DA00CF270280247CAFF1E7F1A6163EA7F3A6919A5E6800CFB9FCE928228A40348149814EA4A603703D29A47B53CD26290156E90940554961E82AAC511C30923393EA2B4C8A69514005AC81235462063EEE3F9629B73282F806AB4E7129E40FA75A6A9F95988C818AB4C9B1725E62E0FD6AB9C638A52CCE807007A7AD3B68A521A22CFE14548C808E94C2847B8A91898A4C71D29460F7A534C06629314FA4C500331CD5CD3A047977CADB517A7B9AAD8ADFD3ED524D1D411F3125AA64EC812BB254DB3C5EF8FCEAB79296E2466E33CF34D895E162A7A547783CC0A0F2D9E2B2342ADC485A39263FC5C0ACBEF5A5A8FC88918E82B3475AD61B132168C0A5A31564098A465C0A5E8691A801B8E29A45494840A40463EF53C8C9A4C60E69C412383400F514EC003AD220E29F8AA02A4E3E6A8C54D7039CD422A46251538854753FAD3846BD00CFD05005702A58D0F5C5594B791BEEC4DF8F1528B29BF8B62FD4D4B9456EC766CA65189A4F24FAD680B303EF4DFF007C8A70B6B75EBBDBEA6A5D5894A9C8CF10A8EF4A234EC093F4AD20B0AFDD897F1A779847DD007D0543ADD915EC9F56505B791BEEC4DF962A416531EA157EA6AD1918F73499CD4BAB229524422C147DF987E029E2D6DD7A966A7519A87393EA572450A23817EEC43F1A52C31C2A81EC298CEABD4E2919D557713C52D58EC9128738EB46EA85240C323A5462E099B663028E56C7748B39A46703AD54B891C4802F4A74C7745B41F98D350173F627DF9191D2A359C3B9507A5448DE4C587EF4B146013203D6AB95217331F2CED19031C7AD4A1B726477AAAB209642AE3A54936768DA7A7A50E3D013EA3E22DC834A595FE5CF34D573B467AD376FCFB81A56D477D09B2557D69032B0C9A61348381C51CA17246718A60734869334EC2B91DC2EEF98540B193D6ADFDEA8E5575E57A55C65D0125BB25B68036493D052100134B67C6F321E8381EF4DFAD1ADCD2A38F2A490BC51914714640A0C43268E4D26F149E65003B146DA8CC9485CD3B315D12E052D41B8FAD1BC0EAD47285CB1C53491EB50F983DCD26F24E150934F944E44C5C7D6909CF26AB3CAE870460D44D339EF4D449E61D236E90D27A53169FDAAC81CA849A738C1029AB215E94E5C9C93D4D301F0DB99D8E3B54E34C27AB559D3902C458F73570B2F6A00CE5D2D7B9A9574E8876ABA1862973480AEB6512FF08A956045E8A29F9A5CD1601046A3A0A705028A5A602E2969B9A33C520258E3323600ABD15B851EFEB54ADEED62F9594A9F522AEADCA119CF1F4AF3713566DDBA1D94A114AE49E5E28DA69A2653D1853C482B859D161361A36E4E295A4C2D5737B6F1F0F22834455F6116361146D355FF00B4ED7FE7A8A51A95AFFCF55ABF652EC175DCB183E94A178A85751B63D255FCEA55BCB66FE35FCE8F66C42806A5860695C28E29126B76FE25FCEAD43B01DCADCFB1AB8D3D751365BB780469865527D6A6C27F717F2A80487FBD4A1CFAD762E548C5A64C028E8052EE3EB50EF346FAA524B61589F79F5A37B7AD43BA8DF4F9C5626DE7D68DE7D6A1DD48D205192714F9C2C4FE61F5A6B4B8EA6AA895A4FB838F5A9563EEC734B9DBD876B0EF359BEEFE74AA858FCED4A314B4FD444AAAAA3814EA83346FC55268562634C91D635CB1FF00EBD42D7048C20C9F53D2A94D731C24B3BEE7A1C921A8DC74913DCC85DFF769E9DEA196F2DECD76C2A19BD6A85D6A124D900E17D2B3E4939E4D724AA2BFBA6CA3DCB5737B24E72EC48F4AA6F281D4D4324D8E95559CB1EB52A3296AC1B489E4B803A557694B1EB4D66E2A3C9AE88C1221C876EEB4C3C9A3BD47249B0E056A95CCDBB0E93002E7A669A186FF006DD4C00B2924F7E94F1196638F5AD6D6336EE2C7D703DEA70BF35352209C934FDDD4D43D4A5B0F401071433051CF5A8B79ED4C638058F6E68B05CA77B26E9B1D96A0CD0C4B127B9E69074AD92326EE695AA6F9501FAFE15AA1466ABD843E542ACDCB3807E82B4E08A3122B7DA634239C9527148022B09E55CA80ABEAC6A4B2D38CF2489233215C6081C1156CCF6EBF3BB5BCCDEA015350CBAC4806D8A3441EBD69D98159A182195E2B86915949195008C5466283B5C71EE869B7170F72DBA4209F618A848C51610E915411B5F70F5C629878A3F1A31CD300CD28A001DC538004F4A402608A066A40093C034A14E7BD003338140FAD3B1F5FCA9C91B13C8E053015210792696EE068E08A45CAA97201F5E2B6ACADAC55433C8AEDFEDF1FA55C74B1298668C81D0336452D40E6620F81FBC34CB93B0A13F33738CFD2B52EA1B3591441300EC70179C7E759BA84455A25DCA4B120007D8D2B77192E9C01D2DA63F7A576CFE07029D0CB14713C6776FDE4E029349A6F1A518F3931B907F1E7FAD5FB08C7D9F381CBB7F3A4316CE4FF0046886C230BD0F14DD46ECC51796BF79FF4156DF6451348C301464D739713196677C9393D4D3420DC7A6290B06EDF90A6EECF5A180CF3CE3D0D310A48EC314873D2A40E817EE67B734CDC06080334C0693C019A318E714ACCC5B271433679EB400D381D7BD349E734FE0AD2632718A00589048E03305F7AD47D1E38ED84A652C36939C601AA569065B906BA79211168930C10442C486E79C75A00C13C6996E2A8EECDCC83FD9157E518D3E000FA71F85500A45C963C02A286329B75A96D0651FF00DEFE82A26EA7EB52DA7F1FD47F2AE687C47555F809F6F3D6B9CBB5DB75281FDF3FCEBA3271581A80DB7B2FFBD9AE9390AB572219B74FC7F9D40E84206CF5AB16DCC1F4634008C3827D056D71DAB259783F4AD38DB3121F551FCA900E2290AD2E7DE90134005251CD2D002628C51450025252D250014D34EA4A0069A434EA4A00A1763137E1445930381D734FBD07703C63150C0FC3A9E87154264C876A6D1D2A7C5429D47D6AC512144652629F81498A9288CA03DA9A411EF531029314010F068C548CA3B7151E7070698098ADDD3EEA16B74841DA546306B1322807D2A5AB8D686BDC4A9E691BBF2A83CE42F9EA45676F20E724D48B70918C9426A394BBDC6EA32067005525A7CB279D21723AF6A6818E95A45591127761450692A8902690D06907BD201690D1DA90D0021A91395A889A7C273914012A74A7D33705E49A3CE5A60457038AAE07156E521D0E2ABA8E290CD755853EEC2BF8D3FCD23EE803E82A2CD19AE3773AAC90F3231EAC69334CCD2E695877173453734668B087668CD3734668B0C76699E67CF8C71466AB4DBB7F0D81EB5518DC96EC4D71232AE13A9A646597EFBE49A8B3F29E7342B067014127B9AD1474B11CDA83950E49C96353ED124637741432AEDE07342FCAB8349BD06977088F045051532E39348BF2D2939E29751F423B7767625B934815BCFDDDAA640076A1BAD3BEA2B0C993CC18E94F41B576D28E94B4BC87D6E3020539C734E341EB49400B484D21A2801734669B45002E6940CD2A2163D29F22345C30C1A5718DE1693CCED8E2A3279A141278A760B96EE2D96DE18E5CFCEE338F4AA5B89AB1772B795B98E70302B37CF35704DA2272D4B393413EA6AA9949A69726AF948E62D1751DE98655155F71A4CD3E51731399FD0521949EF50D14EC85764BBF3D4D3848A3B66A0A2988B42E31D00A55B9C1E0554A2802CB48AE492066ABB7DEA39A5DA4F6A00415229A66D23B5033E94013AA0CE695BA814C4591B85526ADDBE9D7329CF96DF9520268A60A814741532CB9A9E1D12E48C95C7D6AC0D1EE17F8451702A2B9C54809AB434CB803EE521B19D7AC668BA020A515218245EA8DF9534FCA70460D301294526EA33400EA9AD63F36603155F35A5A5A8DDB8FA54B2A2B534974CF3E379428290819F735A763E5A5A98668D3631EA476A7E9E11B4A903C982589229E2C9A5642AC0A0C66B9DDEFB1AE9ADCAE744B2B86730C2027F789C735CD9B02D7C90453B29738EB902BB1B90D105891982B1230BDEB96D3AD26B8D5DA3DE410C72C0FDD02A7963CD668A8A76BDCA5AA192C61951DB73A719F5AE4DA762C49E49EF5D4F8AC794CF1824E0E33EB5C9375355878A57689ACDE8AE49E79F4A3ED1ED515277AEA302C8B903B1A952F5476AA34B8F41401A6B7E9F4AB70EA81471263F1AC3D8D8E948548EB4683BB3AA875473F7663F9D5C8F539C7FCB4CFEB5C482474269EB34ABF75D87E349C62F743539773BC4D565FE20A7F4A9D3564FE3423E9CD7049A85CA7490FE3561358B85FBDB5BF0A874A0CB55647789A8DBBFF00CB4C1F7E2AC09908C86047D6B824D681FF005910FC0D4906A52497A8232423718ACA746CAE9971AB7766768D769B82A1DC7DA9DE5873B9CE7DAB2E19A1B588497120527A669E359B43FF002D1BFEF835CB1E692BB46EEC8D852146053C35642EAB6A7FE5B81F5E2A55D46DCF49D3F3ABBBEC4D91A5BA8DD5496F23238753F8D29BC8C024B0C0F7A7CC2E52D3CA10649FFEBD412CF81994ED1FDDAA32EA700F9F20B76E7A565DC6A51924B4ABF9D44AA35A245287734AE751661B63E05664B3724B364D5197518CF0AD9FA0A845D2B9C720FBD47B3A92D643E68AD1169E7CF02ABBCA73D6A367A8D72ED8AD230484D9264BF4A690075355EEEF7CA1E543D475359ED2BB1C9639AE88536F5319544B43558D37355AD652DF231FA55A084F6A6E3612771BC934D31169338E31530001F5A334D3B03571044003EF4E0A1475A696C5349268D58B4438BFA5379EF4504D3016A2BACADB939EB4AD20154EE26323633C0AA4B525BD08A81D28EF4BDAB4333AEB79A55B683CC8558796BB77276C538CF037DEB65CFAAB115561B9916DA35F31B01060139ED522DDCB9043007D945201D2491918484A93FED6698549E88781CD34CAC5B71639EB9A6F98C493B9B3400E66C60ED031ED4D67DE7A01F4A6FCCDEA69EB19C0245002003BD057DE9FB7DB9A420FA1A004E7D2946EF5A39A70273C74A00048C29FE613DE987A608A550A548E73DB9A77025501C72E07D41A55CA1DA3904F5A6C6840C75AB96D6C648E6909C2C68C7F1C1C5004B18056964036D52452547CCDC8F5A4743FDE6FCEA6C3B8D99824F1393D1C1A65C306B8848607E7AAF70A5590E493B877F7A95B0D7506F1C893FC680B92DACBE52DC2796CDB9C1F94671C568D8CAC21C18C8F989191EA6A2D1FE61703FE9A03FA5692A28FA521943549D96144230189CE2B24053C9078ABBA84A25B93C7CABC7E355860D58991E1067DE82108E09A9703B605230007614088B0980734AC1738073F852ED181EFC520F94F4E4500201C632314A23071861D293682589C537690DC0FC2801EB1EE3DF153A407200524FA53508241E3F1ABF6606F008C7D68113E9B60D237CC1957382715ABAA80BA4DC81C6222295A49D65DB0DB2B47C7EF0BE3F2155756F3C69370642838030BDC120534050B7B4335AC6D8CA8E6AE5958899E54919963F9372AE3E6EBDEA3D3EE043611C38DC557AD5BB3B901E6DE42A8457C9EDC91FE14AC071FA944B0DFDC46830AB2B003DB359EF7335BC9FB990A6719C5696AD2A4DA8DCC919CA34848F7ACAB85CB8FA561B543AE5FC32FD84F7D7848F39768EA5901ACED66331EA3206209C29C8180781DABA2D3EDBECF028E3A6781589E221FF131CFAC6BFE15BA394A2E336A323057183EA0D4967FEA987A37F4A6B05FB2E48E4AAF3F434B65D1C7D0D0058C55DB70CD6F1E14FDD1F8D54C62ACDB5EAC702465795E339F7A009CA311F77148508EBD6A50EAEA1831E698DD3AD160230BEF460D0401DE8DCA3BD3B00878EB499A5322E3AD465D7D6900FC7BD27E34D0F9A378EF400B8A31F5A42C3D4505C7AD00040A303D690B0F5A6961EA2802ADF3AA9504542872B94F5C1A7DE8CB2B755E87DAAB24862DDB48ED8A6265C8C3075DC463356B8ACF8EE89914C9823D71570383D287A8224E28E29B9A5CFB5218714607A52F1FE452669008452151E94FCFB5267D8D004463F4FCA9A78EB5367D8D2119EA2981162A39CE23C7735298C8FBBF954130240CF041A0084714B4514C406929683400DA1A9686E9400DA69A7534D2010D2C3C494D26961FF582802DC7079AF96FBA2AD9B684A7DDA8ADC3B3EC071C54E616F2FEF9DFE952D9718DCCDBA83C9395E950A74AB73337CC8FD6A98E38A6852469668CD373466B96C740EA334DCD19A2C03B3499A6E68DC29D807668CD466403BD37CD07A53E515D12E6A291039E49A5CE68A1680F500AAAB8038A1405E8314514C42E68CD25140C5A2928A007038A4273D29296810A3763B52E0F73F9502968189EC28A5C521A4020EBCD29F6A4A4A002945253945302CC5B631B89A86573231269A5A9A5AA52186D03AD38301D2A3268DD55626E36F9BF70A3D4D50AB57EDF32AFA0AA95B455918C9DD8514B40527B550828A916176E8A6A74B099BF871401528AD48F4873F7AA56D3E1807EF1B9F4A00C70A4F414F581CF635A988D7EE47F9D210CDEDF4A00A22D1FBF15225B20FBC6AD8889EB4F110F4A40551120FBA99FAD3BC927B0156C4552A40CDC2A93F85005116C0F51562082256CBA647A568C3A65C48788C81EF57A1D10FF00CB47FC051702A5BCD6B1E00B7AD282EA37E1626FC054A963696E32FB7F134D9351B587E541BB1FDD14016E33B8676914FC63938158F26B121E2340B5066F2EDBF8DBF95033665BC821EAEB9F4154A5D5C0CF96993EA6A28B4899F99085ABB0E8F0A60B92E695C0CB7BEB99CE17BF651491E9F7539CECC67B9AE89208A3184403F0A579228465D828F7A35032A0D131832B93EC2AC3E976A8B9231F8D24DAB0276DB46646F5C71558DB5FDE9CCA4AA9EC68021B982CC304858B377C741522C6C83F74D8E2A39EDC594A109DCC464D3E39D48F4AF3F11566A5689D7461171BB25866BB8401BB2076AD6B2D64C7C4D1B63DAB24480F7A787AC638A9C773574E2CD0D635759A2FDC1653DBB1ACDD1AFDED6572114B1FE2635212AC3902986DD1959B68E2B58E2DDEED10E92B68626BF2B5CEF909C92D5CE3039AEB2EECF72108383DAB165B199189D99ADE8568B4CCAAD36665277AB525B49B892A454661607A1AEA524CE771688A9E8C14F34A22E4EEE290A1078E698126E53DE91D860F7A8F69F4A5DA3677DDE94C432945294603247149400B49450052016B57458419CC8DC2A0EBFCEB2D4735BF69179568917F1CCC01FA77ACAB3D2CBA9AD35ADFB1B16D6E2565B99972CFF701E8AB5AC22FDCA98A30D960A582F4359D1DC054504F0381F4ABF6171E7CA912676A6589F5269F2F2AB21EFAB2F25B24CC4BA292DFEC8AB6D61641033C11E081FC229B1C89189011F75715259179DD9DD708B80A3DEA746C4D68432E99A7C31799241114073CAF6AE7B5CB6B292F215B28C2A8425F6F726BA0D779B60A18F1D8572B0484BB3FE545A37764095ED72AC9611E1BF75F77AFE94A9A5C65EEC14005BA75C7F1569076305C06E84893F104547A81D8B78ABC7992124FF2A6AF6D515251BD93399D9B588E38A1C174207551BA9B960C4014F756EBD38A136F72A4A2B623CE466993CDE44071F7DB814A3A552B97F32723B2F02A631BB14A56445EE693AD29EB49D2BA0E71F09DAE0D6A823682CD9F61590BF7AB4E352C808159CCB80A5B3274C2814BBBD052855079E69EA5474150591ED3D4E6929F239EE7F015033FA5310F2CABD79A8649727D2A2925E6ABBC849C55A892E44924BE9508A4CD28AAB103C74A9ED611349B5890319AAE0648AB56ADB198FAF14C0D652AA00F418A7EF154D2422A5439396E940138CB1F6A7671D314D52587029CA0F4A00916418E4734F12034D58C119E94E0805201E0F3C5283498C0A39A602E7FD9A303D29031CE7BD05B9E7393EB40061076FD28053D290B8C6073498E68192DBA3DC5C2C517DE3DCF61EB5BE96E82DFC84C9054A93EFDEAA68907971B5C103321C0FA0FFEBD533238B89B6BB01E63743EE6A40D41A542140DEE31E98A8AE2C230985CE7D49AAA2EAE00FF005CFC7BD579EEAE181CCAC453D02C437767206192B80C0F27AF349A8B2A9575509B64CF1DAA9977372373B1CE3A9CF7156B5342A4B1FEF81FAD263B16747961CCEA8DB9495C60FD6B4A598456EEFC80ABF976A72C11C6E55540E78C532FC634EB8E3F87FA8A480C36E5892793D698132721A9C4F031DE90803D6AC914C67D7F5A429EA690B71D28DD93E94009B580EB4618F269C4FAD21CD0026D3EF4AAB9EA48348334E5CF22802D5ADB193A95E9C64D6C59D918E54DED9C82D91C818ED9AE7B27AE48A05C4C9C248E3E8C69E8076A0903A7E55475B71FD93375E4A8E9FED0AE71350BB1C8B9907FC0AA29AEE7988124AEE0F50C734F4034D2E3C98D4ED0D918E6ABCBA802C70300A9046320F20D2DCF10A11FE78ACD94FCFC0E714AE04370C1A662A3009E955CEDF306E40DC77A91F39E460D46C09707EB5CDF6CEA7AD32C25CB46B85CA8F66359FA94CD348AEC4938C649AB5B723D0D53BD5C05AE8B9CA3012D64783F2B607D3AD165F7D87A8A8848444C9EA41A92CD8ACA7DD7140177B55593FD61C1AB05D79CF6EB487601920629011ABCB1A0E4E3EB486793FBC7F3A95F1E536076AA05CD302D099BFBE68F309EE6AA8269431F5A00B7BFDE8DD55831C52863EB4016C39F5A76FE2A9EF6F5A702E6802DABE0F3D2A4045520CD9A991CE3934016734A2A20C4D3C1A402B22B0C30CFD6A236B1918DA066A606973CD005336283B9FCEA5542BDCD4FD4D2628023E6973ED4EDB46DA004CD2D1B6931CD0019A322822908A005A4E28A28010D4530F90D4A6A29BEE5302A52538D34D31086939A3BD28A004CD213914E2334D2368A004A434514806134E87FD60A611CD4B6E3325005D4254E6A732ED1B98FCD55F914E8C069D0B1F941CD2B5CB52E523991E43BB69FAE2A9B0E4D6DDF6A614797100077C0AC921252589C1342B7413BBD596334858541973D4814840EE49ACB94D79898CA077A6F9B9E809A66540C81402CDEC29F2A17331DB9CFA0A423BB31A4DADEBC52E077340869283A0C9A70391D28007614AC2801E3A0A5CD20E94B525094A2929690C751494B400D3D68A514500252D0052D2180A7E78A6D28A43168229683400DC5369C6940E68B802C648CD21E062ACB4AA220A8BF53555BAD09DC1E834D349A534D3EB56912D899CD39065C0A6724D4D027CFCF5F414C92ADC26F998934D5847735A0964F2C84221635AB69A093869CE3D856A8C998096E18E154935A56BA5CAF825020F7AE8A1D3E0807C8807BD24D756F6E0E4827D050052874E551D3F1A7C9F67B61F3919F4155AE351965C84F917DAA9905892C49FAD004D3DE3B9C4436AFEB553616396C9353A44CC70AA4FD2AE43A5DC4BCECDA3DE8033825382738C66B761D100E657CFB0ABC967696E33B547B9A00E722B4964FB91B1FC2AFC3A2CAD832305F6AD29350B58780C09F45154A6D6589C44807B9A02C598B49B78F97F9BEB5299ACEDB8CA023B0AC9692F6E8F1BC83E9D2A68B4799C6642168D034269B5950711267DCD559350BB9BEE923D9456943A4DBA0CBFCC7DEA6696D2D4754523B503D4C78EC6F2E3E660467BB1AB90E8AA3995C9F61537F69990E2DE1673EB8E2A558EEE5E6590463D17AD2005B3B4831955CFBD588CA91845C0A48ED9139032DEADCD48AAC3EF11F85002E291A4541EA7D05389503922AACD7F6D0939604FA0E68B00E737328C460463D5B93512E9D193BEE58CADFED1E2AA4BACBB1C4317E75104BFBC3F36E0A7D7814EC069B5CDA5A8C02808ECB5525D61989582227DCD10E90B9CCCE4FB0ABA91DB5AAE4055F73401CFDE4939944930219AA0F38679E0D5CD6AE639A54313671C1ACF1267AF35C15A3EF33AE93F74B0261EB522CA7B31AA4597FBB4A0A1E8C4560E06B72FACCC0FDECD5882EF6E4374359637767A5DD20F4353C9663B9ACF2C4FF00778A8CAA9F4ACEF39C755A517247504543A6D8EE8BCD02375506A27B185BAC62ABB5EED5C82734D5D45F1935AC30F524AF16672A908BB31EFA5C2DD88A81F4753D1BF4AB3FDA247DE514F8F518DC676D69ECF111D89E7A4CCD6D1DFB11519D2661D315B6B7903750453D67B76380D439E223BA0E5A6F639E6D327C7DDC8A8CE9D28FF9667F2AEA7F747F8A90AC7FDF0692C4D55D03D8C4E4DACA41D633418182E36575A210DD0A9A635BA8EA16ABEB73EB117B08F739BB4B4F9C33827078503AD6C5BC170D70B2BC4362A90A99E79EF5A504308E4919A9D7CA078719FAD4BAB524F9922D42315629343C0061718F4357ACAE62B38597ECF2972C1B771DAA51E591F7853B087BD5FB6A9D89E48826AD12125A1979FF0066AE41E21B644C18A6FF00BE2A9ED4F5A3647EA292AD34EF61B845AB06ABAE4335B3470452EE61C92BD2B1239D510021BF015AEE6051CE2AACD731AFDC551EF4FEB128EE90BD92646BA844216430C8770C640F71FE154F53D54DC452471DBB29770C49F4F4A6DD5D16FE2ACF771DB9AD238894BA12E94515CF9B9ECB48CAC472E6A46249E98FAD34FE75A29C993CA90CDAC2327A003A9ACD1D093DEAFDCBE216FCAA81FBB5AD3BF532A834D19E29579EF4DE84D68663D7EF5698276000E0015989F7855FF338A8917124078A69931D2A179401C9A85E627DA9288DC899E4C75355DE627DAA266269956910D8E2D9A43D6928A620A514A118F414E313AF51400A86AC40011DEA08E1663ED57E38C2818A0074608EB561031A234CE3033569217C7DC6FCA95C06203D3153AA8F4A5119039069C2800E9D0528CD3BB629314C62E699D694AE7BD376B03C1A005E40CE4E7EB4D38239CE6908269013D78E3D6810B850382685DCEEAAA4E49005349C8CD696876C25BAF35BA43CFD49E94981BF0C690C69127DD4014573AEFB65972ADFEB18F1F5AE9380456085CDC5C13D3CC71F8E69219079E0766FCAA29671B480ADF955B2B50483A53B05CC8999BCC0D82391FCEB53556CC5271DEA95E26E0AA3A935A37EF13238DD92DDFD293408DB0AB9C8E2A1D4481A7CFCF5007EA2A38A52F1AF1D5467F2A8B545FF00896C84678606843324329EF9FC29DF2803D6AA107236E79F4A71271C93F4AA11333E7A5048C7239A800EE1BA53B273D73DE81126571D39143118E99A85B393939A0924018E940132B2FA5279CA0D420E339C521232011DE802CEF47E81B1EA69E20F3070FDBB0A8E25E0127BF435A16899030B91920E077A008E2D28B9E5C8F7DA714CBCD3CDA042C4E770E0FBF3FD2BAB81236817080657078C564F889507D942AE18B9E7D401D29D848CDB80420C9AA32801D0D68DDF0ABE95424859DD7008EF525146E0E1F9F4A843FEF1719C568C918EE05313ECF1B62680C80FA363159B8D9DCD14DB5CA883E53CE707DEA95FA1555E41E7B56DACB638C0B6C7D573FD69AEDA7B0E6DF23D36628F683F652398A921CF9830706B5AE45815212CC83D886C56540079EA0F4CD5C65733941C77256473FC54DFDE05C678AB2621DA9A63A6495CB4810AF6A8B61F4AB7B411D28DBEC29815BCB34796D56D57D40A91514FF0D2029046A7053E957846BE9418971D28029853E94E0871D2AD0887714E118F4A00ACA95205F6A9760EC2940E28022030707A54828DB9A503D79A00052F7A5FC31462801692979A29805253A93F0A4003A73451450027E8682052F39A5E280198A314EC51806801845413FDDAB58AAD75D00A680A869869C6986988053A9A29D4000A6C94E14C7E5A8012929D4869011B75AB1683A9A81BAD5BB45F933EB40131A8DB815291460503336424B51575A056EA299F66140116D24D2ED1DCD28CE72683D6B3340EDC0A33EF41E7DE81C7A0A401FAD28F6C52647AD00FA0C500380C50D4D2DEA690658F038A2C0494B9A4C1A3148A1734A2931452016928A280169D9E29B4A290C5A514829738A43168A616A6EE34582E4D9A5A83269431A7CA172514A7814C57F5A5639A9B0C4C92686A4E94D66CD5585710D271F5A50A4D3D5053BD89B5C62A93EC2AE5A3F9049503246324544AB8E4D3F81512772D2B1A31CA557319DA68FB6DC83FEB2AAC3711C6ADBF278E00A70904ABB80C55D36EF626A2D2E4EF793C836B487150119EB4670297DEB73016355DC371C0EF57EDDB4F43F3AB31F7ACF1466803A28EF2CA35CAED5FC2A29759897FD52163EFC5618347140EE6849AADD4C76C785CFA522595EDD1CB138F5635495CA9CA9C1F6AB097D3A0E243C5006843A27432C9F80ABB1D8DA41CED19F56AC71AA5CE31B87E555E4B89653F3B934AC2D0E824BFB5806030FA0AA92EB39E218F27DEB1E3DA5C7984EDF6AD7B5B8B0880DA986F52281FA11A8D42F4F24A2FE556A0D2A143BA673237A5585BCB661FEB05432EAB6F10F932E7DA8B06A5D8D510611001EC29ECEAA32C40FAD614DAC4CFC46020AA725C4B31CBBB1FC69D80DE9B52B78B8DDB8FA0AA526AF2B9C44807EA6B322432C8B18EAC715D05AD9C76E830016F53405CCF105F5D72C5803EBC558834851CCCF9F615A0588EE2B3AF350955BCB85393FC54845E482DADC70AAB8EE6A19B53B7872036E3E82B2192EA76F9F71A61B4901C628D00B536AF2BE7CB50A2A84D2CB364BB927DE9E6DE41D7029151149DEE3E94C0A44310D9390298AD575DADC03805D8FE559F202AA4D61521736A72B6849B85283596FE6839563482E6653CD47B2EC5FB546B86C77A77983D6B2BEDCC3A8A72DFA9EA2A5D1652AB1350494BE69ACF5BC8FD6A45B98CFF0010A8749F6294D772D17CB0040E69EC1429240C0AA7E6A961F30A90CC0A952DC7AD74525689854DC5C090038E31CD3A28D70A14919CD46B95C1CE40A9118A85E9C64D6D7321D242C380F814D5578E550A793EB4A9231FBFD69B236255C544DBE565412E64CB61E6F4069C2590754AAC24F7A5F34FAD79FCA76DCB3F6861FC0D4BF6AF50D5584CDEB4EF38D2E51DC9FED4A077A72DD27723F1AADE6FA81479ABDD451CA172F0B98F1D568372BD88FCEA8F991F74146623FC26988BC6E7E5E09FFBEA986E4E3EF37E754C8888E01A6911FAB5161965E6CFF137E755A4987A9FCEA3609EAD50B6C1D8D38C109B1CF328F4CD42662DC0A6B15CF02985BD2BA231464E4C937374142A36E249E296261DEA42CA0735A58CCA578E0ED8C71DCD54278A92E1B75C31F4E2A36AD92B2316F5248D018FDC9A8D861B07AD5A823F9A3E7AF350DC7370E7DE810910E727B53E493B0A83762909268B0EE399F3EF4DC9340A5C531087A5369ED40527802801B8A9E0819FB11562D6C8C9866E2ADBBA4002AF27BD202A989631D7E6A4552E464F4A791BD8BB75357ACEC4CD92D9503DBAD00578A0271818CF7AD1B6B08F20CAC4FE1C55EB6B2401720903DA9D7B70823F262EBFC468DC07AFD9AD5032A0FC05226AA3CCE62F93EBCD6690C46327F3A74504B238441963D29E880E8E17499030C153505D69E92FCD1615BD3B54B6369F6688296DCE7A9AB0ECB1A1672001DCD4FA0CE75C794C51F861D452061525DC827B8694F7E3F0AAF9C1F6AA026E290AE7A530BF5C0A40E4FD2801C41F4A6F967AF06977F346FC5021A63270302B7F4588C5644B0C191C9FC3A7F4AC50E5995570589000F735D346A2285631D10629318A49C71D7DEB1A685FED536C618F309C7BE6B58B71C75AC99CB2DF4D9EEC0FE8290C916DE575DC178350C90392AA14FA926A712B01C31C7D6AA4A5F39DC4E3B669DC56285EA84283764E79AD25D22D430DD083F539AC6B86C9191835D832A38E4F5A97A8102428800030071516AA48B228B8C37073E956846B91D081F9D66EB8581846C3850DF3763D29A199230A41C74A4F9483C7EB4AAC36EEC138EB4871918C7A9A6489F2E0727341504F5C9C75A0EDDBC1A5078C607E06980D29952C09E3D6933807DFB668DE32076348C40FBA38F5A005528C064F3D6A58D149049CE7A8AAEC5463039A542720AE3A50074561610BA87795485FE11FD6B6A0B78A040B1A8E3A1EF5C9DB3481BE4939001E4E39ADFD3EE662FB2639041C71DE9E8234EB0FC447371649FEF9FE55B75CFEBED9D4ED97FBB167F363FE14C115AE0F29CE00AB5A622BEA1183CA98E4C8FCAA95D1C01B4D5AD21CFF006A40A0F58E4CFD303FAD48D95BC5023B59A148A355DE9B891F5C560AB96C1F7AE83C66BFE916ADFF004CD87FE3D5CE45D4FE15153636A6B62CA9A0E39A45A18F15C3D4EE2097A556FB3807760D5993BD421DBA66BAA91C988E848323B1A5393DA9AA1D8F1DEA5585891C924D6E730DB78E3F34F9DBC29E46DC53A510F9FB220E1719F988CD5A5B1E14231773F7919082B43D898EE15A447098C12AA7340AE54D829C178A90AFCC7AE3DC60D26290C40297146281D7AD00146296973400DC518A70E7B529000A006518A71C5277A004A314EE3D68C500369714B8A314009452E2803DE801B9C52D2E28C734009483F2A7526314005146296801A2AADD9F9AAD018354AE8E6434D015CD30D38D34D31094A28A4A0078A61E5A973C5250014114B486802371CD5FB75C462A9119602AFAC6C8A31F95201E45263142B82707834FC5218CA4A976D34A50052DD4DCFA0A003D8629761EE6A0D04C9EE7149C1EC4D382A8ED4EC8A2E2B0CDAC7D05288FD49A7668CD2B8EC0140ED4B49499A063F3499A4A2900ECD2E734C14A28014D028345218B466933484D160B8BBA9A5B1D4D4524C1781C9AAECECC79356A24B9161A751D39A61B93E950525572A23999604F522CA0D54A01A7CA839997C353C35528E4C1E6AC86DC3359B896A44AD42AE69A0D2EE3DAA6C59200282C0544493498A560B92197D29A598D0053828A7A20D588AA4D5E880118155D00156470A2AA1B933D10ECD19A69E9462B53217268CD28140A00074A767149F8D28028010E734A3346297A5001CFE14A28EB466800EB4B8C74A4CD233002801D9F5A335199474A4F328025DC0534C8074A88B9ED4C3926802759995B729C11538BFB8EF2B62A90F5ED4A7A668035E3D5D9170B1E4FA935149AB48C7EE203EB8ACCC9C53BAD302DB5FDC31FBF8FA0A8BED331393237E751138E946714807B48EDF7989FC69BD6909A5009F7A004A4750CB835620B39A73F229C7A9AD183488D0833B6EF61480E7FEC8CED84C9CD47796B25A05332E0374AEB269ACAD463E5040EC326B0F59BD5BE8846AB80BD09EB4B9477662E626EB49E5213906ABBA9538348188EF458772D1814F434C36EC3A1A844AC3BD385C30A2CC2E8779520E94379A0F7A5172734EFB403D68D434105CCCBC64D4897D203D293CE43D7146633E945C2C38EA0F9E4538DF862A48E9516C8CD1E4C67A1343698D5D1696F50FAD3C5DC67F8AA90817070D486D8F66159F240BE791A22E50FF10A78994F4615926DDC74A5F2A50BD0D4FB28F71FB57D8D6F301EF4EDE3D6B17F78A79245026907F11A5EC7CC7EDBC8DADD4A1AB1FED12850771A517928EF4BD8B295646BEEA42D546DEE9DF21C63DEA7F3322A1D36996A69EA48CD50B1A0B5465AAA3125B026905349A426B548CDB24DE17A0A6BCE4026A32D55E57CFCA2A944972133B9893D4D2375A0507AD68645A2E3C98D80C15EFEA6AB64924D2E70B83DA93B50034F5A4A0D00500394669E169D142C7B7157EDAC0B10CDD295C0CFF2999BA55DB48028DEE381579D0420064EBD302993DBBAA8771B54F206680239AE09C08810B51842C72DD6A40BBB03B0E95A76BA5BBA867E3238145EC052B5B4F339270076AD7B7864DC094CAFAE7A55B86C55146E355EFA5541E442723BD0804B9BBC0F2E238F522A981CD0A39CD3D10B300A0927B5318221760AA324F415AF6164F03977DBC8C6076A96C6CC5BAEE6E64239F6AB82A404DB80493D3BD63EA3729348021255475EC6A6D4EF723C985F8FE223BFB565F3DEAB601D806A361824014EA42C71400D236F079CD37705F4E69FCB0A6301E99A0434B7276B0A6839EE4D39947F771F4A40AC3A0A065FD1E0F36F0395F962F98FD7B56F02492307154F478D63B4F95D59DDB7363B7A0ABC4EDA9018CADD77363D0563DE33FF00684C063A8FE42B60BB91F22866EC09C55092C2E26BB69DD5220D8E3767A0C50052DD30181B6AB4D24C09C91CFB568CB0B4470DF98AA922924E7A7B53B05CC9B82DBB939AEC837C8A719C81FCAB92B941903A738AE9E11FBB4218FDD1FCA901697AF41593E2150AB1360E482339E2B481C77CD64788DF8B752081F31CFBF1C534063EF23F0A5DFB9718FCA9A36B74CE68C1E0E47A5310FDC78CD2AE09E0E3D7351E393C8C5264E723914012050ADD334AC410401C75C1A37054EDCF55A66EE738C0A0069518EB52C4C10107BF423B521DDC0C7068600E00FC7DE802EDBDCDB871E6EEDA0F38EB5B767A9D846A006604F722B9650BC7514F1197C12053B858EE62B886650D148AC0F4C1AC0D6DB76B200C1DB12FF53552CD2E72C96CBBC9C638FBA7D6A7BD673AD4BE610CEAAAAC47A8514C1104C49C707A55DD0893AA63007EE1B3C75E462AA5CFDE5E7B54DA23635987AFCD1C83F407FA548317C643E7B43FEC3FF315CCA7DE35D378C8E7EC8369E03FCDD8F4AE6631F31FA56750DA9F42C2F4A1A917A529048E0135C5D4EE2093A1AAC5B07156E446C7DD3F955630927273CD74D2672D7D89637238079F4ADDD3ACC330594A1723386071FA7435936510121908FB80B56C5A2DC473E1300B3F95CFAE01ADD1CA6DDB42A8C186C518ECEC40FCE8BC8BCD0012A73D3838A82D1E578CA968D51D770183F2EDC55924A4088A43610C8320924649E6A84737750286CA1049207CA2A09A1F24E1B1F5ABD75195126141DA81C8F5CF03F98AA570B27EF16460DF30E47B8C83F43FCE81901DBFDEA438F51491059132473DEA4F2D476A90222C3B1A038CD49B17D052EC5EC28019E62505D719C1A76D51D8526474028018644F7A4F317B66A40809C91CD1B17D050045BD7D68122F626A528BE949B1474028019E60F5A3CD14FDA01CE3146D19E9400CF357D6944ABEB4E0A3D29768F4A006798BEB4798BEB4EC0F4A5E28022F393D68F35719CD48541346D1E9400CF357FC8A6F9CB9EF52F1E946050047E6A9E954266CB935A2D80A4E2B32439634D00C34D34E34DA620A4A5A43400500E4521E94887934807D14514C0742BBA61C568F6E9556C972C4D5DC5260881D377F0D30974E809156F14DC0A432059B3DB9A7EF27B50F103D060D376B8E28B014E8A4A5ACCD42928A2810B45183460D001451B4D1B4D0014B460D25002D028A290C514A4D36826800278AAD2CD9E17A7AD24B2EE381D2A2AD1448720A2968AA2428A28A004A296908A002AC42D55EA488E1A931A2D8E69D8A45A766B266A18A28A2801C29734CCD28A561DC9A1F99AAD0155EDC77AB19CD6B1564673771714669693BD5102F5A4C52D03AD0026DF7A705E68A0E7B500296005377814C6534C2187514C095A51D0530BFBD47824F00D2F94FE948076E3DA90E690A381D2902BFA500387B9A7647A53023E7914057F4340126475E94D26936B9ED4156079A005CE38A526900E3A528424F34006697A53D20766E055D834EDDCC8C001D714019FC93C0E6AD5BE9F7138CAA617D4D695B2D9C2C5B68E38CB734F9B5648F88806FC280228B46541BA67E29D31B5B55C2A0ACFB9BF9676CBB71E83A55632E4F34580D26D4762058D40AA735E4F28F9A5C7B0E2AB3BF150BBD0039F1C92E49AAD248A3EEF27DE92490D576634011CB97393516DA94934C3400CC5253CD250036968A2800A33451400BB8FAD1BDBD6928A007091BD69C266A8E928B05C984ED4F1726ABD14AC87765A17231C8A709A33D8553A2972A1F332F798847414B95EC16A8862297CC34B947CC5DCFBD287F7AA3E61A42EDEB47207397CB8F5A6171EB54F71F5A4C9F5A39039CB4D281DE9866150668CD5589E663CC84D3692814C43852F714945002F534E6E0522E3141E4E2801A066A7B784C9205A48E3CD6AE9FA73CA165276AFEB480B16B6181F30CD6945001DAA48A2C0031D2967992D94349C67A7BD00417722DBA7405CFDD06B22579257CB1C9A9A694CF21773C9FD288917209C50059B1B207E797249E83B8ADDB740A80638F5A6DA2C2630CAC3A7E556C05F5140CA17974B0864424B91CFB5657279ABB7D6AEB70CE06E563C62922D3659392CA83F3A2E0555524803249ED5B5A7DA2C2BBDF0643FA5496D67140A30017EEC6A4768ADE32C4851D7EB46E04C2A96A775E5C6228CFCEDD48EC2ABCFA9B118886DF73541A4666C9E49A76023762BFC2587B5351CB67E42BF5A79F7A3228109CFD29C011DC52678A2818EC67B8A69404F6A334A31400D65207038A44037A2938C9C1C9EDDE9D9AD1D26D9595A7991595C0D808CF1EB480D0B758A2B6DD00F900247BD456F7D049F3338C9F5AB408202E368E9C573502E63183486748B242CFB9245FCE9D2CA9F2FCEA31EF58918C8C11CFAD24CC51460641229DD017AEAEA14954330C36791CE2A906B69DE40AE7E403A77CE7FC2A93EE6C96A34F1969DBB6E03F434AE0477AB13308A20433B05DEC7A66B7618CA46AA4E7000CD624AB8BBB6C9EB221FD456F7DD2401D0E290122AE71CD53D7210D60B216E636C81EB9E2AC32C8C38200F619354F5B7C58C4B9C36FC818EA29A03040C0CF1D695F9CEDE9D3149B54B742294A95385CE3D7D2A89136A85079CD21EA08E06682599B24F3EB4A7939EDEB400EE73F3F3480063C1E690B92D82303DA8046E04F031D6801D9CF3934A083D074EB4C04171D71DF9E82914138EB93D6801ECDCE14F4A7C4E4AE3AE29151883F2F5F6A9A3B6900E178EB4016A2F9A30A5CA83DFA53518BDECAD92493D7D7814F8629401853F4350DA83E6C9B70304D3044D70A7781839C74AB3A42326AD6B95C1DB2FE5B6AA4E4871CF3EB5774B62DAB5A1241389071FEED2063BC62B982D0FF00B4E3F415CAA8F98FD2BB4D59A3B90239A2DDE5B1C678AC3BC4416CFB540C0A53573484ADA1058DEC56F849200C7AEF0013FAD5C6BFB4739DCE83DD3FC2B148271838A9076AE6E6496C74F2BB9A6D796C320CAC71D30A6ABCB7D6E060AB37D56AA1351BD4A92EC538166D192E659020110007DE38CE4F3FA0AD6B78EE3CD8D800DFBC7724303D7A7F2AC7D2A6921B891A29522254025C0208CF4E6B7E0B8B87C11F607FC00FE46BAE1AA38A6AD224B382EC2A7EE8F0850F3C8AB4B6F77884B28051195F24739A743F6C3C84B551ECF81D2A72B7BB4E65814F1FC79AA20C5B9B59A32A580C6C643CF6E71FD0FE1597344E576E47DCF2C91E99C83F856F5D9B9E77DDDA8E3B62B1A7673C7DAC1FF7067F90A06548E158D9DA4251304E71D4FA0A1B2AD822A39A224E5BCD7F76E07EB4177551E69F9546D51EDE9480792280C3B53B03A5204A4037AF7E294003A52EDA31DFAD000471E9494A3E94A063AD301A718A4E334F3CF6A4C0A006F1494EC0ED46280128A31452003498CD2E68CD3013141A526929009DA96814530229CE22359A7AD6AB004104715135BC4DFC38FA508199A4536B41ECD4FDD6350B5938E841A622A8A1AA66B7917F84FE1513290390680194D5FBE69D9A6FF1D2024A0D18A4EF4C0BF66B88B3EB5673515BAE2215277A4C10B4518A4228185262971452032F14B8A3346EA834176D2E00A664D26690121229375328A603F751BA99DE96900FCE68C0A6804D2E08140C5C5277A4DC697814080D569E5CFCA29F3498181D4D56AA8A25B0A5C514A012702AC912942B1E82A45555FBDC9AB31ED55DC7AF6140150C6C3B534822AD93BA403F3A25404D0053A29EE9B4D328010D393AD21142FDEA00BA9D053E989F7453EB266A828A05148029CA3269B56218F27F9D3482E588D76A8A771DA90281CD3AB5320E68008EF46697340000296928A005CD1494B400518A3A51F5A602F145252D0014525281EF48028A5029680100A50BB8E319352C56F2CC7E4426B5B4CB42AC5A48C023B9A00CAFB24A064C647E14D31B28E54D74B73756F6FF00EB1816F4EB58B7F7DF68F96350A9F4E4D1A814C3B0180702812381C31A4DC8BD4D0648D47192698084D3481433331E0714801EF480632F3C1A695C54A4714D6A0089B8150B8AB0C334D65F6A40536426A231F3578A9A698F34014592A32957DD00078A8190E2802A15A61AB6212DDA9A6DE9815704D183564C2474A4309A00AF834B8A97CA349E59A008E929E528DB400CA29DB68DB400DA29D8A4C50025253B1462801B4B462971400DA5A31462800A4A7628C500369697146280128A785A51193400CCD19A94439A7A5A926802B827B55886163CB5588ED953B64D5854F6A404023C55C86F268942ABE147415195C0E9481334C0BABA94E3F8B9FA5473DD4B73B7CC6CE3A546913B9C28C9A021079145C05502A75076E540A8D50939ED52A9551C9A00BD6173E439127DD3D78AD78EEAD9FA38FA1AE73CE03B534CE49DA80E4D033A99278517E675AAB26A7146311A6E3EA78AE7C99B1966C0A66C909E5F9346806A4FA8CD273BB6FD38AACD745F92C5BDCD5530B81F31FC734822933C1E3E945C09C4C7BD4825C9A8A2B512E774BB48ED8A6342C8C46FE3D7145C0B78CAEECF14DDDDF3C5570930F955FA7AD2ED988C1DA680270EA475A5561EA2A998A404E41A6B7980F39CD022F6EFA519F5AA68E471D09E84D4A9396E1B140C9986E1C363E957E1BF75C2ED8A30A00E17AD56B1913277C6AF9E064D5D7FB1632C8548EC2900EFB7670CB70A8C3B79671599148880EE20724FD6AC6D85C80879ECB8AA174A0C8A3D09A0668ACA08CA9CD23FCC8C33F4AA9043DF26AC366351839CF1CD20B95A593627CC71C73562C2268A390C831E610D8F6C5635F9625F27B5747B70140FEE8FCA90142E80DF07B327FE855BEFB30729C5605D7DF8C8EC47E8D5BE5F2C4800824F7A6011C8A4E02B2E3D4551D7264FB334276EF21580239C67B55F8CB7F163F2AC1D6A5DFA83281FEAC05A6846793EBDA95B23201047B51B372E7047A9A39193D4669884C9C00075A6B70A3E6E3BD2F45C707DE9F90DC3FA74A006EDC8241EBD2A448491F32E4F61417DB819523D0558B63CE47F0F3CD301A96A5D949C0E3193DEA558238CAB36E3EA00E9D7FF00AD515DAB452ACF148C1490429E993486E641B86E1C0A046E691676D7B13C803031B9420FD33FD6B5974EB75000427EA6B3BC284B437BBB9266524FD5056ED01622582351B55428F615C65A1E5DB1C124FEB5DB48DB2276FEEA13FA570F66D88C0E4E68E8345A211D86E0703AE2AEE9620875280AC4EF23EE542CFC2F193DBD2991C2042991F786735774E853EDF11270CA1B68F7FF00F5502284D239C973CE4E7EB9ACEBA7CC4E3DAAD5CCC9BE42A300BB103F1354666DE8DF43448A5B947D3E94E5F7A67614AA4E727BD70B573BEF61E6A37A79E7DA98F508B63F4FB95B4BB3232EE0576E338EF5B31EAF627EF4183EBF29FE62B9B73B4E4D305C419C3022BB69BD0E1AA9731D945ABE9600CC58FF00B66B531D774C008098E3FE792D71224B63FC4D4FDD6C06599EB4B99E9D8E96E35BB2C9F2D1CE7FD95159D36B2AD9DA87DB2C6B29A5B55E849A84DC444E114F3EF45C0B92EA32303B5517DC0A8ED81B89F7484B6DE79AAB1C8269D62FBBB8E33D6B52DA1F213683B89E49A42273827BD149CE28C62800A4E9D28E71463DA8013F1A297F0A4E6800A0D1CD267DC50006819A339E94983400B487DE8E697EA050025252D273EB4005029A41F5A3A0A005CD2D267DE8ED400B49F8529A4A002929690D20020531D1594E40A7D21E940188EB87201EF4DE41C9A9AE80131C5404134C1926F1EB4E4C17155F6D4F680198034C4CD64C6D14B919A00E29290C5CD1499A0D201690D1CD2134C0CCA29294293D0566586692A4119EFC53846A295D0ECC8BAD38231A9785A69900A5763B0822F534F0A83DEA232FA534C84D166C2E9139602A267DD51E49A514D44571C29AEFB5734BD2AB4AFB9BD8552426C693939340A4A5AB205032702AC2C785E39350E0AAE71C9A921939C1A008CA156E6ACC433CD2B2861420DAA6800886E94FB54857268850A46CE78DDD28470B2E48DD8E829010CF1F1556B425264CB37535418618D3011BA50BD683D285EB401713EE8A7E4546A78A7567634B8B9A4A0027A54B1A64E1793EBE94581B15131EEC7A0F4AB71808B8EFDE9B1C6107BFAD3EAD2B10D8ECD19A4A298870A29A0D2E69885CD2E69B9A5A062D14DE6969085A33494503173CD1934014B4000CD28A9A1B6967FB8848F5AB29A7CD1B0775040E681115AD94D727E45C2FA9AD7B6D2A188664F9DBF4A8E3D4A08C6DDBB4FA0AA975AAC8EC5623B53F5A0763465BBB7B305472DE82A8DC6AD2C836C4360F5EF596D36492C49269A1D8F45340133B966258924FAD46589381CD279458E59BF014E014714011F97B8E4D394003A5499C51BB83C5003723A51F4A5E0FD69303A50026290A8A5619231DA9391C91C50034AFB526DF5A90900546CC718A4023546DC7005296269304D3190B649E690213D2AC79791CD37681D290861000C5376D49B734BB680212A290A7B54DB690F1401018FD698D09356783410050052F279E68F2B3D055B2A3B9A4D83B1A00ABE5534C556CA81D690EDED40157CAF4A4F28D5BE00E051B07714014CA629A578AB850134D3129A00A9B7346CABA90065257B537CAE7A50054119A3CB3E9577CBC76A0C59A6052D868086AF791C7148B093480A823A7088D5C108029C23C1E45005658B3DAA458874C5580A33D29719A00892103B54823C74A972B41191C5003554E3029DB71D39349D0E29EA7AFAD0022804739A72A2E4D0318E38A507D3AD004AA9819538A705F5A856461D6A557C900530192F5DAA319A046493D80FCCD3E48F78CF4A4DCF18C1C9CF7140C540A08016A40319271502CA03F51EF520915C6D39A403A303B0383DCD28EA7904D22300319C81DE80E19B20E314C07A03B79A154AE6937E48C6314BE60E79CE290C40A4723A9EB4EC73935119B8E98A42E723DE9D809013BB24E3DA84209CA918A89DF03B6693383DF268B01313F365B23D39A6B125B82318F4A8C6F90940A4FD29C524C67CB6C0F6A00408AEBD083ED42469BC0909551C923D3DA85648D81723E99AB705A49763746A110F00B771DE862669592D9A4EA82168E52B91BFB8ABC218BA05523A7355AD74D4870F23B49263018F61ED56BCA504E09E7B66A740105AC278F2901E9D2B9AD41238EE58C6C0AEE200F415D337C884AF5C7193DEB09B4BE194C9B9948EBDA8D8065BE36629F3F217D334F4B39A35E003F4A8EE52454C1520D3B818B7A73E61F635D27F74FFB35872DABCEE470A0F526B4D2E224501A45CA8C1E7AF1486417780A3D98FF003ADC0F927246735CDDE5DC580A1B2739ADC8F71208E94016D4E5811DAB9CD4D765ECBF78E4E7247F9E2BA14439CEDE6A95E1BC47631448D1FAE013408C00E70573C51B895201C8EF52B89773B988A86EA76E053154860B8AA1080E08E32290F0DC03B8D3B80BEDDB34D2E33C0EF400801C8C9EB53C4CCB2ED128EC73D4544181C86E0FAE2915409320FB714C0D28E54932AEA08078CF7A73DB47E513B72C085207AD4102E5C8E42918FAD5B90FEE0E1D410B9C7AD324D5F0CEC55BC440C08742CAC318257FFAD5AF2411C8FB9D72718EB587E1791A59AF99FEF1F289FF00BE48FE95BF9A0657BE6F2F4DB923F8616FE55C85A0023AEAB5A6DBA3DD9CFF00CB3C7E640AE5AD87C9C503253330E371E3A0A7C1752A5C4732315640C738CF6A81CFCE722A19A428AC40C654AF14AE31A6567392402493F99A57C6C3F367B53131E5AFAE297AAE0B629312290E314FA69EB8F7A5AE296E7A31D853D2A36181521A8DAA514CAD30C823DAB3DBAD68CDD2B39FAD75D3D8E2ADF1094E323101589207419A6D15A188123B0A4A5A4A0092DCE278CFFB42BA0500F193F9D738A70C0FA1AE855C71400FC63B9FCE9D9C2E3351E7340603A5002E307A9FCE8E7D4D2A9DC71903EA683C719A004CD2669D83D69B4006EC7A9A4241E714B8F4A6107D680172051BBDE98437AD34A9E280242DEF4D0C69A3E946EC5004A0D04E3E94C0D4B90460D003A9334D070707A76A5A005040A293345003A8CD1494001A292973400114D638049A5350DC36C858FB520465CCFBA463EF4800C5479CB1A729A6818114FB63898534D221C3834C46D0E8314B4C8DB7203ED4FA43128CD21A4A0075260521A2802900A3B529602A02E4D309359729A737627328A6194D47453E542E6638B1349CD2528A620A5A4A5A0029452506818C95F031DCD414E90E5E9B548862D3D065A994F076AF14C0B180CB8A819369E2951CFE75611450022676807AD3C72714D738E94C5639CD202D4ADC2A0E8B516428CD2678A85F2F28527029813E77F4AA72FF00AC35770235DABF9D5293EF9A0069E94275A0F4A58FEF500595A7E3B93814D5E066A48504A72C78F4A94AE55C115A4384185EE6ADC68235C0A418500018A5CD5244DC7E697351834B4C07E68CD3734B9E6801D9C50292806900ECD19A4A5A042D14678A0734C62D3864F415634FB65B89C2B9381CD6F45690C5F7107D6908E792DA693EEC671576D34D7CEF9800076357EFEE0DAC6ACAA0E6B12E756B970572003E940EC684FA988774702AF1C645674DA84921C3487E82A982D21E5BAD4CB1AA0E05017137331E063DCD02327EF1A9474A43D2801A155790334EDC7141EB8A5E8280101EF4A3914A071483B5000334BDE948000A31D2801BC629067AD3F19A6FF0D00281EB41E9499CD29E868011C64640A88FD6959CF4ED4C1CB60D0001734A06DF734EA280219158F7A8FCA6CF5AB38A43480622EDEA734EC734A7E94D6CE7834C04638A4254F5A7119EB48AA3D29011903A8A0293CD4B81475E0D0033CB527914BE5AFA52B70453BF1A008CA8EB8A61404F4A948A5028020D8A3B52ED1DAA6239A30050041B40EA0D2ED069D237149172D8340008C83ED4E11822A6500A9A31CE28023294CF2CE38AB0C31814EC0DA38A0641B30B4D0B53375A6AAF279A004E071DE839E8054A00C53189CFD6810DC003269D8520734C6195CE6902E6801DB54FD28FA5395714E54009340118E72714A066A42A339149D4E2980C1914E0781498E7AD1B78EBED400F269C981DE98147229A4633CD00592E077A42C4A6720541B8E3EB52C6038E6801A0464648C9A8F6306246454AC769C28C53D5B24714015C6F5E338F6C5286756E715393F38040A718D5B922802BEF61C2AD01BFE999FCEAD0451DB914D28A7B74A00837E1F21327DA82FC7284106A42DB4E001CD479C9C50318657DBC28FC6937CA707001A7F622917AFE1405C5496E54129294FF00745359A6718795C8F735246992724E319A0C78C9CD3BB11258590B9BB44C1DBD58FB0AEA5500E36E2A8F87D02D9BB00371908CFE02B5B1C66A0646D9D876F071C6699089003E6B29F4C54AFED4D5F4A006CD210555467B9ACBB8626FA53D33838FC05683E773BE7BE3159774E5AF5DBA6401F97140CB00F4E4D45374C9A723703DE9931A00A33F73505AC114F31590296C80AA7BF06A59385F5E6A2D3C7FC4C6DCFAC80500685BD822302D0A29F515A4916DA68FBB4BB880692404EBBBD2A0BBB8F28A6720B670179C9A7C4ED221218A9071C5125A25D6C123302A71B94E0D508C696FE662CBB9957A63355D4AFDDE80D17D10B7BC9A25624231009EB51202D9E718A621E634C100D466253C8348A4B1E4D3A242F2EC2DC75CE28018205249CE69C91ED6ED532C4BE6153CE0E2AC1823504E334D2109165D02EE0483C7B0A9DA305705B807D39AACD3A441B11F419FBDFF00D6A8CEA2C180118FC4E6AAC1635F4C9BFB3DE5623CCF342E727918CFF8D59935B91490B127B124D51D1645BFBA9D668C055456001E8738AB9A958451DB9923C820E3079A05B14752D626B8B39207540AF81C0E460E6AADB7118A86E13F74CC4F470B53DB8FDD8A4D957090E49FE755AE7E6400039CFF004AB07EF1A889FDEC7FEF7F422A4644BF7450462940C281ED4A067AD0229B77FAD2D23F0C7EB4A2B8A7B9E843614F4A8DA9E698D528B6579FEE9AA0EA7D2AFCDCA9FA5511C57553D8E2ADB91918A054CCA0E41E71D0D435A9889451450003AD6F42330A1F5515823AD6F599CDA464FA5003F69A02919E3352AFA52530232314AA09E7AFB53C91B7A5341A4021639E29C1863A734E0E48E403F5A43863D31400C2C69A371A958003814DEF4011B6E5EA2937738A793934C2A298086931DE8C7348411DE9085C8C51BC54741E281936411481B0719A8B7114E1C8A00973413518638A51F5A007668CD25213400EA334C248A506801D9AA9A83E22C7AD59ACED458EE02930452CF34EA653D7A5301C0F149DE8145311A768D9887B54F9AA7624E08AB79A4C1062928A4340C5E68A6D19A00FFFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',22,10,'2013-04-08',0,'2013-04-07 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (25,'Hors menu','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,'2013-04-17',2,'2013-04-16 22:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (34,'Titres des cadres','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',25,1,'2013-12-19',3,'2013-12-18 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (67,'Cadres accueil','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',34,1,'2014-01-02',1,'2014-01-01 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (62,'PMB Services','réseau mediathèques',0xFFD8FFE1001845786966000049492A00080000000000000000000000FFEC00114475636B7900010004000000500000FFE1032B687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F7773292220786D704D4D3A496E7374616E636549443D22786D702E6969643A42343933323939304132383231314532413039334330323944384245324638342220786D704D4D3A446F63756D656E7449443D22786D702E6469643A4234393332393931413238323131453241303933433032394438424532463834223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A4234393332393845413238323131453241303933433032394438424532463834222073745265663A646F63756D656E7449443D22786D702E6469643A4234393332393846413238323131453241303933433032394438424532463834222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3EFFEE002641646F62650064C0000000010300150403060A0D00000E480000133200001B7D00002652FFDB0084000202020202020202020203020202030403020203040504040404040506050505050505060607070807070609090A0A09090C0C0C0C0C0C0C0C0C0C0C0C0C0C0C01030303050405090606090D0B090B0D0F0E0E0E0E0F0F0C0C0C0C0C0F0F0C0C0C0C0C0C0F0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0CFFC200110800C800C803011100021101031101FFC400FE0000020203010100000000000000000000020300040106070508010100010501010000000000000000000000060102040507030810000104020005030305000300000000000001110203040510203012064013142132156031222316333407110001020302070B070A070000000000000102030011042131102041511222133061718191C1D13242520540A1B16272A21460E18292233343638334B2539324152545120000040207060504020300000000000000011102213110203040411222516171A1B1326081C1D103F091E1135023425262130100020004050305010101000000000001001121314161102051718191A1B130F0C1D1E140F160FFDA000C03010002110311000001F9C27F830C8410618410464C90860C000820000824210C843030C30C30823243060104000000580090C8618C18306061861192183008000B1600A0058218C183460D18306061192101040162C50B14285803068D1A3468D1A5EC7F2D9349ADD5A47B722183000028589142850A163068E1C3870D1A6E918D36FB0E8FF389A493C1926D726010058B1224508142450D1C3870F1E3871D0E111BD9E3DAA5DD772AE8B2E0D964E281A9742C48A1024409122468E1E3C78F1E38E81078DEC91FD54358DCECF4E9F498EE08B1542A973347237EA37F8F0C8AB9981E248629433B5A91A38B03CB0581E3CDB629A4DC225A182EB5E49D3A6FE9655405851D95DE8274B660ECA100BACE61D0F8E32491D554D1E582C160B0581F57A3AFC5E8FCDA2108724E8733F576DEC01427A23E15D1210805D67349AF2A54B22167DE8818582C160D93597EDDA1F4F471AEF336966B323F1DC60717F6B4DAE8722E8735F7B6DE81A1931732EC50843CECCD673E9A72E7C8E396BDE88103079BF46BDBE9CE2BB0DA347E90843CBD8DBC83A3EB3CAAC1CFCECE4BD2A71B3E6DB4B4BBEF0A37260F0C8AFEB8FE6ECF494B791BF5B33CCBD2958AE2032C16FCABF4EF0ED8F59856442108434990E17CFF00D3237E74CF75EF597F9D99E546B4A96902EE2EAAC562B95CAE1960B0158E8D01CAED7CE72FA047BD5D621E067DBE5655DABC8ABB24665767C3D15EB66B328D6F3BE851FD325DAAAF556A2B158AE572B84582C16470BF2AA31AEF4302E7F95DF4BF1BDBF6A8166F3695E3714E935EC7CC64F0843469969F887648852F7B2B958AE572B843CB0582C960B05CB2BF5B7CDF20DF21F950E213FC1F9EBBF68FAEF2296F4582EF210868B2DD4FCFFDBE16AAAB15CAE20C8F2C0F2C160B0776E51B3FA3389EE210F8E3BA69759E9DAE0A36EE7320EB5CDE47EB617BC21F3A7658768F38D3571057106470F2C0F2C0F3EE3F95E4BB2693DA1A5EEFC7E1DFA623BB36C6CC0AA3C8C6BBD18EEC3D7D365BB1BD358DDE179331D5AEA4081041C3C70F1E6D1A7F5FBB3E5493429FB53E14FA0F4556718566F6281A97428AF457122EA4881224C0D1C3C70E3A942733EC8F9CB7FAFE7D9F16F71D36B73DC1F57DE99A3150D0B16284891220489146068D1C3869BEC5B2766846670FE8B81E96DBCBD0F5A64C98040162C509122848A146060D1A3468C06C59BCD082218300002C50A142850A166060C183068C181861192101040162C58B142C58043230318303181061192183008000000A005820908106186186104119218306010000000003043FFFDA0008010100010502E830C30C30C30C375D86186186186186186EB30C30C30C30C30C30C375186186186186186186186EA30C31452B75B9DAEF6106186186186186E827230C6A2AFEC33F0BE3C9861861861861B9D0410410618D523504A319C6EA571AE6186186186145145E2820820820831ACFF8386D29EFA23FC9186186184A2723E21F0A24B0645B4CEA1782082082082086B25F5E128A4E343A0C30C256E24523C9292452FCD9655DC10410410410431ECF6AEE3FB6637048F2AAA45337365972AAAED4514410410C7D6E7E495F8C6DE47F94D9A16E876B40B058AE15DEE57C20BDD97CD7E5538E99193766AD742445145104343AEC5D9E5E269B5985CB93858B991CEF1EC8C49556C6E8D934AEBC147E1649629F3AC89F911765613CACDB48E2AAAC6A8C051451441084E75CB43E4D56C139B65A78E59B2CB9C29C2A65D8B8F904A2C2D7116981ED40ED441451451451041058248D6F956CB5E987E55A6CC2BB2BB63C32B69AEC24864ECB6B1DAE870F59894AD52AC942134BF4F877199A8CAC61451451451451041043F71688C84C694152DD944AE8D9E759A1F0DC3D770F2E56F1EF1ED8F62726CB4D5E525909D5351451451441041041042B8CAC9E8F4D5EAA8E1E7992956AAA4FEBD4EDD2DE5DD6AFE6D2EE28A28A288208208208786EB52CB38F9967FCEDD43E919C7B8C1F21BB14C5CEC4CD8F1F22C4F879EA28A2F0410410410435189F075BC37FB6869B5B8C93B26E38ACA4E8FAD7B5DCE311F2BDC40FF63B1363BDCBDAC13F6514517820820821A8A3E56CB85F7D38D4EFF7567906C2A8F645C71C714561631193828A2F2A08229E210F737A6C76783AAA3C83C972FC86DA2A48238E38E38E38E2F0517A3E3FB5A34F9DB1FF00D0F3AD2EB333617575A4071C71C71C71C71FABD911071C71C71C71C71FA8E38E38E38E38E38E38E3F55C71C71C71C71C71C71FACE38E38E38E38E38FD0FFDA0008010200010502FD596D9EDC7173BBFD46CA7FC4C2CAEFF4FB25FEC115971AEF763E97649FD9C30ADEC9F2AAB166C69812DB9F97910DBC4A72616F4F671E28AC55274E395B08D45D913B79111CC2A3DA4E96557EE57C717ECE19F9FCA88E626276118F3DB9B4D44B7D8A87FA1C62ADC62D822A493369F6E7C31BED36191ED4392AA25618D8895918F36D332CC5AF2365917F2E3E5DB42D1BAAF223382C1628EB5270CAC38DC2EB0FC6A89AC218104235091E79C5249B3D44B1D79B133D6A31A9492A49209F2AA1151463B461BA4A8E66E8EBB4BF53915128AC78D58B6DA4ABAB1CD7ECACC9B2DEE49119CA051BAC8ACC4DCD37F59624A945170AA2755344763BB9DFC349FF006F7381DC9C9AFDBCE82BB23647AB2924536FB59664F878ED5DD9089F4DA6AD6A5E4D56C171E68BD5F26CEED8F1F1EC5F6E94151CCED2248BB1ECA578E932FDCABA9B1C9F9191C35F88B956D30ED4E32AD14B75544C968AA3F03030B5D1C6974F616FB58FC21059AEAB5C98B5A273B0DD4F219F6E198F8D6644B59A98E2A462DE976F853CBA68F1A844A316352245BD3B7E9DFFDA0008010300010502FD593976A5191DDEA3325F431EEEEF4F97F708AC55677C7D2E5FDDC3166D2E544729D4DF611D09F8281668A4646259474F323C5158FDF930F553B8C7C4AE8E4949229B0CCF913E95D0EE8F1AFECE1ACD672CA4914D8EC7DFE876A9EDA9ED29D8BC326BED97087DA6AF13DFB393232EBA1337613C8E782389144E55472EC7EE49C160B1475E189B09E32477A7E7624B7A5BB6BE62C9FA309BF3DD446C48622C26CE7B72F411B049A723888B21609022CC2A2293C3848B71270EBB9DC23A95D2DC2EFB70EF6E5BF11264A2B15EB555F6F1BD7E862E57772E563FB89D5C78725F275E14E6B10B233E4CDABB65D4AE2C9C272ED45E47239562099D33E7C8BB216C4E9C11D78D93EEF4B47DC4A488596F77A6AA7DAAB902C9FF005AFF00FFDA0008010202063F02F161B823A77826D195D3BBF950A16EDE54A6DAFB780834768D4D1A4ECC8EC10A26351D5DF666550A9C8CACA73B0D4F2135F2188EFF00BC02905C0E92A2133AB01BEBE76357D06A77A1555639064F9E07B70FC5553131313B24319991674AF95D16F4E009ED3568898EE2FB885BAB349F2125E1F4A234E9698FED353FF52F53F61FA4B49191A26073064E9D1034113CC5BFDC21E93FAC6E1DA5F619CC8888865F8E0DE67433CFA18FDCDF3F7AB95F16F4199B2B6539087614BDE9CDB0A8CECEDE9F8AB95DDA7CB7DB17C0DC627C2A6639BBA614E6F8A1BB01AC92A6539B7A616AF7EFE58524CC31E02157B7D0623B8C2919DA3DDBA9CAD984FF00239DD5DBD3AD19584A166EDBED76C8DDA3FB1CBC823490BC6BFFDA0008010302063F02F162843BC250873BD2DE536D79271117F21DC634BBEB98D6566476199D068D25514C7FC94ACD2A153FB3E4F22AAA632B7B7ADC0A88C8AAEA31B1BB2D902184A51A822CE63B4419CC4D385C634CAEEA214EC1B6E51A721D5529843BA6574EAA94ED96BA3842A2EDBB4E8908FF003F0F1B7FFFDA0008010101063F02F95886937ACC6D599A9B1D74E51BFE50E3BDD121C7836CD8FB15758774F93ACE75F30C0A4284D2AB0885326D17B6ACE3C994332F9861DB0EBB16FD1CB8F74B862D5C75CC6AAC1E18D74CB31DCDD6F3C9430A926E50918520DE8323C5896D822C18854A324A6D26356C693D41CFB9A1792E5701C4AA1F9ABF4EE054A3202F26364D58C0F7B70058A475C07B7A3672DD1ACCA1AF69639A717B27E91E8899A52B19DB215E616C14AD252A17A4C681EBB767164C352ACEEAFD38F37156E440BCC4BA8D646FA71FE1EA6A14CD936D09BD79C4CC0D852234C7E2AF595CA71746A594B9995947018F89F0E26A129BD83D7973C6927258A49BC1CC616E1B9092A3C51A46F38269138B589F1C7DC1E58D5A7E531207663D58D25DA4DE4EE0971B5143883A4858BC1108A5AD218AFB81B92EF06FEF639A8A6229EBBBFD97379639E1FA2799553D65885B66E9670635525477A3EE1CFAA624A12DE31745D1745DB9A5AA91FE42985DA464E0E0565E3800D4FC2387F0EA353DEEAF9E349A712E27BC933184FC55634D11D82AD6FAA2D8FF00594FF074CAFF00A5549BC676DABCF1CA0788B8575D50DBE8555BCF99E9A55AA44AECB085332D9284D1A374B049690B19889C6AA760ACE8E882A48DBB63B48BF8C6EF36D450738328D5F10A90379D5F4C229C3EFD4B8E5896CAD47D2611535C94D5D6DE126D6DBE0194EFE0AFFD297F55109A2795A8BFDBA8E43DDC553AC49AA9F755C30A69C49438832524EEC96D09D35ACC909194989A805563A3ED9CCDEA8C2CD3CF5AA9F4D9EAA2D3E794084D255AA4F8B1A70F6FE7C5DB323FBB646AFAE3BBD1BB39E24EA66963529FDBCA788620A56CCDAF0E4ECFF5156AF9840C019AE497DA173E3AE3873C69533E9773A4758708BF136A81266B26B1ED8EB74EEB494D29292805DF6D56ABCF85EAB322F1D4A56FBCE1BB92F853CE1D25B84A96A3949BF1349074542E5089375AB58CCE497FC538D66A9DCDF2950F42A3F64C7BDD30D34FD3B4D8697A6952273BA594EE942C1B42DE4698DE0667CD85CA8A87034CB4349C7157011B41345131AB48D1CD95477CF92D31FE525C57BA473E03515CFA59476476947324658D9201A7F0E6CCDBA7CAAF597E4C6AEA1B5B88D929012DCA7332CE4416FC368D14BF9EE1DA2B8858079E0D456BEBA8755DB599F27CB5FFDA0008010103013F21E350254A95F480151224A95CC102040841F4800612244952B90204081021041F4001861848912244E0102040810820839C030C30C24489122461020408108208D0D05F4357C1305C2C4C7F28817CA0C30C30C24489123020410204084104A8CBEFE7F899CD61783ADF8616E40C30C30C244891224208208208411D745F6E01B23ABD46756946AE5FAE230C30C302082089120820820820843DF2F130F7171F5597F3182F030C30DB00B9A30C17F80229FA27B6C15FB896207707CC11E010410410412B668F0307E4E241DB8F64A6758C77957030C3E3834E37D7903F12DE404C2F707D6DDDE691E2082082082625D17D91E4362F99F0242CDF0729F03DE18098CB4E2E4A3576E906E4C60E6017909047AF5EE868FD87CF14AFB23F34988FFF00423EC985100B49DC663BEBB7D4E35564C3B5E54AE5F5BBCF14C1B45C0D775AC26D3183941ABDC3460E465218E4EBD21ABA00C7EB8B5E3972E1690AED389337F3F3C0AC3E7DE63D0564C3CC3449ED2880B8F6C45B5892AE174628AEF8AFE235FBFF0013A69EB6FB013062DA1AF76D8B91C462160181CE005B52358808C08B295E574F57A3A1CCD1F0D384646CFDC7B42971C4D63687313E6341D1817E208B40EBFCA3252BA151B9F04250E5A057D100237D199280E08F97D07B90ED44160F740731E46F58E2E99B807C6C7E931C59550A7E9AD5DE5DD78251D0588AE9304FBAD566541C3695A87BC395575B0F5E1E906D531603D5F4B8BEA0000334D2A6F1FF002F52155D24085E738C5FC1D60200A12C6E64757835E04D75A77433A22F54E7E5A6FDF9433CD3A765A3BFACD636861FA60028A28FA872AD45010C199AFD5DB3DDF1C40F83BB05A1796B5833B68623A0BF77BF2926745347156FF6CE617475388B9414514514B1C0A9EA3DF2BCEDC838F3CAC4C0F43137260908EFA33218EC68EC7FBEF3263ED15DC68793904285019191F367945145C0F028A28A28A1FDD1C175715D40BDA1D1D3336230BC754AAD3DDE211A4949732DB48EC930737FEE85EF301DF49EC1ED2ACD19558385AE45A14DF489A5C5145C031451451401DF6E2391E28A3EA503594F6E73EB64767C1469000E230C281693A089E91628A28C1830628B816962705A16EEEFC45A1C576F30463FAF10C94CDE8646F9C05D79030C30C30A2C51458B060C183060CAEE6D15BA74184AAF5C0F29A55DE33BBF390741906C610E30C61CA06186186162C58B160C183060C19770B2EA50CA1CC030C30C2C58B162C583060C183082083E80030C30B162C58BC460C183061041F4001861858B162F2DC183060FD3001858B162F27FFFDA0008010203013F21FF00D6029A4B197A1EBB7FA2BEA1BF4FFBC29693DFFBFE7B81F6C5E0E433208EAD7BFF009B00FDB178ED2F96906F9405B30CBB7DB3CA7F51FE4D87AC4661D9BFD4D4CDB5F4FA783E3FBF7E28AC944F27F1B4EFFAF88BDF834F4E4454673B9B3FD43E975434EE723BEC9C5057EEFE0FCBCA8A8CE7DFF52AE7CAE3D2F1F4CE656FB17E6A1FF39FB8B5007BBDCE1EF2F059B4C31FD35E268B63860FD01B757953C3E7498B67D5FA94F355462A57D0D19FA9A7599875D0F80CFCDF2D897C1EE64CA95D21ABEDDBB4AC3FC4EA4A23ACA0E0988D9D274FDBFD9F7C9D6F6CD3EFBFDD4AB08073AB2B1C12242F93BF6DFD77E6F4ADD777E993EF094660FECEB2D8477C20BFADFB82DAB252525653E91C2CF88CDE34F1E93A25D717B7E910A08EF871CF278C3D7289E47ABFCCDCB3DA36A0D1C34606F3D1BEF05D3569BCEF8396CB66A613EE0FCBD6E5076572F1FB57D61660297159FA68A3358D0461BFEF2FA1B1E7A70BC92D0E265DBF4D76EDCAC9F93ECDB6F4A8612D64FD676F40B5E812878321D776EFB1875BE171A1BD5C3E2E59463A3DC7DBF8E5B51D6DDF6C7F92C3EAB38C7F547971F1BF27519BF0C3F27CC1843113711EA76E9F1DA5217E1E1C9E44BBD0FB3D3C7D5E90B83B30F61C449B97419FAE46EC1005071486D24CD09DBF48BC93E4FD47FE2474E5958D57C43E9F56C75DEA8F7E27C2D644B831C45F8363FB2A39AA53EAA85D43D8FE386384F6375D25D18B9F46DB37CDF6FF0034BDE0D1C6F22FA0C62DB6983D715F6945FB1FE895FF00CEFF00FFDA0008010303013F21FF00D60BAD25AD5FF4503AB857FF00B3FCEF09B7045640F79FE6387B71D9DF2D3991505B31269F0F6C5F69FCAFCAFF0011FE510796F72BE212C93AE63E7E9E17838D8B20D2F92A7F24F63F2FBC0AAADF57CFD9C8812823E16C3F2EEFB7D3B3E47B5389207F666FE0E54094111659FB3DBA1E5D979C4C8870D4F4E18B193C4D16C702B7AF77743EF4396FD8DD357C7D914AFB1D7AFC45E6174CC90E51CD01F8305175470E0D010B78FEC62FE8FE26E7D7F913F77F04C2407C3DF17DE33B5B65F38D4C939F3D2A03AE4416426FBD22267C2E5FD453388E4499CC93025532E9C6F52341C9C3044B99516DBF5314306DFAFAD7C16EB12D1031E27866CBDE87EB974B7D8CD407D60BC209DF8D559700FF00D1FDE5E823DF6FAD737E4C27A7018DAD3AEBFD825BBE4C0D97CB5FAB4671C722BE4193F62C7E60B309B095A07D4A938A816CBDB7F94D9E00DB13B22FF942F6339232B65FFED3FFDA000C03010002110311000010900894DB6C80984824924024CA24B6CB68A49008965B2496DB6D84124116DB64B6592CB2924802DB2452D96596C90132496CABDB6D96CB0D22DB2498542196596482CB6DB600A8021C6012196492C07320AD24BE092492140164C925591B2585D39010092575892D35B68BF4146F6E5B0493B6DB502E16EADB2892770B7BAC10D05B2592CA25C0FB8006D964B2DB2DA66EF8000CADB6496D976DB449000D96CB65926D972032D3D25965B66DD866192272C80D96C9E5620B25B2DB00325979965B6C96CA28304B0F364B2496DA4D204324B24B2C96D94920820996492DB6D86104920132D925B24940349FFFDA0008010103013F10E0170C9C02492483901861876478D58632E40E6053621B21B21B276F07646187942AC3C417CA17B3C801270FB63B63B63B3FC602A007C09B61B61B785979006C4CFC3974041C2DB99732F099536A6D4C1A02EB6162DD858E8215EC01887C8F4ED918B3121C376C73E1C1D9E16D70B6F92A1CF47FB5C2B155C9EA2A370AF98804411291C9213D3AE2C1580746CBA38748004C99DB1976F2259D84DA9B7CBD4788E4F2AD0D2E0B7B50F75E1979D24052445D0DE162EE52B7385E35DA9B536B83B3CC9464711C9E458DEA14D94389068C59D03B015E10878D91E4B4AAC2720C663CA5AAA7D0B608CBFB78AFE214D13D68FE60454F447BC6020EB582AE80B3C700E70653238191C0D9E2A0F3133DEF1CDCADB0E0F461555F7F82F88F1157A6E6AF621F44B5CEBCF22714AB405AAED1A28CBF046A1D7A343080D6F38608265735036562734CE1ED77E2678988E4F120F9183A58FCC783B55DFD98F2BCFF0030018AAB94BB87701498068347971A02DC00104194394394CF47D76F660B709A25F2438219BD7B07BC02E79C5ED106F8AA17F4A08F7999312DCF2F77029DCDF8963A7BDD5FB466B78981CAA8222FD10D26ED1BC2EEEE6A94CB056F634EB0983AA0051841070083A03374BAD1328631A336088A9809A2EB7B4DB95997162A5B1F1331A50A42DC5E00AD00C942988061D9319C51D66A9FE756FE2078C0EB95B5E03401352BDA34A435DEC5FCC418DDD292C10749E3ECB584B8126DFD61F091B8B5828EAAE2C300D9AC016135CD5354D134C64F7A1B53B1112E1D5BA6B4C07687F2B8DCBE72BACBB2EC04680F310780A1C218287E0EA58B31956B18ADF40CDC0004F5838DF342F465FD113A3D26300F49931030057D1E3C6450C4304744946521B8F805341D19A0102C52C62BB94C7A5B699A12E676747D788E35B5357F1470EA07DE9005C22BD98259CFDB0468AEDC5A05A4060B20308A00187052B19FA60125BBA2A95F4BB2BD87783FED2A56D7146EA06AC0728F875CD735CD735451CD31C1A8090B6C8B3A2ADF548183888A0A874A0CB996D1B73B10016A700B56A540312CC4A94CD1A1CA4B47B4144EAAAAF989595D4C1368B90DBEE1A396B859A8B3D0B33A4F2D121183A17C898898262479C71C79C5C0B28E3CA3E4AA91F0C9418C555022DED8C296ACE8D9A759C2870A4B3DEBF1F29F32F8B00430474A650E886E8582190FE79452C488A6D750CCAEB865802D98609822662479C79F096714514CAE5A0070A9B62343B01BBD7918F72656228E8D05D5876108B4701886089A8C2A8BAB04C01800EB64001E30243FCE4E40FE1829400EEEE1749697D781991479C5973802A86B6AA9D43AD285E81C6DE801CF83D543BA6B515BFCF6D35AA8AB0A00381197424738160F81D7A823DA1468CEB4E95DF020C113351F3208D3AC041E96999858AD43440298AC318AD7563C802995C47278AD045999650E22B633D2F6A7D80C5703183967850314965E14D0C4C484CA6B859DDE00B98333E2C45E18B584484144CC999C07CF5A841AC334BA8F84BC0EE904D22F1E7F4186743194544AB3D8A2A9C9D9B5A724C90A65E93BE33BBC5B7A677073F8199F42ABFDF803958CA69A851DB6BB41AE9EAD9A13601330DDB5C82C660EF000684AF85359460437F0B2EF9BBC1DEFAD5F415FD053930983B88C057049EF9DF1DF19DD9BBC0DEE1E7F27199F401D8DC9B90DD0E3D977C7883726FF002A82FD2054020837CEF9DF18774DCE70545E3943942A4106E8477CEEE077461E60A8BC7FFFDA0008010203013F10FF00D665426FBBA1E5A216168F40FC0F4EBDF31BFF003B15ACBB64F7F641A8E098582E93F0D7A98F5FF3AE840F7FE1C1F1A4B1DE658320E833F0E66DFE663AE1C4504E97E4FC79952F95028066B80798CA1F4859EAAF42CC4AC3EBF84FCA17E34F77EA235B807B524352467907758D6E61BFD3747A2AF389F1C4473844EE4017507D7915442CCBC7DDABB3CB17F49A0C0F618796DDF90F9DA680D587425D6AF81B1EEE3D264FA548974BF507AE5E7917ED581C6A01581E77AB7D991CA68D560066C0005AF43D0DFABE0C314CF3AC85B517D3BF647EBEC8E59534877FD4E1842D07B0923824C9423D93062A0E626DA1F93676E3B3DF11C16CEAFEA0FC1746E8E9CB55C1D5603CFE0B7680D31335F0343DDF686657281CD206AF9952170BC07564512CF5F03A609EA37E5B7AB506FBCDF909588DF0A51B56F6BC6D130C6EA2628C93518A0E683D5A800191C091428B159DE48FE3495B8FE6DF03E237E4F57EE6263BDA9EEAFC47C56F7DFB15EA180400068604279CF50D462238227462AA4C7AEC6A7A7C6AE3CE1416FD59F9AB9755F89842CEC1837A09881CCD131A9440F547C922543B355875044F522D1E840B4807D212998A138E0B4DF0F930D6CC6DB67F6F043667015E8F14C0D7511E4E879679AB953D3C2826428E9305355E0144BB3438C50522C2D0D36B9F0DE3822F5118F82E81BF0157EE1B479566A977A600F60DD065FD441E007521D107E62B6A77FD30FC35E0CF42D5C80C568058E3E49723DC6775AD33374830726304181A8CBB861D87572AA4E4E389F56E63AFCB502F2D8649F782388E0E3F58B6248C005AAF40889D7F4FA2BF48DA62AE25ABC4AF743EBECC3A8B125EBDE219BEA7DB4B863CA6B11F918036D0EA6398804993F56950181D0FB7AB63A7216AABB8E27A983B19445012E3843E2AF71AF6A7A22F90EA98BB17E05E4C6710DCACDE29ED1D7EAB5E5B0FBB624BBAF1B6C320FF00A1E80D2E0441001900501D8E20E713011CC4B1F112543ADFD8C3D48DDF6C43DDBEF2D61E8FE91CF970EA06E80D95863AB84CBF4DC56ADDBD7BA38BF968062ABF7D8CDC20AA280BAE9DE5AEAAE0BA02AE5A897814FA8C17F4CFB708D6EA3A1E10EF9E45B84C159AA8C06A4E5D5DC518047F9405FDD60A03562ED28C0DE174069F85B0BB5E1F32D0579755EAB6BAB047F992E62400FF00CE7FFFDA0008010303013F10FF00D665043FE1E583858F27476D9E9D7BE7FE751F52BE3FEFB4CA638E0C9E8FD9EF9F5FF3DFD01F75E06DE91B1840E790E8FDE26DFE6A9BA9F978BDC743ECF4F31E53EE4C80B5EC104009ABB7A4F5447ABC6E9F910A5859F66B035D8DBDEBE041C22340AEC8597AD34EDF4EC0E8ABCE27C3C503306CF1044E483EBC87A54C4530F7B21EC6A0253DAAC5E3DE58F82BA03909B0955C80CD659AE58753AFDC0A3AABF4A8ACEACEE627AE5E791DA7DD471B7CDE2995687ADE79158B7607200615AAD006AB1AA28ECB35741FD0A22EE7CE48BD03CCED7ACEBAED8C44699845AE6CEA7E4FE71DBEF88E14BAEA0D3E0D457AA1AF2D0014C0E3DAFC9ADD2CDC0700E7BBD5ECD0BC5B39AFA57E665C729F42E66807D4744FBDA3F3A4F44EA4503341EAD400032385E94CA37741803A619EBD604C277A3D97F3307F161E500F5B3D8F920CA0682DEA43C08F5C98AADAF75CE36E745640391F2E7A918E8EA46246E6F5BD2CEF8E166117A65D8BF88996FAEFD476823BCBE0B4BFA435303C47BCD5EBBC11CB8E762156771FC1AF9A82E091CCD04ACB5C2514DCB2B029E04D21D107E663FB864FC3D2A1A9D3AE63BE6F4B3EB1483207ABD608B95D2517E00FDF0F8FF240B1C171F47F6D37C35E521A3EF2F7DFD6E20040D23F591031597B7179BF83EF1E35BD4FC7D91436404943017EFF00B77E52A0C2C367DB0DFBC4469FAB69906077D5F1F9E4C11960F3AC620D90E2CF40EFF67BCA81F91DCCCF3C814FA9F6787CFD5EA7863DDC5E22FAF4EF1D5B9F1233634CC2469D9F919991F0FE187FD1FDC1C503625DE55AB947E9EEF271749411EFD191F9F316F9EE5FD4B57417DB85A9A23346034FDCB3FCB5494A4C21D406EE2FEBE65B95636FF3DFFE77FFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',41,1,'2013-12-27',5,'2016-03-22 16:28:54');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (68,'Cadres fixes','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',34,1,'2014-01-02',2,'2014-01-01 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (70,'Autres cadres','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',34,1,'2014-01-03',3,'2014-01-02 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (48,'Recherche simple','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',37,12,'2013-12-27',1,'2013-12-26 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (36,'Accueil','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',12,12,'2013-12-24',1,'2013-12-23 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (37,'Catalogue','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',12,1,'2013-12-24',2,'2013-12-23 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (39,'Cadres accueil','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',25,1,'2013-12-27',5,'2013-12-26 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (40,'Carrousel de notices','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',39,1,'2013-12-27',2,'2013-12-26 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (41,'Cadres fixes','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',25,1,'2013-12-27',1,'2013-12-26 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (49,'Périodiques','','','2','0000-00-00 00:00:00','0000-00-00 00:00:00',37,12,'2013-12-27',2,'2013-12-26 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (71,'Ressources numériques','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam \nnonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat \nvolutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation \nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. \nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse \nmolestie consequat, vel ill',0x47494638396164010F01F70000050A0F30BEE9642022019CDE98BECA068FCA81B4C4127AA68BA4A89FE0F32DB1DE86BFD3658A99106E585E808197CCEB6FBDDD064E65C9E6F54EB5E82DA7D14EB5DE556E6D1DABE00D3F4B5ABEE469A4D7B5CECEFFFFFF7BC8F13780A15BB4D51B99CEA5D4EE5FA4CB3F6B726091AF00ADDF99B8DD89B4DE97C3DB3EB3DE52BFE70C283106A6D464353D6EBDEF7BC5E61667812785A569B5CEBCE2F358ACDEA9CEDD5DB5DEAEC5C568A3BE4ABEE7DDF0F777939D87C5EF62B5E70099CC9CB3D85FC3EF7EB5D569AEC6B5E0F35F9BC10CAFE270C6E533666656AED53EABD299D6F00691BD274A615A819902A5DF92ADDA9FB6BE86ADD73999B872A8B6D2B2CCAFD5ED90B4CF83C4DE88C8E608162441BEE729454B849DA13D242663AECFB5CFD66B52585CAFE7AEC5D76B9BB310617188D0F22DB3E73EB5E7B3D6DD8FB1DE7FACDE1EB5E3ACC5CEABBDC63B77881DAAD478ADD756728063BEE4CCACB62E73820492D670C8F05F2A2BADE0F32797B87DAEBE72B5DE6EBDE6250F0E99ABB50B8EB7FE010200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021F904041400FF002C0000000064010F010008FF0039081C48B0A0C18308132A5CC8B0A1C38710234A9C48B1A2C58B18336A2C58060B96171D3AF01849B264C9101224601149B20316942A57BE0019B2839D9A3367CE9811C2859D9F768C081D4AB4E8503E765C287551068F84195720409043D50E55397CB2F2199AD4C5D09A1D862E5D2A07E8CD0E4B713EC063A407962157A842C08227EA4F1E216660816004280A090F3C3E50A224C490213B67A49C71B871E210841F48C672E244CE13331E04D903526BC8B12EF6E0C183252B553E35B5F2E9CC27C868D44654AF9E095AE91E21A3A51AB98AB583861E3DF670167EE28AF10762525649CC7CE7683C2142045ED9E1851D207220EC2C7395CF5508B2B716FFCD39D3CE8B052987842FDAF1634893F049C25C59D2E57C9934439EAD9E73674FB346055814526335F554545355D59D565C29F5554D62815616509F29A5165B6EC125175D76D981975E7CF9059860841986D84E8B3576D863914D56D965996DC61A6A688D251A69A6F516926AACB986076CB2E5545B68B8E1A11B6FA8FD16DC707B14775C72122CD75C62CF45375D48D661A7DD0CDC9DF6DD7AE391671E7A12A8271B7B1EBD175F7C55A4441F49333D90921239811596511DA0B0DD0B02F68955563F6965DB038725F0C01E5241000476BCC921D4A2400855A385778E35A11D346AF513966BB5758586D9ADF5D14D2F5431C4473995919771C6CD74050A28C0FF8505AB823D10C272D125309A63CE8D36C3684AE04118ACB62AC1EA157864E61179235526DC1E0B5C81451079A110C4ACC625EAD1B1578C649C612110FBC04858D81A5D748D3D37DA725544A78464D31917C4BC2F0877C50BB229F5C04EBB51E5C297678649DE0BF30DCC2751EDA9C983C1060FE1264B2355778562A7E294D3579A9E77D80332F07514A0B1017A555F980ABA9454B16E9C68062C67B0A87959456A0448FF661552C859E1D901523FD1F442AC33BD75455057884AD35B21A09AD3680BCF5413B274FA6496796F29B1EC0BDC168D425EF08E16DD73BFEEEA704A12A89B2C73789C382563873D97AED988996A76027427F0EE64DB62F1AC01EE7AFF61C3DF80032E145538AB8655108895C6728EE18927704E57A484C71E367F86267570320CF9103AE805310F215D51B09D36013814049F667605C8830BA5156F5323E95D76702C10ACB07B2548F8A340649593A34660291470773E0841792F94D1817170BDF01616E65D115919CE63A1AC47D8F31412F47759FF401953FF54C65A339501BE592C9D3044086A3E802F1FC279B447109855B1000A0F1C0BEF741E8550430DBFAA15DE04883D8F2C6001870942A2A4F2013920E18181FB1B7080900139D0250110B0810A36C84196558065C00B9054F212823D2C88827F6A1C510C06937B19EC7216CB894920A7982A80AE804F4343D97C7631A1844F29043B4C69FFACD228AA40EA6540198BCC5CD00315E420074610CE02D602AC1748055F3EC9CA4784F281EDCDA47207932179A8E73C04D2C97AD4815A0143401A2C98AF5C4234DF15CC57063D49C77D03938C5E3E32AF3EB66A7CEB73A11BCBE002FEBC8007D443D60320909AA5CCE67D857C091EDCF7A03B414A0E4A5990B07A508145B94C0513984005465901E064609480431D1E6A60423900210C3408E5045A9601ADBC4F3641205409959201E0F46051290453809C22811A08E585084B13969855121A46E986D8CBE10E973913AE4C0D88261A62118D7844B32851284C742214A548456159F1787CC8221FB668842EBAE48B340AE34C9A56BEA099D1799E5B1EEEB0C7FF468FBC9150A792231DED281983E971597D9CD71F752948F3155286899C242377E4C89C6425926CA4A4A46E66844B66F2347CD86427290804508A9294A644E5DF54C94A23C25296B4B465E372B9BE3DF0D297C06C5CCE04444C63CE6C604509CC3CE939D4CC614D3178782375C0528387F1E73310D21450E08082D1ECA5883F014D57B278B2044950351D2B57DDAC66D32C822E2C84F398504672B0E08544799FE301D478102BEAD0C56AF0D2D5F7CC479800F21591E3D38B12CA009FB584E00A42C0010EA630853190E0B18F358001C6200421C0E15A573BE4F790858720946F544949D5CED6A9CB17B8C0711FF38E0D722407D128410672F060125450D224FFE400A54A11650FC290813D840083B16519A468D94BE05854531058C04E56C7075F3AD741A9D529D61613843E1145A88734D80C5D8554A5926E6212080148C464169D26D76B2664990D80A29A40D96C2C36A04A04E500B8AB08A70CBAC29D71321B921E58A87A4A235D343B02998E0C41092439B06408338449128630C9924E191E6C35C3C04B99E5DAD71564208320E8E1C37AA82C880930051C1041B18A85031C2ADBE12BC061301D3B9EF968A6D5E841C7B33F99A8C57653B90EEC817C195C14295D56D25166C0062E20AE6FF1F082F856C5B93D2822833ADA3BC41D587746AE20264FAB53A320CE4DD6BDAEE6C67C541DE0815C3281AB7D5262B04011F1FF2A1F95830C1660AA104080654B79B3D4AEF2936D1ED9C954D1326F7E5CCE49BA4F5A6A7E2BB65C0896413A6D79BFC59AA1F578475B357830253A8C7422F3E0CC603A9AAF9A4115825059C83EB609A86E0217B8C00012E0600CB0D68315AC2059032CC0002648DABC20B0E2CAEE4103CFA2DC6AAEA0AB05B47547ABA11E51D2E912BA60C10836108A075966950CA8C0C849B67605B7A60445017A9B58616FCC7AB7642311F78370564A9789F22AC94DA59AD6C523990D06DEA4264CC03A6432BCFBC2E7224E502E0C25B29E4B06283E509096A11C72E09000B80D72D305CE934C15260E9DFD8D0B0BEF2A8F1D8E0357AA050B6B95262164AA8086CC3CF85651FF3A171BA3B313256C2D69FE4C99660CC0801DEC400F0CC879CE77A07307F83C0E400FBAD02D6081118C200EA96E82A95D5D592220F001AA712B51D82A4F2CB4AB0307B709717D626D0E42AA0732988C1C3A099CACA8D575AA61623AFF15848997D0E04AF125E0741AF5EBA62401B409B350E43D6FF2D4DBBBF8DEE1BEDFFCE6ABFC3B548114389C098E14831337E1465E78C355F0F0883F60E255A8F8FE7880713CFE84E3FA71DEC745072F912B81E4262F519BDA752EE8E465062E8F0EF6EAB8B120D0DCE638D779CD7BFE73A1FB9EE846477AAA978E83A63F3DEA1C5D6BD38EE9BCAB67DD0E5B873E0769BB28B08B9DEC3D30FB80D29EFD4CB6BD5D940342FFDC813377BAEF7428729200DE4DAB772350AF2576D25CBDEDCA5F23784431E23DBF545EE764C099B2972F111D0BA02890C217B0634415205F36004B343064A454018103528FC4791EF17269D360AE271DA8321283B5541ED1468652223C712E87717213175E98D72E7AD0542A2761E6432892810256607308A00724A0733CC77BBE17744417074467014167744727746EE0064DA00728D06D27933CD6111433832AE631136C14152964075036131930011B14063FD103A8632C7BE05C67A21B39E319FE650410102B76A614E0C15AE0761A458129562039460171062318EF1731F1C7309F5226F49759410313FB965AF5555F63C73210200384910051714440FF40446FA65E0C67032765640F884AF4F53721F353C9534019662E2B320374733778531D708402A2A3723C91002C977AADD88224400663B03EE7F260E3331A81B1007A60737E40733898733EC7003F278C40C7003CD8833BE87B45180748D8312733638EE33C6434134A10486551394C3416B383676C080192015B72400334806C5B211561811A52612946700513772FEA166C52016562B87663610430B1004BE12A45632B69A31864338D7D471EC4B454A42329A9837786E32F0A988911F4411FF0012F707A1834158E38892C9304364003A7940449304A24454A2AE064A49449C7045824512E569361B7C27A5FD33676F32E353004B09282B8920027488BE7FF921842E4016410014D500329B83FE01202F7B38B36978335B7033EB7944C19744AE90016C00040988C5439067A2003AE630732665AB6D41139717955E03E40010166917DA8F16D72A08F7B9165B1D103BBB14025B35168A19545231DB421217FC34151564439A12D12A00368803F86E18F64539887510535D01E7A0816F0113AF39168C5531EEBD83689026D36801D36E08097288EA4F4376137187AE3053C43411FF44129305B2A900193F8376357011C397994373B72E012934147844147136625056471F0320413A722A1D81C2A122513370664709C6EE000688006BE0919A7872BD1310528609436B7733C876A4CE9733F48740E40953BD80441E7734DFFB0191DA066C7734B9A3513D4429483C5513DB32C1DD0867CE064F0B32D7210922C8304412614C7C365E2211B36F02A87854EFC1741362015C7612EC9529886E9359371059B211CB7B4148A79568C69128EE92690391492F9290D56997F83999AF9809CA9529F4956A2F913A4794A19709A1BA49A11384AAF99970E279BB41918B63958B6A99BD8C39B92E19BA6029C6B339C98679CC8A99CCCD92E843171231802D2499D39589DD8999DDB6901DDE99D42079E40279EE4699EF0B41A3C8047EB693B70E54354E31EF2499F7B609FF8A99AFB89865CB953002AA051714BAA65A008BA8F5F43980C8A8177342B11CA1926C3148F463A865A1D7F01186A368D2CFF61134690A8DD5644A774890FD8037F134A2DE305D4823FD6925B15A002B3354A299002A3840443D632A18404C10542F4C53211377BE6632892316114869B3E6A25789082A2D6188BC1A74FA1074D608406C0A4E97160A7F714D1319D28800047D9AC48298C4B89A54277A5E179A53F37062E4496B3599E654023E5E92DF0829BA0B3652E7045B2615FCED38891D21DBC812F650797811276B0D231339128077440091A1D98079CAED75429A11BE03424FE49A1857AA8F197A8DF0316A2C55110F07A58A05E8193013460A9F1F580E1C8A297394A1C1676B86803A65A01A44AA90F989F9F1A4A7F734AABC5071F100661D01A05849BA44861563361B849473CFF1019CD792BA2867933C09CCD510553806A7AD0260CDAABFE981804800608B06A5C006B4EFBB4CEFA58C0D894E1E97B3F876A40470241D05E8EB20784218D875497F8F168AAE1639AD203761006A7E58D1B26651D90B27C902839D14790533435002BF8E3A3F0828A597340C291155FA6125E5138E6A7156464B0871A39E165A186441EFCD976BFA23BB2F44134A0AAAD796D9969640C994A10101957E0055EF0A9AE494A959B657FF6A247D632545101260B01353B3E0B062F32FB60B7FA1CAC7798BE89BB6A33035620AC2832253CBBB313470062C0B44F7BBCC80B6BCEBABC48297C71D09453D0478B2603F6422B58B035B0222D8B56A7E421A10BC46B28FFB000F452AFE72957FB2540BCF93F78BB12CF220348F0017F93040FF440F09B8E795632D49212E2A56E851B1E878BB8D4341363038806A315528140707167903764ADF941933A4AF4059213900240908832702C1080041CD9914930AA1F145FAA1A815751B290E7ADEDB16032DB821647BBE8B23EFBFA9BBCB21328E0016E600012A043452BBCBDB24A62D006371705401CC4423CC420A607C9BB74480C59A816BD82F1B2FBA8B7FBE389DBC22DEAC92ADF7B4588B2407DF4BDF1C561B0A2376337016770011760066B50046670066A7C6D29C0AA72702CA6A55C3A0018E0E148FDAB1AFF0BC00333C04AC330069C5C8711155958899A7BAA169BB9254BC116FF8CC11ACC91AEE9C147E6409BCB1B247C52265C2BB3ABC2FBC3C226B292A602C3C13903335CC3375CB44F11BCCF51033DFCC343DCCA415CC4479CC448BCC498C53F6EF4C4503C40059435559C2D575C2FDFBBC50BD4C532F0C526C4BA635CC6679CC66B0CB26E0CC72E20C7744C8F778CC7057BA144C527A5921281812500F945FDD25A7411024190B90F04B2A1E4401D0981A2EBC010ECB140F0800F1404F72A0344F0404990018EECC0073A1582364AA1C4B22C031C4AF5893A5A222BE79C14662E34C9A431DC1C53508444CBA033500349DA185FF33F3EAC07AE3CC46AA0062A06C42A36D22A8662268D03B2DC045EF0BDF1C96B2760BEB0120227D0A352FF0C88599C2870F011AB15686FE89FAA014C7BC02A1F90015A60066690020A90D40A000249FD4449104A3E6D30FE9A00E757CDAAD1C7019913899A34866A51C3031C7B800255D06D97C891F13CBA4860A99D69883610B27FF64044200407342F2230BF6357528F0889C033C8A6CB32EEF7B2C57272B7E22E0BDD350D2D255232256E40076E409804209547B0055B7004BB0AA4A662056800053B60054FF00470F0D11F4DD2212DC4A22DDA1A70DAA81D05A8AD014440024D200236E05F56A41525612E2850D35723034C083FA665151F0007C6018E81960168A83B80161E8B12A0A8F89015A0C66790D46FB0D42940010AF044BB3501FCEBAD3F81058B714BD1FFA5424581D56466318A2B0157D0B8E4C120DF210479EB051F0BB28EBCCF3D60AA939A890F4C4AA63ADD1420BF22302F9361AE409189BDB31A54A18509C890B3D91E6E14D808CD92B58869CF5967BBB213894D314FC10464E0068519075900001EEEE16DF02BBA3AB450C0001C1D052A06D2A28D03283EC4A56DDAA7AD62A82D0244E0014D200348E6155F741382C1A3354D1E198C1AA645150F691CC286140B0228F3CD1BBB91E35451CC57D0D61D3CAA29100017E0036FC0CCA7B928615001D91D4F2FB01870D07E61F6CDD77CA82FE0AF4AD0D5A635B8BB017D406003DF970046405C4F9403A19A65233A4AD7464A14A0C62960E04910D749E8B95448156AFF6B1307A7650F7C8DDC0AE10FE635E732711697826CE4366B23CA11400674901812F0053B77041EBE05BF32E955400033C0AC22FDD96AD0D12EFEE22FBEDAA74D04A82603A299151F404417CC2A5E4075706231A8B1142E6303BA7D4EA8B165FB9715F9B990BCF16770B007484001656CD46600DD0A60065A40014FE4C1FF3252B251348AB14846F0E5566DB80C03C058A2E66C0E5D6F3EEC735EE7B474E779EECE96F8807D3E4A7F7E06817E6D83CEDEB49B2D5791E8D7A1BAB1454A8EFE82B32BE9FA1A96FB63E9EAB2BBCC81029BDEE92802EA3527EA0040EA1938BCA9BE03ABFED1AE4EDAB05EDAB2CEDAB57EEB2AABEBC7D2EB4DF3EBCB14ECBC14E7C5FFBE7F1D80ECF2B9EC99D828CE0EEDD24EEDD5AE00D18DEDDA9E03DC7ED703AE15E04EC7E3EED3E59E153C5049E8FE34E9512735B2F4F5489147F699E205BF0FDC32D3B7417C3EBA0E3CAA8E0CAAA2EAC1BE236318A70441B061F4DA84FF52F0A404291E02E91446372438D63AAA2A98A7726233250B1001823FD18509051F0E056193AB40AAEAAC0EF2AE0EDAA03DF2235DF2B44E02C1B607D0266798E51EB0F11E6B2E2965201436C03226EB055FF4375D18E7D1761D4970D6ABCA28F12CBFC2910420C0022C40C61790D44C4DAA2DA3B9F2054C72E18D88D16D4DFF3A8DC23DF961B054BF3CFEB812DE54707C2068B1FD4B199086FF23C898BA5E93BA285AFF184AF7FEA954AE055A30DD60EF9AAD8FB67D2607D7128331FD002FFDF47C5152D7366D40E012320BE12DF85B7B2F192D2836BB9B12008122C2C029330C4A4038040D0086718654091162C8C32A3B76C0C188514D148E1D39AA011952241C35194D62D49032258E2663AE5C7951A6CC8B0E7C5E6051F240E60B9E76ECC49C694468990E3654A838732603041E2F5CF4C860A4830B174054C8F1A962C2041519B0020192416C8E0A4820404002A2C4DA3745D69C51105745051B726C5438DAA3870D1B6281E88570656208237C0C1F469C980F55C6721C3FC6E293E764CA952DD7D0214189119F760CBF10FAD8C863C747E5C830F0200416395B8FBEAE103643FF05DAB52BCC4E92220505BC732B24019E64B60B3B723ED8307C36F0958821946081FEC28E58EA7E3BF078A0B38C12EEDDB9677FB060C19E3D655487C013A2CA7AF61327229C8187CC4026560CDE37D885E196F5E8F10CA9A1068BA218090E8EF4F028A4934C222FA3201E8443251B4418A30903AED8E3262578688AC397729261269E76E2E32CCEECE821072DCEA8E0833278E00388DB2070CA0E0A26A8C0AE142648E2B60C90706CB60AB41001231B40788385225878E3820B02D02209D95C70AC371A9EFA400EBD7A9003822AE283403131C7E48334C722FBC932352DBBA20A841E90AE33A14233B3CA1CEE24EB85885EC8122CAD32F0C906B0F898EE3515FF7A9412AC1C783B0A2CD932902952A23AA0B40CE8C45B00051402D414052CCEE2018B07D69B41021D4E453533844C85EF81FF26C26F55595195C00A2630C095095D991861842D56600800282428152134D0D8618C139665D604679DFD610B0076B0A25A2B9C3D210866977DF68934BE15490D3F76200005F0AA78A839E7F0C0C33B2C1248002725662A8FB117AE282304ED5E0875DE9D6E228A264A299DCE2B3EAE78F00315D7B8C08C142AE8C10E23D6E409024A5F90E3622F0D82D333323F3ECC51C3D0A4B8E47BDD94A06339E7ACD34E3C2BD033043EE5F0730240ED10140842333014514717EDCD51EA249569E00E2CC502534D39D5F453A64425D5D454FF4F9DB5D557878855568468B515570C76E5D55760191AB658098E4D765B6E9F3521DA69ADBDD6846CD5EEF6DB34C21DB7DC73D36D4E0976DD85575E7ACBB0175F7D77EA37529EB008D8E80E0A96E3E084176EF8E18827A6D8E20E30D6F8CB193A06397491F920D964357F42E1BE2B4E84604E1BECC8B24AB16A036B021B82C8AE8C3DCA34CD3124BCF24948DAC0CA00AC0A28384A2A2364F0C20B1A1F7C29FA2B443DCF3FADD1888F5D768B9D5A5584D85B4F0C62D783356BF8B49660875B711D3B58F777C07E55B477E0C8042BB675D60A69A7CDFF59BA9DB55B0039622004708100018A087BF4D51D7665073AF27A00748C7618E85C213B032B03BE5EB2B9FF98F084431FEC416D6C702F191061487101C1C3E4E0029E4C6F32197A81725E00439EE06E30AD7341E83E463CC848C6749519181642402C34D9C144A3318E1C62631BDA28712B15900178B0C0879C01812F76305E123EE00519C800612F79501084D81C3C984D6BE64BC8105635043C2440271C8C09779A13A01A80C78ED9A941A9B2871FB3E1C73DF7F9821E9AE0AB2C14D29086748019D1F0050720200DF5639BB3B6B0852C00400F9134411AF0773FB5652B082141C00EC4A0292548848D0FE08EA8D2031E4B99273A8E399A073DA4133B4C258731098267F035A9D1F4853A49F0821A5C409B3368212E0AB01D8D80E838C729F33C65300C55740832F2ECFF418C17FBA16528750584E0E1054030A2728CC0970FD0C637B599CB041EF6230BA240091020820CC4031E7825607B673423FA56851FEDE92B3B1C524EF40C33BB1CAD908348A30C79BA0807E6E891229E33487BC0C71EF8CC000D6C68431BA0E0073F20C0A3086003FADAE0003D34CB04517896AEA2B502BBF98F59283D010AA2D0C91390440D0698C20ED86085E60C0695DF81C86A44B49DEC40802F1D08CC071DF30219F0852A3638DA4CFEB5073964E04E4999C00768C487DC1C6A51675041715EC0878191B52835E1C3EE0626953DA0203D1D10C195189343C4CC9531D55C9CA86A802EACCD000BD8CC26105F800284BC132C8F410210908084DCF0460AFFBBA14064B54001DDE8460E4238CB1065C5CF072440092FC102EE2A283DCAB4AE33A70D5E06B6029CC852200F79F8436C651BDB25D4D6B6B7BD6D6CA5902F09AC273BEA9AE844D5A84FE2A20F0D7E7000273BC984264C6104B8BAC2DAB0A506B571446D368583012C22069EEA0B0FD9F18E12E075058BDD657856B1A20820200724D0800687C2CA74C0195F23B880675A48818A9272861C20278615A86C7E2B0BA80F68158E3191DEF4A073022C5CA1942108820C6F62AE8894AFB86B1C82673F7B054F0136B093D91C61350381C3FA4EB18CDD4D051EDB5A0A4C36C097CD2C3E0DF25DCF8256B40D26ED644C8BDACE8865B54968ED6B673B5BDC16D9B6BAE5FFAD6FABA79EE0B6E7C24F3E1B7295AB36E63A17BAD2951B75B765DD6D6157BBA2ECAEABC0EB9DF1969776E89DD07ADBFBDE24C4B778C5F1497DEF9BDF1525A5BF368100802B9B8301C3CEC094C9A0F41EC860074724C267591C854D7990274F44C32FE970670E9CCD6DBA69065790830A0CC3971FE9393840A68002581C590544099896D6541795731C4EFB28BE3CB6CA6F58EB5AD80EF90F46C675AE7DB06B5E17A0007F30C2037A0B114DF9535DE93125A9EE03657D2220B9346DC2D77245026DADAD931E9929B34E328631D4C00A10592578C1C39D97380608776AAD14A47016DACDCE0E4032D3682610EA6382B52CD60C82148674283F25C1061F589E0CFF20E005A435F88158D0D403123EAABDFAE76AFA9C08B243E0A9E85553396759805F1FE793499B6E603C516315D6CB17BEC8BAB1A07E43CA551ED91440290951E266CAE06404B0F017BF01862C05400002D9E6DAE745DE75AE87ECF30CBC6008EA52B01C23C2AEA0AA078DCC3E161718703FEAB2EDB95F238178D4F6004D428F07E1521B4830428229108000478FC81DC3939D977491B1C0297035898004DA20C1084958EC5958ED6F2F503138B4A1811C442083307A81E4CE8300F32030DAE939302739F9E9771EB0D72AA8A63BE069DA4B20504DAA7669BD8FA98AA31C73308414B1961F16580784F2008360217604FDCDA8559EF2D6EA2637938500426A10FF023888400A318881AD89FC73E21BD9D7C5FF7905F8C02E89D4400938A01E2AD5D51CBE32DBB85FE002FD4E50F5273CC10A2B60020E9E85834E3A4B3C0DAAA94DC305122190C00056204044BA63410B2EF939113682728280302174119698EE92E98180E2308C0CB9B8CD0BAD201002F1808E3D881E21082384D93F548A20E8D83F08C431845900047A81BA602F78230D47698C966999B41AAEBF728139F938D4CBBF05188C92A38DE068AD944392D9DBB9DA4B01E0289507B081248801752302291032E423C222C4ADA0F3390A30829E42BB2BE010A59B3E892096E26234ADF9822FB08800B21B2B28A45EA1A42DC0816A0A0238D816CE3343F25896956080FF1F3000B7F21799808E54C2823DF002A1F880DD900224A0AA1450B90B50803B790310D002DAB0AA945B0351438A3560180A48020888B0E349810C800B29A10D3E54007FC30EB6030FA6320C1E8009E6C88E1852A20CB081277A8C31214133492BCD92191454410FCBA6167C41F332B9190CC4D90B4410C0411D4C991EFC412908C22134C261443E24CC352564C28870421E80C2E953A37CDA2C6894802BCC422D4C032ECC022FCC023014433264963334C334D4001C58C3366C174989C3E798C33A34823BA4803CDCC33EFCC31C08C441BC0D7A7C8343449E3350C40B604447CC33CA92C44B9411007B834BB4814C7C80FA831319E8C44FF42751BC8D52C491FF53149354248D554488569C8A39118A8E4BBD35F109084081745118464C823CD88D1A44922550805C3C481CA48D214A00205080D8FA4122200112F8BD5BBB2D6334466214CA25F001DCCA033B7015269B017DC198EDF09B28FC920B738FBE3A083660030618836CDB162B8803435A8138909B0609896551836A729031CC88ED830372B40203488D0D8343F1C28211A28C71420E2F4082967B922641A60930032D08003378C9002882C23C4415080045BCC4D6F900AB02819A4B0A194902057812154002F350BBD4EB00848B082CE881AAD88AD054A1C8490C8C34B741D9836251821871458F04C9155493026432D79341C8BAC55CBC809463121C3C14D60B01FF3BC88123FB4522204E29E839A2B4ADA01CCA2324BEA0FC033BA03E8B4283D5089107930875798FE2BA1A3E620328C0CA6531906DF90141CA4A02E101B41409F03C89285890922081A91B8305601738B4949CC00210EB002578813A84ABBAE0113E7B183E481110B80016781233284C3FE40D20D322E5A019DDA800173094E1310333A00B077C203BDA830ED0430E8BA03DA001E3A98D338050E4284DD37C8C20C00384480019A099D654C192991335A18A3D60B220783B96533924D9B99D5B3951A3ACB9B80234908018F983023832DD1281255537DA4ACEA27C525E83D22394D25EF3352455CE9FACD25DCB033E702BA6E3AB04984057613E261C2EF46123FF76798FFB40032820A96DB1C6BBE1814E8203345C16B3F4C69358962018036A69C387D00E4B819707688A9B9022D6E812D5532242C4A20255B9A4600103558014D082FE228F1932022159AA4CC38B24980ECB928318C202A9808E4D948183FBBC098037AEA080A4C800BA420C149503F25851CDD00BB1E08119C54F66824D8A318C2008811AC0020063B148659248F58194BB0024D98D002382154D0039A080DB2A00247C2D295852267DAD2895522DDDD26FDDB56AED566EE5B5DAF2813C80006163233E0A3726433BA7934662994A46AB822F70363DE8947CED142BD04A14B01B32F4C601C2886AD3D39A1A03F733C776B1A3E690090E89084F21AB9F9009FF08400AFE4A0215D002037D92C94A123F84A2C95854B1708C8959AFE9C8BF32F0892B5126B342C74D5C2A9AC854AB828BB898002E9155CF1BBDE1C283F5120BBDC855A1A00C5E351AD3F9D5601DD69CA300634D121648D6266156CAAAAC679580689D56DB12D7DABAD66CF5BD6D35D72DF55670DD52712D577245C2734D570958577E3236F289CE789D81792D967ABD577DD5577E65167FFD16805D16818503823509F03C58B7FC52C8FBAD8868581E78D8297A1CA0A0583BBBD88C751228A1808E55808FE58990F50A392059AC880A0840593B50599E60D948893E8C0955981D8B9945269B95D5B3C8D96EE2D90CF0595DE509A1EDD53549517DC1022460B1FFD9E3B51A3CC863AAAC2448008480801428BE3CC8C325F502DF13C2D8F201A6FDD62B05DBEAB5DE5D03810F10363EC28F0D5582A94C2074A1C23F2A960041802688824EC11F973A0194CAB2B2DC032100CF33140195D00008698929480DF47020F05046EAF92E65E289F228834C53DD523383863183560D8086A9008BE193C7FAB40C000ED889AF0F202BF65A21CDED80C82938868480D9E0030E91831C880B7A9BD414F0401415992040999DFD3C91FD59CC5926665213A3412239F0820598BC2B60500A58D694E3B51D3D267A8B122540882B9800E8FD5A6B555EADD5562725CAEBA5E22AAE006143DBA91C2E25B8CC043ABAF4884AE2E2ABECEC2D3D6000FF06485FF5A5A94E02093A2CBC81E33CFBBD5F8C688931480D7611953C3E5414D09723FA483E188D24D82F10888B3748603F548033A00020908320C01829C02FD7DA8D43B9D82490021A18A1D6C10ABE788CE3B8979750B808B201245081EBE001204801247949123D0A926361B00882FBD8592B328AAEC88019463D5F2514C7D02A4D810029000E988C5E1620E43F20E4B8B0BD1CC48237B103E89D52B05D029EBB56BC2B306DADB5D8925E29CDE62AAE5E1048022C7EDBA97C93CC3225EA3B53885B36DD8B032640634D59639A02D881FD2411981011681EF2A0819498213A9E02FD458F54F2970CDD44A140820E5EACC5BA8B2450274506B2998D12240038FF0E810AE010B5376044DFA0E00FD81C1ED064EAD81224B00108C894EC408165CCD54FE6830AD8AF33E811BAE0B49B158C3771D1EAA08E29FA0CCBF0481A0E5A66320CC7B083BAAB3F1F2EE2C9A5BDC862690835A72060D104C8036E8EDE2A65815F03813C8068ADED2275EB511030D65D43565EDB6AAFDEE661DE350A285E5549E7CC1882502EA3B78D1AAAA1958A8A9FCCF8826DDC8120F08013C80E4C5238F55D0027ECB213200F3E906339A6633D308005B0A7BF111599F8AD8950820F5001202827E1401E4D1B0DDA088330F0E9C3583CCFBDCF0EC8801438B700C847334802E9083C5336DDA5006DB070011A818E849394E788201AB1812D11129AC648FFD98D6516E5349AAEE9C350939CBE619E2E13AC006AB69BCC13266A8B36EADC7898A45EEAA6E6E6B08E6A63A6EA0FB06A19C0EA1EFDEAAEE66AF0166B6D965EB26615626134B4566B83A08852716BAA816BF79E46BAB66BBC7E00BDCED713E8EB39D536C0DE9DC1B6DFC23EECC46E97C5C64C537AECC89EEC0CA86C405ED4CCDEECE4F8144BA189D01EEDD23E6DD0CD180E596D8B291E2078ED9B40387399ED3CB66DDC26C4EAD8ED1EE8EDA9FD6DE0CE009B16EEC9C8699D2E99E2788CD9118120A80113B802C63AA663020E75AAACA3A08D981B82324882B0AE5EEB96D21ECD034604E9E6A17219602C5AA335DBFAEAF0866A63058115A59A745EA3392CA5FF873AE7687C5B33BA010018811D388208A05BBA559B0609A32048893D50897B268FE6DD0312688907E98EE6F05FD560A30E3048E4B103C4BC111AE88096B622C7688AB3808319BA0211E089BB98009B8C547F7C504FEDC4C9B009C438D54B2955B5A3A591CD541FA10E14C5822D26B9BE30149293F1689AAB9C468C3521189F384DAF20BC4EE9C10A2DB522CF01B0CA01AB388A65CE8C07A800A76672F27E725A030E08641E2ADF031998B5D6FA49F1CE66101822F8D61A55895608784AF2911A6FE7DEFBD80100888311003F395F964163963B87218C680AF2D0007BB6816AD20090F68096584807CB8906F28E1AC830E00C00628EEC3C40E609288E1E010BFF3BD80E1EF889A9B09801C4A2620702044D502030A63F04274AE10117F80049F3A20ABC4FCC34754A390CB178F5540C0B1BBD8F32F025E109CDD01CD51AC779E2AECB39390C1C5FD4DA2082E8F980505364DA7B49514366E130BA8D34021000EBAD4E12295D5A632D5064D54D6335D09D8BDE256031B82BB057E783E6C95660B66475A3B5D7CA831A28F77347EF3290822B4800EC449F70D6E28918812C708015C000129873F2F06B91E0BC19C2730DA8A6253D6824D00BC642022268022B28E90DED000EABBC97A821FD4C810B188001A8833F9CE265BD8D5466C40AF00298A0E0C6528114880B27598324C9FC0130D03AA8032649E1AD40FD3748821D5F16FF2B472CEC689A52879120119E267A0C47018B90AED521B802C83614D8A88DA28B1120C8799CC7699E5F79820AB0DB0F024DB9020ADE914C9F80443626CACA012340E219A882047883613E56AA577F165803ACDF74635D12ACCF47167082FB87FFFCF7F2ACDE39B48FF24F038824481E48D021E120C2190A138608F2E0418821122522943031049E8C43AA10C8B265059D3D22F704B92252C31E2F28F7D84872E0000D2F2635D810E1C50B9C3D48922439438102900A204050F0E0C68A92172F3E18C1824549193B2AB4A4389323C705274E58B008C0B5409DB00A529055A1C206123949D6ACB9B086C21933172E14A9BBC6C900AE2C8A68D5FAE68DDC0B6628FF208100414E0AC066CCA4A8A0A2C20B2C0F7850BE72E5051F1529B46839A3E0CC99091332902E9D01C2908309F67CF8500109920AB21DCBB621478E11CC408018E9EDFB3770A5C25FFCE6639C4F69D964C926111104058A2B1992A4100D64C2672D0A28A4C861448984195512BCF1A1F78D5E1617CCEB5D939EEB05BD45DEBF71DFF73D7EBD43F70FCDE33F0F053C09385041151DA4D00C0C3904D1441421745146786CD4D147218D54D24929ADD4D24B31CD54D34D39EDD4D34F410D55D451492DD5D453514D55D555596DD5D55761D531565967A5B5565B6FC535575D45DC9517577CF5F5576083157658628B31465B6493557659669B75F65968A399461AFF6AAAB1E61A6CB3D156816DB875E0029AC0F5769C9ABD0D279C617CC861039D365420204F36F0B1C7430F60115B05D78936410A0A285001040459A4440AEC71559E0FE8BDE75E7E95B2E0E87B20543A9F5E3E78EA297E9182F0021A1CE870AA410826F820165E4080050A55A080070A0AA181600D1E90B00044213091050647E474210A3CA80107B25EECF1820C309001430F7B5826D24D3241001B4F145420D24F4978E041104A5CA6D4154A74800405FBD140831643B1F717084B2C61631D144871931CB125F686A10A6861465D7BFDC5D500051B9C170801B045140DC86600C25C170440560519D850C6154E69AC949DDCA580276C4B42600404E01D5485FFC64AA89C00CB11AAAA1066C6B5C9669BBD7570666F101837279D622611680640D8F0EA43585C0BC45583A64041061F6091DA0C4AA86029D555A7171F7D94765A97A39C5E0A6AA79EBE01C10CA89EFAB281212441811D57F45A43150AD53044020BD041061DDFD2B142B00C44311249270421D2BA22A044440411C4D0830657F080526B1FC839A2801AF021E0B70E61A154104F29B1470F34244183082EA825858079DCC95F125248B1874DF7DA91C14F77F2B4F44FB927F1C689B9EB1EA008704401C74EE91295420672B82A43D11A3BAF54076594D12B462EAF9AD0CBD9671402CBD277403370C7893FFECDC5DD765BC5B2FD0CB46910C87005745880AEC2FF558A9DF5F441210061757A5EB7B706A6FEE283F8AC41527A99CBA4DEE3BF227D0D54174042410C72AA032DA422432883B63A00113C5461080A19021E12708518C0A084CE8A801B18D0041CA4C43041380104EC34201B7820711EA0936134D0039ED0A00713F0DD4F7AC8933CD0C10D63780A0494258332C8F027005241EBF290AD9F10CA5E5E208214442005244CC70646D84DD0B6D4B4B4B8C04E746A4DC842268335CA000219C8C34BE2788024F0E10570E8D3649C3799714D2F042A5B5915AAC0103F6D4E292361636BF09484CF7C6F7C7CF08D2323E9483924473639900D254963C91C34864C7D321AEDB243A60424A80A1DD054FF16984AFAA4875F06FF74250B4A5002F5608D6AF32998A5DE52B6091A8482097AD90388C0BC07C46D061709419F6440021C04E1390C60C0E0F8600391F0E00349980BEF26600318600003AE7B89145A9287A15C202CB5E4175CCE80043A3441042290831D9096820018492B3EE80B3E0760A302FC210FAEFB0358C2721E2419EA0DDDBA8A4F28F0978181C00C20C8E21A2BA0001014A0A216BD680140500134BD60642E085312FE3517C650073415F0420810C4441B0C4A0B57C90168621A172799A15F8D1C1F2425A9533955B20297AC402633B0C94EDAE0936EA480286D404A09981295F251E55359791E05BC92AAB19C2502AB764B22E54797A82A902FC3A3AA600EB398C74CE6FF329B89826746739A7BA8E6352F90CD6D76F39B07086712C60931734E359DEB6CE73BE3C9497AE2F39EF8D48A3EC3C24F7F4A01A0361A28600A7A5098FE64A1E869E8434510D18962B4B31AE5A847412A52C17CAC2A6738694A15B2D296BE54A6A0A1694D0D1533F1A1A9B6B6BDAD0B1EA9269EF54C3642439F6CCC22D31C2461980F318214C892830C942141782883530F78B5554E77AA5CD90A2C65C982354095BA545B431EF060B65EAA4AAC0B19C2150C5386D41A3304EE7D8812F0F000A85CC10ACFBCC29E44223F1A180F04D4490119B2B0023290217130384005AAB2D0200D005E2722021D4800819FA9652DF1919113EA3000BA8CB42F7578686C28FF5A511BE1932DF009804B5F6AA80B50C00C01A0CB509290442F2441C416DD67672760073BA0E93640D80C55FF021A439D3608C54C806B667315D382663964A1295BD6A080D9D216B756D6AD6F46763E3924593662248D0A40B3E40A7C80077DC2AF1C64A384045D7077EFA9E57613585DAE48393D05BD6A9C5B09C0F468AD3D7DF99441C1F355ECFD124107C1C39F8C9080D46CC48F669EAFCAB050863D18A0094DD883710C13437461F344110000DFBA898108C020064B1B4A910A06B1B9FC04C21EA80077786387C580A02D860AF35F14B01B3364344052803508C2F2A983396161F1618CB6325028433159014960CAB528D0D9804EBBD766A1D317CF3017FF05BCD80C4D4602162282DE2ECBC6B5677072BF14C0DD205DE0055B968395E39D5B2CCBE9DDA4E964698212DC984E85335A28E31E24F390355E016A0FB0810266B417FF1530AA5A81CF7BE8D91EAFE079607CF65AC0EEB35D85EB4501578860450CED4B0429418A6518021A02D93C8D1192244D20019D9425123A196A28662820130000EAC475330207D08E5E0CC62FF3F8D70652A08314F6A380EF7192338DB143078CA0020AA8200376A800802A90F4A1D02B2CF8ACCB8B23E66CD2108A2C8382CDF98462A30114E1A275A8B645CFA002694E7D2E010800BFCE40031984A0067850426B64A334730FB95F6E0952903A2087DD6CB9B6C9BB8DBCD1B4E3F395FF4634DD310BE65FAA79B36801A978F7971C207005E93D60555031E0C2BDCBA9AF2BB0E1DC3DAC90FA9C9FC3E6E7603240432F098DA0064DA40C09EE40F752E614E929010B7010C2CB49B04C1C908008EECCEBC7FA83010064C103F2E2E680F39055F8B48B28B9930219FE206C1FC8662C3FFBC0031230FC32F0C1552D311E62BBEE84F9044C31377F8B0A8C9001B9A7A030318362BA8045FF1410DC4DDB4FB8475B5C800248D10BFCD10B2001E1C91463A48093445990C812061681E231DEF9385E0746DEE4DD46E5114A0E609E5968DE4B719EE7F18B1684DEE84D8FE99501EA054C5431100BB0DE00A2C7EB7D9D89510DEDE187EDE19E81640FEF4984EFA5FF00F0254019089FA49541F11D5FF22D5FF33D5F1E441F08E4C1F455DFF56140F66D9F7A749FEF809FF8D581A794DFC79059FAAD5FFBC5D0DA0C45FCD1CBFCA59EFDB105D5E91FFFF99F71002045D5410E1660671DE0766D1B033A200446E06B3DD96258605D60A02C15811D2CDE6E70E0BBDD4624DDD6F90C4AD9A58059548CB25D0510A880686CA24F91050828C004988E1CBC000AA4467824401ECCDEC3C988D7F445C030A2132CD45E30E22CE9C56169455DF422E2AD5EC11401044410DA58C410881BEF25801D04C8124A0F044C8FA475D4F418C014589AA58D81F26DA314C4400C74231CAD00A889C050C4C00A644104D498D7DCC80252C012A4CB1BC0FF511EF0E15074C7678CC6774085C65086BBA54B1D1496A70C6391CC474305C605F8D7E281C6047C800C2845625CC08801C97C1410B7D9981F5614A5C885B3C10A54D8C07288C6B9399993F48B22221E0672C50BF4400F401E2AB2A40BA8242A46526FA49D5025D8CF6812FDBCD475689E9550801604C062248626CA81C9CC001EC8008D255D7A30A2A5FCE20FBA872E229017EE055B708A76B9C5C3D1A05E24418114DA416CC42A369A7B81100A2440EB18816DE4461974C009940110244107180D117880A56DA3F27980147C4B5EEA8D3862000978000989E30A780008FC0140F15372F94701B0807F7D8B42E1DD1BEC06054C402ABE801F29056550861150FF8013EC87C1745D00E0129D191E8B7D800B4CC7EB088E1D68DBDB158060B84502468C5CBDC11F1CC0124C5BD769D8009CD61E2C80A44D404F2824E1D194A1546511E82272A6640FD8804AAEE4247EE0968D8F6DD8405098C57224074CA1209379065501E54F509519A840192044155CC11A49135AC0A32FD6A276E559309640EC5D952CF5200BD4875E342277C9A7602C229DF98F1418A3C8CD400D2C807B59C110E8010A84000A9000A2B90E4F20C10B4CDA03F0410AE4810DBC0011CCA51B60E336C280AE7800116CA31B64010030C15FC6001D90E8607AC001C4408B7E6337BE8461E6018BE6019298C127264106F04107BCC07C755423451D7A64555DFCFF231C2A9C022E590A0081BBD10912D0C9015A948B2D94DD2115B3690114DD266E2A964555000F04C10BA88062B00596BC166CDD5F5522A79A1A410FE49B243E279C6E99282AC758A0E055DC5C9148D9BFDC1C8AF99B16B0C507E0C1A119C112C4D8B389DE1A7DC088A44B7B1CE72C991806A6297EDAC756B00523EE272356E5C36D97D694401E44500779904248884490AA7BB1CCA20D01162C41A4A8801C48C68F05C019849E1190003626DFB7E84A5D3E53131C81CEB9C1B7B881AF825A1378E34BC4805EBA681C1DDD0100484CD981117C4069849EA48D0C0444CF5A460F62B05D1124D6DA756B022601D4F18161580604C01A051CA439F9649005061DF1FFC127E61FCF208D4562546DC6D11F94E2992EC7991AA7A3AA6909F4229BBA2910C4A9C19ECF9C26589DDA299E52A5BF24629FFA1BA00AAA04E001A11AEA0720AA0C286AB63815776917A4CEE7C74EEA0D56EA1A5C2AC064EA0ED259A77EEAA9842A82902A0849C4A9B28C44AC6AABBEEA03C4EAAC8E8CAD72E85F7ECBCF9200AF0E2BB01AC5B0AE40B12A2BB2E2A5B282131D346B3A9D01B44A2B69506B19582BB6DE4C196C6B5D786B58B0DD0084EBB8966B7AA1ABBAD6018B690792CCC5BBC6AB11CC6B0ED4EB45DDAB8CEA2B6CF12B6CF92BC0CA92C08641D57D99E09A462482D1A068467550A04FB6D654A0C77C6C5B9029E04F06C04F10451224C05796FF8179788D7F35861CF081655C8193168FA4A81BE2F9EB7B96407DD013062AE0C982AC7B38EA1B288C7C86D7CBBA5731715020ED6E15A8CC436044075080A7E40112444F0A084612B80004880036BAC1863681F302ABF336C10E40EF16809A07D081F64E1F006C4113D0010C682FF896100995D0B790C101FCC472409DFE09156E1841C634E1FA3D801C80C067E6A6DA52540A642C0DB486CEF04105D48762E5D942ADDB1B9C060400C1769C06728099B475D60194906D5E1496B898A19CE9FDFD6BDF06EC61B169E00EEEE04EA29838994FD869ECD68519B0E0FDD5145DBC0167A8001250AC042480A63825A7322651E01004948465A49972FC855DD013E209FF715DCCEEBACDE7198C6C579CB07AECE0FC8180A0E101817650A896AAEEFAEE03F85D19A80019E60111DC4C9859851DB893AD026BF2595AAE5A1AAF9EA3894A41888A23001C01F4BA011D8CC0089850F86AAF09999A269AC592B8C08EED985238CFFA75ADECB1C088F1614D89AB1D40C0BCED8C025B946CD6DCBAB18002C801A6A9400028C0E3E1866D5C47B0B5A61C69E945414C6C5D306C01C906A7C76175400F9805080F6EC5008169CC06BABD8167ECA919FC4F9499989451155BF4B11C28CA0C53007ED0C5D59CC8B3198171D84184662D25CDC6DA2CD48F9C58301681C204A3C2D0623DF9C578EA00CD36C8EE8600FC8440191881996104332A4001E4FFC1072086E65540F0FCEC19432F0C1CC1F3C681517493F36AEF08E81C00C441F48A2F1E97101D1C81F67AC007D04026494F19F0C00BDCCCCD34E14347288F624107E4C021EB260B68411E38339C40801D4CC0DC52D4AA899D02CC4502E2A81DC84977BC640FC4ED6D18413CB9E312C86801D6C12993A62A6FF0619D240BCC8E090E355117F52612754852600AFF0577956410FB0B969E41AE6DC6052441C11D9A1CF8000DB26723CAE77CFE4527C9466B4468202B456E44F4CD18C798F0CC9D1414EF58165C17C1D8148442F06E2061C41F3D8052B8D3123A851D38A88D2EE95B268148CC711348411330C10A2C36F531C1B760D13D3BAF1D9F63168C00094CFFEFF78E2F0CD83167DB310964AC08598653C8171664260F780E3FDE4CFA01C15FF8E21A88ED0080C007F47547B91110745F01B0EB490B46D8D5547590590750C6E6F08044F7A865C48F0DDC66D7551B945DE006FB6D2F5200512A81501BB57513B5630C75522F4601C7DEBA05C91A6CF20B4B35BF50B555B3221E64F556CF0723B277A682B5988C7554083271404F5A03F0630055CF2C529081005C5B965C17A30ED4B55DE3B5EFEEB508F43516FC35EA04F66EF044614F2F622B366367816383A81444B61B4C761654F6653FAF1E97506773F667434068C72F699B366A43B46A27006BBF816BC3B66CD3B661040D6EEBB66CBAD8488DC50400B770BF00714BFFF40B1C370A60417207148E7556732FE27373F06149B7CAE85F095E37956FE26E0C4A4CA91B5BC4875D00F1A3BCC105F431E671C65568C15CBCC0AA0CC10B2CE52CE92257CFA7C2DC5DB79D5BB9DD497E33A461BC4964380571D44CBCAA8F8E2EC004D97583F0CA435886A8D1C102884B1064A883D6D10788C0094C811B3880A591810388E3081C4187E3F3CBD165F48E408161C0851B451C8C001D8B2F679FFA1DDF4B03169FC6BC57135286CAA47607B857F0C2F8FC714A8C3DC5E6E89F59F05A01686205D8410E4C5469CD545062DE075CCC9E87B4E849C6B54672227329468D69EA36F92EFAD77A85401518410560A2B88B3BE691BB0992340ADE1D6F7FFF7755B2859C63692669DE9F022A2B5E107EB4F735231E6C5185BF7112B7056577E440E7998116F8966C200133D7C9FBEAB90C2C80655801AA8807EFCA0D0A3CC0A993000A7021DF308101C8171C6428117881645C4110A4C1143CD30EC401068C40875BFA11C441133C930AA990A5D13181E5AA516CE8A9A77A1D73B6F6B2901254410898F61F61F444B34C664686D0774062C421570C450F243D7284D97E4C0010A8D722ED9863F08E4225541200810BB44619EC3916B451E86E8ED6FBE40327F94529C605346290FCB42EDE0705E423755780FE1DAE096637E68989E089C6969C0199C3D44C5105550509983FCA79709E168CC63C91A91C2C9A45248031F3FF229BC3673086F7DD39C955D4640EC8535C80860A24225BB8F062E01D96168A5CFCC59FD605366D070588C057793BEFE2811B60401C2C76371D4137DD4D048C4108BC8014F8C7AF4100019CC0156DA8F3460006780403EC00CD27DF33C5815D2A1F1A7F63A53B401CA8FA86C7C1A92B3A81BE5754747BF03B34162480125046F43CC0DF45C522E172FF11C11EC4AD70200DAFFD4112F4C68EF181F4A0330F481D4028B8A0E08D8224495200C9906142063B2F82609138F1058F1776B4800002A4028802754086FC08D28C993545501629B192254B272F5FFAA0204749082565525CB860A442851C3F8106153A34870AA33E879E3913608D82926BDEBC317321FF25CA376780184D913085D2332A203C983143C2103B6F9CB050BB966DCB124E509E446926858AA01B2B74CD91508BCE000A7E2A50B0268016A3674A16CC1100E5CA357229E0D1A16348881055423C7850E603912318307820422742040A394430C120E4AC8F25795EBC4092244F8C18523CE46EB2BB496E0FB83DEC76E33B3889DDB945B869C2208E1B3A6E9C4387DEC4C002CB217864C7A244C99532DFCB3CB03C512277CD57F6A4977350446C2C1D7280009144CE0B25E4353F9858E6858B1E7CD2E323B6015FD883BC03CB90283621F608E2810E32A0E08F3F6C8BA1800B9648023CEE38ECF026F0BEE32E81114348E0C3EF78428AA81585324A05158352FF8A29A74C8A6AAAAA8AB82A2B15B602A22BA5C0128B2CB3D062CB4816DC82AB08B98AA0CB2EA0F0D28B2FBF00CB4130C20C5301313314634CA5121E4329B2C92ABB2CB3CD3AFB2CB4D14A3B2DB5D55A7B2DB6D96ABBCD37DE7ACB0D38E1886BC2B83C935BAEB9E7A2938E3AEB2CCB8E87EDBA0351BC100E34EF01F4D463CF3DF8E4A3CF3EFC34DBAFBFFF02243036030FDC4FC117187410420929B4EDC20C37F4B04310435462C4044A3CB10C3B2AF04A8B5F810DD6AB61CF98C0D82785F26AB10002986A20C1DEC0F1821D810D6A2108B090405B0912002125989474C2AD711D53408B61B53A17C81498354301AD06D3222120CEF83500ACB40840A70B4AA2FF8A8210269B01D7CCAEB8A203299290818C08E8800002374023620102B258C1800C40C88308384448A2022962D00DCFE33C380064423DA0C383E1823B4E0ADC9A68CE393A9EDB2D8E389A586081074C5C54A2CC240A4F333C3A254F89076EE2430E3B087A230F3BA04E02040A80E8A00389262D983F39E4C0168BF48CF0C261088C70B8602C2A42F0BB890A6EFB0A233238406E186088413E0A32E041B31167A5B50C14AAC06C44238C9063A1C32B00620262196F9C58167FFAEAB0A51E33D70C7D2F50CB070552A080821480326A693E1E9060321D6648E1A5AA9C6072C935D85A12C912969C8A59D0AD6CD60CC3EC0DE0341F5350A05885223F83820982A7FFAA087EA37DE38A80C543E1019DEDC8430A243C002D083E92A0230B26348BA3E2172A88C10B2FF2A020099043C653B926680E3937E5A663D9669683539966376E76E0669C17203D9EDD47334AC8CE77F26399A2614133257A0004E4E0947DF1A800204082D5AC3620F0C4C6052ED8C34D5EC0070894C10636400212C4E6B05191C76A13D90C78201035F9146042F201090BD670900B448587F2F161C69080855BD981026A498B9178E2B8336C85894A6C918B86928209E44E2A6F5803974EF22EA3FC0A4A19B0010667703A0964202E2979CC1909F3972B96440B67145EB07097829294E42714108CBC5420AF1EBD28723930969506B3860B3C860567781EEAFF2452031418E00A72B09E08F24086EF2124092B00000E8C70852D6461042F20821728B0041054A87D0C6802CBA4931B22788004AD7C1F6F1CC0000690206534838174DCE0BFFF91203FDE49D07DB0009EFC0CB36808D40CF9B6A293A6E401042A7801167C89C1ABA12D3600E281125EC035108E0D5B0EE3031FAE803669BE00446D5301050A30929080645FCA5C098EACA282327067570A6001B8F0E90439F44A89FD1C56E85C842CA0242472C0A2C0AF4EB2868256C0215CE388519000B06D95215AF09CE31203BA103B1CAE833DB0831CBEF94DC32D64238A9B801EEFB210DCFDC4455D99A3195092031904CC061040811570200390750C0452B0241DCE90FF843100200B1F0042102CD98432E461094BF8431E0EB032E140C737B874C318C64002FBF1A695382001A1AC6A553A90000B1189540139941F10F1609E1DAAC10B7260068FFCE1826B2B1579CAA0A8F228213DA482C007A49001856400096573584D2130A0C4728688E90CC900203B806709A69DE22A815A2860070E9501081400413EC115D97DFA93B4670028148542D01CD4EB57076DE39216DA50393C540511D5C1442B8AA38BD6C5451AE5A87F3E1A52A51DAEA4C642691733B0D2A268654B2589E94C5157D39BE674A752F32900802A54A21A15A900502A539D0A55A99E92AAF3C32556B52AB2DD74F5AB610DEB58CB5AAAA3212DAD9A596B5B39F4D6B8FFCEB5AE09BAEB7EF4CAA8BE4AE4AF811D6C61C78658C592F3038D556764252B18CAEECBB298D52C3D3BFB59D0BE24B28A2BAD3F81A502634DF12E39C80A5152A085E649986A40289C1D52AC0583946E5B780001ED50C202940CE42FF25A6E407B4B3839108EC84406291F36F213862E64C93D01C25EB402BAADE84E905A98A9B690F0012B58610C3A95C2073C2B85110000030709C216B09B840FEC00002B80400A9A3AA103BC2F95C4599974A6404B91F9C60BB9B9A5749E7384E7D0EC3938C01A7D3BC433FAE647544170D066F6A6853A14200F72B06BD0FC8B9FEC0C086B1F9C4807666B972454AD03427681A82E0263104C7A9D0360A7BB04624695B060FF3E2F1858195410957B8216C290A517B15EEA95970EBB717FAC166AF792ACBE648E302E2A2910547C810068685B65B9B15BD6B83B2D98F8C9403E1C718100B587884ADC50E3DA070E6783C1AAE0702EEA89042FA005246CAB0248D0C3BDFBEC0524E4210F5E60005193A00114C481CC15B0C10236490239FC21CEB734251D6C331C544EA739A291422BFDD4CA94158AD0A059C108702984707EA843D7B9CE30B983350FEDCA2314704119AEA01D89288AE607DC74457800EA521B21361D80F1F1EC8036AE895BB87C20E2AAD759870114E00D7B91A319D6C2430A7CA00CB72A4305DEB06B5EF7DAD78C93308D861D76C70D34A051FCBA0202A09600E4716A58FFC91DB328F0026DDD5602296049550280BB6F7FBB837D97830BCA0DB50E288AE7A22AB2914B9A01AE01395FFA32C8107480870A244108539882083C2002113C750F53C842163C00870730A062270C02034680830E9C81867F68991B6C73E794DD396615CF4D2BFF744A428FC0E35B40335199201D38144C51F335B965B8A340B4D6E43A65880F08BE621F1918419A34C72081F830F8ECAC47055C1B10AFC2FD822B64D3E036102EA8F3A04E9040D6076F500147E4B8AF35A82F034A085C02AE1EAD0D73BDD77208DED9E7E8EC244CECFE8945026A479C6D237E450140E00DFEA2200423079240C690000FE64E028CA02AD6A004A46277D86D21666B23002FF0FFECE0FA5E409A408440A4C96A08870F3A086A9EEDC97EE2203E6001C66206004B04B8600A5E86A712E620902022F620037AA23EB00002B2CF6A28200F58E9659CF00961E69488637F0C05979E03068EC09200600B896A058EC00D1C0D05F1ABBE88293F38E42C40A20252EE0162430EC6E9050AC7E84E2DB1146BFB786BDC328D8530283B3A20C37422B28A403E0A230908870899A802EC2044CA2042342C9F200C26F86F00FC4F00035000C1EEA20A70450E10C84A6A011BF001254C0229D0024D0703359003D9E80315AFA44630F04C500CBF430557B0055FD00E62102868D006C7220777B007A5E607932008BF86082BC00891108396B009A1F0095F6F0AFFC18A7E00CD0DB0500BB9B062BE300C31A85612AD0CCD903BD0B00ED49080DAF00DE3D00EE6904020C00E8D020FEFAAFA72CE0F2F001005510B08116EF2622B1051111971FF220B12F96F122D31202FB1241E8728320ADC7AA007B8866B92AB730C632B64EC9C3C27A2AAAD0C74CC8CD6A82E96EC70CA4D5456301BFD26AF6ACE224AD06A60D04592C00664E00A12A0DAC6C2917000AB7A90DF3E400E94A20224620F5E04096440228CCA062CE205A4800888C036F8CD7AF88D0870400F0CC00088607D9CF04E8483D0E8866E8E6093AA1103988004E0000E38EDD0E6EB518E4F816E02634202043EC03C940002904085A0E96D88AC03FA8A54F6838490C098FF1A882C8989E504F10260C20792C00580006112D284DAF299820902B04EC7368CC320CB1FB92EB91E23EC4C028D2C7332CD8058804C15156F21414A9A04E405C8C60EBEA903B2AF02F2880210916B4AE7746C0C239B62898AB1074A2AA4DE70404632244572983448DC20A02B17A0064CE774C4A80666A00CA4A0F2F24C0664200944000564E00384F10486300382000550200872CE6A2C63018880DF962005CA6FF2BCE004ACE0DE344003BC8039D953061C2D08846029F520AB562938E260933E0F03C62008CE66AFCCC432F0E03A022770866008AAE0262840E922AB0E2C884316809CF08B9880E60AE6AB066A6040AB003B2F034331B40688863B2000FAFF72200F26B073922003BE830F0ACBB0501023D0C2251A133223310302E9292EF3462D938B582A014B8A04696505FDC6E78C424312510986F3B6B4E075D08E20452C0607E4233B609E82895674854A6F02831C4D67208F3889130DBCF40BBE000FCA400464A03A70200844F33A83C00E20A00A0AC86AC48351484E60A4200F6A48F18CC006F6003BAF403BAB0E3C186822E0B36084200870C0ABE25308EE6D0456A051A7206844843B0A94400BB44067A00A2A752C7062FD14D4D52C684402340118080F48B5544B953B4835536F5081F0C052C7A2520BF43E6C400A7AE20C402005EC002CAA0E6908476F90E63B362A784EE22D62149F2231B2DA084795F532FF7747333773B0368270B0AF344BD3A3A0C60678E273B6A26B8E540720805978245F80E40C1E432748D32112713BAD669EF4A31B51EE3B3A0002AE0070D0208CB87432B6C54BD1005FAB6D089013072CCF0AAEC00BAE130B4E0D3B6520B194C00AA0130916A20768604F6B000BAA6742FE603E6CCA0A8280066CC0331952F1E01002125245E395703A967020A0036C20392C6904B060C82422E8B811F9B8A306D02004CE42FD928E4135E401360D0BC623980A483F18E83C0A26042CD40596080298CFE494C00840C007E4E30D7C20B2A64E2242CA61248227266C7688B5318F3512937559C9F68AD4C52B36F3FD48CAC50AAF9AA835FBACD50EB0B502B43505FFB89538BF75ED52EC5EBE825C05E902CE156AF20A058FA66817CD0CE1555EE9D55EEF355FBD945FB7C55FA50060A740600916050CF6051056611956061C360320566229D64E6B28093276633BD66341306447F682C8264F87AC6C54966501C0656196620D77986856096C1667DF4067936E3EC2E3678356680AD770DB06696B4069538069C7F269A3766AAB16B2AE160BB2D66BB85620320746C1366CB9AE2FCA089EC4B72AF82533D1256D9F4DDCD6352ECBC06A8E8C0FE02642CE4230280002185707CA402010AA0884470508022AB4C00E8AAC5384267AECABEA80692242800DBEE05EBB545FBBB571CBC20EA4400FFCC0007E000BBCE00A42600F7A600FFFD8D0055A0805AE2086EC0009BEA96DDC97E19C4A0A24C27393CD45464C535EA08426601D1DC63307846B64600CB2C0BB8C6EFC5A2868B2E351382433F2B7087676672B286F7C66BE146581F2C32264E04F238873C2E33AD84A6ACA97057CE08B01B305BF49C886CCFF6027C766A7589DC07BBF5779AAE2EEC65703F95659842206492D2EE1174AA39457F248C5026023EC605F4F270106832976ECFD7220A11440808D404052AE68E90944BA2380AAE07EEFF50BBC3482B9F448B725018C200F0C000A088084CFC6840CC40626E08377C6618C2006CAC03D1FC8064A3294280407C60F09BAC258044B0E501209483371B2C43313126AC8866BCA6001C66C05FFA64F341F22500115F9D02A0516748993AE006CC0BF90266886893FE4546583E82652A0E9B603F95E8002DE605F14944153E08B4CD2241FB6077280C22CEB6BBB978D91F54BC8259F5BA27632F1C79E6D69A82F2ED5779C500423544C013CCB2050803825200908232514200304734616395755A003083856B040676C569389F30BB445901D588CB6453825000B84006492E00A08609407B660EAAD6044C741ACF79BBEE33AD91211F780072A804288D20B7AA227464C0E4A88C93A51C210716D1D025B374ADC706005402F7609C7AEA2348B7F7533CE4027A8798941A002AEE668DA374AE3F43D06EF3ECAC0E890C03E6C4035ED433FECC0872E20784FD40DFF4DD38B6C8008DF4F6971089F57428DED19C29294AFF5995CF8B99F79147EA96FE802AF7D9350096400D4C2796A3EC7780EE9742A405F662D071C02DAB84848CDE0C2C2BA0394E0A650C0A33F9A0DD08003461A7225600616690146440620EE36BC40626A80004C20087A920F26C006AE4006F6426679E0A310F301A0D328E435866E030788400A46AC02D445B06CC0A85E040892602A04C3C914427116126A8C40303F00CD22C0055ED708E629E68CA03B9066523824D7E279AB77F60FCC1B984E304188D66AD2E3986C5143702209A254093A60D5D6403E8AA0005860D238C29845CA611A1208C28031D6827B63F4AFEF79B0073B2508125DB60D28040B08FFBAFB9BCC0DC4A14640A2343D9E2CDE8CA2A4AEA05B33803194E4025CA4B5B4ED8E3268250940A41D58022078B589730642E00A744622BC530A4C46065EA05487602C2C5460CB609F0816A873202C1EC0E8EC605EA547317BE275B1E0508B924469607104A32E800009E6D6279402A1F1A833C360B03A739F8AD10D56000390806B8C603B26056DB8F9AA35E3ADD1AED55C6DABFF205D372D3B80E9FAAE603304933E1A8C3E78453E968EE97EB7828AC2BA1D225EBDDB866F18EA8A408D8B958D03DB6B2DDC2DE282209948B97E62233A7C69CCEDEF5AF1A376CE0878E42B80C0A836E20AB67432EC2025D482C7DC3847DE2005D607051E97C7C114A4793C60FF5060019A720184E80AEA530A4480830BB4DAB6050ABC94844580081C0608BDE00164A063C5EF3C1662023C9C6B18E83B9780057E7D31CEF90C0CEEA3E83614738002CEC9DD3F0A0101D906AA1B027263D404643BFCEB043B209C8609FF12B40ED6A0D7E09B417BE0E65250E03BE0990A06D4B866D49E2F9D0A80FDA496DE5F24035252844A0D5B0927097E22EB387DEBFE3A4943DDC29B4278BC0222B70D35F74EF142AA4723BE033E60F2EA42CC37C261C38D8389D308B26E768A402DAAC2733E80254D5B07401A4C8F1D5FD1203BCD2A017E7B95A4A0274B952C5C120A76C0027C6F0BD8E052FB5483A19B084EE0043EA0265FE03CBC8056A5A82744E0DCFF63C0623F873108A302F6800F88D05C387EA39200A1BB9ACDFB2EA40E87367B5B7663035ED7155225A20F430276167E9DE6238310530FCB663B4453DD2A80016DA85307603ECCCDC94833B183D10692404BD06ED34FDE58295CE5575E9F1FA3B994A28E1567234E1F6AFA6E04E7C9080C5AC2B480DCFDAE03569238BB055C74226344C0003C74E9F515C7497A0808600A76000A24A00682DC561240A77E430694A0540347EB5BDB0018C00D4A2302B452353E6304086006BC9DCC0FBD9188FAD09FD6616F78020CEE0AAC200E5423CE23800C3C200900E2C29B371590747061A7421220767A3804022440801C3990D890E3C24507081CE540FC28876387911DFF5E987CC12325969565CAD8395327E68599316BDABC598702900E2B579E7C61870F9F3257B0409093C38C4D1645025C00A14005102346F884090344A8503B1F81A85071C64C91224ECA9A3D8B16ED80B56CDBBAD552A484DCB974EBDA95BB46A2C4337CFB9EA198E3AB8A0A151866B46367E48B3246CA5090F82680960A413B50A52A4387661D3340B0600102449E242FF06C96B0598784D568087C490D5BB31E374D08CC583DE34182DD0BDCB821F1000F9E1933AAD4B82D81780D062322387F8E217A74261898C41992C02896071018BEB8A2A40C9209845520F112C4CA962D18E81C898061C50A0C31A4209102240365A9886920060295023AC941606524FF1991910B0452D541197C2C56C6622F3458C60316B2648702326901024E1ED694841D652861521929A574D00B4AF0D0011017D4E4441D179861060814A8F041071FF0810481723CF882175C01B11010675CB0065364A5A5965B4EBAC5820F45E405D75D565AB9068D34FA75861667281080027CA960034476247812491950B0C6400325910162976D849A6612E4319A0C0BDC169B9D5FB8D6C60C7DC266C071ABADA61A0A444821851058DC461C1A681C2A011B534CF11E06CF6D2A9D74113041DD1468E0A144101064E0C20B58AC88440A13BC6A831056709145163254F0C71F31B8B10500F26100030529E4A08002157CF001123DA6A085026F9C9101838AFF0185181F0EF5C0514B279D48D248AB6ED713106FD4119A021D7E881308362881054965AC74C5413DA0984201357D66C61B141496151F1F1008841C5E44F882B5391096410A2920391693693D09F1009FE51580195A987565C67869A957007C6901B2440A4C909F99186934921123D99187533385A9821C469C644712826E36E9A0AA6D80420D5F1CAAB36633D4E0736C351041C415781C8A0671942E80031D9B3AE729749D76FA9C0333E081C51E7BA0100216E2219101103D7C8D82102B6411071679E8CA44160000401F08CFA640C11B0AE4A75FD914146BEC5026753B52820476802249E1F1D1AD8AECB6D4920B14D4D1960FE8DE54001228F584859C97FF0141010805D85B471131252187B61E059C9141251D344112520191C24001B02097C34E44FC641D2CAC017C00C0B37071591A679CA5965B9EF1EAAB5F1E9C9F1C8841206D555B25D1AC028025F101832D218142D09CD540001BC7F1A9030153DCBCD90C68106D800CABDECC9AF943DC2F81A4A8DDA6FE1853FFFF3F5051E76A548BCE11A6808710106D016570010D80608320AC640F48C041DCAA039FB5AD000679A080B07230AC61F54005192861C2FA12AD8209655B3CD00A1F20A08415B1C85B627B01044862A10770CE25938B498C2E77932590867305EB001F803081D0D9842D20984A4B3862870CF8C8750543620A20928423FD6E0D4B7218EFD6F299FF2D020F78450863F19C70BC2B15414B7EA98009BD6226C4D8E1242C815C4B12601924D8415972E48AC25290072FD4293543235F0D062901212C40335288C11556338405C88051AAC243196480B41A54619355A0146A70B3802990E139641825003D35CAE8AC0754D1814F2B35151D3D08AA0A285889118540B4EE64E005283080037A251F32C4000420234CCD541095AF7CC406FA4942124642B09380475B26C9E103ECA8C33A56288745D16178EC908273AD610040BC89144AC22E5B02412936194B116C943A1940EE209A9BD00D47D21DDA5D71583341D2679AF4C5B58C2578630C235BCE98462B4D29787C014C0ECAF6910EC8713145B1E3BB4210822B68FFD42551AC40EDC2C88225C4E0667F2200010E39C8CDA0200631588D1D28908124D8070946C80E0488E00629C8EF51C4711AA5A0600037981280449D5AA78E30404DC1C76A0EA8C11476209C1862A1670BB001122030940710406E1B04810F88F991AF7834999441CC071875050BE1E19A2DD98E854C929207C4303C6568905C1FD792BB8AADAD316CC904EC3500A590AE9C366A8CB65E7AAE98B80C04391011BBE0B0572378419E3C780111BCB018C4EC0B8947421217070050DE8D71A164811842136A9781EAE52F14914A09CF7418C40C0E9ADBB410E43250A3D084264A3EF041010E9000CD4C0A5176820D1E4683052FE0490ADDCB0E11584A02030CE150FF4E838D041830CA52C260A845EDEE11D8D34A26A452A9AEC4207C6459482518410E31F8971CB01087B961E00FA32B806EED461130A5807940F8801D200083154C81007AA8010A52F2020B85675B235AF01EF8E005F0F4A4AD62639C62A4DAB97315E033E5B409051AF402D0255646C07B03086676A1BBD6557E748540892060871CC0949F2070CA1A981431CF8EB68CBC2B1EEE505B177702CF0C0A7368097D94A024CB3638214800109A3590CFD4B7BE4BA8F21F1EA9334826A00C67CD03732F334946C96F083D95D470C7B7000F6CB7946CEE6E774DD9A90112B5536470C318C0D6B41018413F84494205E0B002006421064B88C9E866C28237E4570134C2FF5B6190C004006CA156921EC38978F0566A2D665510A2D0A57970059334242372F80E165E2007155CA0BE1DB64901E05401D1DD04343AB18317F680616DDA91734252819F4FF806335CA08B67690B53C6B8E3DD05142E4E60011A814C17210760588031A11D56C71039F2C1084A104E19E4708637F0B6B7BD2D4095CF7D6E41A686525858C0A2EAD3BD32DC94A55280004F8D43B42AF8B40663808173D6FC3FEEBA79CE71E6D4A646308605E02101317C0046AF20077E7D450E3890DB082AE0EA29B160DA40289664B440012D500403732BB9A0F550571EA4930FB2DD8E122CC403C85576707BC823446C80F3110905220A20DD5A5A4DAE29FBB0086BA14062FF4C721923646B442A59490E1D74EDE81969E30DA34B18A72411648334A007ED22B4A33DC6197DFC2B6FFCC89066D6EDB0B9684951A232BADF2E023B25A7064640420C3AD83DAAD89DA5429059022C840214E81B39689882D4D80C83C4FBDB396D0EF8C0CBDB4AAA316104242040154840073A34C100A4A2ABD36B10843D372F665740C1149820023B0C562602019C9B40209037E481E4006042137A05802378A15B8C5119E230AD60254093702B2B61463E604B39942D07ABF639D0EB505FB7ECAD416233C207DCD812DA424E87D75C9982AAD2032D20292D538A8C5ED6306CAE9BF62C5F077BD8C5E4508A98904019E083D2D65A86753A812C6D9FB2B9DFAEFF2BB7B10049802779405351D448F4560135950022000142600082B71A78300642554A1130548DC778032770D0B136B5321FD5E1067A305D68B049D7C44B18850544E00141905616D22219A0021380234480020F200332907A4930623E101933E241CE121A03410124B70232B00741106959403D3273198C2314977683F2766A26C11147E12317211438E7510A632EABF77C3761231340202E866A7DE64CC29202496010AAE21357C80736C0113440012C700161D44F209302646450EAF7243EF66CED3750C123327FA14C1F91748D91760FD001C81465E536656F67654AE30179A00265900093740007501F32B01BDD230342001E94A2074CE0018CC76619A8FF8118D8818F176826371F0EC006C4C1490F901241708310708A2B3002271002EC924F1FE1052B712A76D443D0474C224311CCA23020A30591C604F7A4077383037575102EE17B0DD220098051734557767410D7168E44F21767A017E3722FE5C46A35D144666303767011DA981065E34629E08410B21854E162722483CE083267404C7C61069FE1875F0488ED37176F003CC5A2051F0732B3031189185751D588E69824BCE57600883A2621045200037797048D211C35F0001AA504D32501EAD304A878815373812DF9668EC729726372936601AAA149431002F206011A955C64F02B30E72047640351086A6532142492023F9713E2770121A7052AA0304F06FF02497004B527472810682420433C60032F8004FEB26D2CA704C6315739445710125B51F42A5A4023C953131B064455B68EAE223D42D103F9D1032E3073D64820DD23870DA274F8641954211887E996C2760165519006C92408B9900AA00545E65010095B8C43152A92009D870546700666E15B91F87620902B7F20022E9800C5414B0B8051C31102BDD18A9B02932CF9786EF68A59301FAFB8056830049A5405589015416021464002F3E101F254141951424820036F857338771200E203E79624AF47117C516349E006BE82849631020030024FF402C2F9001382123CE056D6147C3D01212C278394093880F32235B16A1FB20483151A2A100626E123FDE9FF86EC395B5AF1011C61043877445E9104C692300AF01973A16C8D193167C47E5FB75059E28C807198FC811884E38678703F5BA66A20456EFE873A72200598B899449340C3810706600087B78A18B881322A9BDC359BAC387034591D4CC000BDB20535D09B35100221060137187A15B7024D8034327005B0E502CDA943D71718BB246AFEB77163A46862122001E0017323031265074D20693654572ED72ED0B42A21A09E72A54311023913C2151390025F618E5B4211F32923ADA61339E01046104501C3207148211212218A014D044A1272502425648E77E8A010DA638F096D42B6905DA205AF221552E12324216A89612271753F4A30754C31003ED07FA393FF0746301C06208AA9491C288079A3B478B539A3354A4A32494A02C755C7590628E0009216027840348C288728007173340221381D706043F616787B566D54C17249406E13D3267A33999D25114920376EF011062068A1A6380B46122A674D18855117B257DA72102E5042466206C5E2462A6006E414136BE17FE9020484611138C73732D0845154947CB0076F7A9E722403100201FE95181D4003496106A105A96F21A993CA45C963067C31012624450B3227841373441104DDA60431F606771846FE2705272901412041B94104B75A5402D792AA88AB339B8AA524374CB04748B0003BE02B0610023DA35EF6F7007B00112F60004D9078B487017BA0514511FF0471F82A615026D7966AA35313F9623BC30226171000454001918601EE75057243028B6103839A1133E338EAC9709CC32EE46A442C67071310AF295001791916AC66AFE892027B54422D2247EFF502327011A913981A3059B3255114925629917D2EF02AC2C3456631B1EB9716143A505AE28C137011D143208CF31325F2A92E666F8F136314309051F219E4F60649A004AF2A1C52708AB4EA66371AA338CA92A57400792004728301CE14410C206806B0000B904BF6067118F11D570001224002BD92051EB00025291419D03C1B8B186493015EE503E4948C020195FD54040A400782867AB1522B4D60122E0401CF69120DA760BAF12E359460E954853764FF07C8249915E0AE29502CB276392C20262E6003CA44200F769E35F72010207395A523C8A28571954331670448949871311799FB87158B5AEEA43C7D41427CD3472242432DA172F8988F4900535CE12C61246E657101521002AB510332600731109BB8EB928F97B3307000C2F2642210682BE0413D302B823606B88802C99BBC7B40422EE0138C220547203747602148FB64CD720653C9371D671301322609CA306B24053AEA1E73E306F744120C7B438E732216756972B51D26E13513520161A1B704D28CE1862E60A43725940367000434803870B50728514D73C52D8DA802D776BF391459B4D32C1A973B1EEC24128A318288B1FE7898D9861816A52DD4D4FF0134650439B0065F456DC412720AE04E2060C3C4A104149007B38ABB34DB8AA938358A571F5FA13079A02FDF396815C0072800B40030061A85030B20B40FC04C19004338E84A20D8045870052EA00293E9C562221594E11520B016BDC5026790043660043290022E03B629F09D2627682410BF1B217C4A6743F3CB2ED0A42A3174691836218713457D51010442187A483BF7057BEE7401CE0272C5F22CA922AD1666BA3CB0073C90B0D67273547122767C5815E0966184B99ADC169C6C3C9E5CA90DD515A24C21748C6027A1321181244F011591FC1F5A206E6F20050F701B09E05F31E0923D0C4037CA8A39AB5D30C028089A376F60AA6F90026A930511D0FF5E42709500B003E529022E0A0121690490C51D3670BB4C70042400BD524A181FA3878111337620CE3F07021500014B23016510B6191B1648F08A1F780474255B48E7848A68BAE7495729A1BFDFF623238104020D11E4C16751940114617E5C544689D62CFD7401871827B2152173C2112CC7373F6212AB924E4401011E3D6CB813D222BD1680D8C940E64E0BE531AC95D2BC67479776BF75256A0D09D99FF1262DD1D85122CB28A5044460070790BB3E3CD445BD897940115AD0416F5000E45604179002657004F2C18AAFB803242202923490A93A043EA1206C88033A3421FAF447127101ACF55065A300310202F591009492000CCADC0AF094E90B001630FF0663B00722F0CFA89CC1726451ABB2D17F67C72CB16D46A00178F49E484483DFDC9FFB4A2C7AA124D1FD065AC0144C11AF9339D002736AF2D62D3243D03D52124190606D6A1972900262E1A08C89DAA95D16CEB6DA213C8879D1173910DBEE42CABBC612260116613B17610402396224CE4D01E0B31A4A2005497000B8ECC31D48061F7900B96262A12105A16362E466AA6B64104800039DB23600E00019850310276E14709AD02C3DD76604270214400042CC42238A96035E12C97C40B9798205AEAA93289021D85A2C66F001585CBD7CF0233C203D7E6698772E1425B1AED6989E76A4422993C16E34011A5B3210B16803816867E14EE2A6246D32A74151FFB0F7AC222E51204111212E17430E4B18CC72017471DAA8ADDA253DA9156A312013188828DB7945BF4F47611D105390DDDA45900722A2CD77D8D67B701B78C08320E0E4325B54894707248003B6911B72103AA1C13D10B06519F0065556AD2C600637B4AF31A0786E709571504B0B10041F301A10A04332A01F72C00341D0127B5042781E067C61B90FC52C67A002F6071E0B0739D6F70191ECBF2A70B27603040F40CC622D6F88A13004F2C5DD231434F02ED0EB05BBD7204A30B492DEA954210738A7020E154E6BBD6157E7E26D51007FE0E96391B71C0BC157D0422B64BAE87A4D3C67BEC4D6F2B41EE39BCBDA8398EB51393B95711216D5702F47C9D927FF511DE72C0A9917D19D04E0F20109FA269002017950015213796E26C44BA0377200F29FA45E54D16D096004CEE42C49A2E53EE0040A80183DA032416000707005C9EA0657B00056600537A8936ACA07276F0369D52E27E3024F66062576454662CE5F532796B426A3A32F1510434290015A00D90A9001A0366959400215F08E3503511061227B401552E00603245E1E800318A6C2E819219B6DE85E016520AD3B0F3ACE55C616350146609B03AFD2E63CB05E27B3070EA7F3E5D9D862D13038F6E20350EB339E50AEFDDAD536BA9FBD12DE08F2BF684DE0D822704E1134A200FB750621013949111A48809209200519E0D3DD25C4535E9A78923418C59B9D69FF040AE1C29EE1BA17C95B9F011014EC64C8F041049605104444C0D0E4CA951A3324481832A4CA102576E4C878A004821D172E20409093624D91226B7200A9206241028913F194C9F3E74F019C1480F0E091C0C8990B17589C41F2E2859E2D59B278A8604745123B7CECBC285375240C0C1856AC509A65458420781E8C7D80058B122C2F3A84B403840208103E5838A15BD7EE5D2703F40EF803626F1DC08101C35500A4C3E10E7C12BF50D2B87199177C546811CA824511BC79F76EE6DCD9335D2D74E7DE2D51DAF469D4A553AE611DE04C0ED81580D801E9A2030FC7B9958408A15B49D5321DE4C8296347B60A156D81A4A850A6B19D1C0A0A5C483243878EFF0479B4E489D0DD7B771807402C21BFE44F1E0865F0244880C5C8072979DEBE39699945E9FA967DECD7A920408A1848F0C003ACC8E028848926424307096AA8E10A19AE400B02A9EC8000881CE843698D0A20806388891C1CA28C2428286F099C0AD089363BB478E30D33B4B0A12A2370C84A8AD93248C142084EE8A88C2B8EC80283084618E1882DB67283371442400185B212788136201400E10DCB50BAAF84CC32DB6C09CD0608EC2FC1405001B10E8CA28AAC077A0042851C40100AB32E3DB3D333FBEC0B2DB3D4FA4C8D35D6B488510B2D5400E250DA3A004E093679F32D37ABB0A88A0FC50ED3310524C62AC3880ADE18000422AC934009F90EF82E3CFF9B4028208F0392804009F6B080E083244A544001FBCCC853B435B0B48F302D50522006322220E358121EC06308341694E03A068748E08A8E286431830C9D40E90D2964C0E3DB043A30C28816DFB8A0009B9608AC00B828A0C0CA352E382389AAEC48C15D2D3238340717E4302A84F6A6C802000C649850080F842883BDB11AC3823D6CDF008105D62C530DA52EF1DA0BA730EFD42BA7A60EBBC22CB38AA300362D2AC658638F3BCBB8AE3DF1F273E612502AE20233721EB4D04387730132AACA90B40C361B6694ACA1CD42EB8AF4CC92C30E23BC78AC0C15DEF0210F291E90290F566108EFC43C3A64EF03246A35DBDDA070EE354FFBD2B68CAE3728482185FFA05290028663E96802858A2AD221A6892013E20A3CB0B04139230EB58C5D24808300890A6CB59285FDFE20AF0EB7ED7B114B10F23082872A5FA400091B4A2428033BAA1A630B0000184186711307420E086475E1F40C92C803AECDFD3B0933B65FBE0B278F05138CDD0C1435EB0A1E8CDB9CBE8C5BDE4B66D4EE8AD9099AB3C72FDE00742694E79ED1046ED1DC12E0ED7C47DB63F82C87259581B12142A01A571F4008E13A3CA44822879ACEABC088046CAA4470C9D919CEF02E05B84B81BE625BF08AF0061594010979C881115E40020CE2007013F95B081E020117D880314CE3C3A166F7B45A3D4C5C39788D140E908713158005AA92615D0473012098E1FF8166D8D10BE4A08524D8E60365D8570A14F0860A900003AD2318068ED503D9D840061DC010656638B75B112A07C8C19269DE1000065E660D76C953CD64283D3B81805E55B9427152469F0BD46765777199F0ECE29998694F7B80EA5ECEB4B8929ED9417CE33B5A63D87348F3A1EF0A0C43A4A3B0F0808AE021232F2A40126A709D197C206CFF0B200492301E5F050081B041A002E676AF30B2803E70DC1208E42025F2A1202233404315F8360431A0A02413C880179647A90AF1E1554A905619E4009B93BC810E2B38400CDFA00510D4612F45008C2A0B9383A028400E699A921C6297810A5060651488C0C000D0952C1CA18440E0C3B8EC400173F1703626FF7C137252A03333BCE60C0108C01AF8292833C4EB02FC44C99546233C3BD581024628034F4A7206DF556C8C76A44B9FEA22BD3CEA7166AB598319FA081BD89CCE9BDCA40AC91A15023CA0CF514AF8D603D8F3AD6FF50D5609A8C20C669080635A89025258D07584C035E6482105BBBBD21B4C79AF1424610246BC95DC5059191F54CC32AC71020B14D081C2B1090F55E06A4D438005DE1060017298C0046C1084477E449042D303E0AE70C40BC0A5004B7003335184933A98213A17A8CB1AA439007FBE613914F8C00B64D501E3DCEB5D94D1165D400003D6018009C762820CDC34BB43E5C13F0198800B2A25151AD0E0506535E019C200840CA8C0809103A7FF1173C6CF3816C00C14F5925EE0D21439542007DD03145DE8843D8B62668E1745E30032AA51D4D84CA0FE51C06B423A1C6F32D4B01D214B08BA5A539B66B7ABD99D0176B39B2009A08183D719C2482A700650F5540242A895538DEAD41C9CB256659D9BD9224781A080E0562F825B001E9803088480076C3C9F83AA10820704612C4E32820D44A8AC07F0E0308FAC428212009D5BE5012B4E2403066E5280BF160088299A0E609CF0BB37A42003C3A14D0626C682FCFAD7660F94C20ACE198304E6013993B9D719544081D7AC5831460067052AA082B24EC0801340821CC009D2FDC597A9003503088A601A8ADE09043ED64200D26633D2A48665C5E54CB04AFFB025E49A46B9FDF4A3166063421655C5312F1DC2069F052D3CE7F9CE79E633B42420BF1C98810206E8A90E9450AB1468A19429984005E45B81A5D6F76C41312AAEF294331064E02C8A02D2821D540328A115C10F888C0C1EE952DC34E64943C00304BABC060F30212B49590106620097BF0E20AE5A20B17D0660B30BACC80E1055C0668AC02E2C0525000AF0C0C05620CED6580DC606DCF18E23674F376BE194A7AC40915908519D11FB80EE7A4345B9445BE2EAA50E2058F6EF666CEE738F99CC7632339AD3AC1A40753467202548EC38ED9CC6A0F45BDC2578C1EB3C8407CC200405E72AB8F090DD21F0C006434DC2075000AD1A4841A80AA440128CFCE8FFC825D56C49D81C08EE3517FB34550E6451020F1EF0E91A70752C0A7E000A5ABE87B19C853D35F86A479400845E5100065B21C31F6290953C8CD178EB0E40AFD7601F9468A1036841829C3407CD1C2401395AB8551296088008E830280F0C8A19905364232BF90C8C4E72DBCB8A3B824C80EBB782D33E6F65A500A459DE7A098A6FC1ECDBD2D065DEF336F3BD53B39A659B92DF191817621E39E7F35D377EBCF9168255AA84453EA4310396951720F0020878FE5563290908FE20850FE8E1CEF93B2208DCE5F1C8992D0313788BBBE6064FCE25413A74D98F1912F801B4488A2C9F9624948A56735996C52CE7DB94118BF0D8ADAC800E3088001D7627783105FFC607123B000C6EB2368A5D2005107029622B7301AEBF61EDA8D382019BDD0700D081057A29C2AFD17F2823B3C4C8ABAD808381E0765E5A3117E80102AC3B033AA5BBDB8E93D028E1A90318D1A177AB0B3A19BCC12B3CC3EB13D6B815FEAB00E89A3039A3AEEA429FE32B0BB278012F001AA3E003B4E34023D8264E53025A810BD7930222B8B3042811C5EAB8D89B2FC5723D059A181FF803772980FDA89F17490224C0BC36621307118B91210B6A79399B220253A3BC2B48823330034FF90332883E22E11A1098A8EC0B0C9CE10E0C38803F0828B95025A890A09A3017558A93CD828AE84082AF038003F82DB85180A730B223DB360E84AED94B320783AEDCFFF2C3E65A3B42B93B77B98C22B00F9A41285DBB000DD1C33BA24032B3C00BBC188E5A83D2F2B115DB26352929926194B320199219C517E0090913810EF8000830820EB081F3C2A76E0B8917200B1D799125E83822A802F2F202DD6B2A23E3C1F6E2B8B7B08F257891220C433562A8CF239AE1E33952338B274101AEA20858528227F12439D9983C8801EAA3032BBB19BEA28B75A1186EA9B533F40F074C317D4981B8D88BB8A1A10278110558833C380226CA02240880BA280DF57334E6A80037693B02A414E82A444384AE8F9B9B23D336237A970B98B1EA41B7AAF281C473C4E14A374C6C9914B8B24DC4B70D019402F231D45AB1711909A37888AA308B07FF800C564441C3121AA3488F91E0014AA19570EAB812990D08D03C254002AE5395254042EBB88E17403491F3B86D93B41279915FD142CBA88C351A17A2F934950A811F502F85AB8A0C084AA681211FD80BFDCA172310010AB88F197A31C048915E91028690B503180AFD4A810F3002788AB7B839941E74BD33A00373922C1B500133481BF45301235381E1500C3EF0199158451E5045A3881D597CCC6E2B8881C09638512DA028BBC3BCBB2FF2BDBB2BCDCD098A195AA0D3A49CE0F9488C0AC84DECC4D6708DD7D831956C3CC8509AA221A447698C45D28D32789C7A4AA024F017982435823022B848021428B40720822480C8873C1B8EE31DCA2942ECF4017AFFA1103E600C0781926BAC2906092F50938112C90324800022B089FDD02FD492C58521221632941C788BFC6237F1F38015708308088F35700A43412CFFA013BD228EE2500E16A10359DB0A12380C17A8274309A4DB409AAAE001F6E94DDF808CC3A00AC4A28D24A0277A823B1005D1ADEB32F5C33F38818D0098BBC3ACC84B74CDCE088D91AC999438A2D2FCC46A3B147F531336390BA1318B0438A9F35116CBE30DF73832B54B312430B5DD001839F00239A8153592810528B41980CE5AA1C591433405D21DB868CF2F6DCF14E8803D180EF2BBC69AAB3005611214D88318100F294002F87831F133D0470218198034A82097E8D8AF7801013BC48085A08318FF40A20AA0816DC2A6C3ACCAD1A10A96348A987C8F2488010F480F9ADC8314A49427CC39543C8BA2E18D1124B596348B29B101240026430426555DD5867432B9030142A90029180E1CEC419CE1BD8E81D1CD90D18DBA8B19D3920BD8AFC4D3C0B55B4C43198EC63B0C56E409542C1AB198BC947A18117C0022FB432B492AB03A1F9F3055D9F0B824F0820548CABF910248DB41FB2A91EA2CC225D0AFB898A1A620402378155B6ACEEB9000AE5A80B1B882E9BBB518200211F824FD9A80D9E880B30017A3C8809CC14A2350017964460AA82B222082FE3C801565A7AA98802F72D160AD003E08CECF330ADF7C01E90A1A09A30AA370501798AE510BD5101C419AFF348BB568B2A858559A55D55685AE57FD223E841C23A3809EECBBAAF2355D2D33E0A2199B398D198B978032497E3AA51D3BA1641D9FE3448B05230BB1389FC2498080EB0D253002A58A34F5A3970770140828C45A690A5995811A90000EC01F24809C2D2D4678B23DAB69462BB9120A98801E08091BD8036CB42906E12A6C44013D2001422502AE494F9E54010B620C2C303E04AB8AF3520196840015B8154A5C83248880CA6A82E96B173EE009BD8C1130CA19C6640C25081AB0523E52CD45D64545713102985CD99CE35439738CE37B592C588B3D8D1D606291C7BCD9861CC01E5081A20A3690DA365CE9C85CD5554DD49E5FF5BB7CE3A7BB4B0190422D64FF75BCE3A4AE2615383C7812AC150B49CA0D59892FFA32B924C0CA3210024EE9363935B50E889C2AFD026899012F98384993DBB8F1C9305523053A0396F02C214001F0AA821A50BE0768020F888F3C200229F025196832D4ED5498EA8D32F80020B0812B080291C596C3DC9C03900214C0000F20032BAB801768233BB83B15389DEE1C8B4362A9695D3047393EA3B8D3956D0CB2984CC4181FA995499E288BC34882D8B54C2336D3912089560D091730DEAA54A59C79911CA08CBF7BD1A1352E9184DE5F2D49C44C9B9374AE1CB84D0BEAD4B155A9AEB208AE42E3EFBD5ADE8000D8D1919E752A0AE01A29F0DAB305202C90244E110102DE003FF3A4FCBDAFD7FF6B2FD1F159DD422DD2C9458940830D400331003538E8962B10021240DC3C800338981045E90929F121C4CAE3958200C60B828CF83868CA2215F88026C0003D88002B13882B78810C5951C6FC5897A3E1AD449F0A16418729E319CE39B5983032CEB9DA49450F1DC547F5A1C604A63D28D386445515B08CBD689B815200A1083C3ABA62BD785EA4DD62D9648D4A2B4D1B5500D8400EE81A17C3529AEE8DBCEB82A965B1880540E32AC8D717A8803C3825204B20D77B0AF9AA9DB59D812B98C50F085736C033F36CCAB219B984361B24A00D264302C2B129C16D9207188320908218A0414A46829D32811AD061A0A1118C86817E3DC586E201DB78812A49A07BFF392289C9812B588138200118A8481CDA94DD0AB60CF0D8E3B4AE8AB82EDE889FAD32E0EBE22A50B5DA5CEE8DD73DB5A2994C549C123B7045CA4C4116A9EA9B3502850482F9D38BFD80BA2ADE3BE7CDE2C3FB55818A23D608D665C3A7D70A001682480925D88661E7A29EEBAEBA25A37E08234002D4B9BD0452202088CE5A59526F99882A485D3910011998811BF8637455318F9B00247430539D0D3BA015297881048029B330816BC40112F00229F00022504F1188D21790A5DF08522FB0902BB81BEF200321280BA0A18D85DDAF144B0189999B85C00137A8CB12180015308A1C10A833096958A9290990E88B48A934EE9BB91E525F4E6A4E2599AA68EA5BFF8E493B08ADA9A61274B509F9600E10AD0D3988E6F9AB039C38283BD2E66D16EB6E0636B3EE62B50EB74FDCA21D63B1D401B8DDA0EB33BE08EF7592779E676A9DC5588C4E043AA09198E216DE883CB6296DEC801E70891928E8B6D5812BA82F3F9C001A20C0C3A1922525033760352CB88201798113B00203588020189088C581C7290A9A430154BC10081082633996EE5880969330CB64D8230A002403A3242008C262823CA88B24A08A98498119810CA10981989B81C9BB2EE5BE08792E6A954AA9CB738CA151131F9614EA2E030763A387509409522AE6C09DD8D3B820679126DE8FB724C269A618FBA8932BE6664E944D9C896FF9FE44232388E862A8EAFF0E41AC2D6A8BB0087776A910881FCC1381064B800F78171F7417B3E0681A30B200AB8804291C3047822098013F8616251001C8E901331D30C80882C14101217100C3F1028670832030802920813188D88481032B909520080113E0ECB110D9D881802D70228DCB030F7098C6358A0FC016DCC6C737B8C7A2E40E0A307286D282945BF287884296822928776EC9936734AEF2B9E6B9A35E6A54CC4D981C30245014B2B860D4E3346E7A49F768BC3D4002FD918D1C20B114010CBD78BAA3C5328F9C37BC785E6FCE37D6D0739D3925900A63955413938A6B333EE3BEA9082809F16DFF8D24B6811BDC2F53DA295394031BC8804C4181EFA28810500B17A0814EFF5F6C68C103CB4A59F6408B05A8D289D880735A00707203A520013D68822698021C087A22088220B002CC93011378007C1DF387888C29382719C8E0B0AC8ACAB4A0C4308209908E607B17188BAB25C880B7AA8B85EA8014781BF153946C5FB021F80207600226880331B0A9ADD46FBA37EA729FEE4EDDDE019382400FCEC6A98A8AF7A45AC94B345114658F4E7DEF35557A9105C4B201C048EA390D6E56AE78317871BED1D252CC23EBB7D891CCDBDDDAAD74E7897790A349A96A89458D4757779917B175296A958185EB1BC0D1F427F596B5F533970AD227B97D0641033000802370911A0380FDA4F5A03F7EB4DA83873080B168308FBDE566660000D802E5FF603CAAF7B7C3708A2E835517914A3359981CA88BC2E88038990B79317C487D802A6083A4E88A15688303D30D2C4F6AFAF7B9A9018EC257DDA1C11A22F0BC32E07B805022F0C1831405EA3871C26209C32579BC282923B103101007EB602C4021450E2040529CB960A608C922094FA24C586225CB962E4B9CD452E4E59A9A362FD85C636627CF9D297EFECC211448860C72EC1849DA010B5389129584882A352A9EA855AE620D81E74A95A84A2080059B414B0E0A1B5324E9100285571955860CB15A6506DD2A32ECD840F2010F9B2F3AFEEA5880E5440D0986257C992106409603204078000020020912382E4789221882972B267E98E09124891D0842B044FFEC01C40D002615B468A960432284A4B68D7CF8F9584B0A161758804821070B9E0A249D80986007C8121F099318E90036BA12145B183761B0224B1C144A08828F0A9EE0C0F1E61FF0489FBE037BF67CF878047214E98B1776D2E29672004999F176FE389792134538241853F61D34401D2CACC15B0572C851810A2A9CA1C01B6FB0C0024C27BDD4E14B02E6305349245D50E24D38D5D4534F67B0C8A2504215359F1D76BC50867AEA4135D5547860D563574A5C45506D104458C14FA3994501040F844010536F0DC1235674CD90C015766480840C21D4E0D75F12D0D5C66135246040170060F0D81F113046071138E8A1C71E515861451347D0E1C6085B8C40FFC268105C11847DB9A510190629F066830DD1BDF09E6DAF69F14600935E78A1704694A1840A2C24C4028B1565C8420A19182121102E403086640E30A587647A488445784D3A292B7A37D6CA94AEF5BDC70758104E30410E1C65A0A81C2AA4559F444994A16B071514902149A1C2946112BA62F1DF1F4B5CF0620EB2199BC1193BBDB106491F0A98EE4903B0DB6E88239294534D22A9A8628B2EAA30944732D6D7417D5838D59F78544955555521BCF5801258ACB58012462081841C49A6A080C50AE461445409289100C2574D05255C78D82747C4572480820480A151D7151024C11A00303014C30A68122184010604B1071C06309145136EECE04017598C40FF07132BAC10841C15AE11400C59AC90C7A40154500158EFC961841C29BC01C2858F3DA6404746BC2050196F98E4C41A20C0E6830F2C049083C52C16D584644C8CD0771F006CF100B60B637105B607D6F72F168933FE9EA28FDBA042D615240154D668C9F102CA1DE49138161D245180DC72B35004A709AD91567A2F00B1ED127F70748650C14EE091C5664C6A124B28B5DBBBEFBFF72E13BCF2CEAB53BD3EFDD4A2B7F1F131637DABD717D153020984150A0A2B81C777781C1C95774A74804451160F5BB10267A4A071F7700D5145F772BDB515961964FD81CA878580050494271101D507C86D6A5970830C1660C0206820083220411C96B69D076E81097118FF43055054130A60200B11880107A550810CB8A0077CF8800D805016F2E5A0281E290A1FE4C007FBBC610029F94DE94C4712339C614238C882647A28992C08EA5F825BDC7A6AD49E23B6E785F5B10384E49081094DC85B20B9970292E0C210CC007415A8CF035E508186902E4327F1C119ECD0AB3314A0214B284001DE50A212B1E88D345417F0EA083CE1D5B00836B99802D640AF7AA10F283F995C05E4E342C6BD005BE799958E1A49B01024600F46A09F912AF7130A8C060928180201AE32031FB98F2051A9C15548D681495600091D40411550B00019D8E09231C000062290870BC1600518C041107A69003888E0321EB8CC14A620022988000E700A820DFFDEC092D251A009DBA1DA0A6230390819C10619884F7C9A6803AE4DC00514B940DB4EC202B9B14B434578430A2674859B65610B4C631A134850864462EB05ED31A25212E79E5EBD6785B41B68B010C59B609925734398010F8090311E44450E79F8C31F4417AA931460022E848F02D8E8518F8E0E2320009EBA7867C73BAE448FF2E2A3192E70BB7B09522883CC5A5132F01EC629923C39A2CA5BACE0C8B9CCA00670216515B090800F008190461AD5834E809596D1452B6840435C4236832839AC0C1090D80350B08732985001358B402DFF4081189035029E398101F47099CBE401096FC2411240800438E0150E7270E63ADF600620F001ADF3B4A60A26B0FF28DB1C0502A7ECD583C002043B2CA5030A008113D8152F740E60256B50403B552003BDAD6001F531DCE2F8E02FC5218E071341A43E6F739B26427172C3124A0582F5A72BD0E54A49384019E882052450B439A1CA100828402A2370B40E3EF8A8E8303BBAE78EAEA40939294A4B10AF9C5C6C2725C22115030994D84868425D8B4E7B6CC524474A857D206325953E5997AB0A047210BAA6C48200D4F65E957D3A621F5CBC530693A5AD0C764801D9CE9AD6031C80AC1870C3024C10053D8CE1AD38C843124460993CE4E10342104232E5000292B073023D508D14381883244C28A9105262BF6CD34223D4E63D4160C0143C7080E1A6A8002879036727640303FF6CA70948640FE3AE60E42B1099B54A6E54139B58D39AE600C52A18F104FEF480DCCEA8C4289801168C90848952D4A34B90C271A36387918E6E001758D070878B91E74AB7B2D4F59DF0AE6B1315452D00F7AA90200D9AC26D7AC405B6F1DC221BC9DFFCC205BFEEC5030E92223EA3D0F4B899C3ED61C05497B758F5AA78886A44C21231B48C4636748800A94B8D812658213351D81911882005221C530A5E18CD869320853D6CCA74C2A1E4937340D009D8D49F2E70415E68749B2B1C017059C0C070CD968302A433432E4D41B064C000C6080102C3968E0B960C5080BE202CE276624D47DCE40C046B584571017CD0F2022C9A923D36F08014C85B860E7881FF7294CB0064E500A82B5404231869A919F2C8A09A8CE8A2D39DF39CDF25C7E399A1267ADEF39E97C73C24EAAAD0FBE52FC73B1E822BD4E803A59A5C36C35D9F05C0E530977E8BFBB807CAB95441203C7881B1D0C6142504C10D7420031DA4000318ECCC0042C0C102846099CB2081C24178931E20F0181BD4F50D36B5030576E22DF40DEB831EE941076CC0C4082581DFF661A20C08C043C6C020541748416D1580109488843729F0021300B00212D8E64D10107B6D94D2811935AF79336A62529A6CF8C7ADF05B46712110468305BA74B13DFD91811464ED8280050CE4897C41E84E67CE36E7F1380262F89C55404E39F2F16E67080008260E538EF87AA031FF726107DE735AD5F6673C8DECD1A1DB3B9796E121084CF1DA131F84B67F0B44D19F84D255E0F2F21948002E21884802AAEFF2ABA22008204FA5080CC8B35EE260AE38487A1224FC81372C8106C7CC00582AC036EE16760250DC970DBCA9A87DCF684630BE0E00E2E0813C848A0268410955840CA5C466C1060EC05304D0C111308D084C08B13511D7181E513CD9052E9EE1C1960AC4087CA4D29549000AF00A1F185944DC478949815E7C005820510EB08D86ACC449D884E7A9444B8C1EE9D591E915C11BA59EEAB19EEB511C8BC8DEE2DD467BA487793812F7B48FC874DC500D81FE809CF87CD0A4ED0C5B589AEF61C5123221F76C5A7B71A1F2CD405448C4FF8C3CC009A0409DE8C102B49A08ACA114949F0878800820C1636880067C400F50CE19D4909E054B511492199190A234DE5194816CD0C87B08411C6481D04080169400BB38013B8D570ED401249EC40E06800254000948862EDD4C6B5480B7441A060E21066A60930141FDAD58E35D8B6F35CA4DE98A80CD489694988999585DD9100CA614C2D1609CC9190EFE8EC3B9540F9E4F1C7157100A21ED74E00B0CDAF3A81678508F8E8012C7E197FB28C1CBBC00B0A462DAB04FA5599A8F2C61138AE310A81CA289877A3C8009A8A31518000A10810620C1ABB99A0CB81A85D51508888008500E8F0540BC9C0F12085A07764019D840D64C480FCC0840D61E09C601FF76284C01CAD01B688D919D99C0BD5D42BC941BD012067C6216480150B0C8E4FCDAE45059B0D41FE4A8228484055E18DE68BC5B157411AF688EE10CD1E220D1B02D0710F4914DCCC433299C2F2E1C30FA8E30421C4F6462100205412D23E3E0CA794823285D5A35C69C10DCD30774CD292512F479A3616405554809CCD5857ACD85F355A3F3D18AADA0000A34412F9D211C50401E0413ABFD415C251D1288C03D96483FEEE01940475278840D4000C0940AED20C18C88DC7B3441061DC1181C591950C049BC41E6740C16A80008A499B4C8510AE4010C90150F65410C508002F0442029152111144A1A4B13858504AEA24B8207E2FC4B5AA6E5E13005911901FF1054DD4FF4E3EE00A52F0AE50010254FF091EB5D00C50145ECF5E152F64B5322A1A1F5C8F22D547BD5C00C6C056DA016086EA5047445C14889588A65F33161138A0793D4C0192E6610A00001C80005C81A2FE9411238041B7E003D52800FC8901E65C81BE4800DB0475214C55274990D0C947CB8DAA861C00818C015885C22198102848A1990E003E041B65022460C401E494A8998CE1F702606C00005A0C8D5F4196CC0866CBDC8E498E229AE620AD49B7939C569C90A6D2E0EE32C07DC0C4B00AC811879C84AFC649C09650E984B8A14E58A541C4728E5E201D411659CEE3DE573F2D71592121E404022510F1C780C3966E7CA190CC729A1F3BD5C1672E9FF54D4C0986E41135CC1194240E5798117104110844E1E5C860CE423059C8E1E894D0AAD60EDC9C16395C6159401124C80167C0A1C7A401C1AD07F41881D68800BA440C1794A84E2C103508419546266B599B93CD31B5040EE980488A9DEF958529FB11DEDA06851A42684D45FAF00C119FC811D1C4EAC08CE440C9B92311605B4481F65C84B988E4BF4E62F925E0EC8D11F11298B588CA006E1101A52111E51C094C703700C544065EFB55702DC53025C450962E956866508444955DC975650897A8DA397F6C80354C1985A0703C80A0A505E3E26410CEC415D79C01808C107C48008D0E900AC130584975E14DE8C1816DA78510EB04812008111C800E33C40FF19D0CF5FBA400E68010814A70B5C81842E6C194C00085C244A94044A1C5CAE96407E4E8A4B694131C294FC4D48B070E093A1A22A069466D248B364DC7728CC183ACF08F60AA3C6CEB8984B4F5A57BCF82C6FF62AE9A900F19841EAED99C9525C0E40514D3599B20E642C4A049344237772E117E29712688EB9161504040196D245A5AD1CC844C50C4CD554355FC7AD5CB8F2578F8C690D30811E60811058412FC1810D60189B2681178C1F8625010514C0635851280285D77D5D510C5E05B4086968D5DE19853E2141127C8B206A41869C0160A2C610DD47B46448EFE8514A300886781E0BEC0488BD4185F0D119D4D6044C514812D205D20084ECC11E4448FFABA216536091616CC57B8850AFA02205C0C64FE06A4B848A4DF46ABA10AD89DCD94E20A3D2561C8C386D13E55FE2C82CC03805CDEE94D5BA5CC77D4FF65C0F0458491736E19494121ED400031C0147D2D21130C026395F740E81502DD4779AED55BCAD03300009A0E7199E800D2C0105C0C114E40C11D42708FC6D713D9A85589D0A7C4007A0AAD70141BEBC081244843655C850A0687D1841E5926E05C8006A604B071098C0B50B0C768AB49413EAB4148F2260EA86D704B44872D6940B4008FD4008AF00410CD8817A64DC1000860EA0C1E70C1B054248044B4A00D86AB9F46CC866C866B51439854A0A97D48F06ABF1302FC539EFF35EA0F4DE2CF5C68AFF7989127A75E9FB4E5F8E100EB55E99F26927EF4505278D00473201038C01032CCD114C41F351271746E7DA926D08A0011B6C4116E000532C001CD08001C3810CC8008759665C555E0AD655864C8A162441D610C563F92121F1814418C9056422081005BFBA407A3428890847DA60C18DD841C45A641DEC4EEFC4204AD404DB0CC81A08AFC5004551C0B010D6DF075C530825D584BC107CC4801C00A8CC868061FC70A4BEC0B0B9C0055648265A8C12F7A41E950BBD984BE81D2F5002AB90DA0BC55DF1F342EFEC3559AF28D98DDC08F5646FF6D24A1008C45668ED1528C10260115D3CE97636C9FB5C8501D4805684801EA4EF8209153EB771FB48858F9027FF1AC44168D11C581CD307DC6586CDA10FE401AC210908E8624D8040202501EB5E0C6CC4C784C046CFAE138926EAA670CA1AF02B04DCD3D829CB042C0109CB90EFCCCD865CE2B494840096ECC5B413EBB66EB02CD520058B0072E033E7401E3CC878D5C75C6CE510682D1F648050B4881BC9511E712CBCD8D088ECE856EF28B06E172005E1310A92692A634D19D2784D87DF0DE48D3885C67905535C810C1084E760817D81A97A5D8F28518F8476CF031C8182AD2F2991C7234D851612C4B9FA4116188011740E16B4A91078814364C0973984AB55401E884E428CC8662900145988A46C846D9945C4C2208869C1C15284E8866C67B334586893119C000F7400FFE026C84CF74E4D7F9E6F4431703C46E08A8400126C682A8FF9142BB19ECFEAA291C1C6482271EBFB1E8653BF4006DCB2830EC880D8F44D4F4B0DA594E8717577BB84570B6B3863316C78975241D1CAAA10E141ED3E49DE922E92A4D688FEC89CAF30C557DEF510788779BCB33AA30013440019B8010924E6161000AD10CC5E3F80168A47157C81051C01CC30451044411020810FFC811C8880DF12C13D62D6CF62228B4CC8854CCA19D08E16E0A81F99F03AA1C5077C400ED0A07EDA4119788D13C9C1ECFE9DC66284AFC2F209874A1AA911737914D95CC819C046EAC1C6137356B0B01E05001B0BF1005FB34FD64E926EFC46AF06ED883881776F3588449CFF158F26328AB5E5488848CAF0598F57522CD14DD1B5D4EADEC276C0E5658AF029010FA0F9025CEDD51AB6CCA146D54A4513909A0128410D7081DD71415E7B853A37371AE073558841996A120A4080225700454340F8B51A1150569A5D288F91F71950805088A64FD48E0BDA4400BC8166B353125CDED394936F6052129CA4A26C930B2CC71BB472A55AA285AB511D00F97201391BA99190BF118B609716908B7E6A130BB1C718EFF10C3C8C0AFC04C83231E849972E5EF736EBF800A8404B79F9C52063109AF779A3B759835BB84D294E0DCE797C8E6965CACD09C4940626717CA5975E9518DE93AEB04593480509D0921BA0400DF05F1CB452574023C2982DFF1AF473BEAF05908D410D94410E48011FF486145C010EE4630A8E94C06508054CC84F88847EE6807655110DD8410EE825E90A4FC8F2EB40CA81165CC04980800298500E40080DD000BAA9100C9F1346801E0BF8B81AADD1AF7FD4E808BD4751B5E9ACC185ECB4589138ED8C580FBC9BF43537FB60011FBC4680002557637B4AFCCEB67B334FB42E16EF596936ED166313362197A39C52524884B2E4DE10490484F0400290076A048C8C712DCC912F413C4502649CAD44851E040DD548C6D160804F1D3A9000D503BCED78A2C09ED400D525011F245D0109C19751D848B54B7115920B1E2D05C0001214ED0E9E4F09556E4E873C4904005A604A05B4D4E97C7AFFC9F2EB8C10EE4FD85407A8C01B5C84C6BF0E45B94E430079D017FDF007B9D8183BEEFCC1BDCCD60745A8B3260017CE391FA880835E7B49ED4E876CBD49F58ED77BF99707A1F396E6EA064B0F3C99B96D1405BA16A3E8130FBC2A36614F447881C2C8004BE305737FE7583EA1F4A04719506B7F54057902C48E155900008843A0C68307211E28715805E2108810192A51E827CB0E240A2604216223C80229204050480262000B162052A40092E242912214E8648990416680376F8000512053A68233672E5C0890A2C207251976B218306082CF370A1464B00384420A2D5A924078F0428B8F3A63C72E310B62C91FB57F961470FB166E5CB971CDD6B50BA2A8FF960329146869F93747051B36F810867018821C20618B3871FC1872E412939D4CB64C397266CD909F761E90C3CC9A35664897263D1475EAA17F2BB4765D6142EC0CB369F7E82107376E17B88DF4F6DDA1039F0E65B014C7D2C18E0D391D143E2863438692326520F4C69D20011EEDDBF1CC9851058FC385C5CB74C0E250099607106B706130E6019E0421E8D7C753A386C41A131962995F638B3892082083050C0822882BA450C9A4025602218908DF5803A82430C8220B3226DCD025059C90690DAAB4008134A4E478418500547202043BEC50608D0B14A8C0C524FE4AE1031E3A48610D277CF0E1ADB584FC63AE228D3C52AE0348122AB51C9C8C2D3615A4FF7452011064DA0CCBC72ECB924BCE3CFB2CB4D14C3B4DB532597BAD0229D55C93B60C7A02C285DD729B530E3BF870E1853CF5C46DB8E69C83E005EA129303823294A08F3BED865874A22A860841091E1CA2AF213C4218423EF4B0C36E2186186D94A2E2E843A1862B6C482224233EF8C08E14544A02893C28A880869358B86C0D295668E2C2082830E38235B400E20C168AD0E90DADDE204D81247AFAA9080633A8A0A80BCC48C2880E5468692B208053418B2A41508985B7EC320BC974C95D7745C7AE740C843AE02A89827AA952E08D78C75AD7B22E33DBD2DF803B5321CC31C92C7328A1CE44D3C9869D4493B6C194538ECE3A5DD4F385418D53CFB93CCBFFF0CD86170E0DA18A10B4ABEFD389BE6B74D1965BC6A353883845148F882E9588A1F5AA68EE0542514041050ADC048145244440028908C72DC1B1C9DEC80383244600608B144A4B01DC092F78C3590574A22A3020CC28A2B3AA8078A35A24F2CC2085A192B0A1B80FA4A0030618DE688C2CB2D29D8B5D722F9BAC5D7F59F041A51F09BF20E080014E9CCB810B1E3380C803508DB4A9EABDFCF27BEF6D094AD972E3037417C270C18839F324DD372008BD823CE214C22263E07AC3823EFCF26319D42ABEABEF6689227A947789D0D3DD3BDC77A654A11A7E46E1010806DB03080607A381821F0377EC82183020014322B64A420AA15EA28A02202A48416B9D72FF78B131275828FFECA0D42E4305AA86AAE005122E64C20D0F2A3043259DB95500074092BBA5C4074F794C6718D740C5FDCD8111CC526772509418550B5824D160E634C7A432C5C6616C6A936D6E23871EC8C9742EA88E11DCD403239481751B53481944102823404006F3091ECD6AE62892E52E658E02DE0F21D21025106F228F02550898F7808434313148005D1E52C0072F6480020E6241668AF08618AC600B596002122A90043244000667C0DA19E0C79760B1600D4B48811D8AE598953C4B2666B001725AE2359344008D474B010572A022A774A604E402410C004934F73965810C94E0242959C92E51B05A455180C110D649D4740E948219CC6C2A3627FF8AC901741503CE2A8D33C31788C00B7A3ACFA478779E075881228E028FF1488633FA340A659F021E7F4685822A24E40157B8426FF0278320BCE00A10484200357381241081202B90420092C03D0060E00C0AB811B08205940B0C0B5A4E5300109035ABC5DC2B0974C0C0113C10217252698B91F1C11FC840100090C1915EFAD24099E699480EC0920955A84009261A8395C693F61B0A28293A8136D9A04D74B2C19B80301B14D2295BAB8C61EB306628F4D052093AE41D45564A9121C6AC64BF44624C4D6629148CAA06F4D983715E60041B5C210B017AA6022683503BBEEF0C5B81C085DC00A30C30A12047F09A16F0598498C8442553114D112CB3B5C8ADFF016B66B8DB4C9880A115AC20022010CD1BCE40AC7C7EA8082038C001C88081150060057930A813067AD0830E14B07B55280417CAA50C3CD44C8071921628909A1B21E549515A9394DA54D90CC8C9B219A0D32ACDB3B1E2BC4006B09BCE490F4553DEF1EEA4A755EDA5642AC4452D043C78605EEDD080071EE4492127E0010FA6509015C8A00314382A0BDE408109B4868D29F040163010833C1CA12059C8C305A5342E10AD018E91230D5629B3AE9D00250F7458811B481007E6BE815C84D4C2BAD6F006189001066AD11E06FE20D8C04A92AFF7D5EF9728F937A615364B04E3A42755E3C1FBB9A67393A56C66335B818EAA4975B971D1C55E800565B24E3AFF7CD8C31ECAF0002C4CA7533973C8C94E6B91FAA41651AC05A6C96E4ABCF4F04E3B3D3502130F858238F401004C100E05148935D8A00F0454B1906F2F94A13794A08B4EA240004443A1C8B58F0501280A649AFC5D27BCC10DCD9D8979C97081CBBC2172770B110C3010810390EBBD05E0EF7E8D9A5F36BF19BF89EB1780B9D4D0104994C0A931F0195E5351113258B3B8A9AC93228C1B3BA1920FC5B9829EA6431D239C2708C551484568A95A1490563C9346D4311965A907DC3404DE8119162CC5C41024A0A757A0F403B61055E180205F14A0980AC6A5126679E0AECCC50006F2C05516AC939D4C8E161CD7601916184525ED3B96942B93ABE68E4B575988FF81972D13AD0B9C210033392B0650B2C518C0208175B8AF9B074A2EC6ED77A18B6B9C02B1E4193B4334CFA9696C6AD0D49A8A5A14D00C4E930A408A1BD061CC633C7DC11E2ACC313F1D5CD30787147A3A55EA96F9D0D421D84F156EEAE92B58EA0A4158884350808082008004CBAC970D36CC870A58E9315B5D6404CA0C833C4C680D43C1E3B0E1F82E2718E5026FBD39B0549207269081B82280EA0AA8D5BE47EEA42831C010B7FF3BD7BED119EA516FF797DE7DB07887B34C68AA68BEB96E5939810EEC7C0078C11BDD6884239C529236A27434CD1088AC8C22DBD90FA861064D26823A041933C05DF1BA8523344104114E41AD230394B8E6818A13C0B619FFB6B2ADEB510832C4D67911D6F087B9A27109D6846A16E8006676AD21005AD0090C0A12012F1FDBE9D1923AD4FF06940FAD68CE9784F353AA6E86ABAFC66A9D84CDBD7B906F07679684C1BF0DD85DE49BDEAC72B7B74D3E0F88D3688734DAE0AD7CBEA4618C874F290A66457C141E169D9D86D04709D0812A5E993082B2668104AEBAD57F0B3F6C05A86902A1B176CE0BAF199A1FD5F21ED0A014300000232F0B80902C28168302C68F0C282405A42002FE8042B82AF656AF922EC3F09CA0C93EC4BF2E103318A7F6E26D2BB6E20C4040F73AA7615AC336BACEB248E84D02AD94E4C0F88C60B79469F978000B964F3A8CC3213CCBC35A69544EC666B6838930FFE53E6066B794C05246060B3E8009CECA0D224D3D18200BF26A02238FB884C2497A4005DA2B701CB0CD6CEE31860D32A0AC00C88C20386FACFA62AC64829002A0000B02E8D620098E000A8D2E60FA2670C6CD3102AB81305026AC4C2630D00FFFF03204AC83E20D4A88C2F650C3351A86A24CB03556D0110D0D74EC44387A039A9489D188E338A6E30550600C9AC00D182021CA204F8C03383886D37E296512403D668052F0C0C2D6033BAEA064AE0006588E041E2001D2C3C6BE49E7208324B0E64D72400154027026C3E6C8452604C8F51EE956DE05042200434660090C2FCC0CAF0842E30DA00B00224025962B021C90FDB8645DA60ECE180710CFD1BF24FF031DD94F104DE3F62AE00C4A0411FB6CEBB8AE023280841EB1948C20ECC06EEC46F1B35E600178857FDC208C9820E44811385E40216A46895C8B2250E0B5542D04168008C34306F6E00A84A06EDE8B0E8880089AA00992B0B98C0533960429A4642872CE58B810ABAEE731D805AEA205F45832AEA4E07FD6CF18E5B00B5940E9FC8F0CE449DAC0B1B0664FA0B0641D2FD05FCE3133DAD1EA6E6FCFEA4D05EA51DF6643F84A481F110DECEAE41FF5045016C00919000BECE005080001EE6A04166DB756A9C316853E86203F7C472E4380757EE751F8E044B203501C020288C0033CA00970400AC64A91288005152307CEE00D9A2603B5E4011FE302680290E8FFC903624034AC45D85A8F188B311C7DB19F3E2E0BEC46DD0487247AF1284F1335D531291FB3B09CF2106F6F281AAB6D708F73A812D0EE111FF3312B3F27ECB4B2050F434704F208B280009409244960FC9A40388023D168E7525C6B51F663065A26997AC78740E701DC723B8E300392C00ECA005ABA285958D008EC2068080F328CAD250DAF5AA8220147600C31E4092960274A630F7762276A6DD83AD37D2C230F60602056A0F3288335B164E5C8A0007892F556B34015CA3561B3931EEBDE1891842C2B2BFB112F89CF1FF3A4038CE00AE0730BC288B9C880EF4660C28C8021B5030DBC633A5FEBE1A6130B247251486508BEE2055654028A6708B0A037BCFF0052CE478ABEB3383A2007CEB0312E6333AF2D6190623680A0F88C60010862046480085A2D0BA4203006430E32004AEC6D0206E95E9A420A2B63320A80246C2EF6D231F26A02AF0E0002199341574FC0DC114213C683FE62424D3009326B373134C2EC400E90C00E3A144521805083200931640BAA0351B3A0095EC045CCE3ED589445ED1205240005BA6306646B01740705544D0242750864743A3AE00A1EC50B2020A512A0215E6023D2E96FC84534B4A002E4C0065CC438A00F0B0CA02048400E5C600A30C4034E08E09ED43A7A825B48E3AA5E5227ADF1481BD3BFDA0504722D06B6880EF9B3BF18145B176A4E9F1236EF144FEF4D367C8F3676734EFCFFB4A3322012C9524F8C205595490F9E7001660705B8000344A0141F805267205425002E456D01FC957866807564F452FA5502F0C33B72263BDF523B2CC2796C6002B662ABAE8B49A82A03CACEC490472108802018003850208CDCA0EC0C4521184E2174E42AA0440B4AA301C1515BC7D1097E92D7D0260F0EE0BDC8E000FEC034E94C4DDFD409BAF535EB9402B4E0C0B42E365CC304A78594FA34ECE2C4056C83627C63EC60E0EF9A6020A6202063F40AE04006B1C0651056028847B6AA406C61263BC5766CE1D26C13567972E7530F43C67A834B3B47B32080639EB3516C876F6B00449BC80F560003ACB37872A7883C2C0810E3035400354A6359AF040333FF6333FF20D776ADC83E0EAF6060698096731F4368EB1435C4691EC515DFB82E5D55D011FBF14D6C8006E2442B41A70300120B98C0AE30442C71F001768B76F8556D73D45F254E6D7F0961D180787F8600D8E00BD8E07889D7760CE0408260C3A257066460550803B77AC977948700B6977BD9C07BC5007CD9600BE6C90A1E400CCECA0288577D89775FBD035390070B00254F14634A1253BBC809AB60B633D70F0400543ECD0A03C8200905370296A0730FF8B0E81474D9681E77CF36C9157577B335340B43FDD1B3067204E2C00A9AE8ECD6030D7A3754BDA30608407D95570C6AC00008400CBE8085C5A00DBE400C0800055498856BF80B6AC00D9AE03817FF80877BB887A7770168142E47987B657886B9170AFCC00FD0C086E3E0AC42144300C00198F80BD6577DFB163F0E4E9902D23AB6D4065A832FC2F46E922DF20007046EB623777680C86CD760A0670F18EA1278681778DEF8CC4B1FF8369B7637BBB32778030240C706E4364F76EB75D28376AEE0ECD023D424400774809125C08659180A58180DB8570C94777D51007CD1800D8CB786897703D0A0069A800E3C000B1660837FC68797A706D88079B5F7786B007C65F978BD977823F90BA0401BA9C60200000CAAD88A81797DC1979895A787AF60FA926F7EE9175C442F7214A05A6EEEC8122991D8C58CD91803DC984B1A148E138758C66481D5482BB6E28E49FF7702302ADF4AE9947063820B8D50C00E315E80903BB8D278C85118D991A9D886F599855358965D9985950705BCF70BDA00216AA0866BA00DA0A093ADA0879707A2FB569895F77889D9A289F90BFC6007FC800D36E006A0800B10A00D6E408959D80100A00B76C095F9799FD5B786211A0578B8396A302001754B1D2607B6C25A48A3629D35320FC072CD6C5BBBB9B05E029CC379CFCEC09CBBAE5605ADC11AB162305496D0EEB492C8656ED986378092F7B98AB917976B808791B7A0B13A79091A861D9A87AD607BF1C38A41399439D9A2BDD7A0BD970DC0B70DBC7703F27A03CCDA865BF9062C008CA0000AEE3AAF85B9ADB1183F5020950DEE7560A77472FF6336A632368682C95E16280E80E576CDCCA6595B899A718C5A814137A9979AC12866029C3AB255A08CA2C29DA51A6378A039EA0388289578F1BA86F53A92C5DA86B7177937A00606DBA0B7F793B19AA2A120AF3BF967E89AAE19BA85C137926FE0A3195AB995DBA2F53AAF2DDA769CBBAD931797FB1AB1131BA67F66635EA01F834FF1C4EA6E90149B010A28AA8D4C57D3B30DCB6AE698C00AB1C03E8874016D9462A3F7664369F5B882F584064B4B65DA579FADBBB0ADBBBBBF60AFCBBAA0CB9A003C5AB0DB20AFDBE0850BFB0B48A5A3F79AA275BB862D9C0D6C27B7A79BA22DF9A22FDA0F10000108C0790D400F766092BFBA6F6B99AE8BB898F916B955FF194160F06B75A403E2A40726BB62E1A51695A40F7B515B9352CE1AD381BE99BE3DC9BEF5AC035B2207CCB974196C02D4A4257AA25C5F57EC6497631E6251F63547678098091A7C11BCBB31DCC25FF80BA0FB0624D99671DB86A1BB85F1E3AD81599837C0C25998AEDBFAAE175A8953D878611A0D2E59B7C3778405DA784FB86F295A0F18800BF4A09561D8D1BFDB7620BA878320233532078B63B7F0320340C33EDF6009606D31EDE881927C3455B3D519876DE00D42FFA29348574D3240622C8B7139A72708032F11A33A047C9E61ABC0BD6398E3BAAE2F1AC1F31A0DF4BA0D94D80F067BD97D9BADB53A9211FDBA5778B8F999C343FCD1BD3D8905DB7B8DFF777B17400FC8AB09549CAE2F9A7BC9BD885B1CDEBB17A1873BA131DD987D58998E79A48A836EA7A502FC229C2E6859A38EB090F2672328033A287260F3B1C2692B280AA71F06372DEB7C52C04972734E04192067BAA668DBCF499CC4AD1D97111CA4B9C0CD6F80CE2959946B00946B1892E9DDB623B9C2A7DBDEA31BBA735CB19D770A8E6001E200017640A5C79D7B7D388897C788619A7BBF5BAC597E7DEB7D797AD838F43DE312644881C345207BD41373F18AC258A47033871A020B1E4B12FEA855E3B15A22421F9EA2EAAD4DB43C0926D84D9AFA5C814306FD0415599478115DB9179CEFFB9E9237B98A559EC1FD7EABB79D89313C920F1A3F789BAEEFFF5AB98DD70A22DF799B20858B787B63DA87A7570F365F0F5ABCE8C39B544698F38FD892659CD1317F955599E81720863C0C63B6B26E97A528F4F7D58156ECE1D432C85ED6C3598D26CACAA3A42592E0D63D6A4E7C639E69A6656A7BBA159CF09B7FC1593AAB71999FA1DFD29DFBAB8FF86798BEACBDF778B7D70022DFF28D98C5877EF57BF8E8413FBCED5D96B5FD86331DA679D8003E1FFDF1FDC2000E2FA5C4688185F6B959EA5EDDBF121E20149C1948B0A0418329122AD442E1CC84871023E698383109850940546490C3510E9F8F105EBCC042528992105586A8AC22A665CB2F3063CA9C29930DCD99366FEA44A373E7CC0D3C5D8AA9415426D1A33508FF10B029868DD2A750A1EA994AD58A950558AD5A3D71C28457364E9562C51A55290AA228D2225DCB366DDAB158A7C8D5B3C0AD5DB80B64C83052A6CC8B2B575E7470E122830A2D66145CB8C0A271092790234B9E4CB9B2E5CB984B68DE9C41819983A0431F4C413122442DA8152848F11088EB8F578C1879C183C7482C0F1E8408A192A850973D83E7C40916ECCF1B37FCF841C0A5F98EE7CDA33B7FBE0381753F506E7C41C3BDE897A16CBD077F9AB6AC5203E8ADD85D8F57AF10B9F0E53220419FC418F853AD280DCFFFA85BBC58A1871E5C025E35561008060118490F90F4021F72643041428A5D5044119865A8E1861C667086199F8926E26829A8A0D044FFA4E5900205296690C1471FDDC6606EB9ED16420D2810709650C1F5B8C106C6C1D40614CB71B183030E58A0A405473479C4165046D9E4924856698103235489E4921630C1C4087138C0C0737AB0B1167768A2B916542868E5A67EE51160C0146330C0801B741C4146047CF249C69F4E3AE9250684166AA8A15B30D164960CDC6700016BFD07205E802DF0949B5800160456952E4092830FBA98036266AC51C4668E71A8EAAA967908E288A229246B425AA480DA19143474860A1A6D14236D3CE866E36E3842555C8F3A01098575465AD96494503A79A5965626C92593CF42AB2DB4472839821B6E84E9401CE48E90E50E7EB09166776C99A7230A06A4354513FF6E1C11C19F74E4ABEFBE74FCD9E7BF1128DAE4BE6E986BB0C14D1E7AA897E6BAD14413F44D61C0A463AD67F1C563052692487CB836C1198C35C68266AC56B619C9254BE66A88A2A176EB40395420F3CC1568A1400088A9A60045136D24C76C0C9E446C0D4E1557DC8F48277D0391CA3967A7B5D22A1926B9E46A796DB6DB6ED16492D472BD2597559A8BE4B7E0962B6DD70C7081001432A9E9AE1E0F9BCBEF9F74E3CBEFDD78E31928130A6390E8A20D830BEEC1814660680347E4EBB07D124F8C97C568B97545829B6ACC4706885978F2632943B679E79101F121CBB016346B05290C6406080AB8AC05451C853492B021B815241B432AE78791475EABA496FF76065FA5935122BA68D548DAB98374CD6269AE92C467AD75F18532B145F56753F79CB5573E97761BDCC5441E01473EEDA5A274082E78BEFEFE5B28C07CF68D01E2DF3EDC44F04F173C42930DC84FE8A26E489E9DD6D724BE61007D6EF0407D26460097DCA53D3280801180A0850098E1549B01DDE64E16990D664874AF2A9D8856A43397D1AC0236E0434818942302E86E77BCD39EF2B4A73D6A2D6904BFEB9A0E77C84306F0F08761131C9204272E1BFACE02E44A5B73FC8034A7E8813A0CF016D5E2B0BEBBA9EF8A580417DE02C5C52E3AE960600CA3180DA63EBCE90B4C61BA1FFEEC3386FB08412F1FF84005CEA098223446831BCC2307310342D28990FF2066580CCB28801A99C5D1457CF80B6E1EA09FA5D8A40D908402D396639D4A56523A34844E742C399D4CEEC08740FC1A12C975C4525A607F5EE4E292A64425016A095D90C48E24B7D735731D4160A92C5CC0CEC704F835A06E80BA652E013746B2156C8AE47258D7CA48B0C1A1916A0FB3531BDB88836A5A530A49F08CE63AA7C76E72EE321E0A4000FE48109DB56E341379082267F780053C8A00906C83D1E649CF7AD6F329C589273D6192B47E1E0B26EAB2091B7E8406337DA19F1B8849D2D86017B03872A03F02CB6F5C821C7AC6920B16E00214F0E950A399473DEE82CA58DC24A0924ECC7170B14A48CD831EAAB8B4A4707A20C56CE7D09512602C7AFF91022103B0980EA28A0599D123653288990A806856B33288394594832450C44572989D1204044F79DA939E11050B429B7855A3FD64AB11052B57BF00D11FDD00AC2DE92A1BA000497B22E7ADF28CA5030040D71D48120AC5314F4DCD93948FBEC94014C38BBBD41AD2F59425B07599680B395A9CF258210832F840383DE7C1CB7473A828BB4C0E8E8A545AA54601AC735D424E2833854C00AA4658649B1C69D52091152CF16CAB71C04A93DFC4B6B562459A42B7DA861B4072036F45E859B9AA2E80D614B6FA04A855639BCF36F8210B7405401664D9D6B2F841AF7B7DA879DCF25737AD16BB5D858A492B16A7A85C2C2D8D544A768DC6D678BE562C32708DFF023044D40C5D7632F5B58C0A2E1042A59A53200491D5CC4C931015D800021098117AAE4A5C819635B76F552B1B82DBCFB75A78B8C4056E452B8C61DC99F5C26D888A3EB5DAE0790E090160882E5DB7B0B48D3E34AFF7B4A952BAAB1519DB38A49362AC8C272A06B3A040C26041C10282F0020F5D08837BC4AC373997DFCA00E1026BB8993803B918001B6466068948425454013940E00AB9A9027A180B64D85E38B7C5B9308673CB66DD7E95C26E3EA83F958206975875ABF75CD65C554C57302CEDC62B25A9E3FE0A686349D425798D4A4A95D2DED696999E62C1CA0F26DD4031CCC42526B00216E4A085358CEC7326F3A6649A4C191504720D6F48757F43FF23B33374D656A8295154171902F522D7D18E365A9B95A666A5EDBACDFCFC917187A31D395718480E4DCA3C113A4F172BC50F7C56B11F425C68ADBCB32C842E3499D56A17956E1B2C444BB4235FEC5177A545D746514F198010800B0975D4F765950A52FD063F8A46CBA913CD8BC0BC9BA734C568885E76568FF6EB821B7CA147B3679B257C61DC41F23C0640C00EA21D5D0740213DD61EF3B5C53B20BC583B2BDED67654AE4A9EF292BB384481B452986BB4C52A8547C64E1A4C0810820EA860BEEFF669CE57558100AC419C561611BE592D333EE0A60A33F8764E68CB7483ABF9E96FDD2DD29083ECB8B6F5B6038D794283DDC498E0CEC48E2E0B02F64CF1FF11C8C90056E9B83B0584970499B4A40BD0C3DBC9129592CAE9EC830DAFA1CBBDF7B0BC8BA65785794C78F25A3654E1017600D9CE9D106F9D67B6D40A58C3CF4588EF7C0FC43436486D0D5422C9E5CAF6C1072F38C3A9BED5356FA00D76C67AE8B1CA6BBF4305015BA0385D57707601C9FDED6C47D01B29C7FB20E0BE40011A508D9FB2715B9F3CBB237F348E006FCFEF8861EB83A74908789001332C7EC925BBB919EA4D79887416221570D10B1EA012788225C2C712BD45DB3075A89779D86986AB3ED9CF7EE0FA3AF4CC5E7F24A1D007D9D355EE8DF37B6F270404588094B30019F752023868E5D1266E626BF6947C5DD560C7A770D0D7131A36044AC007FF5A405F4B266AA0C6479E0122AB161A95272B10E122A9C51B43C0562D811C23067507775BB265618F4662F7A761F69750A4877F59857E60775792C405FE47574DA017B7372726351506E0524C887B19675234365253786E92747C26078146134F37F068B9852C86577339602A48F6811E1482976122207201E4041AEAE4221960071D8005BC91148D966BB7A66B1F66611C0675F28775CDC58560755656777A90F405BDC555BB7666FE746BB145009264017D308994D87FD175042DF5840BD85241E0849BF2576F178568075808F8575F813BDAF66835514F081573C92206559000457606EDE66E66585F68A85F2900226FD0860511111C610722F100288074FF43921D6F2584EDD56BA50775B7255634B87F77458367958CB2255BD9114F6CE587A6D7626C7587C7188EB1E5072D508995185D2BD0847201772525314E481573E2528D640599F88EB8971F24058F3AC6716346665BF555C8D67CC8227562800278A0047690022000656B405966E878DF9486BB9818F6D67DBE2212B8B11BDC318DD1C88D30488D1F198D224983CA088E23392481588DBE05491E79757B68619D6783B18500E6688ED1C5054C688F2D55529A188A6FD2844A085369B7800F58680CD64FBF957FACC761C226131145001A580676203A8B1132B708911A920113B97DE3D48628D4032E8091355205646915257996683949BAA38CBAF36C698996FFCA819690789643729275795BBE656122F9965738972856933599055BA007F8E18408008FF5F88E6EA20704606DEF380549C8933D6952CA685DB2D479DAF88C1AE6912B294F83687A9B092987C70384311181E418B7984719A286661000DC474E0FE1111D102C284196CE252663E249BAB99B9AC43C31B43CBE199C9DB49B98C41C96749CC8999CCA899C6AB39C96E4005D109DD1099894C80053C04663D01CC9191FF80199EFF88EF7111F545198DFA9072FF44296749E6BA98CB18596C7D8681C09922DD99821901B229111A87141220354A9F97895B13254D6861AF1111DF00035F0057EE0002DD00277209D0EFAA00D2A9D11FAA00BBAA07770A1185AA1FF1ABAA11CDAA11EFAA11A0A06223AA2240A062D50A2289AA22A4AA25522A202F0A22FFAA05D608E5930024FC33DA6C425C8B4A35304463C4A35A15425B9C99BC259A4467AA447EA3D53100528700510321167E06918825FF9F58193A1021F3282FCF5473D1312658002E488A17700A3645AA6667AA6689AA66A6AA60FBAA66EFAA670BAA6632AA7173AA380B9055D30A132BAA77CDAA77EFAA7801AA8815AA7328AA1D209A21D0A2D0E00075E9001394047B688864776648DE7044040826BD89522D4654600662660A2881AAA0C2AA6A45AAAA63AA7719AAAAABAAA6A6AA16B1A9D4D129D310AA1A38AAAAC7AAB0280A1B8BAAB696AAA6F5AAA0BBA0523D004FF1F10A5915A594A86AC9071A9984A8216994824011C03F9055450ADD64A0532115BA96797F164AD76E9077310AEE23AAEE45AAE73601DE2AA9E2F64AEE10AAEEDFA42903407D62A011250AD73C00523BAA17700064A52AB270A060E501D6D1013E7399C35D4A22B9AB00ABBB00C2BAA0EFBB0A1BA051EE0699FF690ABD24720E29AE2341096171A13C11140831B2631B2244BB2C3322C23BB480FD0172CDBB22DDB0130DBB2253BB3257BB2274BAF2A31033A3B0412300464499643100278C01B0F30B4422BB478A0124AABB455302CB951B3238B07465B0535B02EB1852D6CD558348205346B12B971057DA1B25B4B23645BB6636BB6B971143FBBB6541B1EFF2650B6E1715E3BC2636E816DC367535A01077A8B0344D0B7D9642AFD998B4E363A2428791589105B96033DF02B32C220628BB62BDB17B2B3319F52B9969B29807105964B236E01B9363B2C483703A12BBAA24B96674196B931B443901B438002BBF1B39B579B8757239F521BC142B63632B2666B1204E0242840236500B3B501B6646BB91D201BB3591B967B053C50B980012CB6BB31D23BBD2211BDD47BBD08261BDABB3112241B84F1BDAF1123DA0B23E4CB07DF7BBE2E50BE89B431300204724033BB2879801BB8499686CDBA86ADC9B10BA1050781423660031E9148DB2B12B371BDD36B043640BDDA5BC02F90BDB28160100CC18DFB292F50068EFBB8FF658B124BBB12336023A99B002481070F00C245FB004AF000644914225C9F0D52129F12B296CBB2978B05C0B2000D70C39A9BB912D4012F6004C95B1B1BD3017660071D01B20B6C0419E0BE459CBE7CA0BD1DF1011DA1BE52DCBE4090C4EE0B237260222EA2C41C01875EEC22A8C12BBCF2C58621C6667CC6629C0136D0036CCCC612F2102022BF94BA6453DA9FA576BFDBE7AC0A212232F3106D5CC41D01C0808CC572F0BF807CC8309242843CC88C9B48DD8B91D37BB96196126B2BB4C2F2005760129AAB040B80C9BAA1B9AA05666046C32201017E2141DDFBC0D89BBD1F917946200437DC00A80C011052C48ADCCA455C01BCC21A6F08872A32012A4033FFFF6B032EA2CBBC9204403001A4B5CC0336213143330FA1054990021570827B8C2B018654B1F26A0DF15F91B70655D9186548BFD877A5781C48257810AA615A1181C62A9004BD0287669C04A745C619D0C6F88CCF554CC6519CC844BCC076D0C4B241BD70A00454BBB62860127468C241901B4150B92FA0C9B6AB048051061000B37C10D07C00B33DC0C5017DC81C01C000FCC54910CB9285042EA202C0BCCB670C6BB53211BA021AAA81B809414796C73AAF965405E1CD06912B333D82785C6FE78CC755B9189257D46438A9B638C7E46CC792616A446D41B0B2B11ECB3309611AA93110BC62032B7DC6F9ECC6F61CD615C0C51D01046029C536B00742B31BFFBAC1B59902C24AB007B50101CA1B124A501B1B6DCA0F42C483D1D172F00146501840100684ED1A670C7EC11CCC315311B1EC542992034117D9E2C45324C85F20A233956DD9985DD9AA41826F2079DEECCDF20BCEA36DB8A522BF459DDA167264E0BC184AFDDAB03DA92CF0DA4D5DDBDD04D597BDD9E92C4228E8CCF43C21A891044E35113243D868ECC5E19701C9FDC5800C874850C5201DDD1C2103266123090DB6C308B66A4DA07388602461D12F200316DD013F231B3DE0221FD0CA40107EC6DCCC13E0D8CF3CDC0A11CB79202B0C51106F10000A41658284BF89F15F505695F456DAA96D062CA0DA47ADDA46ADE0482D79B35D04A652D4475695B1CDD4FFDD34A58C67DB1A9E4750ED19008EA9A58365AE365A32D3544E55335A9007C40DCD614DC6C92DDD5D9C047078600866CB30F2BD361096D55D9FB851C1B361C12FB00709C0C61DD01732F0022260E465E005165D06802D1BC4EC650806C5C9AD02CF3C3326B2CC2A3211B11C03B64201E6A410EB9C103C55653A836A51F65FA87D01035EDA6ACE02ADADE0F2FBD9702E796FA000A94686462DBFB39DE00C59E70E5EE1935A0283BE19E3BCE188AE19CC4AD447E58B5906115AAD1AAF934E0FE1CEF17CCF3D40CC61DDC69AFEE2D22DC81C01212FC207065D03B9511B6A9D600EB20765C0112201DE4CFE0236D0013660D17630EB4DACE9BEC211C99DCC5AA6CCFF254E1AB6F2A86750D2370C03D9D43A15C486621E228144D9986AD9CD8ADA69AE1A50F6060C59DAA602DA1522E710AEED721CDB6B6E2171EEDA820EDB899EEEFE89DBB9ED196B70D9A1A1D3FD4B33A911D3A6D1D5670C879C5ECCFB0C87809C023E03E3A0EE11494CD7C4F200151CE44D8E05160D010900C07C30D7487ECA76F0016520DE48D0014DDCC56A4CEB5F4C6013622290AD221C3B1130D0D801404829C0530561D9A373E0F7CB02F73BDA428DA9F506EE92F7EDDA6EED398FF33EEFE001DEE0A37DEE4A4DE817E20487AEEE4E1D19ECFEDF5A4AD5DBDCB167405AA8916A3970EF1071D81161CFF52CD615D003301ED2A06E03550C0197AC0409CFEAFFAC5EC17B50C1E57DBC17BD3146F011E39DC01264CB65A0EB638DF525F2D8C49E2231D0E5FCBB1A29D08BE5C4323EF7EECD6AE66A6EE798EAF3AAD1F3F22BDAD96EDADADEDF98FFD9E55E95E04EF485AEF44D6DCEA6BDD9D2DE9A501F60A5932B012010587FEFEEDCE2F6ACCB011FF6828CE93DB007C2C2B5A6DCF67ED1FB7BC0F021B107C7FBC03C80CA151C125175D11C2F07B4FEBFCAEDEB046622AE33FD5210CB0D9004364D213B4D1001C002356F4E421DDADD1EE0DC0ED4674EDAE57FE63A5FFE0C7E01E614CE82F4F3D97EEE0F6EF4490FFA956A6AA3AFDBF7EBE884A4EC009164C240820509AA409850450686361CAAA8C05022C32440804C949351FFE3463948E400A9E002889C20214C5E29B3A78C973265B0BCE8D041651908323BB8B00301020F08466CBC28F302029F17403336B463436205151310321D9824470A2D55AD6AA1A0254903AE0DA49C31631584993365DFA44861C60C080565CF28801BD74C5CBA0AD65C507B01EF5CB86ACDAC89BBA64891357CE59A61B14671DDC08AEF5E700CD9310BBC7BCDE8D5EB5831E1C1831D77065D627009D2A54D9F469D5AF5EA124E5CBB56A1B6B05FDA96C9BA2D8B56F76E2D6EE1E23EA3DBE070A70A114E641811798509161D32E4A8910F1F8D1580B87021678FC9074021AC6C89654F4C08581ED49411D48891EF3D8962C1F201BB51391980D830224739D4A6FF05A5E6C821B8A9004CE28C24E8E80A86B4824B4181001E6CB02DDADEF8ED2DBBF662CC2ECD14332CB0C33203ACB10B32A46B431333C34CAFBC34C36C43D05EEC8C351967A4B1B4D760A32DC7BCF04A0138B776D3CD2D0A70ABA0C80ACA22A8821C882BCE3884944AAEC8E7520062A1E8AE9CCE22E5B093E30A9394500928A05A82E005F6BEE3C108199480898FF63A9023A832447061BA0E1C524A0E1BF44B2E2183FE03F08CA952C821092D5290A2AB06F2684B370703E851C20B1E7CE341B7FCB2CDB0BF245B8C4405685B23B1102FE394441D650BF153511F333132103503CD892258102DB4D16AC475C61B9D888DC3532F6BABC21F81D48DC2ABB430F2FF4805961C0840660B7232A1E7286208882414BA32DBFAACBB2EBB2B1E00F705F8D8040A8BF674221302303B7033A817E2F4AE4E3EE0FC280387EA9BC829830875162D67A53250D10652A080AA33280840C80727546037B03074B42F523B95F854570383CC538D4B7CC35733DEE85833B5E012ECB3CD388B31C65C57D6F5C65E01F3EB53BF2AA5CD47E028C8CAC764DFD2822067898B560528192254852490834E5B8D32502E83E9BA4CC03CF8B050020B385CFAEE4C2568DA69BC32DD25AAA8A7D73302233E25D2D729E6F825B05000F94D2206456100F82DDC2A56EB0DB2D0BA142F532F1035C3984B144C2ECB0EFBB5C3C03AAE6B8D3708A358C3132F8091FF05186F6539731B5DCBE12FC74ED54BE6DB722BCB8C001400E1D01E81DB59819E9BFD99498386CE20AA8B9056BA3AFBF6D4E88AAAAB360FDCF4845262BD3D7828E3A7A25EB021A617EC9063793EA0275BB90FE4B0A369A6FB8368027E094DA2826B714B225145F3C8CD60B7401EDD410BE5D25B71093FC670E3C67C5551D3C4E7D291F1C61F23D588249722CC38E164A329826834B7C0D3BCE6651B12DDC722983EB50400649022165A76763A244DC059CF92DD04A09410B42C0477B99308106890913D490D0B650802B81E303C3E806726652A4A07DE349DB08D470EF9B1C393906083EC31CD48DC63CEBFDC8616EF112A057253540C567730DD58F002C089FFCBE9EAA223BA58908B1B731C64DE70B88A690C2C98929F66C6A818908908457AB95C6818B8C0D7644036FB9BD4E052B030BD24CC66B83996EB981342E2E0C9064E2921D292C6911E34F2291AE9C1466448B56F3D403C5C53427A58929294F0402834E9805078382FFC40C00E13484E06EC8084EDF567202A4881F7DE9682645D652B023B405BCCE2C7339A618A931A165A2AF5A000E4682F95B21FE220E303FDE9C8445C94CCFF34B3AA5661268E2F9A63E676F540C4D5E63094A2905A82F4472C6A5049C371A54132A010402932034A03420EDEA911287DE00151A3DAB83E892E9664ED3B2A41577B8C60A71EDC49871DD88F0DCAC0CA88180496831A9091FF28304B28467148651116B0707399DBECA62F67B0D45B3E269BF825CE661F2BE9FE6823CDCC74B343806BD5673A734095659365DBF49CC87424404CE5D1977C23A78FB45215253D2B594CEA5742A444BB7972442208E1C807182203EE50AD0CBE43D70FDDA592FCC0A90C1F201B4D063A2F520AE54E0D2122436B072D273A71406ECB01CE289004BA7685516EB120DF2ED89BF575946F0A881F902A7697D9A8942E62FC6232E1C2A9540DCE8D6A0C1935693A2BCCD99446BBCA01634566B8DAD826A841FD5E55D019341560E5493660CAB42472A5A53435231F18C9764C62D517B0E93BD15B1E57D7132724D8213FC9631759EDA04A8536B2071E49CAB4A032FF90587E6F40020A50550A5681AE10EC2A6FE80D60FD02D4B830082D79990B46BB5B162F26CE441462ACFCE892C1B890912E6954CCAA48563217C5D1B2B97A4D665BC518C705C0713AFA6CFAA88216BE02C7A1A4759D0A1A89DA85F40039AC85C82259C810D986409F6052C90740A91372A10BAC7C689E42A753861E0CD7271D302E0DF0C387892CD77B1E7C5B80CA42018850E55000E28A1422E51BF19E6E9C67D09B77F768C162D2860501509DE754DABF07E5CFA58E8DA06DD0723F635626740A78A3662F775F5CE557B3912359A5FE9BA3007B577505C6CD818396E0053325030E369B5323EC5A3D51D82416A65A6DF790E10DABAB281E1E6888CB30E2126867E0C4295E718B5D19CB7EC9F86035AE0ABF72BC638CF6B8614005F2DEAA48E41C1D39C91E5B72DE9A5CBF08AEB49B528E90E4AA1CC0C542A645B08211976BF41A0ED4DAD6B7C675AE75BD6B5EF7DAD7BF0676B0853D6C6217DBD8C74676B295BD6C66371BD70101003B,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',12,10,'2014-11-12',5,'2014-11-11 23:00:00');
INSERT INTO cms_sections (id_section, section_title, section_resume, section_logo, section_publication_state, section_start_date, section_end_date, section_num_parent, section_num_type, section_creation_date, section_order, section_update_timestamp) VALUES (79,'Photo bandeau superieur','',0xFFD8FFE1001845786966000049492A00080000000000000000000000FFEC00114475636B7900010004000000640000FFE1032B687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F003C3F787061636B657420626567696E3D22EFBBBF222069643D2257354D304D7043656869487A7265537A4E54637A6B633964223F3E203C783A786D706D65746120786D6C6E733A783D2261646F62653A6E733A6D6574612F2220783A786D70746B3D2241646F626520584D5020436F726520352E332D633031312036362E3134353636312C20323031322F30322F30362D31343A35363A32372020202020202020223E203C7264663A52444620786D6C6E733A7264663D22687474703A2F2F7777772E77332E6F72672F313939392F30322F32322D7264662D73796E7461782D6E7323223E203C7264663A4465736372697074696F6E207264663A61626F75743D222220786D6C6E733A786D703D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F2220786D6C6E733A786D704D4D3D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F6D6D2F2220786D6C6E733A73745265663D22687474703A2F2F6E732E61646F62652E636F6D2F7861702F312E302F73547970652F5265736F75726365526566232220786D703A43726561746F72546F6F6C3D2241646F62652050686F746F73686F7020435336202857696E646F7773292220786D704D4D3A496E7374616E636549443D22786D702E6969643A42433843414538424341374431314535393842334130353146323142343037452220786D704D4D3A446F63756D656E7449443D22786D702E6469643A4243384341453843434137443131453539384233413035314632314234303745223E203C786D704D4D3A4465726976656446726F6D2073745265663A696E7374616E636549443D22786D702E6969643A4243384341453839434137443131453539384233413035314632314234303745222073745265663A646F63756D656E7449443D22786D702E6469643A4243384341453841434137443131453539384233413035314632314234303745222F3E203C2F7264663A4465736372697074696F6E3E203C2F7264663A5244463E203C2F783A786D706D6574613E203C3F787061636B657420656E643D2272223F3EFFEE002641646F62650064C0000000010300150403060A0D000088210001C59C0002A39C0003E838FFDB008400010101010101010101010101010101010101010101010101010101010101010101010101010101010101010202020202020202020202030303030303030303030101010101010102010102020201020203030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303FFC200110800AE03FD03011100021101031101FFC40137000002030100030101000000000000000007080506090402030A0100010002030101010100000000000000000005060304070201000810000005030302040503050003010101000102030405001106211207131431223233102324341541351642252617084336274437471100020102040403040703080507090509010203110400211205312213064151146132231571819142332407A15216F0B1C16272433425D1E1F1825392A2734454352610C263837445553617B293A3657546D2B3C36484A48556120001030105030808030507010705010001001102211031411203516122F07181B1C13213042091A1D142526272E1233382B2C27314F1A24353632405D23092E2C354641583B3344474A31301010002020201040301010101000000011100213141516171F08191A1B1C1D1E1F11020FFDA000C03010002110311000001A5A2BA5EFCEAD31F6E17BC64B6AF90FA170C698DC67E9A57CAF2C28FA56CE3469C669A4C07EF7D122AFA97D32BE693A036314A9FB1ADCA2EB539A716F99B12BC3E8EC3CFB33DFB302E55A44307167DA3E94730AACE485211FD25E7721566B7F5C4AF9D5B065D2015319C8E19643DF1169E27B175EFBB98A67AFBA2184AD1DDC585AD11A104C2F2DFA185DA8E4D45A9368D5BFA8B4493369EEE41596158D83A60EA764403D980BAEEA169396A459BEAD4ECF1FF003EF4341ECF3BE293A53CC2EBE2B67FCAE5758C88C3592804F6C637832FA46D8B7993351696911210F23C35C88AEE0272C5B1D12BCB6EF3E1EB22CA517853E8118254713580A0C069800F78FB7A95D90858AEE42D2B3A0EB04189ACC18C8D2B67022A7749C807C412EDE7EECE7A88F3D31ACB72C8ED9A33EC417DF5FBB1F7E31B07DF3B32F1AA595EB26F0E5DD3634C544855B0E2BFA44FE6D0460B71D33F4624F6067DD0464C614A5F3B8686A6651F70627A0B4B7BF5FA5F36081EDCB54D1D2441547155F09030A76EC38A63D5C1E64125742875C60461069F8ED1D6D50492B91D632FE82069A6FAE0E5B95F57071ACBEA2556BB7D889304CAF0D3B494E7B68E3F55D3C03F17DB99C34A60C72482DF915AFDEEED276BE0B8C1E398983CC749D20F3E54343CC2111F507D7C5C0FA9320E3510E52615529CBF30F628E16843B0DA0E797D114CA23494AC9C77FB211E390892F195E91A5FE0068D043AB7865AAE523BA92E8FCFD0FEA5B6CD55D279518A35DBA9F096AE6B9C9D0EADE93E8D992A087A38DF3BD0D1E7B4BFC8A5A543CADC444EB02D1A34971B9386E9B6D2703FB5CD4439C579C90736ED8869E8126997993A459746CE007D935DFCEB5A3C77C2FDA022E699E52D554D79B28069425897404DA84745875210C2D58BEB0CF0B7A3A858069EE9E23EC1905BF21FE9F9BD006C3547009BBEB9EDD10C83610F39A11D9A14E3694972F7D36F3EE125639A759CE80710A40EEC6AD51D3B3AB57E55FDB57F379CAE83739F1FD14287396FEB6D61D2FF001CA773FB973297E079FCF94DCA374DD7B4A4A978EBF9EDFE1F3D932F9FA62B0F0C0A339F9ECD8AE3BDA197010674FC7D968845F66FE93387414C58941FF4EDA179484DD09FF6646A0D06A54A50348309B27F72F743660C49BC9A537769EBCE03BC3EAA3CDB31646AD5A565848F39BFFDF103EE94EAB1D3433732196E85A4F346B2ECF89C5E59FAE1D44BCE6A19FBB65B7E854065EDB4341C94751BFF0036FCDD8B7FF2D1307162AB2BC822B69F4AC18CE0F65D08BAA0C91A4AC34F3ABE655AE3F67D770BB55C887F52D690CDC0DABDB65A89FB5E78FDA3FACE50B08664ACE72E27C2EBDA33A1670A9A66854FCEF40425E5579EB75573CB2B6A680D9220D6D93AA9E35833DA74CCB2C75CA7904A9A32587D472D6E8A68A89033026CE954695ADB121E3457DBAC1CEFD69190E72B78DF9D2A567EA145C247E0AFCE38B7105B867E65507AB1C4481E5D31B5CFB61676208099B470A914FD5BD0321CF796938EF433527363394014A0C03E9835AD584CEB999C8C86E7AF3DDA390D5E758E08DFA81CF159A1DC75E6A68BE88FF417E4F3DFE51FD535F2C13D899ED4BF4EA80133BFD09A39A5FE4D5227E73C24658D7DFCDF43C7FF004CEDB95C8966BA4F924F2B830B15AE0E4D56DBCA49CE3EFD8B14C76B43B59FF1CFEB52B7E97FCD6531D658BAA5737F485A5CD519DDF680F9B40DD76B88A8C3D628A8C7628A5B3EF3EA262A29E70694CE45679646A590A5B1540AE7DC62009487ECD88DC7A57AD66F33C6055BD2978A44D9A45B5A450F6A2EAEBA6E08D0C164744799BE808DFE874D331CE99412D4747CFCE187306903E7BC1A8AA3ABBEAB2AFA4A4B9C0833DE870020DF908F103DF0A3986A2FC1D5FC31D4B221CD4B7A4B73918D2B26402D5D59EBF3D3A2662BE0F6581057EEF2C5A5CE79EF2826DADA13DA10EEA90917560D1338CC7CEA0B3F2C9AB0796737814BB0CDB59BD25DE4A2BBE282C8B198530B6807127904B4C889279F5743BF692FF75FA96F4EB78B66C308FF009D9144FE9D0750617ABFF35019F57F6ECF8EC98F5791E5D746F4034671B2B61CAED1EBEA60520B1BBCFF009263C8995A96F5BD690B7330164B2EACEB02ECFF00685E5DF386A4A03F28AC5C6390D9CCD8EC97FA51B70A80C08CB0D1D17EA07E85FC9860FC91FA9E04A829F439566FD0CD90E3981B777FCE8B9DDE513F8BF5681F9B489F9F3F53E84BE62C2029D40C9D09C59F66BB18A0AD33D9145D3FB61C5B1F88D0D3EFC63FAF196FD09F9C2CFD576720299E8DDC077D5F692E14CAE91976A6B8DB4FC1F3B7B691C3864F37CFD66A331D41101FA53BCD465C6F30408D76867EE02571FF00373E57EAF1C59BFF005F0554B6058E91264D428E90D4915BD4C71FC7DA26E24387A8DA70D761985CF801BAA05EE8F980E38D67BABBA619EF4FD09B1021F460DD3C5239CB3CB659E4B1D6707740759A6AEF6170986BACE483AA1DE94DAEC590587372DD424135B2A2DA13F3AF2369D8B877574CB49CFA3029DEA4271465F94F863ED6460CC10B50AD5E2763E9249DBCFF00A45B5E5843B0162BFCEBA5EA55C8E355BA84855E63A7B2BA16876784F49A55F6926D6FB68B4CC95136517F3923EF7D488DAE529A7F9A70AFCA69F4966955CC9540B2A8EB9F8E016ABA6A014A2816E229B6BBBA1A0E378C43E4719A40EB984B79B0BA615B6A5C09E6FB30ADD7353A9B0B190CB768A533F12651A67E87685755589A52B335F42A87E86FC7ADF7E7BD4804A7A24CA35DCE6FD321CF9CBFB3853155AAEDD44AE5761987338FC1F7DD07D43035927BB639E1150F2C7C968286B4CD3896F5CBB2E2D91B6C5E9B7E6AFD26C9BFE5F2054135BF110F9FA22BE166BB69873A2C326C4DD12C6C00F0B89E806ED031150D18D9A78998D07C71A5E85E319509DC1239AE7DBFB41D3DD033636C1DDF229C85375455AD194C0CC6C42943A4F5BB58F4FA4DA90499CFCEC745687AD0975026BCE9490F5F2ED146F21CD6BD6C4CEB8239B94FE8C2857426D9A1671B1829B36B86F40A59332FAA144CD356776F84C3FD7B231FD69F493AE45DCD86D730D4E6121B0484AB5766979FBEBCBC8346F4E452705B84B51614E1F54037E53CEA149D44EB9A31283EA60B4D8A2B72EFDB97979B35316D3F4B1667EF907DF51B17125F4DA247C0DB8DC4BF7952E403AD64D33254E19067CE657B5F53632BDD65B1F36E374051CDA4312A8DE541C553D7340B68B727A80D5EAABA1C71A5ED6C3F9DA4F6BE325CA8F483B79E94C8F01F8336B23D5018E99F326796BAAA496FEBB2CC7263427FE8B7456D518B19333D0E914BFD0FF8D5CDFCF3A4019334D974D279FBFA5001F1C0730C202F8F1715294717ACC6A266EFBA95A66141AE0CC11D0C080A78F33884B15DA64D35F3835FC67248B07D7300614C88C3A7347A8E08AAF1C774032A20A96DAD285A23FBA22CBD575630F0DBC13B41C172C722716FAA5B3F4B5FF11DFE578280CB22C4D1B038D38A541FF323A71DDCB8EAFB2F61450D7160145DB153A7A3D56458F548DF169C2E99F9534AA321EC211D6DA417B4FE54D0B8B61AF565A05FC356E3CAE5845D209F6D2DB53CB99D0526BFD0F5E2EBBCA5EA85272CD79DA281710365C747F46C6944DF0BABCCD7675A8FEA3B805AFD7E3F3AF6F5CF8CFE68B6869049117CDAAE4D497C535D201F46A3E253C2C870AFDF40B3428C0C25AC2DD166A4FC16531F570497AAF792F3FDC7375DBBC4C0371A9222DDCF362CC1B75274CCA13D641DF3771CDF5042A22FFB6FE70046809CB221B0EA2E0591479486CCE8F699A630BDAEB506665FAB586C4903271E0C4AB15ADDDFA2B8E6F4F10631E4BB3AAEF197B566C3F6D596FF00F7A55826C6155DF5D25506C8D69DA51BA702BF457E3AD09FCF9A10392346EE522A947E935C233B8064C1529BFA75AE5AB77B3228F9F3BE9F68D8184EBB172B1815C00B0336580210A6D7219F6890DAF63594C583ECFD697252B1ED2DF63D795E301FAD3035A14C1A3A4BA2C3F30CF2BA7AB82B3042EA31BABFE71CF9C376D69EE01B530AEF7A53BCD553A12BC246D5CDB5130856343CD0E107651FBBB7FBC02D6F525782186FD4FBD16AF2AA1A77DA02D188457E4DD047C95AF82F5D69176BDF961D722FFC74EA5D0783480B58F202D0579D19BC2C15052DC4F41D3990779BC5C201F1ADB5D724230FF5FC729D56CE86D8E07B0DA62339D2B9D2DC03046292E3DF7F9EF449EBF6F8946F1578DC02F252E29F46839B20C3194D773A1ADC21A73E042CD93FE83F593B87E6B165A97C48D0E13DEA3F9F3FBAE8FD38BD24D9B1F8DADF55121DB419C33A53DA067CD257B5F5222A02C59B1F390B9A0A5CCC8C79536C308762529CB3A7C535DCD1CC7A02C94721D0B42B5F5C69F9ECF99A6D57B4D8AFE1F7DECFBEF991CC36C559E3306E4D0892AFDDB3CE8A7CC98D8A7BF3B6AE11911D333C3F52077E8BFC62D4FE69FD19CA17CF24A36A57EA551916A08CF861B61A5756E223CA250624F90E9FA85A9E0E19A6C308C81D710276B6400A6CA8E8D7A2BE87F58C773A0C04FA21AD2616C259BDB5F6CB8031EB06CE8F6879356D40D3A4C52FBF9EEE93429DAD6A7EFF0053B13F48CE8D222EB1D5A7B0A0BBF4D628A5302ECA026E6D2C84519EF3B3C7B1DF62EC81DFA1C59D4D501069B84BEB49389546D264708AE6F61FCF2C148CEF520B6BAC834DC3F2A385F691C340612C7855A0E46315E72225849734B05CE6B73CD7DE3ED5FBF9EF3600D18A6E4DEDE0F89DB26350B56C684DBF06F04E76487DF7A53A84E593F7CF246297DB2F0F13A299A06DE328897100E65CD711235815DE699255A6599F58EA540E776AE2DB697E13759C5E66834BD062A4F21BCEFDBF725B9EB69B6AD89D8A5B77AA72D76712AB18A7807CF5AD91D335425322E224AA5A10E5AC391A0232A84F197BD81980A2B269DBBF2237489DD2A4ED01E4B1C98616E3B0F77B00A0A5A78499BEBB9E6EF98E8A9A13618BABE71214219316D577D7616C1B0E22DB3F4B5489FD19F89CBFF9E376F72C158D0D653EFD082480C61587AC0660799508A083F1B0291E23A9E9E6AD8AFB2B99031F16BEAF9B1210029FA8BB39692FAB8EA39321CC0B5F4B105FC16E2E986D43B3E04F968138661E9D87CBE58CCE33A4D2D2F129DFA175DD0FC4B86C8AD3F108B124D905264B967EEB0B58A22ECAB25A04DE4BB20822F480D4F3C12B9EEC9ECA1A5BD254F1879BD4BEF48AB4AA668F79BF3997CEFE782F49CEF5C0DEC472A5B77E4F66AB6A9C50822E500C9A31C63857663B44B0F19F039AD66FCA7D55E2827F92BBC274B721DB990B63317F61C67F63EB41E4E869C48C80172B3006857C19185AB3C9F3277FDCB90D40C9D4662954812378CD602ADE4E432B096CD71799227F5E166A61291F0710E40CBD228F0C339D2E2A6EE13CEFDDEFD311D2DFBD9711BDDAAE18AF3E5AC9C8D7B1B9A3F5B73FA8DDBF7B41BE9A83629DAC431D98394510D2B6830F372AAC59A6E144FCD9D5D6EC5C15E407263B8C9A005F0D0FA7792269976A599CFF009768F95176BE3D207139C2BF58AEABFA31CE565660EB4EC40ED3E73F467E2824603BCC8A75D86117100FD00388ACE3183A8026C69F508B2DB5A79712CC2B57D38D770EA5CC496321C57578F5E02CE972A38DD059958B4FCAD216459FA8CAF7F02BE92D324BB1000F367419316750C45D5C71FF00D8E30962EC5D9D41EC51F3396ABD9135AC79079EA9DD6D92CA80EF13509A0EC6B66A02DD72E8307B45CFDAFE6224C12DDA5EC2CAFA62AA2CFB5C93F690712AB7A19078D9F1FF00CC14B50738D7C31AB9E06ECBF975E087531D7218EA3D6D4A66AA1758706F86A7B8CD01F274BF451173B4514D85AB468BA9EF6C0DAA78C3B2E29D117BA1367B1847D9815DE6E8B8D6001F72BBD45D75EEF773CB747458D6259D2964E560844144CC38EE195C7B407D22F7CD25A9FB2BC977B13ADC48B9CC0B2185174A86E7C8E93BFCE3AEBE7CD1878CCCEEEEB56FE6BE17CF56FBDD75CFD9403C7A441D657EAD6E877C6BC14C998D9A05D46D596A472FC904346E1C4F485D9ECB77E58A1F2E64243E0A25F3F5DC348C6355DCCF54CD07ECC74D4E0B9A823BA472153E9B2393FF004A382B89465A16D8E17AA72FE99FC3AC0FE76DF3BD5F8E3AA5123DD81DF4D4EC78856AFC66E8AC0AAD05EA4B129B235465225EC5E5988D2980C46AABC490A0C6AD81D81357CCFD296653FAFC8CFF00CC0F9425FBB7B2014D3B825973B5EB2BB6E37A30149B0912FD03533AA102BAFE118B7BD706E1D8BA672C6743B1CEA239F90F328735ACB02AAEF60BCB8237B466D7C82E91497C96418AB6B8B98B30C82853D09AD6154D33E7CDA725EFFCD46C5085B3D776E851AD2F0ED2CE7480572BC5DA6100CDA1EBCB8E2D5544F608D8DCBB217DAB86038529F2433F74A0886036DAAD8C9B262729C7AFFD9EC67CFB308FA2DAD39D07FDF3096ABF8F1D77C52B5A5682E7367C7165A0B60B2F5692991EAD486B02BCFCF8D1E5BBD8AA5FC6EAAC62089089BFDF515D617EB3C7D7DF9CFDEFE3E30150FA4DAC6552BC7B8C85410022A89853B85EF7EBC8FBE2D9EB1F99928E52D3AEA9EBBE2BE654D20219858BCFE71856AD3A6825DBBDF3D4E921CF9ED0D33D1C182B897A5F16665A965CBFA269F1F57B6D4F653AEAF7D7B90C99FA45CD5C513650BCF1DF2068DB3F3C15C75E0566FA599F43CF05376B17BC9298B76BD2660A3FB66DB6078D961A25C82C48D9F45328E82E2E5605111855BD223CAE5F90109534A87D61D57EC17F5283B290D8C1C51D404C88F36E7FDE86572EEDB9CB5A80EC785EAACE9FF3DE29BC9161C1C976C14F80CB180677E5DF929EF19519AEB23FB82E8AFAACE4C8124E393B26F864B3AB02C41F3E2955D0FA97291AB886B59F26BE66050534DFBB9A45571B12CB15CC442F51BAB14546B7525291294B43BD01264EC80C6B26EA0E89147074F2D7AB0DD0F40C3BD4F2592E7E7DADFA3B8BAADA53DC82F367457B725CFDDB1F51972AB38422E28AB30AFB96E4087225D1E609DD7C60B23EE9DD726CDF1127E71B2F0BF2E2E34D373D98F6DF1D158F44BF7AA1F3DF1F93FD73A7FB2651C768426B7E963FD3A816FBABD7BDD820290F246D43365A7D2E36E8A6ED5314662BDAE4D417F277588EAF34BD1B4BF3C3565CE44F79565CC59DC795596C2A5EAB5CCEDEC53124E2B6C7ED87CE8A3E75908BDB0BF414091411A75B96333EDBF9F4C40ACAD896EA4A6302AE300668AC580D8DF6A7E74271060336297EAD3246F1ED89BD42BB6C7D9FC93990DCC301192CE3CBA75A365A98362AFD3C8AD2F29AFE749576475F2ADED090B6149315E4C30CCC4EDD09930E9C320367E7AFF3988EDAB13210FA0D320C54CB9DE83A911AEFBDC7C5EE732CB747F75908695F7A61E66F992C1678132DE98B306616813FCD0CAF74D1B6674C7DB5187196D66CAB5E38EBB9526D644B27499613A1769F7C5E3DE68814CC3D5FB9AED2F4170B47F3BB30FBA02CFDEEBDC9524D7EB15B63C464FBF9E69FDA2F5D10735D08D88ED715159F7C1C8D6ED8AA1CA06F755AEA8BCF7D2F73BCAA05FE836315D512DDBAF3DDF870B3173F5F67ADE13D44A9744162FF00887E85E8E2687F66E5FA3F7FBF78F1CBBAF68474B5511C97ACFE7DCA92714448D3752117309E74472CAEC63526F9C1D4B4120887B0B238A6F1A98C4AA502E15B0BDF46F3646FC4C21BDDCAC12AB3E40145065A614026E214AD3D7363F78BA7DDD0E1236F987D7D49ACE014D50748CFAA966B9D4AC1335A5FC87DF5C7E8587C8038A75C913405A4A2A32299A5CE5D1440D0F3CF459A525DFDF88AE61D08D33A38CA91A464E9335297D1A8AD99212B90675753EB84055F6A964F57695555E505B473C5252AAF5EB33E7B9B0AE57100A5BDAC3B0BC7D04F11E3AB1F79E98BB4C97D9FD5346352C30C7D52B0F52DFBCF2BD4CADA2C705A82193C935AE1D612CCC692A99C7A79B5EFAEDD6FCF3EAA0B940952D220B0D814904DA133432D79E49B32CCDB8244AF735A86DB0267AFB521EC65B9C7E29ED18948F7CBB73774FEB96947902C755C294C8A82A0FF0064537BB7D90C61D0122EF05D0202AABC161975A77ADB7683CB6EA9327A850F23F1B320E48C6C50AB8A182675ED35FAAC2AEF2CF0FAE4FBDFE79FB370FA96026CB351263C171C5D3320B45292AD45DFED6A84168E97411BDC123C6293B23E8460DB9DECC35975FBBCB2901F7DB3115EED188BA35681841DEAA54577E9F78E9E58D83A3794BDFEF9171496FB5C11ABFA8121E88465B6771CB0007E999BFBE9DFF0EA6A9F97BD750B19ADAA0A9CB345E72AD57AD61FD553EA6CD22E836C2C1CA1A1E7B0F6A8587CEBD096EA1704C160126D4CD2730491BD3BE8D6968756BF9FA1DE97D6F19E8F3D26EEDD101A5DB1543BC563B803FD70CFD996D1051F9A2105677D3DA772D769C8287756F7C3BEEA352D79F5EF45BAF5CEE2B37BF0ABEF8F1E7A031C428215858DCD740AD6C7907812A165EF8E8FBEEA82CFA78EA1671C3892A2EA98FEB155E0BCA6F4568FA936E54B7B6A3787925C685D01A03F56461F2E58871336AC324BAE5D1B1DD4A4E3DE9ED65A4870A5D53D1434FF00AFAEEC37C00EDCB2E2A7850FA24F22E7977D557B22FA25E1B9D93EF503A4BC79D029D68CE92904B5B9624F2A34824694809EBF049E76790F675EE9DB22A31E528AF6505E5339206568FE0A73C47993923C9F5BCA0EE1EEB7ABB8A779EAED0103B223F316BCD395C0EED97CF9A7BE265B44CFD5BF8968AAF14185E9F8845994635AABCE33C64F7D31F66FB3152EB72A9E5BAD5B04B03953030E37A487C7EA40634D53DCA553665B69ECFD6E7FFCD20BC837D9002F221664A23A5BF5A498722E859EF15EA16CE3EF049700584649A147D5BD0F2C451C547E930568FF00C511B32249F59454B4DFAD365ED3472F8F384363CA586B9D7D40EEC4A52F69DF4551EFCE9F3DE2E2599A84C251FCBE806A6BAC445A71CEC73C79D1271EBFA7717BAAA0AF1F01E61ACBE34EC87F55C9FA2AFAA1D7DE65CA26D56AF97CF46396DD902AB7727A261FFB244AD094594F75277BD48B3A75F9D92B8E3908B4AEAE59FBCD507B31879AD89DB6E17DBD78DEDBEAB3D46C6E43AB32F9EBC2E17AD0AFDBD192C3FC60070BE2888AB8F71831B4B9957283705B062FC30929197B70186DC43CB7458EAF2B4F57BCDE0CD7079F6900B1656A56218E961F6FBD7445C6B83922358C82C1B786E685C58C8D1775C8B70E98B8262B5F16F5581D6C92AF7FDDFB79FBD30DDB023BCB3EA8C6B65A18135866334DC951F942BFA5214FE7EF51C16C348444A2119089879E6BD43AF894BC4290DA8F419CC754B108626EAB8DA33BA2C6012E903F4741243423F5DBC88D576BCBE4AAB24DE8BA87DB8684545338D1ADE60311740CF7F88509E8E4F2496C04806A9B14695FD2730431D933E8B7D27C166AD73A82667F21FAEFD3F733C3A5554677E99FA92A92D739EE1F8FA93564E4E7AE38BEBFC52C57725878E8C5279A324C6A7FE4E3A96AF0F3D7ECDE341D545516D88659B6AAFE476016C79E12A3E540EB47163FE7833A25A1A69340A5BA60FB254F738D81FC7649CF04270297934CB5A85D5D52BF38EC963EFADB9F3D55073098FE8713770C2FCFBF1B89BAADD9859EC675A68B3974594B5B14724A2A4E6EF717E2CC8D86B75E3FAE6A76638EEA38AB11F2F5175751CBDAAFDF6AA6909510630E4CBA16F26EA8F6BC0D2F4E21144F50F5CBE77D7E35E9D90CF36BE050DB4443C8E949D82A542379F4042CCCAA639E41F35CFDEC82D7A648EC75C87EA837DA9749DC5E13F18EA4DF4BA1FCFED156D1E1666F02CBD4530DB6CE6AF8055CB1321B8D0D461ED2482C05EAE10A5C87F2DD5AC61194BE514731747CDEEDC4EEB5061CF36F5B7589D447D17F42353F1D3CAFE3D4218CAE0B9A12159B69777BE1C93A5E77ECB637BFEEBBD1DBC0A0DA26C49D58346CBD0E724CFA0B27372FBCF173E71C7CF2F9EF5C9E5687F8964564DD24E73F3CEDE7EE7FBEEBF7AE9E3AF2E6491F25B673CCCC1ED9BB8C675E5543EB13D629487BE7E75E349350535658C67986B0FF00F9EE7CB965BC662B30746DA82DF444E5415AC16A5C6235FDA921F9F73833876D3ED092F2BF3B7227456E79AD3EF0EC93C3CF25AA3716DCEF40A50D6231495F1476FC3BFB9E5A9B9E41CBC3538D6B2D3678EAAC5DBC2A948F049C912EAF76971FD5CFDE324519CF9F9279E7EFDE5E45CBEF5EEEA0EAF62D64B02AE93711337B90035C85028AC45B823BC8FABCEAD51F7B4CCE925F8EC27C2AF8689031530A89C5A1574C5843648522B1BF45D50CDE3409D52CD5EA82F7B945A6875A777DFF0038C3C0AD9F5042450E9E038042B3D693FBE184D3C8C36F2B503F61ABEE5F93DD353D87D1A1FE6A6C2E89CE75E6AF0CEDE2E340E9DC92A62FE879E5C2C7CE80729CC47DE3695D36866BCFC5AFD11A95166810034DD971CFB3DB34D2EEE48613B44CEFB6F0DFCFBBEE4B6F052DB44A0B30B7E9399212E09FF42F7A316D7EC490D80DFB18A3DEE4FEE25FAFA207DF99EA7626D53227BDD9F8E287E75D5F7D6CE25B573399F9E677CF4AB620CA44FDC90026A0D72DFE803F387E519DB629848BD4494DD23905E5F1864C7ED370D8A2E38D9E5B65C536214EEA5A4FCDFCB84BFD09A09D41554D49D187D53CBDCF9AEFD5C9D89AD3884E691E8F792253BCBBE70FB4AA6C86A86B6236E7887F7BEB416638A9E26BB19D69A7CD5E15A2B6C5FC95E0B1C902D2ECD951BF9D71EF9398BF7EE7F23ECEF9FEFBAF54F5FD7DFDDF1F3AB56C35EFBE21E7EB1741BB09BDBD0B6AAD9BCACFA935E68A8F97C9FA2FCBE29B56E2F5604C4B7239D5AD4F48EED5CE692D4154EFAA29FF002815ADDBA3EF8ED5693DA96D047348F46CAF04C2B5FD318F0A0171E6920D9E1D27AA8D995EAB6E19F4BDB617DA3F3F50F12DD685B8FE7767189333BA0A9C5986CA4100C8C59F4BCDFD57351F9C1EBE263F6E72B155CDD149C4382B2A913F4615A37A72C6FE7F37312AE70E57A85F48892368A853E406FAFEE7A129B016BED7DC2CCAEBA3E668139A6EB2CF591D4DD74B06178633AE2E56C7F3F3ECC73DCB7DDFA7CF22FBE22B9F7BFAF0C3EC8C0733B5915866E192F9F4D31F7077B54B3C72AFDA07871C295642D63DC351FDBB7E0C7E985E6D006EBB645ABBD3EFD927ADE5230275477F5DD53542F493619A96F5A05A8EA09803DF75578C24D8755B30B3B67B9502B616D512ABCA3C5C7D10EAD85E33AD068C3CE9C7CE710372C33DFE78C9DCE393A8DB8C6F576A3397C56CA5A1446638A68889756E58A0EF7D9F3DBC7915DD7FEFBAF7775FD7E49F9245F9279EE8FCD68BA1AF762186EA4F9E9F0F468936DDDB15AA3E8024D6EC633CFE8EE732DB893C86E076CAF5874142BC9111A2F669224464AD0E9EC3DFDE55884458A9295EDD0D61A5185437B02FA87805015FA035F1E81BBD7EB9562DE94FACBDEA557A6DA86A6EAA6B1505DBB003DD0D00C45C2AB7D7036CA3549D5A696C1915545D9B215148C0A923695A3420A347D2E23CDE079C73755C0EE3AA72A4E7AC99612B30D3AF0403DE349CFEED7467A78F7894DB824ACCF2C30DAE5A466282B926EADF36D555D6DB61D01548AA2F73C351922E0EBCB1C72C87DD7EC7CFAE4EA039F18EB339EE2EDC01C4CA81BC95601E5084C329742E5662FF00B419ED33F388D90B481F32E6B10DB9F32B2D4CE30AC1D9976BEF5D6E906D9B0F84705C4AA19AFA85A8EBF0FAA86B92A343291CF44FFD1DA292D16708E019CD9D3CDE8712986952303DA3C673EDC29DA02674FF004714C473923C39DC309939BB61ACF3EAEA072F1BD599DCD9E9572D784F5CCC7CF011C82E4D921DFB37DE52C5E8F63E4EA3EAE3DE6F63F39A1F479D7671CEB75F0B7ABB0C6F337CFF0077D4DC1D6ED80B44AB95A2A58C472DEE4F2E9A08535DC88A8636B75E2A32427A2FB960A8CDAB15514466BEFBC6B5B8B96BF6F52D5551957E5B29A30E4A99BC57D7E97E208B17373AC328B01061A0EC6C1C9660D73EF07E69D36DBA4A98736048618C07493DE2BB95EAD24AAD2E69D5552F71C773738BA32507C64202BB400975047F5DFEEBE5B40EB8C28ED3E7BCFCE1FB9D68969202AFDA1E7D7420278FDF61D35B432BCD961165963D1F35429B937FFFDA000801010001050223DB0B6544692B8D62972E4DC98D4132F09BE377098DC0D70A8A5FB5C8795D92B1BCA3D515451288D23714110DB169AA73D00810ED47FC0CD72B186577BEC8162A791B277D55EEB14930713D4689947DC9EA76C93557AC56D70360373638898A44CAE6F571DA998469121AAC70A864D422EFBB80CEE79112E409DCC09204314A8A544327B121114C899921C78BD7945C4C9650CA5252386107FF009A657BFBE8D39FAF87A825150C62863245021B6F92663E359258F808C4953DA4C011FF0030B5AB2E407F91B52FD39CA5DAED350E9E629A85C4B8D4E7242C1327CFD2CB9B74B13C1371F02867D30C1A329FC852E45619ECB3163963D49D2CE1553F230A27E92B132AB4C3C92915CFC5B1B112F93BBC2D766D10426E8A392362658A49B88889130AF8993213C33824D09B3A2BE41ACA99623CE14CC50C7516E9B29A4E731C6F2ACFBA8B8897E1F982CB3FE705127988483608C3631CB92694C7204145E0B2A8E55125A0CB20777F32C768D378AA8A402BFE0FC8EA2A10F1A80A30AC771E2369BF218A14C9C7438B83A88187F158A09BF39C8CDD8C8453E8F48F86F133F5164734F2B3E5091FE35058A4B4A48E318F674DA6A4187EC7CEEE92470DC2A55C3585947CBB162D732C32A0B164661C648D58E213B8D1194E289326663F2D238FB48774E99BA7381888E49CF83B5EF507BA8E977CD9CC182C89576C6E9E2E510CA793DE37766E2875D1CB3AA74DA60997CACF0A8A8951E6564A1793D744ED9CA451A294019338C5DD41A183E5290E9B92DC1C7CED1324D22C006472A57A593E1792C94BE5DD77066F32A2EB5440AA69AFFA03239483478FA7E6A5DC37D2B8FC7FC6DAE3D32DB2209B55AE410CD931858A88EF1C172C8D2CD8C8B24D486DA2755B24393677C9D338EE602F1791C82127179555245C895C464BB56CD48A5FF1EE4498D452A9BD3E182C5630009B1D288F1BE61A3E8CFB8C4CBAAA00158D107F00B116319DE1D2990C7A8C0D10AA63BC38FCBFE57595260332CCB740ED121A59B204432F1667C538CD07084471930172CF2CC23F330582B23258361D81FF002162B712BA6B9D83410AC9D306EA39BFE4A0477A486633D8DC9926A259E3B82FFED2F5915223266AB85878CF31053927159AC760E2B477C7F82E49916392B84CFC4D7218A9F8CC98862CA60653767924C4AC44771BE73918E47933F3CD2BC3DA49BAC9E41FE5339309A93990E3A843BAC2B2188CCF3F8D6A7947E6E09CB36CA60EFA1DF4A63EC1BB683308E13C94C93431A6C428C6C72298E3A9201F99C4C1B962E10ABB27088DD8E1F6FCFF00383B5431F8E7064B8F3118E459CD663FB6FF00D10714F8FF008D8FFF00C8F8EA350FE408B945087E7BEDDCE1E2C59B3A9C3AC68FC660E25EB08211FCDFFD110ECD69FE0676126DF8EDC91D641CFC2CD68881EC463B02129F24E79F3BBD7BA60536C863F5DA143AACB1B01FE4D90C1FF96631186C6B929DBC4E358E319DC6B773D40758CF362498BA58E2655B92C62DFB2C63144C98FCBB62B56261BAA401FF005FE427B845795FE420A38CB38C12E867BB11ED723144A78D32459CFF00A2051321C72DD14D64CBE4C18B6C5939D5DC72C64B0A97F26C744DF85C707EB59B8DDCC3CC4DC4325E376EBB7C755B7F23CB71D5DE66B18976653BF984E4F8DDBCE036943BB3F1DB1C872D62F39232091C6B13801DAF05DE54E668E9977E3BFF00F39CC2E0FA2AFDC62A3E5702223092CDDB325CED943F19C575313E4D51F279DA64576E0499CB9556564BCE4725743A5E495EA0127A0C4903854AA1DDF108A6A36C9E458414161E8A4A623C4C974E124CBBE35665D3719BA60578F7F71C7FDA9A209661D06E658514472E0036F8F2A8455824618AFF00A91AA63884617EBFFE774C84E398F8B23BC8B921202C56768951C87006FF00DB3326E2682E2E6FD79F702431F88B6164A28086CDA56DFED0E618D9B78F7815B2A4CE21506A0BB027D3E74B4A3BC967537284DC15BF8572D2F6826044C61E24589211B9D234D62EA23F86737E8B62DE2F10D66733D9FCFA216EE7058B48ADB2CCB5721E3B9019B190C6E01A378BC738FF00A6B4EBD32658AE6E138E24B103B354A5758F61E6FA58437F7AFF00A74AECB21FF3A94C941F15B9DE4E5B86692EDCB0AD6091C23FF63E7BFB9F3F731621DECB827DCC69FE8E35414267910AF899DE50F7B1CDF921733580565BB46786AA9C9619CA4883FE2E7490A609A0BA26324EC5BE3D96BC8E8C79344926524C5E463A4B7A9846591EF63578C2899EBCB1730E3837FF0046B015AE44244C18EE098E6C64D244BC7A8A6D64D1BEEC18C218AE371AC537AED8B817B0E427E371F0FAB73852B0FCA3CB685B21C26FF876C75CB90B8121722DBD2A96276197E0C1B63C03A9831D62C9724F3015B388C80507BA431CC8C9286B98F8D8029C77987DF460FD4E2C01B1C0094CD71D5A522BF83B325629C1785CEE3BC81C551B8CE4319C6F16FAB15E2C8C959DC4F8BE2B0F93CA3F7F8C2FD30F40A498E9EDC83A8780C2951423C9951E2B92F9C94CDC98240E4BDABAE237D2D8EB6CC27DBE398EB79F72E53CF2482EFB590C6CE1D2411C19F2F94E2ED60E1704B13324C482A2050328DF46FF00F505870E8A4EF21FF3D05B8FA153B651C949A6303C8B6FE4FC76448D07943648F8B70E87F7F3BA8F3D70DAC89A51B14A8E70EB70F246785E8BFE1D507F91C3A0A15F334C3B67E900F227203445EF20C158707E531311B46AE4242C7BD034336544D318D2EA9A01FB27C93664A5E2B10FDE730B1790F1F5D36982A0998B96E69BBA797DBF8E3E9178DE570D2908AE7930EE0F8F7969D1DC60A43AA9B78862E65719C761583C2C22C0690FFA2275166EF84FE9E0B860EA193E4D0B53E036DC2409FC8F9E07EA2E3DD317165254875118554A2DD8AA4426795134D395CEF0E955B17C90537F804A23F3F890FB23F2B6EA48F0A4E3D3C5B5613EAA0CC32A52ECB233BC5625C0926B965104B318FD70EE49593564A24E077F91B933596E2EFF00DF8EEEE84EAA748B1C7DB35CCC630AD819C09308079707D719C55213B378DDB20D99801E171A3594C893EDA63377E8E5F3786A85FC4B49563FCFA4D72A790480A64947B8F3A9BC970E6A66D1CD8C53E16A46306FC8FCD6F132B4830F9E8282648745319DC5E3FCBADDF4487D4627AD3C1D71F3097191306E7391CF43B893CDB259C234CB2563CD059FCB41C8C7722BC771AFE43F28FA243E9FA2F04AF4154EA539196977FF009C45933C71C37EA5F13C3F1BC4711C6671A717A1FD8A563DBCA4742492F0B3D3D148CB15F7171CCBC562CA30295AB79794CD2323B296F8CF1BE5B0B998316E8AD1D0EA2EBA01B50FFA2D8A6EF01846C0695E1F8A089C0A292D93DC8880FF0019CC937093EE3B4AF8E4DA7FE1FC4A53A931262AA2BF001040C82A40CDD74CA3C91C9028A4F7894EE9499601D5310A046C9A041E62CD507096578F0FF8372CA4D431862731A0D9AC63C3B513FF0021C637A502FE5DE2C843889A1F0E0FEF79C1853CF21CC7FE09913562DE7F385482398D8B8BE54E9CA59AC1377C7439191455E23E50507FD70E1B0BB4B8D1ABA431AC4D74024D833EDA639E637BF9FE226BD786E2540A98F295C064804070CD324E7711EFFF00FD52EA82192BA78A2D1309D5002226FC9F2D37816B4FD22BFE1F646196E299BD8925C6AAA1F83670E695C466240EEF14E1E6911226C8A75A3398E397A0FDFC42E0EB31E61300E68CFA838867ADBB396861BCA3F40CE72FE2747A39E9DE3A2B2C8975112B0389A5B95158E03E2876BFC891002D61017C57101016B0F8E966568ADE686800ACF95E84863CFDB49D610265A3D935061CFAFCA8FF002AEA3A34A4E46336398E289AAE709318C4C2B188F769E73CCA8AABA107F72CC7E98C361C7CE62F1D65A3B9F45017B9C4FC1D9AD58F7971A54E3BE68F770511A36A630E9046FF001F8D740B8C500F6E572914390A30F398864187AD873280C2DEE62FD9B175152F8537778BF136172D1F072FC705DB12B6638C3799C9220A676B086F723612FA23DCF6B218D7693722E1BC7A69CEB768E9BE2281D492404C64B9F13EA71FE3E1FDDF8E477610C7F78E464CE38CF2080FE578EB70E332C889B09E2ADFF978FC29CB94F86D97E366711836733C9F9962F1F19C8F9AC7293A6E32E208CC4A45A61ED564963948DE3BA4AF2BE5DC4E6C9A7F1A289B09E4B040D0F186DB04CD15062DA37392731B66A171970A985AC1809E130F3FF7BCEF4CD189C9FEBCCB534FF90E6ED8805CD2DFC59FA4D16E4AC6B7B5C2790CDFFC8CCD11718872835671FC8D22826D6230D45724E33F3CEE7EC5AB8C9788144FADC545274F95593D783328AED94C2CB6C879E4C3DFEEFAAE4D9E978FE476BCAD95A2EB0899919A60CD54A5318E5623618CC01B3591C7F85DE0BCC232FC463A317E3F414678AE2EAF43307110DD923C631266D80CF472EFE6B8823D165278B5FF0039CB5FFBA32226E310CF95515958535A5259559BE43C67D6FF0061AE8AEAB4C85BAEA95A22A8CA7318192758629FE40909B76116FE2B88A4009E1C539A5224AAB8C731B2182B923CAFF038E3B65F1E48893935BFDF8AF1734EE706C5E32771ECD121267FC6CD913F19CA35E9E088C1A4C326E5C6A4340E389945DC4DFB113089B1FB178E72AFBC8AFB8C529F6DA823ECC695583A934EF6BD4CF728F9E94379200E1F81C742A2C2EDD54DD96A53393064BCD98C4ABF8E84CE27B0C798E3375359270CCC3F9AC4307C367A42B1BCC633178C172D1F727CFD8B1EE0440CEC42E50F216C0AE0129DA49C9B56F351D8363AA3DC0B09287E409E8E764C54E3F86FDDF8A0872600DC36C9F2689C31BCF4E2777C742218DCB9943E0FC31FFB5CDCA278DB1E1C5651CC94D6268473A72187F7D09C86F26A423115D92ECF189E4D35866122B2C79D36956F1195B11C635C23938F32A9628DD48589455FC4B44364F634D92FE2EB7D9C11CC580C3CC1F9ECF007F94C0828A70EE5CE510C8F39356702018D02688F2C63620A6039FEBC46DC77629C9AC4D27CAF900384508503A1933158ABCA7202E6432AE272FD6F11AC2AC7F25FA65D4EA2B8696D9073CABFDD2C3D6E7C8A510E449440C82FC6CE4AAB7C1C4EAC3724B14A4706E2C4C625EF1790AD249DE2AF7217CC99271CC6197DB97C8E3893BE4B869D730316635CD86F512C6F017A67EFF938C73E60D4E99309CF8AC01F419B749660BB5672BC58F3BCCFFA26163902045136C0996539BC09F90C2C43F919042B0400FE278DAE6249E0AA18D9163E252E3D057327C901790C29A91B971C037E53FF00F7A5D20186E284CE9E1792998A9987169525B8C643CF88CA1FF232FCA9E5698C6AED316458F309AF0470FF005D651ABE8CF7B1538853E35CF12A7F60596F34D1BEBD250052DFA88F9209C6D83C586EDA207E4640C9674C715C2A2B17AE547C8B2E3BC270F7B98AE82258BE43C1B8D58F25BAE3C700DB11997BD46CD5500E4A987492910B9AF4BD8C1BBCA5F770F5BE7A528AC266B8122483E408A6411793223B92E71288F1D44280131C526DDC7E2554CF39486F8EE726B2BC72A17F052C610C23878DD3CA8178E68387480486439DAE99B0E492F2A69980F0F1E8C8E391D2D1D215E345294BF0C5F70E1B9EE51F978DC70BD7C6DB354023238899726C3DC14D8CABF678F00FE070DD26F3F394B93C01852E147E6DF9C6786282D9C1BFC7D8996FF71E22AF5B8BF9186DC4D14610C63939DB887E4CCDC41490C64E2E576A6134BF242070CDF8A54EAC9F0FD82BFEAF7AF9836C1241F48C3617E49DE747A61CBEFF003BFE898AEA5648D8CD9EF13BE5BBAE3F700651F202FA038D8CED09BC67E83970351353457A725CA443C0F32F3044A4ED49533A60FB1EC9DFB0E39E33B8B8E4F307F3051DACD7017B90BFC816861DB27911E28D91F1C1924F92578C6E561932A8A60DDD11094E74537C8E1A23FC9485F360E5B62D8F08FF002387983C1C862851FE2705E467C85B424310ED8C6C614151F6F1373EA864CB03C36946C87183A905DCE49C5E8DB8F5D9921C31B5CA4E6338FE17190BBC8BE583C92E271DC838069C593AAF51D460FD462B6A911A83DCBC22A89EF39A3D6C71126ED44F6243B8B4261CE7EB5F642C718C6E3794B2F3CA2FCCF843293C8F93647289B8E9F9546162962AF3DC2591A38FB6C464A7118798C82514926CE1F38CB0177A66ABDACB8FCA2FA6FF003F157C8B3957C9BECD3097D8F4F47E732C0C8F92E63CC78660CCB98B94F13C878B625F6E91C779DE5B0AC1B9C39432E8184CC32893751534B28BB9E39103319D3245C3F8BDC0A193F6E52571E0884E64F36D1360947EDA41901E9BE6EC31D8D83979F8F783CAAC19834E42847AAE319F339D778C9BFC3324545491C700AB636C8EDDBC6B170534F61EA2CA632A984ECA0003F038679273919431723C7D944A580CE7708E5D9E2561CA36ED8C748B6E6EC7D24FF80E7FB438AB18394F8F73398E5C9F3B1DB3581AE678E59F95EF2826802DC3461099E2A4CC427FD72E1551C71ADC21F0BDC190738A9FFD03779FFE8268790E3DCA1B2BDD7142DB6570E5D46F28901939BC464D14B299C4CB11CF7D6202B6F2089823B9FDB24195616B35CFB13CBE257066F62D20E24E2C35CFCA852972F91FFF009AC41EE10C09849F2E98A575C4C37CE0C7488CE756E927D4124873A8102470EFFD9EE215820EEC5B1668B29309B7518BDC57E7621184D8CF90353E1ECFAA8E2E457A8B27D3FF00A0CD64F1EE13022909D54D1C978C12E9E06C500778BCA342B091E62493FE398C9D145CE3C6284DFA46487670D489AEA460075B18F0903001F11314D04B10376407DB26DD5B14CA798C7D2215B4462EE8C59CCB710719E63A962D8B71B966F1DC5A7F1E69353100BAADD9B24C00E326D0175D7C5D69D24064322AB30C29EB5739DCC95212AC1A38B0812C016F9C43EC571986893412D190ADD2CAF1E8F994BFEA19AC55C6352E9E2AEBFE71C660B2194783C6D97CC63DC978DE192F8ACCB1E10631DFCEB8761863B3B90CA94C9632618E3B83A9DBCEBD978B8F83E24C959CE646F9A8CC4F63FC678F642D94E18C5DB9CFC49140D627B889CDB17E8AA59D9A184C67025D594CEB170B6273EBED9E8258C5C5D9B9FEDF1EB9D59FC57A8AE2C440CA210653960B0F2FF7AE43300E53068111C5E781DFF23CE356936415959542453E56C4248CE715E4E3DF8FB1350E18C7331CCEA57916E696E372ED9A155734A7372AE1127FCE2E15781C528F51A72FB115A79C20541D61DD42E43CE86BF235C2F98A2697E0ECB8E91EB8D1E6D5229F0317AA25DA66699568FE4ECDB134E5F217720E9ACE1042C37187E4E8F6D204FCD3AC5799F9D71D8C4A5A4542178BF8D3B72ADCAA1FE6121E5E3280B896140C590E64B263C43B14CCFF002778D9A5CE953548E77DCF65304B61C410C93430E0637C730C11A404CCAB0D297F10D436B1E4529418E112ED98D6380045537A2EFF00E8233D02E3BC105016471B645C54925FEBCC784C7C7B27C8B6E67CB26FF1B3ABD0834F8D6358ABBC00660D7E1278613291BA2D8D5B6C978E2AEBA70CBBC2D4F9C0EF1110B09FE60A97A875AD13C779CF7D3F1D3678B6883A7F38668BC3A8E279195C59C376A5789B64A2C6453C68BD1C51CC3FE223914946CE99FE372B8850DDF296B2C3E5258C4FEB5AE05E29CF2588E24947CD79130639643139FCDF0F61932DFF0040E2D1D8649FFD23CBF32B648F27E52172D8C8D4F077CDD02E3AECD7538A24968F95CD32D7D34481606C7724E5393633AFBFE77F265853EC98C0BC1FEAAB2282ACA49D9FFDE7C3CDC16C2B96E385A629C3AA8AD9463E8ECC5A61129F24C648018A948A8C7C6367059FC2D25D3C7637C628BB62F13D66391076E510E8228E0B34845A52598B73AE9CA3333773231CF64B9A306C6DD121732C50F92446378FB924467DC652D903F9CC58D38188F1E46C5B99066D9398CC1A33770BC111248BE3CC5A0E363213984A5DCE235FAEBE3318FD94DF39087FB275BE369357D0727D4758FF001E002CE1B93AC93B71DCC664918947F2DF249136B8E3929CF457593374B0E9B5279BF21BD337E1BE479A78B677803C61CA5C7D912B26D1971B3B4C15E4E904D4CB241D207E38C74E1B210A077DCD20274F869A1BF99A80B8C7640532B49243DF73C00048630814246C1D5C004C780C3551FC7336F22F65B0F4C80D9AEF18FCF9BA638E443171218DC1A3B948A425079959A6FD6C77820A616B2D8BCB96778E31D956780E2C07340E5D82F6DCA19EE26E265F45C7A4F58B9B76603619DB8707B81F3C698416C68C1529A8C339D8C9475AC9180CAA557ADE1B6214DD17178F3A8BCE32D91C81CC2A999E5AFCA11AF9C0388F97914D0C0641BD46F112526C5A70FC9378F8DE20FC719C304E02958DC7E4F228E838E68E961BD2B7B261A7F52A06AC35F2AC17E4191ECC6115420336FF00A6310C571C933E6CD7FD471E365E69C2A38BE4C8CD25854A77E7C6F1F82C6A414858E64B349C6ED9B326ADDB298F48A9D463FF003E1AD95C9A820FF0D0D920E1329978F2812332A7CD039270A2B9832F2F94AEF8DB849451CE4F06980C03E70932CC3185D2571FD82B3266D4093584B54090AC1C005457CC8AC440859A96888E95CA5C63708F19199362A792BC4DCC889513A928F2158E68BA8B1DA2AE5264C209051187997B0C9CE2D210CCA46265D3BBE9732CE724966738C707931C1631AE58C58239264D1EF564F338B68EDAE5CBCC0F395FFD9361BF18BD33B8DCE587E32570970765330F26D1DA4CD5EF707E626EAA19EF233B4BFD46DB3170E127994894FC2927232FC9F2CC7F33C2FC8C4211E715E5AE31C99FFA1F1B6AF6478EB07E3794C59D601892AB8E1D8C6C6D0316C0ABA05264DCD4512B6E236A90CC1925566736C454A709A5DD7397481CE2C601781E6538FC0DF82C1B079336371D8DBF6F3F17049C4A38DB76AEA0F2BC25BBF8685E3AC5118770D98B32BD66CD3CBA3DBA4C8B8D2EF5481944D659EC2943A189A42EA2B229164EF95A5C597E6636722630C4C3FB12230585246CE8ACD3E2A703E68E11EAE377DB25E28CAC6B14FF009143185472D9E99268750DF857C7A76C9C352C2881A2A4D00049FC6E30ED48A54ED8918E0CB144645BBA8F050C31A046ED51EF9454AABD6887E49D3F45A394D0CD5A4922B18DA9950A4EB4B1AC258673DB3E68D109CC019ACA3782FF00ABB047CFC7B927F10646B29306FED72C6DB8D492AA7E031650872C09538AA06D8C3D47F8819C542F0C420D62F8BE238B7212E20AE5588AC9A924E342A7E48ECEBC9CB128A38424B376BDE7187072A29E630CFE1C85E4A8C8A9F99C65251BE32739FB46072A53987B9234C671D89732AFA3F1D9766D31F68F23E426259A43E518C6510B932124F0A934CA5FB99C9161332899338C132DCD661B42E52B409E5193E88799CB5C6A2CFC838D3C297996796936B9CCEC94A1E725955FB97D229747B86A66E975B2BFDEDD798D8A984D37CEB727257F5715A82A33E608F2B5CE221D0B379841FB886C18A57CDB93DAB4905926867FC72C624C92A2C231C0E3282D1D25C7A751CD65316E1CE0B1AE546EE308874F91B84F80919762BB8A15DB0528F599696C611249F26610D26E2388D374D732F9C31D90832202AAA293BFFA0CC7FC96203FDDAE539F8F6DF87C1800F88B066749655AB65EB0F94629B19E7D1C832E1CCC723904DECBA8E56732625CD179370348642961F04E333C38CDBF97E3EDE31A66DE5739B4DAA8B894915808E1F1605611E924B384872436FE175AC351E200BE3A3E590AC3B0F88C8D9AF85E13148AAF305614864F1EF56759668E9F393318A159C462ECD47C1F8E88516927093D938A3A8D9D3D57BF7281D1159A911A2037563665314B1C87E37CFE7DD49F16F24C6E4EDC9271D266D873A84F2975111B087812C5AE37C80ED25824A31BB6E709D9C53065F1E6C9F10B535949444E7839403131F91740B42612F84E901C6BAA7283578E915DEE4D32D1D7189AD99E10E091B96F1FB9588E651536C007E78FCAA1D9AA799C321C63B91F1E6C38A633C7C86359342B359D269F1DE56F5E2384CFB2664C4975411C3DB02ACB19868A6486150B00BB591C693465A54AED77925F8F3A939DCD3B4CAF51829B8F86865B290529C655D4237C9DCB555C104A19783333776926C9AE24E057718EFEE271BB86461236E91819ACAA7BF2BBFE61D5C4D8B180F37CF5A724EB5C54E9EB577CD38F3D6392BB30375B8D0CB3BC738F55206489344A2CA25664771DB7B59A988B84491C9611C1E09E8B2C8791B8F515B0B4C4487FF9CB92621AC68BC8C61332081DA2E36A100B2E5581FE5BDD99BE2B0E5464FF001A92CDFF000DDD28861F919D4E48E3590C9E431DC0928B86430AC78B582836418218A4147225C9DE322473A7B91647F818B4D0494C6EC0EB1B66B65AFDB4803B72EC4B351CBFE733A77B403D3B085858E1117CB1901103885018DF885003A662A66567AFFE945741637EB63C2015257DFC558D97218B7B0D89C552F21C3E9B709C6079EDA7302A16818C9460D229B3F6FD69CC0DECFCECAC4FE0E5D91F725863903BA62250A8E3095666906EC9D462DB1FE3DE51C3F135A4B9732E90A9EC5B26CBDCCBE391D8F3A150E5A22A26ADC3499EC521FCD82B1171025894521E7D407FD75D2981C5501F3C899C7E0A48B287C71C11E846632D81037542BAC1491C3A93714F8AE30584ECF23CB8E56E29724B65CA9F2541A945C9E28849CCA609AC2B4E584DE30C818A4A41B7CA59BB8369CB4DE58D1F9696619C9E4B26D95FE593E9A8ABA9C94AC0E1C16436140175D71798EBB72ACAE4AF572D0C8A946C8A39B14B9940D1792E1C943C9B2A28A32D2EEE2969754B2AF5E2A55D554CE23F05505534209C24561FAA8D214CD448DC180F956CBC8259A7358C1CAA4DF3E92DC8D635C7AAC7903FE956E0BC7F1831859196720D85E45C89A1E7975D06ED4B3313249992ED5CCD42359E4478F99534504B3725032925112988BA70E2178F3315D4430ACF1FE371F04E906EBB26C80A2D5939A3E1D07D4559E12BD0B9C66291433080298F9E95729F2A901742E1E245CC2664629B173972B4AE02E132C1BA7AD925919044C623A130EF021D49A8B680CB24889172B652C0636532470D23BBF22E8724081240C204A29F7C1C6808BC36E485522A7A4D2D9126F418843AB30061E17534165A2B046A913F9E1F1C95C9110E2A8EE94FE250516B15AA289360003B541BE3F031093878F724896EF493A27472E7C67936CD51217186BD19E6E74CC11AB14546A432412B190B38C984445C7516F4BFA73426D935C2D407B50AA21443D26371E354C0F8CF6FE7CF2323DCC2F2F474430C712A780238E3BC664DC6031F85C7CB625FC2D35E3870D58B41873DDC5C31F8993C7D14C90AD3B698CE89680685DC894B7A162E24228CD191903F1C774DB881F19AE08CE59960197F1D719A4FC61A39787632C7E92AB8890EDBA7D7E3948BD234E2242BC1D9218A0ED90CF36F631D0B16E1B72240B42356BD8155914A34492120DDA9B8F32F68DE566E39EFE727E39562FE35B82EDD0C357C42721F47CBFDEB000ED4A7494626EA6FCE007F30E7C71A3A4A4C73E93FFA1582B2D236432BE73790DFEACE387253E4CB1902CE39889E74EB2070F2411C6B119487A78EA39574CDEC79AA4248E91873266D9CB8E6262E5EAFCCB12CC56E6C8F58CC794A1CC0EB945C2948F20E4BDBE62C32FCA95FE2192472E8C6B96939209FD010BB94ED2848898F324E8A59CBA6CED8F504AAE06D1BBD827267EF9E7E2B2355024F648FC0CDE4A59BB748C0780C84D172591376066AF42E543A80E79522A44ED141DC64CBFD8E282CF772DBC4A60048A408A351880A2B28061E1A5743320F9B04234F443ABC661B9BAE4ACD803AC25A00F2CE2A8A18C33C8E108CA4A492786C7E4B1E63099B396E5944668E508E9F69F8C8BCB9B0543CF468813288D4537394C5BD5307566720939D8A80C79094E4258D259B799EAF7DA216A100B97C09E51E2B26FC47A171CF19EFC7B9730F9997C7A230B9B90590E2C7A6C68F8BBC86E1E3116ECDA24710288D154DA05588639853EB452855660882794642E78B99B7C7D4C5A79B22EE3DF8424AB523E8877923F719AB591519C695C95798E1B64E184046CF3CFC43E5CE62AE5318CD2FDC716821D9A9B8AC5C6AFF0014508ABCE4B30921621D2876B1AA24FD9CEC0FE3DECE4BCA37A4CA50A4A41E28BE07F8ECF879163916996C0DBB9E770FA88729C5F3801EFA3EFD2DEAF642539CF9CA7FDEDCD63A60197E7D0FFE85FF0091ACCC0B671252CC1EB915921A2E439081547F2EA9BA8F8D467EBC7B45B3BE444D568F7279950F87C60D29822543813E28486373718A2AD16465C154FAA4112222E05401215618759C039E537CD9A0BD7ACCED8AE95101E9F55D3D504D981115569B595167B6CA71C8DA31BB84FF0090B9954D8BACF608D152283E711CA4AE48A7523E61C351E299C4E6E19EE3B2D15C62D054EAE0589446551E07DA8A61FD9237683BE8984C266E42A5FB49835D82659F7FFC7DC87999EAB4108803F1F99C5FB41AAC1E5CE7DF10D6D72F648BA803C14452B8A422A0385C1ED57058B3D298033B7F025828D894E2548C4E5ADCC9B8CE10A09DCC92AC58DC8AFA3DA71EB770AB2898E629E7221DFB810DB7A38D1474447CDC557FE1AE64976A6C9B906462A2F8F67CD9A32E5D711F9164009AA4C672A67D2E275575BB6495128116DF5D64C29370D8C265598543288FE6F1BC85463FF40728D8BC4395F6A84B28D99FE3275A30264A9CB8634DE495672512992FC85904C7F14E1B43962598C742F27369D7264CAB20CCB673C6054BA2543BA41FDCAFF1B102C8F3CBE74CB0A679366928D62330CF5D3ACA581323C7A749F3708C3710C9B17918B730925C4F96863991728B773FCBA104016E792875A384DDEAFF007CC4E52A1D35958F3A240ACD0C534CBBF54214025F9FF70720DFE6136AA0632C02615372A71B8BA296935DA89659C249B333E3A8E31EEB1D42885836D9572DDB8A4A24AD0168C9A6A26D106EDD241AA6B51A020D4080C5E1099173965D09199E36C9B1B516FB96AA143AA70F9D9A79865D33765B3EA38EC4023E4F9023A0F30372F401EB1E9C88E40837C92EC82031E7991486598748E20F2024D78791C8E7D0C878A13D5C70FDC5894DB1248D7848CFBB04C0AA1944E90EA0C49C280A6353D1FF00E46E2C34D6FD4833059EFBBC617ED57B567023DC582E511DA879A17C6802C0601B18B4528D1495B02B696FB28A01BE349FD98A4F97612A59549CAB8787917FD31967971955828254C34C1D3839B8B0A1FC3E489AE74D414854C86538C6248A7F188A0515829F6655B8F9E31D85EDEE9A4D0468CC8D4934133876CD4BE2E92E94E654E0CC393E7ED29C579395D6E604339C6B333B38AE46C9E2E418D624A2AFB048F30AB9C67B131CEB8CE12200F17FE99C9B0855C14C768CC4A6578BD530A530EB332386EA3858B8D26293DE72975A1309652E4674DF265110E22CBA38CE739C34D1325C784908C75C9DC6AED6856C6322A43227E49E3E89002ABCF5E5A8F31BBD7237908DEA76CB013B04FA453E6437987821781211093FFA12C19EDC3701DD1AA664156A1FC893B64F9C041A04E5A769A83CAB35D773CAAE1DD0E6700B8E319D46C73B679F624F14632F1F2200A10E2F3B0714C48052B522C533364FB720982605AC41013E43CED85AF29C9DC9B87B2C3E778AB6A8C8C631D6404545B93E4128966AE57132E91B7F5F8DCFBD8F22B68D0CBDCAF1CE9484CA558E94E448833806CB3BC76627D236790BF5082DC473AD9D0C846BE8697E1AB8B258534A9010FC2C51BEB98952058CBAF6480C3163E175AEE3CDC50BEB4D42CAC35ECF377538B86ED9C008D66E5FA8305C2D4DF4842006DB6860A3906E50AD8342014251001D0484B0C412D084F4EDDC5C88C22AAAA6EA00DC31B06FA596C4386CA64A4717868587E33FFD5DF0566A50FC436BFF00ACF1B4FA98CC521F433BFF00AEC832013847247A46252BFE112A263E00AB8C7C4C29439D94867A4E9E779CC60B180CAC0E7C6F0C57BBE36E6D6EF4B38AB44DDB8C23F08CA0E08C45B28E5DE816030447A91DC9498BAC55D3745B4F4626824B71903C4D5CB13EDDBB13755B636A02AF398813530C6D071AFD47D0B8FF00F22859A5D8C93114F90F056F224874306CB63A721B208452026B8F32F5F12C8334804A16779FCBF4D1FB8EF1CFEE5184DE8289DDAA6BEB9A1F74D3BD0604854A4FFE88FF00DEEB329490613F04FD566F1A248309BCF7EF544C4A255544E927202172A946409755113510554E99C93E8D3C3E5F9BAA785CA7315C90E8C8B94E17AC6212F4428D602899591CF1D38799A626DD2EC1468A212CF91513390A215C9E926BC7A2AA22E4C371E39D1BE6989A4E7317185BE6CC9D327B1A870DE58D7248591833C54C60B30D214DCE98E1194A46BB3B45F245D3CEF11E171BB47A7041CA17FC2C71ECE9A9CBB84AE14A4C083103A8FCD0A56C3C54B8889DADB7C3F83A10EB7166D336589AE77A3AFEA0F4372DE0C097A0296F60B1A84A05010B00DE868D6002F84500FE05300DA44EE591CB605F1907AD9EAD89718484D1B1DC322E0D0D83B72AD2138D36FF00187C159DA9786C59804CE1C94425111318176F265BE3B26429449D211400946B1693DA2A186A5C0BD6E41209B925E364E730E9DC5F245B8AB8C0FD4E20FF00B39572923802CE9F715E3B0D0CAE4A6846A7AE6C9A5DBCC3BCAFFD7D82B4C8C99B12418375E5142033438E133839196F31D62BA5A17CF21C888A4E31A2C7324731CBE60F213E8A4098708E5AA63B2D9EE28D1B3F8F0936E4959395C9DD237AE39934F35C3DCE6F9764F9B4595433F79E49261B7B3D9D14D305CC7CBFF787470BC3136497FD122039D5FCB9D747F20E4F020E5C1638F2F9F20AAB2CE116E9954E88D58B4098940826A1A1DBB8C095F8CFF3012F1E8B3194C24EB2258D24800472AFF727E1C7E3B5BAFBBF99B237F625BA079A45178081C5A0973D06FD88A18E95DABDBF73C73BFA19220DC7239C2C77F08CB8AAECE3A525129BE46ED5645C0499723C9646594C1C2B84179445C61B22EA0A9C9D651C21BBF06C6FD76E7762ABB4D1148A3FDAAAE60A1BFF00ABD5F71B5FA9134EADD4E2CBF66AEDDD9E5BAFAD69B5B7EC816B0789687C42D5AD6B5FA8DA92F5446D18425AC4B6F3FF00ADBA3878715FF298BEDFA04B6D3EDE9E59AC271AEDFE36FB774E58AC3B78AFC4FE35E01BB68ABD49F5CD8E486DDD71BA42A58C27A444FBCC26DD2A23D7CD5961AE334C2DD3C4B189D8F727E11E312A4D78C7FE8B49E2AFB065261BE1AECF26A4CA2698B73319732DCD274438FB0D08050932525A485F1D4C1BABDEB377928B7374856C6C4BDDE74521B1C83314DC832DDD9A34B6AC47684B39377580889C8F640F1A6A37BBC7AAE409653C8E8E241CA30D633993D25A237F64A0DC3636ACB377E59C7AA1C0E127FF0043FF00EF5AD7FFDA000801020001050211D3C436FC19A80B63CDFD270F8107E63A1B3A6C21D30AD69501D87B0277D0F7E9BAF290FA532D160F87EA50D54F5BDD1B08881551BA0544E92407BD0E85B9A80A61A300DCA45086281FA8DFD9ABE971ADD415E6A00DD4A582BBC52A2B777E7F1B5584415D69EFA87C4CA7904C2A22051A6E5EA2E4214953E4F3A441A035A8C6F3257EBBE136F54E60334150CB2BBBBDB5A9539FA4558E516A7DC91F51351CC1D32995B2EA240066C92E3DA182BB7537324D4257EA741638F6AB53748E5AB794DB8AA7500F414A207034889CA0DD622064AEB2689146E5588AAA9815E1ABEB2B6BBB6D73422062B7501429EE03AD5E961374AF6A93B77203E68C12F5DEB269D17809A0ACE2AA1568C70ED396480C2826FCAA1AFF002E493328DBA7B977C06040A650D4027B98E25A0577810DBE9EEF12AA5310A601A8DFDBFF00A8A42D942D1847E109B8CCD9F9855B811239154FFADE1772887A03C340A52C526E2090C37A110B3A314D46D69958174FC34AD2B696E2991451FA4995A5A9402F6EA3538A2E45F373319155C36527CE8A71AF48F51B10B45025F68751AACAAC6895BAA474A075B792BA8140A146AE5AD28CA88A8000518911EF940B55C68A21656D4FD3B51CBAA4C55585F36E8505ECCFEE6A6CA0344B56C0B1F4A4CC44CCF04AA898B712A6A22511BB856DBED744E9DAA3803B73F89E8F482A62AB21B7A3E5B194B50009C22523A746F17698AA73227BB1280180A3D27E4013326E8ACA2ECDBB7A51615814254C244237608DD8A7DD151ECCBBD74D429C5A2F716AE6CE81B245B085342DA94BEF1D284694F68554C4B201F50986B1A727732A531D94980A4EB221B2D03E7C84440C06DC558A3E43DC69B947AEF4BF4EAAEB26371EBAA432B49A066E8B426C491390A698314C6B546FD87EB7B0ADA08EA2221BB1A5CA2A33540551D481B98889A9F0177B5F46943E0AF92B6014817B29E910F927B8D27A993D083F00F507AE40D66E60B51C03A2C502284970311C41ED3355C7E9601B01584A9771A355298A01F300A00317E87BB417EAA2A14A2029EF38BA50C2438E95F8D44A91876D44FDF2A1560A010A3DAEE5B8AE91EC5168204464C40520011A67A39A97A4EC03FA9CA02211634B81D151321694217B74C4155930B1A9C106A343E9940A3EB4BDBA6400EAC80FD3F968C207A2352F60D132810D4DC961551219EB626C7024004DFF00A2243E7B90DC40DC5A378CFF00D9467EDC4B8954D14728A458500ADDFDD254A6A1F437F4283B4E3F056DD0429F6AE2F7327ABF553DACF24359F646373C72AA8493731946CA107AE897CA70F324220E1EFDBAE1E710BAC40F3B8000026E0397C64F4A30DAA3B561A5C17548A1C77A43BAE7110AC5D4452954CBD17C1A8A8908B81BED7B7D8D6FD3ADD47B0D79C4077145501500DED0ED1042DBCB72907C3C289EB76A9D15D554E66C017A5C7E9A05C2EB54C10BB31E35D9B8D80DA15D115672635166F96003403A451B711FDF737F6C81F2910A30EDABD6DF21B6EE89FBC5282AF4AD3A952B3AEE51116ED1B2C93D6892646C8A6B1D240A751BB54DB54B000D25A9AD460F9804B8BF1382E6F324B93AAD5025209F4C6D4650152B12EC40E20223E26294D4660448B25BBB5D6DE149FB6D43CA6B5D2A3FDC25717C7B6C90BF4A183EA4C01BC08B5D720949381B9945DC63FF0049A7C6608ACF575A1C9425BCC05CCA9B76D6C1F2CDEAA101A5BDA4CA702BBD5C8794C8E920B818CCF2201EF6640BD36A731254AE16452729981C01BA6801B7812E0E9F1808C965942ADAEF2853AF683D2152371A30D46087E36DE6549B4ED8E65195AD4A97A950DBD296943229CEEE12996F5A634E3EDA39B771431EA5BF1A7105D8288A45301CAE0082B007CD5B4388142911F99E156B51AD44D45EDBAEA8876961A756ED31B1A9C37CAC684E00E43E4C02C4D8E972382C59876F50BD4F02430FCA975C10166AEF4D3D4897ABFAAF42364CD6052203FB82B711F81EA77DE01A45EB96E82B20E554D25D54CC476A24292E6327283B88905C760D1EE51177753A2B9D6552B509080DC040CA868701B0BDF90AA533D348660B734A906BBF4142AAA9150761D54452294A74C293F6D86A750A1452EDA386A40FAB1F69F5BA30BF769800B84CA621A4B52CBDC63E33F6E280DA59812453D86462D3F0300FE41303F54C014DED47D4C35E6A5C7E514E6395E1BE797416FF00B89BEDB30493204C0D9369FBAB54C8A1576AA759C68CC9E84FCAE660E5347AC4132823A14400CEB5443D2152946B0D4505E37F59560649C4608FE3B5A394691DE557274CC5C8444769952A8225F38DC1BE3E8F55CBC29D06A122E8AB399331DB23A26BDBAD6B98FE6506DB50BEEF1AB55CA145D69C093ACB5BA17A71F6B8E06920D3BB240945151D0876F8F07D28A074928F2FCB2FDF7FE38700024D28731E2837382794A88F98047ABFA885C86F544059FA9A0D06B4A69537EE8516F5A18C1E410D691FB77B61224140216B80D094443B9046943009500374456291C69BEC3691B1D2F80142846C56A991C876462D2C91CA4502E296A930F794285E8DE03FB9080F6EF46C8421B7BB4FEE4C521CD2A4DA0A249AE028248269D80A62F9D63F511217451A6D555319431C429AF829EAFD296F64A5002B8BF71AEE42C124AF959E69BAA60DE46762CB10C6220B799838B0B256FD34BD4A900D1E6D16305A8F61054BF200340A9501A3DC6A1FF6EFEA16EDCF44413115504CA9AE6F22A63F4B27EA09800A2407E723D45515924C3CB8B1ED2B34414D43AA5DCB29B914FD2AE8B5FCE6F70E1A23EB2FA6FAD17D4EC9770E344369401C6ADF1BF42A363C31C05571704B1F01ED5139553ED291C97F7122C71A6EE9642A637F5E3440542FA1B09FAC6012A81E3A74CDB44628DFDC16D6AD70B0852B7BCD5BA8171A0DBB42D4034017A443E99E7A510A11359450482070A32492A0B07CB6C2A149D020AB7D863AA262BC1104875AD282D6B5C638FF0050720A85214AED05836991F6987BEAED1351A8BF7FAF6CFF00D9840007663FCC6A7DCAC998C6450488B202AB3429BBC414375513D08A67A2225B193A048A413F835B58FEBA1D6971F9016D8EAFD60D9B93BF7EB9ECCB32F38CC10408D407F325209DB1C6F18BFD9ABE846DD6317E88C61EBAC5352DE853EDA9B142F396A31B589D63683D45B6E57D272FCB4040E8E4165A1DBDBB724418CF48402013D4D9655BC8BD934A51611308DCC0894BB6951F9DE07305945352A01F38BA263F027ADC7BCE46C85AE570166F8C8F95400EAC40F99C5FB7C7756ACEC2F9C7DFA7FB813D050B272FEE4605276DACAE0B2A1E70F1E80748DEA8BB7E40E23BAE357DD47BD4D6A704C40485D0C5A2EC2D5AE280FC875E6020587D41D10480A4DC658C288186EDDB0838588512AEE9251328D8527A1F2C06E01E6A1F1FEA4B711D5AC628ED5650BD374DFD98FF00B857714C143E925FBE0FB57F6E94288F78A6A29B702D3DD1B365C3B7011B80881A2FE6269086CF8A9A0225F29C437DF4B8D2B7140B4ECA22B2749FEE0A06E6D948F9A76F4D8C3F996A2375EC566B7DAABED24000AAA5DB1471B2AB8F95CE891AE2CED496812C6A3544E91DA56A0A0017708F97CC276B614E47A6A630C4E266E41B80F897DC5B726E4515FBE4A39A2CDD6689109E5A5803AC3EB709953153D0DC3E62771487E04DA2671EF38D11D6EEBEDB1BF4BE3F46A2002EE0DB9A63BB45A374C37AFF007850B3F483421749D0E9B987F5A7E0CC6EF56B7542F739EE450A4DF17E57EADF751694A944C4F5D11029404A53DF6DE808164CC0092A3704435EBED31CC0237281D600EA8976A4D8E52AE411EE5F9CCA221ECB8280A5E6A2E81A8D6DDA1E02D15DEDD429CEE241B89916E3BDBB35B62A73DC4805B3353AE9A7AA971DB242604624C6EF4E6B558A63C87B6DAFB4C89C4DDBAB68B2289D2CA762903A29A8150A32A5039C746A37454D0E360AF552DEC929D18BD628D2252FE440DB9BE4C9888CE85A9A25D29B634B0DD9183E429ED23EFAE1FDB16F22EADBA4EEDD23DFB3FD0825009510A3085A207E8BF536871B009BC0D7EA37F2AA44C56C7E244C64482161A01F3481440CDDC1CA429920712696D38DA97028AE7D0CE35A3F832DA0E83D36AB5E8BEB73EEADF6E7DB77236471AB827263B528926D55C10C66D0842A6D10D28FF740167CDFD280590C90041DC36AAA41E563F7CA8FCC2FA8F7D87B7523FCAF8F4156A353AD68E015FA896B696836D107E49E886DA2932219032423454BCDBCC73E9D310B988D15A1150565087E8A8D848CC35AD68475B696F33714FA37D5CA6676D99B633468C44BBE897B3627491210A5A0E953CD8AA2C9B269AAA1775111396A50BD34CA739134897AE9579AA7CBD169D438D0F91000A57D2D407A471F388FC16F6486D1E07CD00A43CD2801767928890D3870315AD8675B01885540A31F7F926F611D5771A45BB0508A285F90264CA271FA50B853FDC00A5C40DA543FD9FEAA86EA3D7E8A8EBE97F0C243B38B0DA74C4778F87E93C73A49402E53B08FBA8490765544696D1736E115FD2ADACD07EA4B7D81E16A2FA9C7BAE2FD10BD38F631B0114E40C042C700009EFD943FDAB7F31CDA3ABFD623487DBE482507B062267297834476B95F45034A3489AC6B8531FBC1A0A2D1829E9AC3D4F29375085787C083F2EC6DEE1AB6411EFC40AA4C7584CEEF40A81007A9B7A40A02524644E43889AFB537C2228E85A01DD5A018E16028545B850692308A888D94513122C9820140728509943D267DC52088AA1E0B85C106CDF63C4C895682135ED9003627EE500565200564B28A26263F519A63461B536FB7308D695AD2DEC903CAEC7E616E1487EE65D637282245A906E67400CCECA78A450C51209E35750CDDA0A6A28DD326C597F3B618B22A65CDB404A0251D48B058642F6162A9CABB5592087FB3B8D8DAA26B5B414D6A5B4562FD5B0C57E80AA5505774148287551936A476DD8354D92053A843492291D738DE962EE58E5F338D4AA9FCACB47451010DB5E145B08BA0F9EAD852F033BFB7C5C771244A71A8DBF5D529C1AC1800316A61EE9611EF04C517A8DC451FB69803AEEE1DBA8D964F5A6E5DAB9D3A26B423A9F753210EF74F8051806A4C769BFA500A35695FA97DB29CBB941EA14BB4B5DC128368D1FA7B4AE0E25050E5A508BA808B670D9140CFD3A74457A3735079ABC3E16A66A1D276A794FA02E6F326DD64D3F800EA85C28366E4C8402288A60A3E4C09492E99E9149129E67DA4EF6486E35FA64A9FD2BA69B6351D63CB6A52DB5B008B5DA2156D751A53DA280803811EB545B72A9247131135124D4A922151943229994280009BC1D14EAB40B817716E27BA683A1BAE532B46EA6DF996126FA55C3644537ADCC320ED032311F6B490EF46FF002EFE4535A5C03B58F3015D3F6C259D337122BD0EA0332592542E825AA69A9D33310EA91526D38A29857493A3068A531FBC21F535C2B4A27A9DDCABB81F95E5A737E963C81DB377167145812351896283B8863149B247A2981D40015514C83244214B49D2AA026AF895A8DC48A9376F0351087B91A9111EDC8600290B2741E223E53548A0AAE6ECDCD026AA35BEBA89D229F5C7A629D14A3B85B5C5C2229AA604C28368FC0BB02AE0349ECDCFCD62370DC9BD0B35300FC0D7BDAC1735FC0DBFAACC7CE007014D3D0DFAEDD4A5B0F4C293101414294557AD555CC58E584063DE6D9337CB27A1B7C3FA72327F6F3A807C69B0FF006E0F5ED69B53F150C0237A035814DBD24C8A53964E143A8DCE8545B82A3246003A0E975930956324ED76BF96DC640C6A54A55000B6A328990BDDB6DCE5D8215F955CC3DEAE2086E14B5AD69F6D070A5B69B4A87FB5A6A3B910100000D140A39371189AC7C87CF2EA475CC48F5094D5B99348C5BA483F4CCEC4354C556E3260071AF1AD040CC3A944622D964AC241D6B4A2F8BAF75C149D0B1869510292335661E2A2C999283976483622E928089CCA114EA6F29400E629E880234E8EC96A23A649524E5339AF5BE9D18FDBF9CD42E9D536308BBA2805140287509776BA07074FD63ED7E731592826ED400599B62A4453390C8A65AEE9C1D431F718FA8016DF0B056D00044A5EA2E4EB8912DA49221019986BC0404004DBC28A343BA98383229AAF40A0CDC09956A890E97EA0530816F6A6B7BD802B6EA600A5953243306B8C66CB14772D46B5D645270901401B269225434126D1104C044963D001AB60D74C6C09149452146A5CDB5387B02D71A039A85421ABAA40AEA805196110A325D507252A0E650436DF7285F4A23746F57A7B7EB29BB6780437DAD31DC09855A95B5CA96F335274CB2E063BA0F4DED417B9406C48F49BFC37945B91421ABC06B4B750C5A298C2A01AAF57A0136E508630ECB80B54469D800D47A5D9104C07322C5896BB46C140504EAF4A08088853B4D6BB0F326AFA89A831F7AF57A75EC86C2D1B700B5B779E1F00BD5B53113135828CDD138BC665446FE66DEF10E4D8AA9E405EC401112182C636EB01A8044075A0F2D772DB61E459901CCBB970570A0D78987E1E2014DEFB2D4C083D62194A1A289B601FE55B4677EA88D0DAC234E04374CA5F4EC163025F97B084BA614DE450702E0C9229AAAAA14D9C83845B38EA899F261443750A0357AD6BC42C14E575C8A2AE567150DAAFA0519CA01445C8AD0AA9808BA25C8A14C2DD120B47CE556EE4EA9D5564F446FE64AC0442DD2F01A7E1F394F45B6542FDA525E55AD738E81AD223E7DC045259330016FB7C6AE2144D4C7F649421BA9BA68A2F141DE7DA35D31AED428A8A3BB694B5600A11DB406BD0D2CAF40A32C9D2A2022DCA3D0B5A80DB4779CD5FA05269F51478915A5397A828DE32D6542C74C6F4CC3E7DBE0E2DD22F8A822066DF7221450AFD2E14FE47B215271C8D03F76A17A8653E0CC7E710A0615C4BB7A2DC280B6298A235D4102175A2D8444B6A740606FA5EAF4E406B5BD000088D7853428F4BA74DC963A224E9514476222614D329AC9136944AA057CC0A02AA05D85DF396064C3D0A08EE2881422C7E7588A02444EE448A92E05202866275526C3B91A1D044E03403F2F7E8FF00DDDA02660A8A720E4C20B9974BA8426D1399421885058A41D5258A9B491380BC206F5A444413DC1726D12B6BF447E121EFABE850002A16FDB582C7307584C170D4A37DC002413955569D97B86052094368FC2E0436EAEBA015D620D758835D41A1339BB822942556990D9C1846BF4A20F987C6407E41AE7A53DB6EE44CCBB9595209D71A32E3B37EEA4C042A3CF75A68C266A3A04688D952944E986ACBCABDB40B52FEC96F63DC4CDC6CEB5F806DA11D27C7E6982C08FA2E26A01A620632E06F288D83A6A89910F2816F5D3382DB42E52858A4B88A49DBB16CB5161D0541D4735429CD16802835000BD6DA60176E04A4CA1499AC572F126E58F7693E16288007F500D6FDB402023BCB613144270C5FC7B00A711E9F585B38A6E8AA9D45059BB74DB2AD5E1845672F54DA8FCB6E95C5147CC9587E050D2D4F6DD61010A2A8549C9915841541C0A4C04FD2E815513F94A6F06E3BA9FDFBA6FAB8980F961B3713DB6B7E80D0D3FD175043688542FDAEB40CC85A2A0905011101DA9055C94270A555110BDE8002849428DABA461AD83BC4A7ADB4215AD6E10A48E3D657677265840E071A11BD16FB94F17D70435DCA6A566A6D6663001A3D5E92829101349A98A2A7A9BAE64CCFC7734B0546A6066CB80F5530A663F3B4F838F649A51C69AFDDE941AD6957B0641EF7E89EA98505AED7DCEA1CB5D5502BAEBD03956BBB380F715DC9047BA4E81D9281E851254854D691727A131CF4F0342F8FF485E8286D68FD1BAAE0C4A095396A31E99E549364D5690ED81B1E3C445511129B7D80540AEA12B792AE153805062D3776CB0A68BC12DD04CA1D9B1290010501A0BB1B8B8D6952DD32151028ED6E8A4ED254689E9B059FDFB82EEB3229BBA121CC3D04D4224A0A2725868C80094F7BA4A091491FB96FF73321F26C1B930D1B07C9AFD1F7BCA7A0C16A85FB7ADD5E5ADC001BEBA8235B869435EB4A011AD2BF5B6BF0DA021A56834242DC89937890E67274D4156AD7A4C3556A434437D1ADB63502268741356BA3DBAA41052B609E972748D7B0B93828CAE36891BB67003D54F75D96ABFC17D12286A71B19BE8EB5AF1125EC371AC83DF30D243E4DC1417A6E25EADEF43A7C0043688D1444C25379AC37D0B5FA17D3611A20D85C894E604895D34C6BA015D1A12EC061606EE3C1B2443A902610A8D0EA3744A52291A3678B68728DE8E3AEF256E2850DB74B8D9AC7FDB2E4219D89836A1AB349431537C52778D844A2E2DBA4145124100328320A6D6E8C8326CE0A629E83403A322617C4DAB7AC632FDD06F2002C34E0BAB55844133018AED11AF1A503BA4500007135EC05A89EDB6DDD1D282F5217EB1EFB0DB4460EC0DB5AFD3F5318A4ABEB7ABDAB71445722A6044AA142D5B74D2835AF1ABD05A87C689E0EA4362CD1C1D607B73B84C3C850D5C2A4441D39EAA45A30D8AD06C8EE4CC670521C8D9502992529D13AA0344B6D3A474D487FB6701F3C9EA65E55FC7E0B585229A8D7116BBBB9F0A2D5E846B200F9E711A4C7E5DEAD606DA2BEBADC1571B8DA86828A201F0BD7F496C25BEA51A589E62F86EB514A754DB12468E6EA54785DBB9DBB58DC178401BC3E880DB7477DD2E5F38128C4BD7482BA7A1911A96444ACDB7D8B7DEB00E8E5B7DAA66DA574D8C549822A26AAD6EACC9BE530B8B97E05EDDD46BE78BB10006C410B00D4987D50176D447DF74AE723243A67482BCC899154040E00A9542ED120ED3192E8BC99BF407514CA5049A6A8E95E15217EB2A21B0DE1096ED6FA20063B621AEBAE90AAC1257A89E9F11000F878D056B40360110B98402AE0357ABD17C1656EED907D24ADD00C69E3B706250EDA902A40D7CC02A0F959A7F4856C652966CA37A5CA2516EBEF020DC1DA5B4E60BD3A2F50911F6CE43E7A623BD9E8BEA3F0587E493CD460F336FBAF816DB6D60C8BDCBD27ED97E08EAA7AAB50A2ED11BD7EB43414170AFD0BED94342F8ACD5601145420748A4A170220001401E58FFB75FC19FBF0A9F999B62B64F4BB11FAB5BD77B55EBC6B4A1A98D239817E8D81BE50A673BA6E03D125BB5EAF5D910C2142051176CD0729B12F46564A488655BBE5DB41A23F2495D0BD4A5C8BDEA2847BD43450C7123336B4B14D4D8E345318B4B945431835B6F4E50E651B1C7546FB1A87C8D6847590B7514F290C350BF69A527D4E9FCBDC919704D230D5C6BF40AD2FF0D7E1AF4C7652C21B475A30856B5AF4CD7BB5FB576377A98C51A48294BD9E5FB6F36C3FB6C3ECD0B5A4047A8BF823EF21BE9D74C521DB44BDA23A7B1DDBAE95E9A7DCD06DA5BDA0F0D3736FBBD6B5B85F71AD7C8B6F547C52F682D414D76F5FCB7D3A6511B7F57E9A5FCB70F1D2E3E3FD016A2EDDE7EEFA8A779B3FA93B6D0B56B4C3D838053606E0643A5B89BB6F9EECADDDADBABCD43BAB5B9AF5E6A99BFE3E3EFDA34D0404FD76FA21FF00E769EB77D2A0BD3FDB73767F9773DD84913F616B6E897C09D231256DD7D6D0DF7A95ACEAFD9D7FE34B70193B894D6DEAEC0126867DAA06BEF4B6ED6DEC50D485BAA7BF4F4B437DAD7FFFDA000801030001050201AFE92DAADE5906FB5E301F285780085EB160DF18F77752B4ABD223E70B00AC0014C03CC8F8C87B2215ADFE04D05887D4F85087CD39F79FA76AB6B6AF00B8050090D4C760B2761671B8D6D6DF0FD040405335A91F3262C5B1EA5F6F609F8695AD222214C447614346288F51C36220E4DAD3E36D6D58F983A4ADAB6D16D63807419143A64280539003228FD9EDB895327722CCA733C274D40A4F4001F9864D31336EB02A0EC483DE370A05D2529F192308524BA09002E808395533147D49EB4529828A610A32A9181A6D38A0D17734F1B8B5150E5A44C410DE900FD3D6E6C5ADED428F7DAED13A6ADEF56F80D06B4C3D82695225BB78F38AAEB228B66DA3B1D6E92A83168DDE48CB910424870E7DDB3820A6AC69D32BD6EBA2D23A3BA62E456669894891C846A2A0A8D4C888B6D82CCA44D64440E60D69FF00DFE949A8222998D451D7FA654851A72D41A3B0F151132640F5630ADAA4B4717A1B55AF452A8950EB4A85E98EE0327E5191D51BDCB7AD684446B7080B0131971F137B807F990B03F9745DB2141EBC8706C4521D624782673D18872D24A981BAE8113264F14460E9AA2A15B74CF5D33850247A148D5D03520502B7A990FA22FA43C47C511A626F216F66D26832291D83B01A91FB5A821F29C6868069C184A8471C051329B0C9AE82AA5B6209A96214E43B92DF7499AEE828B61A2205382CD8C268D1B3B298776E1029554B6CCA89A945BD31708269A6E12384918E6494F7A24F6A7EB9C88B770E1CA89225428C2061C5837B8C9DC834915536CA51DF19320396C40FC9320A33E6DB61D67D28ECFB76489EE2015611F85A88C1D1546B7E906A0F905546907B4263245FAD138AFB120AAA883B131C48E553C13D01EB342EE73336FC6C6059EC8C347A0C50D1089789317B3522DE4DECCBB23E15D339C62C9D12DF492D246B6DAB52AA1A0FF44AB531D94C374917F6F38A3DE2462EC571D138484D1053762035E35700AEA09CA401B9BD45F7D201BA960057D7E15AFC2D51E88EF1DB5FF99EAE7494E3E36E8F98B04F4D858A696EED8E08A11277989882E131F94C52EA0640272BB8F62F241A15070D1DDB56D0CC1481896483C20FA52905CCA86B533F644F4850D277A64B95210BDA4D5DCBC31CA04136B203B9B541F81C6B7510C05A5E48164D938141678636E45512AC4537A0B0DC69152F527F76145A6FE2630DA3B4797B50886C32B758E61A2D6FDF4458C545F8DDA89BCF1023BA5BCA8B13095C98287DCC6F775F3AFDC007E4A82613F58E77971B2A7B36E38104DD29E87A3F303C09E3E349FADD879D2B56B684B963125CCB4BBE317F07899BE9E2D34D4919F291378D8E3FC79F7AD8FDC4A17FB3C6E8F65F58B43D8B86D0BD7FF9D4D0D1861110A92BFE475A1448629C96721E2DCBBCD2CD565A2A7CDD4745F74AA0129D944AB449BA5359227B5FED1AD95E5A014EC4314E51B0188601704D4CE4C204F11A1285AA0A3DABC45C326CD4F41AAF99C64647170C70606D3022133363E42C291267886DEF72EB77DFD0CAC24C953E9BDC4ADB1FDC2443D471B0A223D537822A08013C263464410DA143490D328DEEABA070076F1C375E3DC99623A5450072B8A29AEE4CE0212951A1BD5C769844288A188A28E68E3A22A0594DE410D4D6322321E7543C13D4533188449E8AC31D6EF8C72D2C3F2E95F72E349FAC3D0F6DF8FD40618D75E6FD9407E79C013113914571CD5C6741F5A99BE95AB723972B209A6FA9501ED590193A3FA5EFA83C0A15E224D0EE1744E64C06FA8D44FED0C0C059390393F8E62062F691C23F905239A3E3C5985483E8A6E244504D09294B160E25B2CE6564D0BC5244D851D0121130EBD152D5195E1525FB8D3636F6F201D27E16A43515C48318AADDD43DBCE6BEE90F38A0A74DF654B6C702EC2BBA28D77603491B7D31D11529A5B7A437A75A93F5D2BC02F7AC62DDBC8FC13FB8E4410EE30C48C152F7FE4135E09FD443C3305E29FE5C5B3D2B3702C63EE35967EE58800992944B64A886A23AB7B758C1AA7EB25F64B8FD0A7A968688350DEC88E8AB16EE4C9326C81D56C45815689AC99E3CA53C514533AD570A0F316E3B83781807528DA8C9A4A89F5AFD502F724561BAC6FC157E18C03F8F5D32A08AA8036219175D538D196F963E2E34A28E888EE21475706BB210DA788F7E5EE2827E45E4172AD51E21BF18030BDCEFEF483F4CDDD76AE1C180CFBFADD5C1B342DC0FEDBE11DE15A05078A7AAAAB26E8D17C6A0C9BA351D2459BB76B46E1E22665085EACAE52E5DB3758D4833EC8837987E001392C4BC4E2453A734F0FD560061329B2E5482C627A0E363455E82A4FF0072A85760AB09F27D7EB48EF038F4F7331DF0A435D33AB7071EE2BE1970EE8C4840D49366866DD801516FE961EC9FC5B0DC52F5BAD09FA85EB5ADD60812BC149C02B61D6897071C8651EAC14A845964CC55672674A68414E1DACC84A3CCC5302B944054C5A3B75F26B99E40B76E846CE8948B0EB4A1440C9E94A7800F993F4CB807604BEDFD4693A87D1210A0B8D5A8068A34A7BAC8BB565BC6C34BA673A4E5A0A20D5055C9D52F48E5F57588454F4037330B90C05D0B43E3AED74A9D21DFB8404A223A14DEA71E003A37F64BEA5EFD81AE0A456AB4D6880180A7338548761703A6F1C4704CBC5E45000A38089B65D51F52EA6F4D3141225C4137F403401571BA63F31C2EA506B415017160D8873CAC67D8E19A3080FDDB300017D8F1C0B3296B312C3FDC840C2C5A5CB26E3F664C4041039933008EEBFCB38EB1222357A95FDC34B22E952028A8815252B6FD481408FDAA6054DBD8CD5BB6228D9F90535CE1F2B23032F873154AA3445BA828AC4149B203606621D2529BED014F43392944A6B00D6942216C6952950762430D13DFE471A43ED5FE93B3B6A6DAE38DCC748B26AAAB4635D7146EE05051FB06CF1CC38DD9E41BBBAF0171D204D21DC757D2021BD2F44B7D8277DB43490D428FCA1A0ABD6E10AB05D6F79BFBAB0F9876DCCB7CC9144E749B3A51A18C5EBD221A8B354A22998F454BA6AB2F596BF5F84906E6E8A866CA0ABDB3FF00129BD4E3D16D10F4006AE07FB79AFD588FB89BF60A00655DA3D24598DD5174ED270A2524F4AB32592014CE15B8C03D4A150C342A5C4D7D8F2E2B7855FE097B8E40DB8817AB5C31CD5A3529BF311C8A811D86DC63F1ED64B2B5005FC294C336808FE5E53F75DC231CC44A328B7EC8D84B490EE306A70B89573080C1DF6854B7EE1FA9443A8A7DBA63A2E234F8A6A6972BF63ECA32256E82EB19C1CDA91A14AF3176F1EA3064814A08CD795A254CFD95291DC2647D6F0DB5311B88508E95023F2141B8D13DFE4700E993EC5F8FF7C9AF71B8DB1C2F95B2A713433710FE2898FCF575790805E86497FC85BCCE6DB101D54F4EFF009840D25ADD81034B857EA9EB50DE8DA346D07C474AD2950F9E9058EE3C54DC20D9204E9E180ACDB323B813D923886ADCD76CDD64D411D158F1F3942AE3736A3FD2ECA2A34555228D5D009A9A9FA8D8FEA71EDFF4A1ED87A9C017B15403AF116EE25C00504FDD70E85516BEF2089BBC351BD2F5431155133A66F88947A6ECC065843E16A4C3E638F02516B1C2EE68918C9CA0176E3186DFB1C73F72CBEC5718FF009A5483FDD24AFF009401BB08A1BE4AB1FF00B6B60F336B0A81EE80F916D4D0D602D4B97FB869561EB85BA497A551F913290159A0610986FE45CD5FA78D62B65DA14A4E899FBB4CEAAEA384C814CFDA5874623BA92D0CF754EADF01D6B1FBF415F589A89EFF00238882704D5391198294B914C0DD64CA6363899F6916D225B1FF00C5C9EF3B54C45E0CDD48AC9FEF87753AD506F7A5BC085BAC5F094FB14C3CB436A2F96A20F62F5284F406F878D284F9C501BB93010BDE2BD4EF9320A8F94587AEB14A958D49D25D521181085507DE647382DE14143AD5AE0601105931495EA90D1ED15DA0A26622AA25B8B6B50A46201930281C445BD43943B8962876C4F70FA534F70E604D507880945DB7A7A24514211A3E49FC28B24C8C5450A6476A837E9BB0F9E21AD05A89EB702345D2836DF170FA610B496E4FF05861BE8E2553F73987995C7FF701FBF940B4B27FB5C518472572366288FD431F70C1F313F64C026187BED0A980B3CA5FDE48040A978858507C1D5C744D6920F2C81E83C03D588A854DCCEB64570B098881EE9934A69AA2B5B6C7F8223AC9F991F85EBC2B1FDBD3587CE144BF579283E9F1820A8E658DBB209812755A2A0785253AFDB1A1BFC68745A4FCAEA0440D8F6476EB9F4A736ED90BEF5A92F7131F2C907D105056944A8FF4EEAD2AE15E1423613DFA816A7688AE91BA4D5750AD8E9F55444C53D14C2143A894E6214AAED59212F70D96051F07C046BFA47709153ABD5015069AAA54165D4EB3830D0DAE6A1139A86FB04BAC72A0DD574F165D32180873A8438B05005491984D29232A17DF7A0B5D814A6A102802641302A1B1435C08E8C1D71AFD42D45BEF708500000DEB1E389196EBCAFCA183C30C02DA34C24759719354608048F8FF007D2E1BA61310FC5C28FF0095BA129A39B8FD42645950B0EE25FA0C6C348F8D86A63EEE9E78A43731341475A6E615E0DD81AE7477B936A3F06FBC1CB4282883E4FB5705202272532F657D13616A44077485BA66B7C035F863F714D428851689EE7259C3A38E242E5593FDF263D51DE68C4EE2777FB6B20FF191F7A606CEF1F0BE37920D9C88D28E3A8443DE5AC3456290096DB5EFDAD5A868A351A1B88420D2957D406C0021460BA883D31D64DD393282D4EA812353226E533227DE015710AB6F0071B4A9809CC29F9E3CA5EE6D414356A0A976444EB4226E93D8AEE28946F560AF00E9F90C05EDFC45B6A770B2C14DF7282A6DD919EF64060264F45AFD638EA5FA4999E90854D77227031AC24705BBB306BF025B7391DC016DC158F05D9085A61370F9584C395222CA3DC75DD640A79A1DCB768ED4314CF241D22AC9F58018C6280CE55592319149202A898991302A0A95253711A6D29C1F2099907882E698FBBA7A9D8521D435148D618C1F9CBF9528E5B619654970062A0BC493484C6326BA4A1C8A4CB522856A1A1446991AC92E6F96C442E8D86A4C3E9EC2015ADAB19D1376237A25B7F26936971D5DB24135A4ECA8176B55B6B26DEB7642962D97FEBAB5BAB2DF791228B6C77201072A88528748C8A4602ACAEB45D4131D1ED859D6B42345A88F6C2950D2DA17E1E02E19AA0E11DDD437506BB631A95666352AD3C88B6055306A52D28D29120994148E92EC4A98297B006B5B7401B5054823D56A893AACDC06E44DB80E288DEF46A1380A371E92ABAD723A584B0AAAAB2476EA10EB1D53162FDFCA036645415FD51D71295DDA60E1F5CE7D46F40A8441F1840C6AB8001696394E501F317C7BE74C18810A6700AAD68126D8F228A26632861225EB3DBAB62F50533513559DA49F4C87DA74CC95D14C089A67312934155ABB2546A3DA3822F31F777A9726D708E81E9327EA62A74E49D9768B75ACD01622B40BA8819D9F78380D3E626A2005728BE4CEC5D6EB575950A159435008D340F9323AB7553291BD6B7AC6BD0EE80342F8E7722DE4C581C1911CB917B21902AA26E4B3AA0209ACA2672B958C89165C196E39CA7A6E9F512574A398001C11621C6E07318A24EBAAA93A8A9284C65236807E01518E1140A0FD998455495AD7E065D34A8A60353AB7488A748A0EEC914E7D827D0D7110BD051AF68C2EF55DDC868E5141781F010F89CB4893A2F7C51D449FA6957F2F5CBDA75C0CD5C80A6A946C11D23DA106613357E552354713CD96155FCDFF004857F5C59C76265FF2073E594745B088BEB6D36EB584034FD43C577ACFA24906B641C26B9819AAF99187A4E8850A849166CD15C63C5472740CAB67456CA19615047A8BABD9B912B36C475411A8143B344B4E436AB6D2D4CBD96F6DC016A99FBBB0DE70BF3883A9C4404B6A50E24A952FD531FB109A0290654822E650E75D6DA62A0D54164DD5D869DE82EBB41374BE2DE4C5123991EB9077886B6F8406EA5C5411F0A035EA7C2CFC47CA988A6BCF325D7376AB8A01E61FA62A21B4114D50B2A3BA9A964100559B95CCAB53249EB7F1A6E05EB6CAED50353B0DACEDA56EA2DAA2DAA2A901AB3287C80A514E882641501CA605A154C0613995A3326E54534814542887B078D5C4B417A38DE9137682BBA13D4498E67A40DC4A12D80286E157D1F36EA2E9B0F33C6E54DB0AA3D6ADC1627A0342C8143E1E15A0511220846059095B03D10F9615E4DC9383A75D6375FB855471A98BD42817797AA6F30E815B82B788D0B854F4636CA870032F2DECF8D7EB6B0ED1ADB5B68068AA0A62928670CE00BB6ADE5503CEEEDD70B5F4A676E937B6ED2A67475539B1700D044D5FA1FD872B0B806601D330DE8D4205AF97B41FAA56A43799CA4654C76AB223F14484105C899404BE4B0D08500969AAC54696545457B854B486E142664D694A00D843A8A0D75D61ABEEADB41414C5542F30A284729FA4E1607623D0AD69BDFADAD142E57DF6C1F03505154394BAD24E972847BEEE040A200E828F6DC993572CCEA2E0882221A80DBAA2160B5C2D498089D58F78274E2D71A6CCDB35169AA7B68D7F8087C151F3EE308C8A9F4B60F8902C60A91F682E35FD560A41153A716610A74D8AAADF8C11A3469A8EC554C887CD3A490180ED8FDCBA6076AA8452E20B245414D36D5C06BC077531413510450493A97BF4351106AE068D1EE8A048B727A08452EE9BAAD54917FD9BA854517F1E9A0445188286FF00E9504405D07CF01A00A63ECA1EBB54DFDCDE88263C77FE4480BB02E5A288094F6DAC8C1BFF00A4C15B74B5C046E9B73095341D820A49C928F6802C1A569445CE146338503CF571B86B56F822405942C30D14BB08E443AE237AB5168A550F464D44CAA9C1349AB9EE4CD98384579825D54AFB55A7B6E86B4214DC3E69BCB45B895D85DB7C06C1402214C98F765242B60A4635A144085205A9E6852246555EE4A89FAA71A55413AA0A056E1339350D5C299097AE15E35A531D49E1423561AB88508052E6B2807A786DC82C4E9FC42D5E5A38DC7C815B511A0222140B1C0B106DCAABF7250D47C5F8876E980A4A2EB2CA29DD99545D2FD644D220423A3828B7C0004B47A00D23B46850A9300ED8963278BBA32677AE8EF5AA2BA0EDBAAE9E22E058397AD661A387CEB1F6C76F18A0D8913EEF802DEA75AAC03F0661F290F5EEBD4D7DCD10A0DD070512A8909A83CA299D128ADD02D2050497152B78D01E80E6A28ED26D11AD835B2E20428D148CF6B432698A2E10117C72A8DEAC1F0B69FAC707D55B5A708077098374D54E0E0D30EC9A20F1553B422CEDBAC9C9266452C686F90142F5303714FD0A783BF66B40A43DC13527E8776ED83E1E34150DEC17C532D94D3E0F6C14620DD540C704C89A49BA0F36ED2840B6D81460A0DD751F2ED6BF2EEC0ED9C385423FD1A050F80DEBF4D469C0FCE135A9C984133ED319BB451C0BE6A76802A9B6F8915011ADA6A02E9B0C02529EA1807AEF8FD13A124731BB9428CB22607EBEE4D551645D153280268140CAEB47294ABAE0503DAAD4711A0F08E0FA40F0722614B7265A22E44569874576AA4FD364562A24B1980A689E7A3091D211BA3630074627573FA2A1E777EF6B4160064374D0F554D68BDA9678E17ABD6E10AF356DADBAFA68817A0AD6B755E8000D40550C5290C141A0D780DF520088037B904BB680A15600A0B6E8F01EECB41E2E5228B90444E54972BC8A51FB99172F5749506CC4A23934683C6518826DCFADE5F451B9AE92BE0EFD8D046910B294500DAE83E9EBC7E0150BF6E5F04FD63A8982D4EAC23B0B5D22888A49147A05A16E4B76F5DB182BB73D0B511133528D1E3921311BA69D000530D082343F0F501B5A71F709A20A51E293542459159198AAA3734AB8158A7280205001298A7AD86A04CC05DA70AD87A87DDDCCBDBACD105DC809F68EF353A1310CAA7D532422345F5986CA2A0E44CD115251E4B638FA153A3D0546EAD6A58C62B622FB43AC601208294B14E0629C48662B95441FB20948E8CF68FED457DC9695F53AF7E82F763EDA1A9AA67DFD2DA55C2AE15BAE0235BA80D44BD1BC428682D43E2357B55CC6AB6802214261DA999306C5313A2251ABD8446F403618EB83B0A1A76E0056EE36526B6EA58A54A806D512E45CD37E9188BB23C74A054C7ADB1BE9D40B15E7B35A523AA9FA263E577A37FD687C4BA5427B149DF708DABC69D16B4AB85C47708EBF01AB056E0AD686D6F1F8694C80413B8968553D7546BA834037175A3842973EC0971FA87C7B2EE4E2705FECD2F40946E521A853128586ADA45DFAF2E0265192EB2653A7B89FA3B4C0E931013B420EE397DCC7DA20FE6A48CDDAB2C58A54A632C68F1DB659255050FE0CCF08A20D8AD812000A934C5647B05ADD8B8A491548570982A025B544BF04564772633CCFF18F4771938BD5C12F65BD4EEFD7B56B4CBDA6FEB2DAF33F714341AD024730DAD416B583E091924E943A07ABFC2E15E15E6A0D46C371B506947D098C6245916D9344368A718B7D3C2BB103391A6C899CAE844BC6AE0B7B8D3D01EE40E503207B1B68A891897A66B19AAAD142AA5C8190BD6682E5592971F98D447B7547CAF3D8D6BF447557F525F63AFB6BD78D08FC20F5402D497AB51A00A7BEAD2AD5FA0D0DAAF5ADAE157D4DE1FAD05C05A9FCB70355BCCB2A9A00A39554047D6F42CE51D297F6E5FEEA4F775CC1A39D5AA22205DDAA67F36F1ADFA81C2A2CFF0053203F53B0A4507ED4BE1A1926F2E9AC658854442FBF0A0BCBE44A97F19042A04C3D946C5A9857A8FCE156B546EAD835A98D1BF50F5DEB8DE8BC154C70214EBA4253086B14FBBA6EBB64E5193639934A2C7EA8296B6F79EFDEAD4C3DB43D616BCDFDC5E9D7CA7DB40CD1058C93A74404DCFC3C02FF001FD2E60A01358853881406AD40156A5BD3064E8E3F96A82ACAE30B90D1936D9995A982D43B80639CB83AC5A35ECBBC3957193D94DDD22E036DCAE9200A316F58DBD028B4540867CCC61A566FDC676ED94F43A0F9143490F9C7C03D2E43E9BC7E16AB08D4188F46D497B9FA694F06C3BA82C343E171AF2D5ADF100A11B51BC7E0D9E362815D37302AEB510F35E92F75EFDCA234E3DB993ED51C9C5539C2C55C07B44FC0428A1A8F805C7E113F73246FAA313CFB8BDB13D3AD9A2276EF560B9B75414A2F1CEA6644AE6323E3148E4DDEC7536F0A6EF1400A2AA0058C37D35AF52E01DB9A914814749264201D31320B14554B4B46BD2B4A6AB6993B4394F15B05C06DB2DA99E6AB69F061EDA1EE05AA6BEEAF4E3A5DEA7DDF4D601EAA81E7D3E217F8695A50F8937527BFA837BEBB62C8B0B236CA5ED4CC4BF8F9DDDF958EDC5855BBF2C4506DBC7017B9FD69E80F5D7F066520837D9436021FC58EFEF1B8ADB72506E78B9115841907D39EDB5CFB01F04FDDF2D89BB639FB6AFD0682A12DD2A46FB874A0A77F0D2DAD051AB5F87F57EBE5B6B43E141DB6DFA3A1A1F1FD50F71EFDD169C8AE255A8F6DCA6DB2F7EDD2DB6F2D136D0EDF8796A2B6F73277EE8DEA27A097D87A35EC9F57E11B7EE5FF007425542448D23B78CF3DDFDD9EFB7C1389FB70F095FB63F8B1FB92DEE37B07A874A2DEA23B8E91FA26631DB08F3FA55F53DF786FF061EDA1EA2D4CFDDD7FFFDA0008010202063F0265F52AA96C5E1D5E126E554D69D8427C01B68BA112762ADCA1F7A883649EC6175BD0891631F990CB94864CC1177F52FA551652B6C5137A0F63ADCB7599939BD165DF2A2657B1544CB7ADE87327C5474E77B290C56F5184AA332E1503F4F694F8ACAEAF51E74C0D506905132211CBDD4E29CB7A1508CA89C5B7F12EF02147C6EE15F93AB1E9E5DAA938AEFC5F9C239C8946CFCB9310B8A51752CC45C82CF46D8AF4C6A170502CA53CCE589E5BD3C0894396E40C2F0879AD1111137F3AA089E5CCAE8BF2DCB0E5D0A823CBA14B1A8EB4D8C6CA594D86C90DA505AA27F3233969441CBB143C378E6D35A794DF18AD481D59F86252A3D3E13EC74264932591A57AE940C3E1AA8F8549021026E599A898A795D660846009AA8893A6517BECC152FB24BCCE9F31443A75E2E99408594AA26B3854883F094C2E50DB9D442DCA40B37E08AA2A5849BC00A4617A205DCB95165FA908E898429CEFFDE08C41D33C2F71FF00A96A1D488128E982BC4F0A32026237B5EA131A66329074C530DA8AD4D3603C334473C6B028CA57936EF55545907753B28F4AA5ACA32F8570AE06CA98277507E54B21F6F6A655BD55091EE8425A65C32717B2D3D699392F65B95C4C9774B3D68B75AF8AF12A27145DA425EC513BD668BDE8ACD014E5BD6A48DCC9CAFCB351CC9A77F3A9006AC83ABD93498D37AF174408CC6F2B8CC4733A777E20A074E9228EAB9775E1D1A42F37F4A8991A0BD8900A206A18E9BED97BBB5526FF00F7BDC9E5361B9FF05974A72CC2F91767F523D1D68837D11B28BA0EC4E241D4B3310557BAB5232B9FB5346F5A7A7A7F2BDF8AD21F6F62D4121F149DC7D2A508D19010F9931BDD06B906436A8E53FE2447ACAE95E10B994449107E674FA83302A274E2C1957BCA0F634530B0EC5ABE56113E29D23731EB440DA47AAC60336893EA5196FB2B7BDAC5994B2DD90A7A2897A674FB65616A57DCA5D1E81E61DAA5137ADCB7670B8FA14F2F7044BF32F30C7E01D6A64FF9F05A5AEFF0DDD2CA3CE881B5152D4877A403FECAE159A4148E9C6A26C7D43DEB37C28447E915A623719326DE8EB023365298288C7D17D3C165C56F28356F4EA24F2A590E629B7ACC6E406D5C3341C62C8ED41FBA23D8B729745923E8487D285144D5E8AE2A5151D117888F7A901F2AADEA72C4C9449BBC13FBCCB52070741D14DF4A239D3D57485A5B8A96CAF5268D2796CD46033701FF00FD0047629E97CA228E94B1D41CB6220ED1D68F38B0EC5BD16156436A3BBDCAE5A80EC2A034D69C4BBE43BBE2C1696A44F09016AEA0BF3CABEA4F2BD447D453EF41462A3B7F150FE6C3F793BE2BE950354F8359122F41479636094490C77A121B13A935EA309FEAEA40AD6D2346D52845788F4D8A9820DE870F782966F95965378516BF3AC87BCEA8A60775C762904EB7D8230D8A5995556FCC98B18650B54D73349FD5BD7998D29A71ED53171F1E3DAB4FCB1C06DE9402E955BD3AA72A59AA7FD6FE18ABB6A0635A2CFF00155038AA6C4C6F51E9B77AE1B90D29C1F304F94B3A8CB484B2C82CD177594E010D3F84AFCB7507DFD89B074E8320705C31E17F5ACE405F987F2D90177B918E6CD652E4D7DA44A9131E582F1613A6C23B7F0516BE8BA51CCA3CCB50FD361E751FE57F195ABF2D506448DCB29BF2154EF2E176DDFD8B34A9370B4F682A7D3D4BF614B5A394F1C164F8646186F7B35247647B110D7EA322F7B8EB52DB98757A05AF64288934083299FA4A80142A1B18FEF2F2C6F2CA711893D8842269F8A888F3A94A3DE512762894252EEB9449AE9C6703FDE42573ADCCA3B1CA709C940200A872C6C23612B488EF65598A94579698AC5D6B696322FD6538BDD6E5281C1661B14A20F6AACBD8A928BA3ACE182E854B9697DEAB72ABA96DCD1EC53E7B697A1F6A9742BA88B6DEC42BFE18ED5A808A717EEAD58C6E30F7A91353E382A3A83BB97B13E9BE517A68ED474FE2B072C0A32358BAD4635F17F863657BA88B2B723451D95EA5BACDC9D43ED55423A27B51D2D521B9993C6F5E235C509C85E1432EFEC55B04978700C1AF59A65E2E986C540721151EEED5188182364E63B864EB2E475DCF6AEE95919B7A888FC3CCA3188CC571C4C57E5B7521CCA70C0E99F659D2A07E93D6B50F3A042378BBAD16F94A89DEB72077AD302FCCA7CE5131F914B4272238E2DD0B5227BC32F5A7539E27284E6E333EC4694A75A936E4C535848F95044ADCA5F64943A1684E203991760B4047BB8291DF2EC4D3634435C47F28329ED71D6A0706512F46543472A70BC3C1698FA42AEC51E943995105F5289E7EBB0EA42B1997E5B54335E289991DB451307CF45195D9E11F6D1674251E5EF5CE11CB7853D224B8185165CD23F9989AA22500620ED53D29C32C88DA83DF951DB45A4FF3A2FDD545337DDD8A4FE80CD7E55254476289C7C31DAA5076ACB0DCB59BB8011D6A63FD50A3B72FBD4CBBB85D2A51D816F651239516AE67315ACFDDFC0580A3B18F5A744A60A039FAADDF6436B2755B955165B2280DCA3BAC7C6CCC83D5D3E0C9C97062A2E8F304F823B8AB956E4C6FB03162A92C79971126413A8BEC446D8493590E63D6B5073A896524C7E52A04ED461338ED42AB474B543C332969E9868108EF8ACD8E65ABA5217E5F62A23AD9AB987B1422F7297475A3D08A6C6CE84110B2DC14BED9A8E6DCBCB7CBC4B441D94F5A966BF8BA8232D3A49BA2F59A3DDCF053E85A51DA80E75AB0FAFB14846EE0EB5A637046FB90CC1F905F52A5D5519609FE2517DFD69DD663179BAB8A68DEBC4A3A128BE665E53CCCB1D10B2DE14B43E00A3A8762973AF0F56FD48A8694EFCC516AD54A8BF6512B4CFD68F376D92E8524D6321F6A29EE089C1FB145EFF0BDEA7B2AB5E7CFFC4A41ABE205007E4F7A3A521DD01FA56A4200080D4B96A737604621B2A8E4218CBB596BFC9F8AD4A353B02659656B8D88ED75A6317EC4F8A6B1CA803B173A729F04F82AA8B6C555955451503C91CC8137A054B467D0A24A73715B999105023976AA5D66E5E0E2EA501DE01012EF91ED597E251E65FB2552FB23D2A77E2A2A5B590E642F746E77DA56625EBCAA8788307463117DECB23B459526FB6E44BF7938CCB33E29E1219B9D4B6D157BD445956CE841AF449B9D53BAA54F824A21A8C1797CA78819F52D2CF43F8A9B5DF80528E9F78C7B57EDE9A9BEE5A5CE813CAF5AA48F8AFE8441EE70E3BD69FDA14A727B90B0A896A2B9946A2F29918D94446E439D9796D78DD19356F51E61ED08F9A99034CFAD648F74290DCA3AF0A6A034E850D7D39F0E5FFBBB8A7DE8C6F7211DB951DB45A6FDDCE8FDBEF4C2F52DB4525BECADCB7322EB0CA88DFD880377823F896A62B585C58FF12D4FE645459D9BDEA5134E18F2E85ABFCC537BA8BA4AD3E71FBCB5739E1DCB54ED87623CE988C022D63EE44AD37DAB157D8EA1CCB727C130C552F5B1074D633F12A9E24D82A82E9E4CA50D5A4B95C5186F40941174C6F57ADA2C1ABF0F2F6AF130900A70C4107D7F8ACD4CB30FEBBFDAA3CCBA0F52ADF647A5481A962A2EA5CC86342AE4D2EFA309207FD25564251BD6AC657DDEB41B67A1243576DBB95361411758A93FC93508EE0A2F2CCDA92A0A352E2B458D182918EDEC4799188BB3C149D68BED5181C56BBED8A903F4F5AD2FB54A287CCE9CDE9C5EA2EB62883F31B1B0366F474C5C511B248E41FA7A83B144CAFF0075135806D086A1EEBA8F80E612D9B3F0F7ACD93F350A5737523CCABB969E5FF316688A9B26477A88E6BE8AB66E4FB913F13AC591E7EC2BFF00A23B54E75AC9A9CCBCC661500F5C96A9AFEA4506D9D18A1A91BF2F6AD53FEA291DAC8FDC54367FE25AB0F802D506ECBD96487DAA4315BD31D88975A4CF7DBBD6E51C9B162EB29B9326BD5506B9AC6C55165F89900171D66993EE5E35E3328991A3D8641D513960B0015D54F73AE8EA435A38C58A8EA49A308DEE3D484A1700B36C06FE655BD48CAE00B2CD38ED4658F2C6D11DC6C320AA80BC32E01C29F2A9E717B28E684EA6FCBEE548C90F1385D651723B5479956D2F73143622314D23C48E6B9A4A0770404B25752575F762B4735283AD6A41A8CEFF00B29E5F2A1B73C54DD68F3A82F30FF347B54E4760EB5A446C523CAF503F57B93AAED402AAAFCC7AEC709EC0B574CE125E6A26F671EC4D2F99BA8F69544EA2566C028F9AD3FD5D32E1435E3FFE37990E374B11EBA21CDDA8F327C28A1FCC41D323CCA56BA1B32A283FB91DAFD853CFFCAF7AEF983EA5EBCC91B0F5C96ACBEB8A8806847BD4627188EB5ABFCC4FB94BEE2A3F72D75318E4EC52011E8476BD8510B4FEEEC4F63D80EC5554B2F57A0D615FD5C880C71E4C9D8BACF95A58AE2545C2D7ACFA6CE869CAED8B2E9F79194C349AD74E56E51C828472C1514FCA8BE4CD7DE0BA3A5ABDFA75FB1484FBD554AA95F50BC38B6555972F675A793F2F584746318C47B4A8983D8606F0B8970DE2288960D63E084E339E63A81EBBA487861F532044CC712DD452517F956E65BACDEC6D7401DFD6A245EE3B544EAC6207886EC698AD29BE1DAA590BF0FF0002E3A51668DDE20EA52DAB4B9D446F5E679E3D654B37CA0F2DCB4B993EAFE9A800ED996E516DA9E6B16D97ADF98D9EAB1EACB7A3F569BF62F31A52B8E99536C156CE959E3DD50887918B83EB2B53FE3BFC41C7A5CE2F0FBC7528C5FF0030E98A75A2FB11DB4507AF1A1996F45F623B1AD65FB28857A209E4CA27E85212223C7887F62D7DB5EB92F322FAC6FE75A781CBDA5011E572D40453C44DB94BEE286CCCBCC02362D4BFBA11435AF8CBB1123E629C231E1289BD69F3DAE53A0C53511D89F04ED60D899098FD6DA8458651CB7A8C3C2CA445BF1B911A40712690729D93C08315E1EB02B5069F74F22A84928F112996CB1B1B3C1D466172F0A5DC2B98A691FCB45C517080CAA6EB0C5CD9C1DE51999F1F420D2BD52513D6A283D4E552E68F558D8A86F90EA9284F4AEF062848DE9B9948951E6554E2C3CC552E4D8AA84367E2A3CEA061491D4265CECB43434FF5257231D7F8A21B1F877271DDC8B28BC6A44FF756A6A10E762D30D57AEE519A9E9FCEB3CA46EB9434F62B94626E0A8A0D55459A429B556FCC6C7B005BD68EB1BEB15287C327EA53D307E32B2E7913CE9B32CC7BC108EA3817A11874A8EBE9FEB69104287FC8687E86AC5F98FC43A17ECAE80A187E62A0B3F65105D516F4DBD0D9951B09A280528E9883E7F896BB381C5D725E672FD3B36A892CE23DA542FCBC3D616ABDFE220017397A54DBE651E75AF2847319017296AEA86042206D46723C1B113BECA6D555A7B7326B185D646253C6F554F74765BBD007BCAB72B814C00CCAEE3DA9C06D45F99174F1880E9A05919EBC897143775A697E668138F7BDC8C8BADC3155BD5132A77944CAE50D48F32383AF108E2528CE2E4BD8462ABB553BCA32DA8864EBFDC4734EEBD70D0B20C87DA9F6C23DB63ACC6EA5DD2B47CC4816F045540ABAB45238328E5D8AB65510F81C5551172E2BD66D4C2048F5A1089E074F300AF2D940154E403345B1B27080797F6219AF5C289182319435284E0A2609A0C0AC1312BC324B80AB40BC3D1354DF51B1D04DF0A6A2123F04C1F6B76AE90A7A5A98C89F616F6ACC6E5C1DD538E39507B8762BB14F2EEDC7996A7FC61C78F4F9F11D202DCAE09C00F61D8BF6511B9516F4FBD0E645EE57555569EA4F63A933C5CFB16A6BC75244907B54F4662B22412D5BD787191981B762CD1BC2CE47112B5667BED1472D2C1BCB2E845D118A64EDC0B7FAD55B2A8C60299D555530B07871764C607D8BF3010EAF552B2E8ACA6F0828E983C7252D0F8827C421B55397B13DCAB65544295F7272B7AFAAD1CE8485E2AA3AB8F62CB8A2487B738EF2CEF5280D92B9678BE52166D334D8BFC3EAF6A787879C1DA7DC164D51F9C0A8BFCAA3BF4C5B9F6375AD025DCC3B142C2E23EA4FA7DCF658CAB773AE1C4260CB30AC57106747C4BB21EC43560476A07474CEA17F52D2F31E4E00187CC88F350D30368976376A8CE4639977BD49AAC53C9E89A3141871FA9347280AB240A60AA9DB05B152ABF6ACCB8222D9E95F9A054643117A8CF0931A73DEBBF45C33A2FACE28C57F4D0A821F9B732DCB4F5A2E35605C72E5451F33A6DE1EA8CDCC711EBB37597FB178D99E9722716B02E1404BE546F54EED9A4D8E98EA454C46512429696B4F2CF3F5EF4DA52079971F7956340519088738AA1002BEABFDC4AEC03F62FC9CDB315961165BAC918962C86692CA244050322E735955454423A459346537DCB8B374957D51ABAC8D82CD24E055099BE28CCE299D670BF055B952FE659A4F441BBA854297CCC8BAFA53E0B302BF05B421A4CF1DA578713C3CB6FB96560DEBEB5A9AA6F00D87721D2A8B2D9B935CA97ACDB9032D8B6063D766E474F5C66818AFE940FC8170460DC344E2E6ED57395BEDBC26B1C288DEA6FDEB1F0598B557E1F8AC797AD361664372F0C3DE145D56E4E36A89298D8EB8EE4D8AFDA366529AD7D8B25EC1697A906B6637AF1EB98599A678A1D48F9591FCDCB9826C6C65475C65314D63E09D609CC62FCC8C2373A86494A91C56795E54A5080123EDE75DC8B7DBFDAB86EE664E49F5854BBD761D41FA6A631745F6A0705F52AD879939747615003E6B28AE545C5105B72E109E7119967D23EBEC57D11F959351351978636AE22B72070B295B0C9F05F99A9112E9EC75C39B525BA83D647621A6008688C076F2E840CD6EB28A966F75BD3EE4631EE63610108EF544F82A5CA966F5E328445C518E5F6A7303EC440125394C380164D319B4B2BDF8ABA9B130044C2A44ACDE8393618C64728C134EACA79B659DE8AE02F6B00B31033BA3A71340762CC59A8A2B72DC54460CA8B7ADBD8A857F62AFCD637A3C5DD5A7AA2E12413D848C42277D8C57F5753AD932D6E4F1B1D7115F558E2CAAC17886A15624232DEA3B182DEAF65795557A117BD71540528762980E42928E5DA9F064E6C2F52C9A851311575A606DB1D394CB2E5E22B80442265A95F52E37325B910AA68B2B2794AA865EEA7250861636099111BC9B315B9456E166E4C6F4D8A7B332930B084591D3905942EF1657975F52CC7BC54B0AF265A7D29956E52609B5310C594407CAD5EC533500FA978D134467A6410A2FB3D07572729E2E2280FF000E5458E542022C24818F70ACA3BC6E5E2C5990CA844DF994887511B4A11C41540A8A2F7B2A26B6A8BFCD6671720C51754B96688E24EC8793340EE77ACA5517D4B3BAEF7012A96F090B85970192E205D18CA85BD0DCAAA97A32A513B3043CC46B44F022002CD9A59796C5B9344F100AB7A80DEA6D73AE152911428F3A0432CB6329358541FE654F421B2C253E0AA8D68C99503CD56344D3BACE2EE95409F1554C6E59F5766144FA51D411DB9837AC85F97A8E7D9EB40D99AEB2AB87D4BA55CA5CC9D669391B94A3A625418A9C237C56C0B72B9395C2AA8AD28B50BD54E00978F687ED5729922414735E24EA7AA3BCE314D80516C571EF286083F594F61DE13238157F17428CA54D8B34ABA8426D406330685669117ACF2DAB281C2B60599FA148950D9990D8EB72DCA36326DC9C275FB56515F54D1540A91AA701656167E29C3AE14E555936C4F5594AFA53A88DEA32F8AA841A8796C4D4B5F72CC196F4C50D1CB5957A1084AE2BC090BBDA3F05C2819D18FAC27068B86F0A529BE65547666EC52621034CA9932A23F2D869550FBACDCA8AAA0DB13CAF5B1513847292ECAF97AD3C6F57855675705DDAAA82998AA2770B8223973A67A0E54C0279125059B0594AA2AF79362B73AA2EE0521958A8F95EEEA8939DDCFEE53313C442D489ABE9F51098D55D44C531B2F448BD68CB64EA897EF4037A99516FA7EF32005E67D8B53CBCA406C51E650D8B21B9BAD7860D42CD560B2C5DC58DBAC3B13E0B86F01670AE4D2E9B29EB590A0B39B941AECC10E74E686C8D9CBDEABB13064C511F5FA14B19386CB6EEB372A5B72A2AABAA9F159BE0CBED512462556D08BA6DBCBA2C33E23A8462AB1893BFF059909AA599913795991FBBB14C6F43E64E6FB194B9903822A1F70B2AA898A8BDCCAA8B77963656DDEBEA5C415CAB72124F8155BD0E65BACA8E14D82C55E55F63EF4EA4257652B5F21F8148DFC567D2C56FF4895051F11B2E4ED474C6D5BFF14D1F9BDAB30EE4A2B5B4C54466DDAA2DB11969779449FD532EA4627775A3A7A92CB32CD4DCB346A130BD70078EE65925DF59A8A43E1C9DA134649982CE2E592578597159E239D5537C715A7F7041FE6547CCAA81B40DDCBA562B69526F9BD07926C2CAA75F927295F9B27365C9CAA2ABADE9CDA4AF0343F55D1F159C153CA6A1BB2D0648C60289E5827C1699882639427EEB268B5134AE2B6ACBB2CF067DD28C7973A3F7762906C508C9D35A79970A200E25A6DF30B77AE2BD44EE5822E982AB7AD138B2A94E2EE5CAE544D65FC480F8952FB1D074CBA5515C1AC61529B578A7B05CAA2E145FB4A8AB58B15E60B7C054A27E6B0F31B697D944CA72D89BE2CA568EACFBD958A941B1E544472BD0243F1287982E0665E64EADD3D5247E0A31DC80DA5F97AD463B22FCBD4A52C5E88F9AF2F132F2FA72AFAD69FDA993235C1302ABF22CAC1191C156E2B36C55B956F4463669CA2F90CC2045EE985E574A0B7F2DEB97B90B2F47EFEC0B72D57EF08DE81C0A396A6269D0A2486A7A4F6D59965213A7B1AC333703EC437AD4DAE2EE5B965D59123EA3607008523084449B054555A72FA02E15C58AA5D255BD34BA166DAAFA85E2C2F02A8FDC7A94F2DEE82B96F4E45511BB963662CB4C7D6155516F4F8280DCB2E28BEE5997D299B0453875C57AA04EAA982A5EAA9CFB6C754DA9C04E6257E6963B1648F0C2CA6CC117BF358798AD5817621188DB67AD5538BEDA9B3514798AD381C25CBA94E7866DAA7B3376A91DE8E83D4762AD6385865ADA9E1903877953F2F320B69E1D1EF52F291768CC394FA45A5A9A8D5D955061F0D8F1219609D118E55B94A5F31B33470BD7844F1609C2F131B001FA912E146E41AF55BD04C172F72070658D87EF3D42C98D2D95E642E747C38BC3157752B96EF42969F911F9590A70B5106BD3698C2CA5EA7B72F62D3CB7305FEE83797F12AECD77F6A97FF1C2220215666276D1FB0EE410E652D8C8B77555436650864DBCB90418519712A3EF5C2B8E92B0E6FD365310EEE73CB053DAE506BD56CA237AE1EEA37BAD3FB875AC56FB3EA50BAEB3DEB7585BBCCB05770AE10B8AFB3EA55B6AE83D9BDD1CB9BDABE26E5D2B7EFB68ABB55EB84F123E1366B06C5C3B156CC7D09BA8BDC8354E6533188327DAA5B2A8BDCE13FC080AE5CD45B96878BFA5FD4075ADFD3FEBE5ADFBBA362F339AA0F98A6E1565E59AECDED6F7A8E566CB671383D2B1CB66E65266CECA20775EC9E4EF2196B3C15CC570DF8AA32A5EB8A8335160C8ED741D515397A9077B9141D6ECE7A859FFDA0008010302063F02B64A3AB40EFB6AA51C152C905ADA32DA7DA1086C7B5D0B3718A2D727C13E19D358D68D8AE43ED2882F7ABE9E83AA5E9BE2AA9F87B5659ACA983B5944E152E51CDB171443A96E6EBB5EC3CF64A7A7DD26A8188A593E6B243EAECB4BA91FA55451D3C870A964182015D4443158D165B4668F02CB08C85111A552B2EBE97A956124E212CAA22008AE298269AEEC88423006F4F6EF5C4E0FAD634528E8449606E5E179A8CA33DE3F140695203726966CC9B8EED9F8ABE6FCB7ABE5CBA53F13F2DEA3CEBC4A313E90A5515A6569E993C3982F17474E319F8ACE3637F6AD494E20B4E4B4F4B5620E998545DD4A7A1A51CBA22EE450F35E269E430CD8FCB9B628837D536AFC5065AB2F3B0CD098908F2E759396088CFEC3EE59E2780AC9A6F23B054ACBAA25196C218A024E1D66340D8A9108A9730EAB5A57D925A139D624B2F0A3A52841B1ABD9C42AB9C2D5844D720F6515769B5832797753A6FA4A208AAAA7FA97D4A9639BEC1996D51E628F888EAE9CB234F2D77A1E509BB572AACCBE5326A60BFF0092338F81EDEA4F104F32AB84CF815A1224FE6DFEC50F0A6E35A2FCD550C8F96CBA8AEA2B93A07E264EA43776AA5955B9486F5B94A3ACEE70DA89CB212DEDD964B96364C7D5D8A8A8B2A948DCCB73A00E2A5A60349DB9D32A9006F5DF8BB275C5CA96C04AE284C1200C14B98D873ABC3A8463859C6FEA3D8BF2EFE94294CE112A54759A342E868CCF07422D127D4A81B85798D3E57A1198196517F695E369E66CC869698ABDE4040EA694BD50FF00A97E9CBD51FF00A9668E9FAD94F4A3A5194221F845590E7406F5BBD0FCDD2D411FB4A68837E29D69F851916D9CCB4C6A775D786D972EA8028CE32DF7D6A7BC29D6B581F9A5DAA33D0998CB246A0F6DEB4B526E64637E25090EF0840741A75289E75D0B2B6D4C7AB9B737B50F31A5A7F9C7173EF5D0A3E6F5624C63B39B7AFEA3CB89083357FB5686A68BE586888576877EB59624034ED5284889D705BD4B630EAB2E5CF649435E64641ADBE955186A6ACE5E60C070B52EE7EA1608E60271F6A696054F4E1DE944FBD642CFB956CA5E98DEE3AEC1CCBA2C39B6A2DB4FA23548E17B23F69EC44C76A96A6B102264307E2B85CE88FF00DC9ED503FE8CFB11FF008A306C81F33F4B37E2B573E3A7DAA3002B171FC5DABA0AD11ABC4204B74FB91ABFF6A8E9F93D40183D69D4BC2D79E6206D247B5511F3B21FEE4035737BEC765E625AEEFA7E5E521CE111CEBC26E1CC305BD48EEED42CAD9924F5B328E55538C9F351B75EF61E58D92E7B49D8A5A7285EB297C854487C567FA81FEF2246FB42315B951699D8511D88F4AAADC8EA6D74DB4D8DB28B9B547B02CDB591214827DA5439D609E8ECBCCB6C0B4FF97FC45387BD6F44125BF0B336F5E635477BC26F6A8B6D5D366FB00DE8B5CCA40FCC6CD6947BC210FDE52D6D7ACA464FCF54096BF4FF007237BBFB305AB217662B4A3AB1138784286B8940698118009F743972C10E95D0A72C5D03CDFBAA26ABA137C4E8BA89DE8152476A3D1D565C2E4637004D8C4516BEA691FC8D390A60BCA79A89AEA68C5F974A1B50D388DEE8BED5A72DA7B162B72A2AA0217B8EB5987756E64F1BB2AFA937D5630B2AB5A7E62398C72B5FBD40E945ABBEC88C18F62034738F312ADF463172FD372F02597C339643BDDEF1046F8F3DC787129BFF0070A1B3C1D4EC5FFC978AF9E2785BB5D1FB516DA7A826172844294061EF08F3236105002ED9B5482CAE6B241AF53D8DDA9EDADCBC513663B15EA51D4C9C3B913211BF059A0CF982338B2E2014B9ED34C132700278F76C3A5500A79561B7673ACB8A66AA12A8366F51900E5E9C9D6431E9E4CA4FBD323CC6C874A653FB911F5762031A58626E6439D69FDCB8E8511A65C08AF343E950FE576AFDB0B2C9DABD4A5B42DD441B19A260E1E45476BADF9ACAAA20ED7A392513D2A5CE6CF30063187EF04F37BCA020FF00E1BEC7F0C72E65AB11B7B168989F805DF7ACFE6C3CC038AD48631200A601FB31E9C16868EB7E94A6C76B3E0A7A1A7FA71A296F9A8C34226444627FBAB27C598750474F11428E154D7A1195E0D85514BA3AAC84BE688EA5206E7B08C579BD0D42D29C29BCAF2B36E3D288077B212426B3EDEC5A5AA7685198143CBA79C2764ECAE29EE446F5FB28F32A262DDE55DB6B2F31F2BC7B543EEEC2AAA2771EC508EEFE08A8E5C61ECF1221651480D6ED50FE4EA752868DD23EE0A12F32436A060D5AEF476B9EA1CB9D7F5BFF00EB3E57DFCD7AD31F0AD5DDFF00545662CF77B5480B8136C648A6373A0A6DB3B7D13CF63EAC5CA7D30C7A5716D474E44D5188929C37D9544628C567C56D5B94B5A2AA9D465F1015598CDBA13F89EC5DFF006271206AA4277928CE5C2A920518CDEC8CF1CC3DAAAB3ED2A4378EA41B722A477266ABA813F3040E9A905E6A31EFE50A00DFE10EB591FE2ED59D913B649B7851D3C333FB152FAA8D31C13EFF0040096D43202C8FDCAB7AD785E08D3FDF08F3C96B69EB6A6A4F4A220C252240BEE06E5A9395FF0082D0897EE7F12847CB6A4E10CB81355ABE4673FF0078604E5637653EF5E57F99DAB5B9D345DDCFB913A9123F2C5FFB3EE59C53F30742D524B9F10A2C3155BB972C16E7B24F6486E1D5669E6BE34F52785450D9C17A9C278BFB6AA50184BB569CB704C2B545D465B1796F382E2DED08CBE9D884F39F108D8A5E623278446C411E75FB28A6345BF3594B96FB353FA790C947E5543C6BF32DEA3CDEE50960FF00F97A6A3AA60679A384B2FC5137E596C634B909543CE9BAE5A7FCAD4EA50F304503D5F74706ED5A308C0C3C33B6FF006281C4C647DA54A44DDADD8B4D6AE7BFFF001C5684B4846339445D8DC7AD4AFF0013C715C19974FBD6D408019F96E450E740EE53E6EDB6964B9FD07B25B1D4B7A0A88C637A0652FCC2B2C6E17AC859C20A4CF9256641DE406E54BECDD60043A20C6E0F4AF5268864C8F3A8FDE16E43A7AD490E608A210A62812BC4D114DE115AFE63CA96D5E1AF4AD3F33E60E6D66BFA544A0B33E2BD4A30D856511796D7EC519043EEB772175EAACE8ED7B3580FF4BFFB914D1732CD25E679A1D725A837F62F2E7E9FE22B4626A321444EFF00E9B53A82F2ADFE676AF33B72BA27EA0BCB901C8F2F2A5DF1ED4672A71FB8AD431F98ACC08745AFFC0A62BA1496E4798274611259D67C5032BD08C5D8BFBFB5012C579AD08DC3524A20E1451A348A3A7885CD25A7AD1BF4844FAA8A5AA3628F32912E836C5D2ABF2944629952F7455156CD6CD7D106DA9943A7B16930F8BFF2B4969F4AD222ECC3B169FF002B53A947ED9FF0A96A40B49A8C58AF23ADAF233D59797A9379BD4FF9CA300C4303EB5A9E382E207D81C63B5794048CD97DC8C03B78B87326E58A1283E737A039628F31B06C653E6ED4DE84B9D32DEB7A6B24F7BAE8B469698CD2435203845FCBF04650C53E28467B51723205C2B2E29DECDE995509A817684F7E0A5A67B80FB0D513674A72BA4F5A2BA022996F70A2378599E4C029614523E565DEA2075CF45DD41775E29E416FB2ACB89451D8F6BA1B5D39E5ECB755FF00D3FF00EE4512EC734AABCC6B481C9F96DEB3D8B53EEEC5E5DF61FDE5A6F843DC9F0FE9B53A82F2A433F8BDABCC7F2BB0296D7057966209F0A608FDAE5F8A902FFABEE5A807CE534591DAFEF5B93A9AE147982DCA43A50B232C5FDE1694C778C1798D29631054B4FE5921A638B5023AB3EF2905ADE5A55022476A9E9CA27BE6B81E650A60B86F75D0BA565C72AE3A10155190BDD13BEDA2D5F9A8A9645684BEBFFCAD25A3C2C5A55DBFD8B481BF347F85688C326A75204FC92FE152E65E45FF00C85A8077BC43FC2A04E3182D58E3967FB85792901C4586FF00853E1E2AA20D5AAAEDF7A3CC80DE8655A8DB3D0DEA606DB289D6F58BA96C43A7B10440EF2A564EA74AA7BA02F474F49B9D50F12398D637A222AB72B8D9454B270FA542007E640FE2169799C27A6C79E25BA93EC08AE9167AFAD14F10D722BA2C89FA82FA53EE436099EB54441D8A0C9A63D0077A206124F68B19556B017FE5FEFC54A51C26503E04B4C18E9F19902275BC005C7480B51AECDD8BCB03F2CBAD69487C89CFFE927FBB15E5BF9DFC41799CDDFF000D48FC345E5F69D2D5FE15A9A6057C407A82D4FBD50AADCA868E9B0652E7B09FA42DCBA118E36096CE5D8BCB6A4718A69D7369AD7D2DEE9C2AA236C56BF95377BC2D6F21E6A708371032B9FF00F12CA247C30BF34B80505D28EDCA5126FB0BFCCBA6D75ABFB3DAB759137720B45EECFF00F95A4B47CB4B2D2323C4587C2790516BBC51FC0B43ECD4EA0A0063A72FE05217D31E75E401FF00D3FBD6A43FD43FC2569FF2E2A73D32D26EC34E5B5790D69DF26EB1CAA9E3FE68EA09D450383FBD1E62835CE815A9F6FA32E743D07B8A3CE832CF2B82DC531765E0F9419A2C8E989704AF593723B1195FA32BD4801784FF000A8C2545BBD0A29C25BD9781FE309B8E652D3025E2608C277AE2B932FCA38ACD135E61EF51064FBAC2F732741956F5BD66DEBBEC577C284E321940461AD219A996B58EFC3B547523AD0D512D987B4A33D323282B20419488DB6358130AA6366BFDB1EB0B536E629A07CC534E20E71C1DE3FA67A56AC77F62D190A4AA3FBEB44FD1D81123FF00493EA0BCBEDF17B42F320DFE1AD526FA2F2CDFE4EB7502B51F6C7AC2D61F5A0A5B2BDA82A0C02973AAA7FA458DF5231441441155E5F505E28BCBCB9C7B1187CC156C0B5B4C96E17F515E368B1D095375FEFA74A303FA9A543BC60565DE9D74A2FF00222EA88FDDE8556AF476A65450E5885E5F6BFF00069A881E5E1E65B4A672499AEDF475091197F305367768B43ED9F5043471869CBDB954FEDED0BC8C7FF6E16BC766AF62D21FE9C56A07A65EC5E47ECEDD88C8E1A91EA080E582814061FDA9B728F3D9A8DF2FA26C7C55552C3B5D3AF0C1605780C65238D161997E512156F5F96CE99346E5440CBB8A958BD8CB9AC396F45E45DD30250D595457DB4475077574D944D6E73528C250023B509EC5E20EEAA23FF1E61B0BF387B97080AE0AE51A5E14BC5FD312E959A1DD5930FC10E7538E20AADB15C4D95731B3CD485E34949B1759747535673C8E6320D089CDF016ABF39536DAB4DE9C446CF8D689D23C3948E919531BCF939F5456893FE67F105E6B6786B576D179312B8C757A82D68C5AF1FBCB546C92C9A1FAA8995EDD8544A96DA7526B37E5B1F99362BA51885ADA3FE5CFAD69CF11A810D68D28B8AFB02318121D6A795956A5BD55F7AFEA0F77BB3E6DBDBD2840ED2DCC9B04DBD11F4944272C8B7CDE8EAFECF6A7C1715EA3CB10BCBC3E2CA0FB07B8AD310D29EB709E18CB296036BC6EE75017563FC2BCB13B25D48B7C87F81487D3DABC97FF00CE3B57997BBC41D4B4BF97153DAC1790952B097B0A9C70CD1EA0872D8BC16EEA8BDEDEF5CB6840D7D6A8A7F6D8C6D96D5542C62B7A3CEA5A33E852CFFA41194F345CBDCBBEEF57590B174D217A7B9675E1CAE54A2635083009E2AB6D57F51A7F35569EB42927628EC3554EF5AC167424056CAEC474A10263D2AE4C034BD88AE88750F434E3F0BB7B429E96B562E7D9CCB534E348827AD372B901BD481DB63AAA1B1D362C88DF679D07FC8EC526DB253D2F332FF6B003C3A3635AE35A1E65ABA937CA144F9735065FBCA11D929EDDAA3A9AD2689F2B38F49CACB48E19DFDABCC6A424FA72D3A1E753F2E47116AAD2F3C78869BD39D4B444008CEBED5390BCACD12C47B96789E128447714AAB297759207897ECD994F3204554862F6799F2DF0CB4DFD4513882B4E5B62B8B4A1FF00740EC5C7A5EA242CDA2FE19DB821385EB26315E38FD19063D9EE5E16A7EA69F5265D2893F2945EC20FCC9D6FB2B72D6FD9ED5D3647962179722EF042D3D4F3875868E53FA45A55A0F6AD2CAECE3A82D032DFFBAA001310F5ADFC3F829EDCA77AF23FFF0038ED5E65EECF1EA2B47678616A01751792D233631327059DB994BC039AB1EA0872D8A219B505E76A12F847E2B30E555BD329B7CB6BD1360A49B142DA239AF59B4FBB7ADE9B3480E74E6525C73279D52F4244DEB2E6A270578625C498CB3453BC7759BD3594BD4A3BBDAA70C41CCB4B52F20326F85788F65508C451360E8D59778A627345F147C29658BBB30BD659D5315987CB0EA1E8439C7EF2F0605DE4415AA0FCE9F0754DAA539DC9ECD965FC28F3A7172D7D4F285A66394D1FAD1D53DFDA8C1CE4E7A5EBCC0B832FCA91897C0FF62C8EF08DC9C5EA2EBA3B555D08FC4A3A919C3B910CF5772F4473502FCF7941B6ACB78545E244278D64B3EA45836E5BDAC981FE61F6D50644493AD326E98CBEB0DD8B560769EB5A5AD1A88942FCE9E776F52F97B50E65191BCC429F9395D314E75E34AF81CB21B953BAA84B26323643ED5218665090BE49CDBAFF00B3DA9B07B011CAE5A7A1A3986A69E9805C51433C44C0C2ADBBD45969F9921988A7405A64139587528681D3034E3797A9A30AF49DA8CB4EF5184E44C61161B823A00FE54AF1D4B8F627C548FCBA723EC44154B8AD29FF00845EE3D6304E9A26AB2A6790289997965B5D608F892629F3A1E19125F4A65C656618A271652D72FE1851D5862B31C53E0AB7ACB04D8A75292202844EDB5F1B1AC9E89BBB0A9F9617C25D4AB82C6DF0400FB715E0E58D0DED5F5A237ACA6F461B4EE4E3C47E775F1315E2FC253804F0C703B103BACE9518D32BA2221FF316B0C337B96FCCBBD2C9F715C77DAF8AADCB30761B962DCDEE5F965D6BE968B78B941A903AD1F2F2EF8C70F5A9662DB3D6B534FCE3B4E945F926620E707C7A11FE984868FD57AF16308C8B7C75083E1B93F0891D94F604652953A5139AED8CAB98CB9D77422000C9C7A20FD364A4718C4FB1916BDD0BAE545A7AC2861A814DAE957D68C6F944A0FA61F96E55D21EBFC14787FDBE317BFD884A1DD435A7F0F514F1BC2717CA35E5B51D39F7A05BA2D74018DDBFF028C4459F7FE0BE9B37AADEB572DDC3DAABDD7B66105071B169EB42B16EC52F30CDA7167E9EBEC459945B5336A1150DDDE9C511291CF853B5E9EA4D28BAB9908E88696DA3FB5196B9899159A52542B7A0E1502730892A423765F449D68B90AB183742FCB0166228B3BD156F4C0ACA8E9DD0904211FD21665977ACA10B351D651DE44CBBC762B8D6E50A30754B1FD0F1B4C9F111D590E3972C1488E5EA5E1BF0D8CA5CF603656C70A0A45B08E1B945AFCAAABD4B8490BFA9893E3ED475A52FCC2B34B72C1132B96EB1C58D236191BD947666FF00B071DE465367CB21EC520B726DC8BFA1BD305D1647574EB13123B557658114267629C45B564F304C5F0A761EA5E0B70763ACEB36945C952138D2326E9B582172702A9ECC1551AC81DCBC50EEA9293F3A8CA7DE65E0F98869C631A3C62D22DB4AC83BA1093D42632915C4EB7AAA60BC391FCC5A518770840EE44EE453D82D9FDBE8E589222AA9A323CB9D785E607330EBB2AB6029CBA1AB16315905C981453DA00EF2128C0B747695F9A4407ACF2F5A274C3CCE2793224D8C9A3632A2DC88E57A7C6CAA9583D076A28C6AE8924B95DEA2612195672465420F7BFB13EA131938F52694CF3AF0E443350E07D8AA62C8C09A84FE88D4980649F4C01243EE4C1770A7CA50B82ACA88C350D16699978205C143CC6A0AC91846E62A4B7ADCC8BADCB7A3B515BD0FB6CAD72EAF5855B96F45D65C136F4606F2135A76265C686A035051D20C348CB0BFD699EC7372E155EEA6B2F4F67866F29F355081C0297DDE87002799669C488A3ABB14220714EE51916CAEB48941F623CC982ADCA886D58D931F4DAD8D84E6665C72912A901D29A0C05A67AB814225F2AE089CBB705F98C24994BE56544EA8B316BAC70AA8BAADDE856D30286DB5D6609CDC9F284EC195CB20B90CD7A3CEB054439D09C705C6477428C4B3C31C4A8BB678F56C5C51A233171B187A016D2B36C2E9E37ED52D0D6398B3875AD194611F3FA151B2505E2970637B3FB510D2300B524CE74EA2B81F721A3A00666C569E8EAF780E5544C7629AA5922AB651553843EDB27E5F5F30D696531C7B51E74628AE221369CB312BFA8C72B2A5B72CB96AB05858D2775C79F3322751995194B29178B1FD08EC545BD4A2F8A8E9EB44CA071D8A1E24DA7A9DDE737722A7E5A83CC479D13AD0A3A1A6C3248FAB62D584EF640EE29F05028228AAAA5C8595BD4DBE53E8C86F4DE964A786508464B30774C4513FC2B1AD94EF5821A4B293A64ECCA5FD924FAF0CA8BDB4B966451B43944470425223A147E595D652E57DB4B96CA23A91EF384010005592158BBAD6F2D06FCC88E4169E87C26355C2ECCAAE84054AC8402C0239435D6B2E4144C55362CBA6F5596E8851F31E5E55C543CCE9020B3268C1F50EDB9348B14FA63F159E03F2A7178F31C3A2E55DA8F32206C55155B91D963AE9B1CA8FDB60F1644B5C98AA2AFA2CAAF6314D773AA2E20535CAA9EC99E57A33CC28B14F6510DAA8A8BC48E6DFB1F7226378474A67F3B4C51F68B99475E4D1F3110CF73B6D38AF0E263332151B39AB7FA93C62069EF43CEE980E0659B7F74AD38C445F99051E651DAD63E166285814B665F465F7595B37200AA016542CA151DD52F4E195595C998B272E42E000585ED6B1910AAAF286524ACFB4219AE5A677F5AA27C2CDB651551E60A72D214D3A957966579B9475B77B943CD60C9B1439938BC2FEAB534A422771651F2F0CA2532D5B94757CCCB4E71996E12F6D6F51366FCD63D1964174BAECCC3051D48722A5A3FE3C38A1DA3A423A7F1C4A9732FD9B37A9470B1B04F83DBFB36D3D3AFA1BADAAA5854E04FE6164624F132CC016E6B2B64704E7621B51D261944B962B309C86E59D70D414E1787A878A2A5A1ABFA73194F32FE9B52E12A7361647ED501BADA5C9F040EFB67F6A61656EB2587158DB931B2B7FA0CB7D95FF00B1C131AAB9551B011F305A4F5E2B2AA3B4358FE86F5552FB54BC3918BD0EF59E8CDB5742123703F82FB5191A3A1B82D3D0F331CDA0F51CC3A9D9D6A0D371A30D13C37DF75EFB0AD396A5C1FD642D28E8F134F53ACB7B11D3D4073ADEBC2F39DEDBC43F753794FD0C2BEFAADEB2C4B1CCBBD03CE0A0783A1FDC9A4282EAA1AB1BF1E74EBC39534E49C779D47FE47487FB5F317EE388F59A2911B0F526DD6936B2AECB0735B45C2092AAB175BACFCD0EBF2865B375B72609952F58A2BFF91F3AC7CA49D809112A167BB6AD21E533B6A41C8955968B8A4CCB007E6F72D49445339EB2990D38DE86B4FC23A2F812FED8F6A655523965DED85173ECF7A7242F0FE2151CD678D12C7AD0D485C57F57A3FF00E5E87EEFE1D486A0BD41B676A80C1952F442D96479EC0A6FB13FA12276DBC49BD070B7D8D6395B93A75BED6C6C729B4F861ED42B8A20D836E60B44EF4E365911CDE86E5BACDC8E6D83A94846E2AA5742CB7152F2F0630203EEDAA205418AE847598F74FB5FDCB5A5F1968F59FE25A22140752BCC169696B4C475F521ED2B50CB6D8F68FB9509F5A63237ABAE5C5FA5A9D6B8AF4F15194AFB8A9FFC7EADE6B03B2587AEE5A9E53CC535B4C10ABB3D0AA7449DA8AAA8FDAB7A8C0773621907C2372D3CF7E453112F07B3758DE850D2C745DDECA59D2B4A10FD53A67D6A4360014726067FDD194FEF29EAE4035302CCA89E258EE421A9A9330D8EE2D9061795C7147300178DA5DE0B3C7B92B96F52F2DAA7632CC6B13D48F97FFF005352B03D5EE2A1CCA175D61575839EC0EA6FF29F4194B63DB5B93E2AB632602CDF639551E977C2A4C2FCAB93CAFB022AA81373AD298AACC6F5BD0E8B372BECDF6382B28BC8EC4E578718D462BF6504752BE1ACD1B32E8C44A33BD0D46233EAF5023F8543FE48C856122368E15A7888332D4CC5CE73655536A755C0A2C9B04D0EEACBB5673598A1ECB3C23DC26F4F12A3FF0037A3DC970EA73EDE91ED0A46D7172AAA2237A75443ECF7D8FAB7EF5C0FE17B3DAA39CD704FA86B66EB297DB5B3810C9B688FCEF55F532CFE7660798CC786AED85C0C7DAA8A3B169F81DCA7EF87ED5A9E2538BFB144792AEAF87AB77DC1FD5C2BFDF6694CEA6380C2FAF62DEB728E42ABDE65553AFC567149B960B83B8A42FD27E13BFAD56E5A7E0DEEAEE1511E68E5F320BE96FB9C53A373AD3F1C36AE551AE0BE95275BAC8F3AA20EA7F69F464CF7ADF652E5455F4375956755B9712AD86DAE5641AF5455B073A3CD67E6068219ACAA0E85987A0174055459D6E436AA2E8B29B90CF4F2B9B86ED9EB43C6267E5FC2396FBBA40F879D0F11DD6A3BBE73D7644C729972DE9F1B3A574AA779ACABE5CBC3CE8FCADC5CCB87BAB72E3BB05AB1F3DC3E40C78CFCBB0B635B82D41A3C5A781BB1DF65157659F522F75A3ECED367FFDA0008010101063F0251A8FD47DBC29E54FD98E524D7319F8D2B4F0A138AE7414FDEF3191F11FD184A569F244E35FF008AC7335AE7F471C7EA0C725D47D6B0EFDDE2FE05E6EA5C2EF5BF44CB1452244154D8DB4B297EA50064602A4E7BD59927E2456B71C6B436ECF0F8378FA91F6610D4E5971CAB4F671C0FAF224F0AE553E40E365B8A698AFB6C8236A502F5B6E90267FF00AA200F2C6FD731B7FDEEBB0F70A0566D3D1B5DB6D360A9A1029EA6C1FEBFD9282E513AB1FB8CA491F1AACA25A78572AE2D5C9A30480B0F8B9306D9BFE23AAA8468893D4D4C08CFFBCD49CB4E5B634A25350836F15A33F55594A8E398D39F3239C5E4EB6E9FE0B7DFCD689FAB19F97F6EA9488A4C2C79F469F8A87F090291A66ABAEB727A1760E64547A697C050D457EBC2733D584C57DE229198EB56CD53F1071A16F0AD0D3786566AEA8730DA5750DBF72D2064D5715F77CB16D534D53DFB4921AD022C361A79BF76A4E2D0D5E9D741421D3DD919383E9608C5323C0AE7C0D70F4D41BF84FB273D474D045BF6AE53C73029F6F8E101765D1716726A3248839770B462DAA3E010665F231AD5C73000A0D776A4AA56915BD4FE5208C5508AF176FA1B5AF0D34B9E93CAFF0016435880DC1C8FFC566816EC22CA0968C73FEF475FF11281B72D24AFCC6D2A16DE39CE9F9A6C3AFE13D107C185CF8368058734495ED9597AF1398F7D5649ECADEC1F3DE758564B792452EE2707C7AABA653CF330C5C52476A4519A7F55AE605D42AC3DDD7FB3CF1714672BD54299D4166D4F22C652A82289D4252828788CB12E91A5CCB00399E5A437400000D2C033FD1801248997401F881B85283DEA12B4F65700720FF7B2F2A8D59E198B951503568A255B946743572491C71FB3C6BAB2049F3CB150CD9F81247D79D71A789E1515A71E146D74AB0F66241CD2288621EF9CB4DED9667315E5538BF3A4C917CC6CCA80CDF055B61DB49709C3DE87C07853C71BFC9C9CFBFEF9AC7BC493BCDD81D3D6D93190D0D0F13E38093250B1AA285AA80B45A2D5F255A11F5602C8A53469D4343D0D072F11505F2E047D188D122662E9A1D73009E534D7C6BA8F813F6E1D346A5D275702ABC84FDD73A7375F3F0C281CED9B32EA3CA2B9A949340F7FE83859E1E762B56019A9FF00A42108AD0823878E78DA67864348B74B23731F5180786E651B64AB2C6031713A6E4450E4DF6E3728213D3822DD779B78E28C931C702DC6E1146881095E94518A6541A78659E2D92DAF6711469D0485E4EBC2911603A6904DAE01F82299654C5CFBD9EB1E35F8704341EDD2BE199AE25E66A2BB29A35723C381D2C73FD988B3391FFCDE0057C8E06A91F4B41FD197869E3F4FD98BE3A88FCEF8160455F23E1E3F662C49AAF516471FD9EB3A654AF02B90C1CFCFCFEDF6E2D6EF996F775B6DB2E6721F49F4F65B58EB2099511A612061532991B822D23E50B6ECECC88AB1A5397424122E850071D0AB4F318A6A3A4EB6CFFAC6BC389A9C6D55E1AAF3FE6D95C4807B725E3ECFFC9BC3654F4BB5B8E396A8E65A9CF86B4C70CFDA3FA0F96080D30F72BA806141D51F74D5B41FE7CB132ADC2E9711F21765275D17206BFB31DC2C69CBDB9BAF51F2A293672D28548A2E7F6E2E9BE214F5828EAEC8C391C0A107E9C4D2C20688D53AA659525974CBD455561D49583729A57C0578678DDE392D44E24B4E8B8175E90D7A89C246904634B663502A316694A80652A5831A399149715F759EBE1E7F5625163E8FA324C448D33D9757AB446503D4B09C2D23142283EBC6ED233DACF236CF611696B8B492DFD343D7950EB8E64584B4933F2B10F957815C6E163E8A354DDE15B7BF6864466102C73ABC71757AA17AAB70CA730D4E041CF124D02C90471EE0B0B750804336DB775034B3A04E1F650D3C64AB37E39CB531F1AD32F69FB308351FB84737366DF4FDDAFF003636B9F68DBF7679C585ECDD6B4EACBAA282DB54F708A96E5D61863AEB7D592A9E031347B85B47776CB0E65E1B70DC169F1E35597574FDB99CF1BB5A6E7BB49B25ABDA4C6DA7F452EEC226F530B2ACD145359CCF12C75059087AD0D38E24DC36ADD367DDE18525965B7B1DDA5B6BF8ED6262CAE6D3725B24B99E4D20082DDEE26A9A0538668F67DF9F3E30C57D381C295E96BD39D2B8691F62DF1575C6A4CDB2DC3A96944CF1D3AD6AC353240F4A710A7CB1AB70B2BEB15D405B0BBDB1B6D1280E86730EBB7B7EB98B97553569D43CF170353F061EF3353C78F03FE8C0F95EC3BFEEB6DD576965DAB6EDC2EE0EA1B683A914F3D8C440631AAEA150DA687C461A36ECFEE2428E62653B76FEFCD09D3D274959817895F9969EC38DB269769DC76E8FE6B0F3DD41750ABBAC53E98D4CD44D4BA5ABA7850E14B33AB09482B420A107F0D94D749072A6378B6BCB7BF9E1BFBAB72D716A827F4A6DD2E33950BA92B275B3A1AA85C94E16F6CA559A36A7C65D4A431A3699E393A6C87481EF80DA713DB5F5A4770AC8FD2EA47ADA39743AAC9135752BA96C88CF8F9E0DDED16D7B790C6B2AADBEF1B7432AAACA9243CDD2B811CDA431A1D09E141A857092FCB6D36D5B7BF5531595A9B34988825292C9109A4D5A5C8A0E00A8CAB4C45690389AEEE6FF006DBBB5B55683AB731C2EBD69A3EBF21481651AB88A37B4615773DBEEA36E98BA8C7A6B7A346BAD239A392057EA82D038F1140D80FBBDEEE1BC6CEBB24F6DB86DBBA5D9B89A5DBFD44023B7B38D9BF2A609913A259B482C7942B362D091752ED5BD5B26E7B3492C2AF2C5116D1736266D568AD7166E799954878E48D8F1D2184B25D10CA8142DADA21141E3AEEC8A2F854573F3CF0595EEA319E910436F19A9451A9BF3AC0BF28CF2C73C7B94DEEE9637E90155E0747A67CA8B5CF3CCE0BF4F79A121980EE27899FCEA4C32E78EFAAB2EA1DB97D43EF5297764797511F778FB32F2C59EA274FCC1F4B2934AA6DDB9691F74D03529503F663B497A6F2FF9476ADC1326D925D327ABB0FD2FBF697D4F580B68B5316126794066A536F01F75FCACC95B799443276DBC06E69DADBAC3A7E542E6BB8B1693A3D2A8D65BD20FC5D62EDBD24A35DD5E9EB1D8CB752BBC77D393EB84D4BA322C81BA94F8A271353FCC74C7132D93064762AFFC37359853FC15DA96FD3F53EA69053A661D0412AD1FA2E367AD8BA0790C64648EA4E6A466AC41A78F1C6C3AC3681DB3DAB349185AC9AD3B7F6B77D2BC7AACC0F8731C40805487A162CC5731E0D42A6BE34F67D18DC2CF79DCEE768EDB33DA4DDC37D0D74FCAE3DC4D8DCC52811CB52905FC9731D548496D95E8C54036B7B671C6D7482F6737635DA4863DA6EAD67331E9BC72849ACE56A44C596421410D418B5EB4F24A67B7DF52E1659098CB3DDDDC2B4D42808B7B5B5151C748AE3689280483B6BB6D3ABA55A51CD1B690FEF2D33CC7831C5B4DB604B59CF7BC303BC704688DB72EDBF1EC58C6165E83C932B5030208AAE74C5DEF1248D7B3D96D36FBBCE1C4101224D9FAE96A9D358E302E2FEDA9AA8C53D40C885A63E5E2DEE23939CEA25254222BBB5B2928CA5493AEF57C387D98DD7FE9BB7FC7DB63E3A8F963B66390D3D4F7EDE42BCC114BFC9FB965D39FDE90210B966C479E3771752DC491DE6D77D656D02B4EECEEDB86C081C296581A089E56A8634E67A666876982D6FAEAD0BFEA9FCBAF9A39668FAB60778DDAD65591A197A25248996A348AD011EC12FF0012952C5453D35EF3751D225A03B792CB57FBBC06788E29EEEFE1845CD8472F4DE38A431EE17715895092DBC8127437008A8FA73C36C5B97706D71DC941796713DE4114CFB73C9702176864781F52AC0C18AA69D48D4E185B6B0DD2D6E95EFAC6CE47B69A3B9F4FEADAE556465827E5D06DD885A8D54E228713C31CE93742568A5E9481B4489A968E0372E55CB1B25CEF57305AA26ED38B7375751DB42664EDDEDA19F59D164658E0E06A0D73AE12E36DBA86EA0F431C3AEDA749630D14FB8B18D9A2664EA2EBA95AF0231B61F899DCAE9F3A1962A8A57C699D72C369D42BC74923C68D43986C8D7DB8D5D4FBDC751E1ABCFCF5620926927B94B6950DC5B5C5C5DC36F2C2D218648E6367716D729EF8FC37493DA311C52F5E4E770B35CD4CB729D478CCC4D1449F1158134E208C44C08059467E545F0AAF1A62234FFF006796BE79CD970CABE78EEDF5B6F35EA3EDDDDD690436B14A4D95DF6D6F77778B7F285923D16CD68F1F564CF474D9A990A470AC11C0B7967790F4D7D568E44F565D1AE6690F1B5A7B07D78965489E578D599638F40323052C1135B471EA634A54815C6E1B4F7059C36FBC6D823984B66AE2CEEECCF4E26954B4B222C91CF2A9215E8CB2701A1B1DBB724656B7F736ACD9D47A8E93281983C13CB2C6D135D4B24161BBF6E5B58C5321476E9D96FF00BD6E376C1172D5126F1053C42D3EBB985886D13682BA853546D329A75230C7871D2BF47941F0B4D0A0CD64E27E52C7509A6934153150120E63C744B555E9A8FF000D9AF2D347CBF3E997EB20F84173351C1AA43D7736B6B5B76964B7DE208A56372938B8DC2C76554557337A1F8DF2DE6D69974E3A69A4FD4BB9AE36E296D6DB56F97D7127ACDBFE15BD96CF7B7B33512F59C910C048A0383950E7C3978D7C39298DC588AFC5B4D0396AD236DBB98E3A750D341F6E36F0E8D1B19F74347E46A74B6B04956A6AA1C81A62CCD69574C81E3FF341F0CF0C0BD6BDA7DA2B5D34AD2DB709037139234A7E8CA94C6E3B64B05AADA6DA3D5756159E3944767DDDB56D90493C8D2CB1D23798317D1A616F89984D262AA3EA65B353FF008737242356DDDBCEDAA092F1A4818C934A0824888A989AAF6B217BCD6AD3516F9B4CBB4DE6E80D60FD41CA914D00BA2FAF4E98F4F50CFA47FDE5074EC14D595773B320FCA2F241ABF8CF6353289526094E92EB2F42289EB69D185E33D8636DB816124B6FDC89301B6B5B861EBB6E9E326CF76176F6CFAEE647A13505CE74D34DD62DCF706BA8E1D81EE960F4DB7C0824837ED8AD91D1ECEDEDDB518EE981AB119E7E0712B0A68696AA5AAA4EA09A8B06279F3F7A832FDB7254AB30788EA0A336E95D81FEEEA5E18BADBE09B72936192E27B0D9370DE8EDF73737371609EAAE75CFB75B6D96E61BAB1BAB4962A42B4590A56478A5730ECD324173AEE1EB2C4CF0EAB4876DF9ABBB0962616F3B5B230D23ACA8F4CDB3A5E471BB22DEF62EF0932B1D422B8F5891CB26853F74DDB69FEA655F1C4D0AC9A16DEEF6AB62FE9F37F998CE5D3D7441D07AD73E7F0C5FEC296F70F73B7EEBB86D6EE121D1A76FDC6D76F7BD24C807A77378AFCA599555EBC175F4669628E6651208E478E3731F525884B1C6F4668DA681D43529A908E20E1DE33546100CAA72F5F644FBBECA78E2662B99DD2D0D3FFF0045D2AF965E18BCB386D76C9EDEEBBABBA6D3E2C770D2C4969BDBC1153A5728A742CC091A79B4E54C586E71D53E729DAB73710C64B43EA26D82FEE7A20887ADA81DB680686CEBC72A6F29676B3449B37706E3B17C4B9EB2CC6C1E33D501A380AAB473AE479B11D6D9D88A06EA491D3C002DA2529FCFFE88EFAEAC2682D24BC92CD24592197F3613AE623D299E448FA1435D2030391C0F86E347293CC3CE95D59789C72C6FD112B47AE412D3AD1E9EA45561A56440DCCA39A8C2A061993935DCECE00A9A1AF71ED2F53E0A4227870AE37BDC2EF49B8D5BB5DC5107D48B24A9732C4B2B9A331491F803A72E273C467C725F3CB5379E58BDAD35568C7F780B54048A50FBBECC4FE3495C6546AB662941E39E23E1EF0E6A5299F019FB38D715CABD1E3F58FB6BF4E3705FFF00ABE269FBF5F6655F60F0C6D0FC55EDDD8F8666F2F33A71AF2F8FFB58C6D41A33E62B986CF86592E36AB8DBEC05C402C7D0DC5C8491BD0B471D993732436FF15A0686D5EB48A7241A2AEAA30B68A192C2E51EC62BA8E6DB85F98278A79AE600CEB7F0DB4BEA6368089046BD35A7BC583D38539DBCB30B929229E38DB0E9FF00B6736797F975DFD9C7C7FF0026E6DE7B76CFE5523ABBA8C853D986A0F1CB2FAB0014AE54AD16B98E23C0115FDA70D2BF8F4C83EF6428DEED1B2FAB1BC4314C5E49F6AB8DBE10730D3DF20B5B7694950045D690176FBA2A717916828E973A594E4AACAD3C6C2A3587E65E3C31BE75066B2EDD423EF294BEA5780E5D3E7E381B5DD5DDCFA5BDB69E18A2899552D0156BA95D15D0AC6C510E746A9E20E36F734ACF6A2E4F8E9EB4709D22B98A62EAE7A8F1E8BB312AAAA499058E42C751D5F7BF9F1BE4D1995EDA3D82C6F7AAE88A56797D7C021E50C29F941FF2A95191C20E61C2BAB8D28BC694197F3E2F97C23DEAC1B9870EBEC979AB4EA0003ABCF22053C31279F59C8E20E4C787D185E27F0C800D680BD74FB6B5C58C5B66E3258FABDB27DB6E248D53ABE92E6D2399D55DD75C24950414A3AB50A9A8AE3B92CE5D9B6FDCEF373B1F4D69B85EACDD6DA74EB3249629195852E49D3A1C9E529460E8CCA6FE30447AEDA7156E0ADF0DB94FF2FAF1B7C71EE115CB3412BDC22DA0805B55DBA28F2FBD7331CD9ABEE0D20573020B789F53C93A44868CA353B68F6955A9FB31227CA9A411CB243D55B8B6E84DD17922D70B4B2C6C637D155D4AA483C06219377B436C2F647F4AA67B59DE436AF6EB3B74E196564119B84CDA9AAB96265F1E739EA25BF78E5E75C25F6CF64973047752405FD7D8DBF38B5B47555177776EC54ACB5A8AF1C4FEB60B58CDAC6D34C1777DA259A348D7A8E5A282FE593594CE9435F0C6DCCCD19D3BC455CCE74B5B9AF33270F3C3569517336553FF001A6D752C6B9379E3732192A2F22AEB66D3A744DC157C587DBF661E5DBEEFD2C8F72B1978823C9D32934AD5125746A641E1C3EBC5BC92DF9B848ED656293C51BA9AC6454908AFE35C8E3D4CA6D56E007344D682ADA012CADFD8F60C4235023D5C12FC235577512D4FB324E3C73FB6EE1BF9CDCDA6C73DF5B6DD147D3B46890DD3C727C5B258A6D4FE9E3F789397D38D8BB74A26ABCB4B78ADE5677D535D6E1BA5DDA5B5B987A60E93242A3583A46ACE98D93B77B97B6364B49FB7A50D34767789652EECBBCDDEDF7093DF5E47B8C76ACD6518AC4BF0D7DE56A96CED768B2EDC9F68DA65F56B05AB772CF7EBF958D4205908877387AC622E2B2B255E8AC5061768B4FD40DB0DE5C4CD66966E7BC96B71A9D1E125BB7FD380349CCBD3DB83D3DCF6198162446973B90A6435692DB528391AE7FEC1B6EE9BC585BDC456B1EE370A9EBA64B5DB8ADD14BB2FE9A257D6F66CA123D72644E9CB16C96FB94E97F3DFDFDB5BADD4DD186E21B236CE24E9883AB0DC38BE85B37D033F35C77C1F774EC17D99D47DF7805795B572F8D436472CF86D33C9CFD5DCF3CC72ACBB56E2CA08E65A9651EDC76517891A9B3F6548ADD1BB6A536FFD1AACBF01942166B456D725575420D3A50DC6BDF63F4B028936F9E268FD36F50ABA8ECADF104525BB4AF7F27DE8E9090DA0B20227E99C6E80450556FB7053284DED25998F74FEA2356469D96C9F51BA77AC634196593FB97B4D2ACB16DDC80F04EE1EA129FA6DD948ABAAED8400FA685539F98DAAAD7F3BEA31F9AB2B84889E5736EF40E23619310A998FB71B2CBCCBABB7BB6D97537DD7EDDDB24ACA2A6A41FA7E91887900E61AB3268C68E89270CB4BD6A33CFE8C6EBB543692DDB6ED1CACDD0666B8B686C2F6197D408A1123C91D6E406392C75CF8E27E6E6F5DE9D3E20A2C975B5C56B0A460F2C92B4F73927BAD23283C7255B6580466DAF2E66823686758A77F52D24652316C96F20481098A43A9732DE58D9695CFB5BB68E5C7DC5F662F9959A2B88FBF6C349566464D56569D4902EAD23296951EEEAA789C4F3BD1A693B46CA6AEAE79145E6F16D49356AE75F44A00F101698BEB8677736DB9F71D8C69CB40B11D96F63762A0969D65D3FD5CB1B824AE034F7DB141082ADCF2471DA5CB8274E9148A17635A0CBCCE3B7609ED4CEC3BE374BB469234786392D6D7788C55BC2776B9AA507DD6351400CDD08ADA184F6B77A84896386355996D15229E352631D613CC9A3A67A9A9005AB514C33C329692DBF5520605D1C9D7F36DC7A7239253A6FD5E2AC431E14E5246F73DF5B3CAD6FDA7FA857F08134C0417DB0EC7B6DDED5704452AF53D3DDDD36A571A587BC0E58B9F0AF71ED894D2CB90EE8B6A5351CB861375689D770B4D97A90DD6B90C72596DB0F7A6EDBA5A344A7D3A48D696F218DB46B691628DDA8C5964BA5132C43BA362B28165E6953D3DBDCEE922F26B11C45EFEBEFF00BC5B2CF1DF776BA953D7ED16804B4AB35A36FDD778D15F28CADD2E935FAB1DB115F46B2AFCE37F2A24038C1B3F6BC27C46623929F463FCBE354B7D72C522D02AF5BE24AF90AD43457094CEB4F6531B6E82A54DE64C9CEBF8D1547291AEB423DB83514A975AD7DF03EBE1534A6381F7FF00E6D7F77D8BE189C49969B67E9BB55749431C9CDE432CBCBECC6D973D6EA0BADBED64CB228EC1999736355D0CB46F3AA8F7716D5CCD154F0FF4B658838FFDC014F1A673EA1A4E5E54F6FD58EF0F9ADFC0BB74FDC1BF4515B5CDACCF0DA43BB5F43792DE756C5DEE59F5484AC622704A2D72D4058585C4C93CCF79242B711545B4906E10DC4092445D75C835CBA4542D07B698B9BC94168EDA1690A640C9A57DD04E40BB65E58BC952D16386F16DD6487D645D683D1ACB145D1D5146B2288CFBB507DB4A6279616AA4373617D1350F32CE56153CCAC4555B2C7E986FD32D6CDDF73DAAE4C7123B87DEAC36691748D76FD77861EDF9E9A9D49A815A7BB2BEB9584B375354F711CF3B92D3F3DC4C6AEF70DABE23EAA31E39E2D86861458F374911540F91B11566CB383EF0AFC13C74BEA54119FEE69133A02291D8A272D3ABCBD215F1E5CFC6B0DD3BDAB33B473CCCB7360C221713EEFB6BC6B225CBA481E3DA2D8E5A98BBB68A91CDDC02262C1BB3BBDB95BDE1A7B4B78C89D072CC78635569D33419B05E6284990021188D3954728AF99C5D8CFF00C5D871229516974587BA4A9295E3FE8C6D146E2DBB97CF2A7F93AA9A57C6A69979E2DD4337F8953CCCECDAA491A43532548A16A019041C31D20A643FC31DA9A8153A68B0EE51A555917820A7DB4CB8F74EBA656D9153531B41FAA9DA44B4459D635752A4A997E12D2AE08AE2C0B2580A1B0E9D7F8A7A3AFE43D83D36AB486560BCB4EA7DD58F5FC61775DCBABF2FD02D37005EF64DF683FCBFF583A8B37CA07B948A5D7D2F89A3D469E71B762C7FC126BDCEC4D659F7BAEA93F52BB54AF2C1F0F53CF7034FDDF54D129FC8B5C0C7E9E946B6E9FA6EE161E9BD7B269F5BB6AF2B6EB5BB2A8CAC3E2736B53F74A6376B8458C34BDBB2299154A82ADDC3DBA14153C5B9471F11892BA6373D247ABB51427548A14D32281A8EA228DA7FDDC4C56B9BC45578FBF6F794E55F7ABECF2C4D6B6D7BEA766B093605DA2D21B932D9433CD6F06DF732C71D645EB88218E363CC0AC2A32C417365269F9246D1C89AE01D6B6FF3689CB49AA066BC16599035EA0E817C8354D6BD9FBE7BD110068BEDB15806345705D8D40C86374F0AEF7DABC787E24A9E15F0A7D38EEBD89AAAB15DF72D271233E5AEC2FD97F0C162638346BCABC6838636A48A21A89DA2C5D6158C6A92E9EFE48C1028754F732CAD53955B3C6D8B7394AD63B3EA193B2BC7F2BB29236F7BE2092DCF0A8F6F9483FF00CDECBCBFF8131CF3E3FCC31BDCF35DAC8BB5F7BF79DDDBC096E4352E77EBFBB4B73289B368EE203434F1A7DDC76F4B59679B733DA9B83CF2575AC91EDDDE5B125B82DAF5A9836E0D5AD175114E5C6E765B2EE3B858DC5CF7EF71A958AE6E6DBACF7436382D9A531D2477055B51AB71E19E2EEEB7FDD66DCCEE9B576AEF7B507BBBABA5B7B1DDDBBAECA48A45911638AEBABDB3CE1411FD63538EF616522DBDD8B2DC05A4AE23E9C17307696D92DABB8962B9E44BD453F852FF00608AE26DB374DDD8DC595D4D653C90DB6D4A2591DE78ED274D7B7856B778E58645C91A48E9C0B5706F36EE80963EE0DF245EB460C72F46DEC0D1F9BDCD448E539D38E1569FFBC76C8B81142BBC5AB675C9B957C2B9E2F9E5DF164B0967DC4C9682C6CD4FA47F58C611288048A1A370B5D44F88F2C4798346D1EDE67933A8FAA98BB1FBD23731D5463D0534D541FBDEE8C4DE03A8C3E9F0A93F40C45EC6047DEF6FF2F0CB12353415B7C81CF251AB8D694F1F01962E870ACDABE83A865C47EC38D8F6C7595E59F67B2B84E9C71F481B9EE8DEB680CD2B3466AD34C953E08BC4533D4B770568140EA0F77583C43538F0AF0C59DD6A8D6E2459F4FC3055D888BA693287B767874D54C7A9524AF37862CAC653636F7EDDA70DECD1D8D22B6BF077AB8B64B98E19C9996F4C71B8913E2698A35F8AE324F8833D520069C57DE4CA997279E36DAA305FCE1E60452B617401CC7162DFF93701539ECFB29F2FFADEF807D3C314A0AEBF3201AFD14A632BBA103362181FEF8F9507D5FBB8C9D5502AF8AEA0D46CF339736375792E03ADB6DF7773A7D3F3B8B58249C686EAA857568B2CB1D38A4D71DF445829C90ADB46EE5A810B099B9401FCD99C77057908976ECA42035152F6A788A0E6E38B8DDB726D367B5DA5DCD2D34F5240BB75CAA5BDB2964EADDDD4BA6389067248C146646218221FF7727CAE6AAE902E2C6DEDE3902FEF215A32E75A30E07217A7F7EFC9272CCF4D7CB1B8252BAECAE969E7AA0714C2A8CE9269F127EED6B91FB71BAAE6BA77CDA55869A6BAEC17B956AC752B1CF8E4453C712F0FC67F1F1D753E7E3C70A3FE8F2CBCFCB8E36AF3E9424165AD54EDB01A85CB2D4DFB31739FF752F2B2F29254FBC0F9FECC5F0A803A137957821E19D3115181AA31A05CF2D5C3ECC5BC80D6459528C173C9F2CB485A83FCF8B0494EB97D2DA34AC47BD2E88DE462000399EB8D9EEABF120BFB9B65507311DCDB2CCF2F482925125B18D4B5680B814E6AACBE5F10924FD069515C87ECC5B94FEF372B877CEBCDE96C57D94C9787863F51EC3FBABF0B6CD53956FF0061DB7A9C1721F1CF99C59B294E5DDE065588549F8138A814AB8D3F6D462FE24AFC1DDB73846AAEA410EE3770E83C330171BD4DF0F4FCCAC2202463A6BD2DC5D80F69D1FB3176DF0B4C52C4EDD3A19341F8756F14D3AC0CB0FF00D4DB77194F0A560B2B99B567FF0047F4D7E8C3FE010D1F2D5E84F05D246A145C5B11A29D68D0F4C966A32DC2E9FBC74AEACA94C6E2F2C6648DF78DC3A88E8250E53789E3FC30B57C870FBD8FD38010495BCED2E600FC35FE2FBCD55A29D5A8114A62C48B682FB656EE9DBED63852E1E4DC67BEB8BE866963876F8D923116BB744EA355F900050135D9A4F4E2D2DFD4F74C6BB8F560335CDCEDD63096B210306B958ED16FD0B17E57EA7254A3695BA5B7896E3FFAA4D6F0CF1C288DF0F6AB59BA63324420CAE42B1D3AD89A573C59B7535A37A50A48A753442598E96CD4BFDB963B5EDAD6E2F6E26DCBB87BCAD61B488806E5ACA4D852DE10ADA566AF519543B0896995031AF65ED92B5C1680EF8F7825A37E665B8EDFB6677E69916E2B6B20233A2AF88C77BF37FF00B35B86814079FAF003CBC3CFDB5FB31B5DA3A7E1DDD94D50E34329D86E253A683207A8695A0F0C766EB5B735D8BB28E9696FE26D6D61FA460346F0232B4C596D89D5A62122C29945EB186F4B13592C0D65313A2EF7B587A03B477DD6D2CD796CFB8DB2FA58DB9E005D610CD9DCAA06DCC56DCC8BB85DEB48E7BC92666FE22EEDEAC725BCAA2D91FAE645D31B32F503A0F851C059D92E6172A93E49BD5CDC3968BB0BB49948867B648A48CDBE870491C852E3F1259516304E553982A48040E2BAEA2A7CBFA71B32EB2B5EDEEDB5578CD29A3B77694AA122A926A62C2951962D8EAD27515D22B4A92AA2A3C698ED1474AAC9FC4B5620B5556D23668E9CDD5EA2B70CF862DE7B885AE5A7EE2DA24D310058BB7C9191B4AD58243733091B3CB40F05D267003F4826EF33B4A23259E6BBDE27768842A9AE04355E6E7D408A90053698335961ED6D8609D08F890DC4569148637078341D4E6F15231DCF6D7B6F6D76BF31DCEE561B98D65447B5EDEDAE459D2391982CB0332E97E9929AB265AD1BBC6DE0B786DECECB6B93A704482348A18AF37E916154D2CBD045A05192A0A658DF590727F15773B8D682A0F4B6B74D5A469D48DC0F8B531297EAEB1BA6CCB6F48E670643611021B4DC2423541ABDF120634A50D197B7A875463BCF7E522BCA25037411961A8B1CA37CF87993E177707A3CBDB9DDF0525963B643F3209B4A8323B159251717F174A2CBD44948C7BC08DC2A4B57F55EC2550D2C9C85FB8E683A8FD2F861DD266CD431156A71C77646C1DA9D81FAA14A72EA6F91D9B2BB053A457A552B5C4DC3FF00997695CCF0FF00C5965195CCFDDC6DEB651DEB4B2C5B3C57525B9EA44BB76E3FC6106EB0CB1693A049B35B5C167A851024A5BDDA8B7141CDDEFB5CC5C0FC4179D9DB25E74DCF12210FCBEDD5C2B4C776C3D2B65E8F71CD3F5915BD5CFEAAD62F8170E5BA525BDB1B7AC20000199F98EAA0D8E2BCEB7C1BEEE4E9B44DA3964B2ED885C9D7AAA3E18C25959194DB93713FC6D0FCD22F4D855556B448C787DBE1B4FF00EDEA28C6A729A356CF550B6B19D70A69EF197C17D9CD91CC53EBC70FBDAABA0D29AE95D3AFDDAFD58B70F9FC5A36B1E2411ECA9A91857D5F11A5BE91102FC2E83CA8D5CA1E82353490BAC9A13CA00CE3A66436473352457C38616547D0E7648949F2D7748A91AF5180D6E1F8E7C41A310171BA39BA7160EB6F71796B2F49D63BA9A1EE2DB034374EBD4918DFED714642840CEFAA9CB51DA17E28896DB56CEEAFC7AAF6BB9DF19093C8AAC1CD32F015F661E251AD27BE86DDCA9A0E9AA4F748E24A1D3F1AD13E8AF0C5BED62DAD1E5BC905EDDDE5184CEA87444A29444D4750AE7C5B218AC435FA8EDDB398311A757A4B7A38D3C40EA291F4796361DCBAA35F6F6EBB4EE7D3CC1D718DCB6319D154565EE6894E7C699622606D9924B5B523D334BD3AC311B490BA490AE9B86680F50EA3F1351CC357034DBAAE92335A446A8BB6A8551D7933FF002FCF8E41413CBCFD111529146111A44D00C62DD68065C9F07816E3C4E22B0944AA2296331268898244A77097FE29A87BADCE6665F7BE2710467BC5BFC6967BBED9EE8DAED6186DE6D6F77B976F6E9B7D9C48A8ACCDD5B9B8505B354AEA62154906DAF6092DAE2348DA68E614349E0B5BCB5943FE1B2496F74181048D2C295CF12C68B566BEB2A73685AB43385CDBC4A9D39E36C86F6358E4E9EE32AAA4D04C024B26D61754B6D2CF102E60200F7B97101907F7C72E20A091F456A3DE78E9A850D09233E38BA91DA9FF0083FB55F3A69F8DEA63D48C4F16D4BC287E8A63BC082AC192E191128ECFA7F537B4E5D30AFE13CCC334D7F0ABEFF2D7160EBB86DDA17E5E357CDB7BCC9EDFEC639131B12251A645EA66C92C4EFCD25C637156BC8ED74ADC57A9BA5E58F4B4C3FAAE3996C0BA5B4709FBCB98F4D291FE160D5B67C7E916DCAC569F317B4D43F8EBB4432682184BD459DA009C0B4DE9ABA2E0D3B33D656F17D1EEA5251B8497AA524BCB70192F16924E289405B3A0D1C571BD2428420EDD95230CEEC2ADDCDDB3CAACC5BC7CF88C491D0A8AA696C857E2177508B5A64B99E0C1B2CF3C4E42682AD0903DEA1315D70CBFAB4A658ED4DED6A371EE0B958EE8C4DF959CED7BB5ADB09D15C9581A7F54BA82684E3A47863BA2F5250E7E64D6ECC8B687A5B50D8AFAE25431CE390CB7F1349A92B3A24C42F365856523E2764F71679F04DCF6AD24B7BCDA437D58DCC81C77AECC747E6AE96BF753F55057DB8EE3EE81B88945EC5BABCD68F66FAA03BE586EB6D3F36B5698DB36D7C4C7155DEB44D18D8AEC392EDBFF0067A39F86E347A8DC88625486E79138FD55F2B2E242C5B784E2BCA370B7011BDE075667C3881C6B874B82EF27F125753FA8D411F6EDC25B70AD34114C156DCA8A69A00069D4B46C6EC2106345DFB77E94635398E14B9DC9A35250924C6169963B463D63581DA50CE88615E8C81BBF63E94C88B4F54F6E91CCBA95A4E9B8E6D0C8A3706A28E9FEA0EE332B16697DE8763BA549659555E4721ABACD0BB0639636BAD34FF007E9AB8E7734FCFF00EA8AD5B82F1AE58EF2A8470B1EE0CCB23688F47F07ED65B5BE93A53A6FC7C31B0C122B41F27EE7B7D92EA5D42E1039FD4193769EE2331BB068513B8E38FDECCA6468571D956F79702CADAE7BFF00758AF2EA5496EBD1A35DED504B72618754B70205949D0A2AC3219D310390757CCF68635CF3F9821604AAD3C3C870C585DB463D245711CF74D1CD113A04C647A286D66B12E9E05B3F3C439B001B341A333ADD40E0C4F1AE47EDC5CF0A2DCB802848CA14F062BC0F0FE4312EAFF8AE7DC3E39D6B4A027117B1BEDA7D428D978D70C0F136C7C00198F6532AE2F2816A5E878F0EA71034F81F0F6E366DC60BD8E393E5F6564B14B01991176BEE8DD3757A9EAAAB7A89A4E9D19485D35FA187CC3793E1F8BB71D6401427FCA63CF2C6DFBB4BDC3DDA9712C47D5C715D6C2A91DD40FA2E12388EC5712088CB9A6A62C5196BC71656163B86F52EDF71B60B996E7717B1964F52679D0147B5DBED205B68D5550D413AE4E39A8C5F6BDC7720F6DB4EF57F1989ED29EA2C36CBABC812456B527A5D6857A801524122A0E62C6C65DD7758A29DA56796136AB352286695846C6D8AA97D1C4A9C7CCEC77AEE2BB6E94909B5DC2F2D24B46128A6A78E0B1B76665FBBCD91C5FF00FF00A1EC44647FEDFDC60814F3A60E7F7B8F878F3532C0D76E02B44F4A170725B9D34534AD741CF88D5F63E455FA5AFDEA0CA19CE75CD4A85E35C77347D3D7AB60DE3A634EAE66B0BA4657143CA31B6B49145A43BC96B75D3432A4B2C8D0911C8C5FA4F23AD159546A65D353CA0D86E5149717696B7B60F1D9B4F245AF4431FC169609435B3BCE0E6AA7452A71DBFBE4D75B6C623BEDAE5D3B699CCD0FABD8B717BE84AAC9BA8B8A48A07AA8EF5BA916A5D3A646AB76FDDCBBA5A8DD6E601757915C6D915AC7B89875D9A4B6836C26DADD242A24659A2938EA344298BCDB37E125DED971B838B4DEE28E797D0CC89F121DF1B494B4B764D022B82DA35021F472E379DD278AE27165625FA36F133BB7A9956CE26AD3488639A60666CFA515588A62D2E825AE998D6B2092AAEBAB52C8CD2AA237C3FE6C6F37B2D10C9BF76E9D035050A760BF457566E3A871E3892872EB100F98D7E1C2B51FB303986416BC141FBA17215000C6DB16ED79B96DFBB68548EF3AAB3588758B46A5B15DB753D2D800C3D471F2C497A9BEDBDCADD59C7716F657DB75D6D3BB5F5A5E968E0BFB1B257DC629F6F2159BACD344ACA874EA6E537BA891F0EEC78B71072232F7B10F1CFC97C33E1E47ECC41A68BCE38728F7A849F0E3F6E201E50C5FFD818DB85016F5B391C3804843506966E2C387960F0A739A8A9E06A6BA72AE235CE8373B9E3FFB3596AFA8B70F663BC9C7DEBBDAABEC3F23DB053EC5FDB8B3752B46BFB0EA372EA0A607CD86746A91E38DDB81AEFBBD1AA82390EEBB81A6815FF4E37F6934F2EF3B5EA0DA42D1ED7743E399CD71BF4A9A4C905BDA4A68455924DCEC233502BC049E3E34C6E6C4851176AF7648E4E4A0276F6EB30E61FF00439E2497D54000FC4733205505485D6FAE8350C46D14B1BC5EBEC0ACC8E24460D7132B736A2878538FDBE178FF00713B8779D4101919120EE7BB5C9230CEEE3A55CABEC19E3B2A82A7D7F64A529A97FF009D262359018FD1EDF1F3EDC62D1474EF6DB24F883481169F52D264CABA689CC6B515A9C7682BC402C7DC1FA9C4C722CACB59B67ED38EE142469104648D2A7E2E9D54AA28CDF67663A526EFC92E1E3D7C9EA5A382D9E6D35A21510A2F0D247D78B6D2682347739549D36F10A1F1A8D5E271FA7F127385EE3EFEBDD3CC2854ED3210C38E9EADB1FB31DAFAE711596DDD9D7BDC5298E26B9595AFBB9AF2C990F32FE2684E273D34FBD8EF33E0BB06E0D41FD49E272B5A557E10AE36F22733D9DDC362F6B503E0DC5BEDD7FB6EE76A299B2427A245732F23D282831DA03ACB196D87B357FC75DDB6BD3B57E93C1D130244D14E48DC0268274137223AE9BABAD1B8CA97A0F4AD256172BDC17739B703B5BB86E757CC6E2DD26DBCFE5FABAD51CAF4FD47BD6FA5F738166924A5DDC2343F34495A2FFC43DCD1691B70B746DB8562E988F5369118B7FF00AAEA79C19AE29A2E1F42F716DF70A4376376E4D558E3803DCEA9CB49A9481D576BE1F027545264B4BA8C234D5D714CBA3A7A527342068E8BC8A1ABC09FEB0C6C929E75F906CA008EBAAB6FB26DA9A620CC06691D287CBCF100CA9AB23983AB91428CC3549634C76431D7441DD523914392EDA8C348515D434FD67092A833A7AE8963E9A33978DF6ED92285A92D5D84626EA6798A5483C31792CBA2BE937848BEE9783D4EF7421AAEDA4481C1E198E14A62DDDA452CDB5AB3811AACCBA7899B49D26627C69EEE91970C77A6A5AE8BDDD542B39A7FF23C136AD228A5F546349352BE1C71B86CB65330B2DCAD6F22BB84C7137A856BADD4AC7D4689A48A1D190A1033FA29637DE9FA0DBE5BC7DC5790B4922A9BFDFF006FDAAEA568A46676505DD2919E2468F1D47B9B78B38835CEDF7DDACD0968ADE486233DCECF692B5C6B64B8D5E96E9D54C46BA8E7C95C76A4D291AEE7BB3B865963D654EAD5B8EA75881684A29974920D57200B038DE8A05ACFDA7DD56F19740C1F9667B881158C60CD241A16A2A57949071BA4D0F5EF120FD4F8EF6E1A38A2318B5B6DF92F6FEF677127553D2D85BB49C4A08F596CF41C6D5058449672F73FE9C7EA3412DE4B1D34C9BC45DCD6515CDD2076ACB0DBC716BE6FEEB8F94B246F2525EE0D84C4CCAC24D2DDDDB5B8D3AD0D41439729CBCF1636D24ACF2DE58ED7B3CF0450AD7D5EF5DBFF00A85B54171D431C7AD2DAE37D83550D16299F4A33E4B6FD191039EE0ED2975487A603BFE917695D6B632164444B87F2A63BABA92162DBAD94FCE06466B3724E91C884E8E614538D9736FF001BDCF4CE80851DB5EC0A68078679E7E15816A6BA6E178F0007BBC7DDE6271B46BA69F5C32FEA89109AD3EE9E1FCB35E7D59CFC5878B124E5AA8081FB71FF00ADE1AC7FC51FD6FE9E38B6793886864A3E54A156CE9FCAB9E1EE8342A8B358310231AE441B7B5B1D4E1E81639FC029259BDE19D594E7EEB57EA03EB341812307957E491E496E6777325DC5185A0C951CBE6EC04710ABB9D009C6DF7C5A0B75BBBB31A44F756D109A1B1EEDB2DCBA50C91CAC971D2B2DF24CE3D41973E18DBBBC22936FF97F6CA7A7BF1D7BA17F3A6EFBED85859B5AA7A530BF4EF6F1BAA0C91698F3CCF296B998F34DB56D17719A9CE697D04D102C3873BFD632F1C5A5D20AAF347CBFB824664C8E5A8093D849C43B44B26BE96DB6439DBFEADBBED56BB9AF15CF44F2CAB5AD0D2BE78EE555E3B6DC457F71CB52967B56FBB17714F98742A3D2ED4D8EDAB97DD6CAE5EF36FB84BCDBDAE6DEE5FD38F96DDC132982E3A9B7149AEA680C32063F099F212281656B088E58ED2CAD2D35EAE6736D04312BF2AB69D67EEFD872AE0752DB51A9CD5BEA1F747EF0C2DBDB585D4D7320668E187A6CF2688DA4D205179DB4D3CAB4C5A5ABD3AA9BAC368E23350585D0824D041074B1E0717C841576B6B07A73661769DB0BE672F87EA93CA9AB11211CC771DBBC4950292E4F92D55881FE8CF1B6BC6CAE9E932D2CAD19569C489A483C1D349E398A62D34B86A4CC84A953574EAA4838E9AA4AA41F68C6FD72F134F15BF64F6B4F3E90ACF15BDB4CD3BDD956CB45AC3A9CF8E914E34C7752D73936F7879B981693F53BB597A47875848180E9D4757DCC8357168DF31700A5BF3AF76228935EC3DA3323F5DB6F02E3589FA99AAEA3334C69EACA477AAB7134660F52491BCD96D0A9A3FF00A9146A5E40C2CC87B14F7ABD3F4AB5A0DB66EAED1A26907F996D832BEDBA177FFC59DB309062B88DAA8A970CA547E223B5B8F8F3C0476A3B12E4D86E40BBDE58DF3B7E740D5EA6CE216F2914E232AF27BEAD8DE57CF62934A265CC3B83602464B4E55539789C23579793495E1A68145010325CB239E58B814D419E06A934FEEE7E24E9A0A788C7E984D43FE2778887DF515EE8D9C20D1A1969CA6A6A0F0E38EE6741AE5BEBC8AE24D61A5FCD0D9371B7B524292BA5458C6FE0BE649CB10B9322CE7B7EEE3EA4209A4736E8B3CB118F5131ADCCD6B173E7A42FD46FDF31FE71D955AF2D49DE590AE96D3E74F0CB1BBD74C896D6169D5208D51F4DFBCE272084B74909E89F75230D5C80E18D8EFB6F2F0F42EB61DCDADAEB4C733D8ECB7B763749A2584DC465F56E50D06AF3F2AE2D833210896094059DD7FCC6DC95956A1A366CCD0FDC20F0A6373D82269CEE5B7F725B5C5DC72AB7C38F72EDCDCB72B78FADAEE6397E05CAF02E7CC0F746FB731AC7A46FDBF4C8A28F153D46E92E9AE558C8C865F50C76722BCE5DBF8215E416F1C69052CFBAA09520916159AE124E8F543BB48DD569175140A91EF510AD9BD9F76EFF007CCB3A39689B6FED0D9F759AD9C212A93BA58F4F5AB115E1A81071B3B046643D8FD8D0B4EA29119ACF7CFD57B77891A8C25D3098CB00491A94F0A63F502D49704EDBBAB751563634FE08D843958F5062C0CC388A1F3C5B36D76C6DE19B7C5DC2E237769744EBFAEBB5F6EA44C54CC3F2963676D051391BA6482DA896ECCB654909FE32EE09DB4955D318DD36880A12754953D36FBA569853EF5773DA812DCA3F1E5704E75CA87C32C2A320A4B05196BF79A1A124D0D736CF10F80047B7899465C28A6BFEBC5D12AAE1AE66E14072B55CF31F57DB89B2AD657CABE2DA9ABF4FD3C4E17C89A8A014E5D39D7D8078608AFF00D5FECAE7EC397D98BE15FBFAABEF15E6524FBDE3ABD95C6C95E0B6529155CB49DCAF8F2D7DEE67C8F970C30A67EDF22380C2FCAB77BFB0FCBAD62B3BC9E1898B4926AEB429208652748CCAD721881774DC4DF0855847D68A02503B233A87540D4628A4FF006713740C27D4DADE59BEA854FC3BFB692DA7F2CFA521D3EDC5BEE5145673C96FD4D093C5274D96586485B508A68CE5D4CA8D8B1BD92D2D3A9776D14CC22132A2B3C6AE42ABCCCD4CFCF12DE955469BB7F622547BA19376EEB8982D6ADEF458FA5F8FF2F1C02AFCCD0F9AF13D509A7E194D22A9519FB3DBD56863B8B7581AB1B31035FA7B8E7D48C92D227657A573A53DDAE3B8F61DBA3B2B0DAE2DAB7CB79B77B8BB8A15ADADADD8F51112AD6D2C7773A88E0B7CCCCEEB574AF2CB1C1D482716D2C16D1DB69D10B4A8CA34660AC59E607D441A5209AE2D12EFA5B8C06E6D5A6B8884B6CB22FE54C904D05CC11CC1594C89209141AEA0465B77CFA3DCAE3F4EBB8BE45BAD8ED77C66DD4766EE514B05EC56D73A8FCD6E761B8B9784AB3ACABD58FA4FAFD4C68C9BADD5B5F4FB8586C9B4C33092EADA2DBA4B95DAAD0C5712DA8917767BA407279105ABAFBAD232922FA1B8D331378F14DA950ACCA63FEF10011EA911B9D69A6BC32C6E3B6DDC626B6DC76FBDDBEE626AE996DEF2068268DB490D478DC8CB3C5F6C37F11BAF4770D73684B22A4D0E87D2E4FC503AD0BAF81155F3C4B13D02CBBB6D3B9BA306917A5B6EDF7962F65A75C7CB76D74AFD4E3198E9CD5C49326F2A033B305F96B0E9D4B72EAF5D9D7CE98CEF925A44006E8B27BADAABF8CE3D98EDDD6BE9E2DAE392390C61CDC5EB3D64D3F0D1DD1A20C42D037B41C6DCDB7EE22CEE6C3B676BEDD48B7AB444B79DEC5F703D596ED7AF3C2A3D765A6D999A8721E37B7F7DB2ADCED8CDB8C70DED9DCC335B5E21F510A5CDAC16B3AEE290CB932078227D246A45CD4471CBF31DBE6C9961BAB7D45B2CB9648ACA5894E799D5E58B5E9DC413738A851323A2EB45A90D105A1D4381399C42BE514632E1928E18129FC4B6DCE32AD4AD11AD2F1DD781C99A153F579E0003304F014F15CE9F7453EAC6CEBAB535E892FDC7EE19488963AF03A63807D78EE87FF8B75B6B7D9B45947FFF002F09F84B24777B6A829514D4C23D2517413A7A95A0C2FACB93797667B892EAEC288BD55D497972D3DCF485562EBCBCD45C8572CB1DC0E7A647CEF640A5DA8016B1DE9E8BCE32D20E79E3BD9A8944DA36B3C84970CDDD1DB8B5F7A943AC8AE37D48C3191BB27BF55547DE65ED0DF88553EDFAB0F6EE4C7224AAB247AE94E527EEFF0055AA3CC62C572E5B8B36A3D4E926EAEE53C6B40DF567ECC5FC93E50A6F3DC124ACD51A94774DEB3B72564A69AFB7C863B259910B2EEFD88911CEB593BBAF653A588AFE1C473FDCD59E3B5A7BA08B68BDEDB1C570F30021D32DBF095E5A41D1D352F5E0171DAD36DD6B14FBADC6E3DEB2CD3DCC73449E964D97B766D1D6D08B39B7E9DD48225949467AB68EAA6AEC6D68034DFAA17059B41064E8DCED7033093C0D25192F81E1E6A00A2AC37A07B141A01F5018EC751A9CC379DED3024D7F1EDF53F9D4FC215CF214C35ED73D8FF4B768B8D2669221213DCF752A2E98C11209A4949A305475CF88A63BBC8CDC76F6E7A4D178F56227A75233D4B5CAA7D94A9C6C2917A70F1EE36DD58E10AACBEAAD2E27791D055BF33282CC4FBCD53C71DA0525954276FF0068467FCE2DAD54F4F6DFD27864410CF0B7547332F494D6933439BEE3074F7C6EA1726CEE962964EE5D96FCD0768F7AF2BDD0856D2C40D1AB5CCBA41FCC1A436F383BAFE0FF008FBA0A05DED8587FE30EF08E821B751B8DBA88C7BB255D48E99FCC4539323911831C52E7E8765A2CBFFD33ED9958892D5DA45AB83EE8A53E101E984386D662E769A127D3C00E99E362DF13A7AC145999133F8319D29A56806CDC085DB76FCB3D4AE2CA04D4ACF98E5D6A7E9F0C426B9124960ED9114AF13C33E03C7EDC767CAA4C52A41DDAE8E0AAE99176C0D1914A36A566AE5C30D2CBD48E45DD424E2888E8F26CDB32480896E6E04611E420A75653A7252E74EA83D26DD6365298BBA4DC49676890B5DB7CAF69B8592F258A35EACCCDB8B1A9CF334AE64C71ABBBAC5B4F48078DB25E66462F2BBBCD2C81C9690659E9E2A49EFDF7686FAF12AE2AAA24ED1DBE26C8822A04B913C0FB7164229DA0EAC16AB22D7E07E6B71DC21984686355D6F1CEC8BE03C31DB7B9B5B74EDAEB69ED6B81375ED983B5CC36703512091E441EAF6DB85A11C53C9918F7F9E9C8E561EDFB9E0AD2868AE7689126CD0851D3405B4E7A6B4231DA71D5990F7AEF325444740648F7802935342B159DB975D5D4569CA682D9A27694ED9DDD2D9886E121B89F7079B67B6B484472A47D4EACD7402C2AD23DF39E8AA17A23F7DBCD6F35AB3DE776CCA9240D6E561BBDBAEA583D3C72C29D58AE15EAA528BCB971CBF4E74DB99166EDBEE5B01682BEA1A27BEEE4B04A00A926AE43CBCB53E238E3D36929A774ECBE4671210BF35D824E909636996431FEF78FD98DBA031DC21B0DB367DEA1686112C8B2ED1B2F785EDAD9BB3C45D92E373D9A0428E9019351140DA58EDD67124921B8BBED3BB9238F589D611FA29D876D3C8CEB1B9881B8B94ABE93A5DD7C4D31DD51C719893D56CC74EB2181936A91DC1279AAB2B3E9FE8C76F16AD64BDEF4AE64D7D35CF6D23647564FECA70CEB96946273D32F17E03A717F6878FD78D9AB5CEFEB4C812E7AA798D00E635C32963A4C8D964B9055F1345A6B3F49AE2997E2578E55AFEF7D38EECDB7A5E97E59DC7BDDAC2A7DD36A9B85DFA1929A55544D65A187F68781C086DD9CEAB5B4EA2C72467AD4BF96E08D3D0909D1A5091AA3E00D4D02337522916ABF790AE6B5A95C854D3CFCBE9C462F2196143B2DA3ABB69B4358771B4D6F6F35DBC56C668DC82AACDA0B690E0A9D38B0DC77D96C6184D8AA752E63E922CBB96DE964C90C324692248D076B1A204570808A7863BD6200B08369B9BE141ABFEE496D37CD2A94CABE96BECC0635D43B726034F3736D2268E15216B917B25A815CB12C72CD1ADC47709A2DD759B80B191D569028E8C48AEACA54B9995D39A350558F6C5EC410B4F636503CF5AB3258CB7368164345AF41FA8B4F3F3C7EA6F69A01D5DC36BDFB6BB514CC7ADDAAF36F8D9467F7A618D9B7244B6608DD6A4D616F76C916E56D6D1C92235DC573A68D61129D1A2B5ABEB1A427706E1BAD96DDB85BD9F6D7CDD21B8B0B2F4C973617FB8DAC8FE9BA22052901A86D3AF1BCA35DA49A374DC10430C6C34E9BE9D446AA4C815E3A69CDB1B95F5BAEB6B0D8378DC213EF059ACECDA4AB294AD457C6B8B79E87A771DC50CE006E6293EE61C0AE44D03531B9D05345AECD1B0A8E31EC5B52F0E5F2C008CA8FEB76BE99E211FE2F4895D51D46BFEB674A658B44678C992CA27FCBC0D6F0A048ED2CB9636B89C86FCA6AF0A2D066C198D98CE865F0A7000D6BC78EACFD989A332511BB3BB7D2F223133A5DC1243B9C5E9CEA7E45EA48AD5350CA80019D4775C0CE584165E9AA5F49942FEA1F6545209173372265721A15F89382635E665C5BC9EB240FD0B45EA3F7176E4AA59FB6FB56E09698A74AE10C8CEE593294C8D32FC1B8840DCD639DA2317ADE988FE52C232A7F5688648B70910649630E5350FC308FEE5F11B4AA8D54BDB12DA36EB4BA3A7F8BFB3541F8B2068A8B296F1D2354FF008D6F006ED8F994324939B6BD2A5AC12CB4A7AEB91A5ACECEF6088F525D0080EB51F1836AD48F726D75AAB6C922CEAF91795774B06391694310156A6A8A5B55142D060C8A6A5B40D4D542625323C6AE284F52259299E79780E170A29988820C883F06E0050396807B7CF3C7E9B27C60EB3DE1F7A4F4A639BBBAC9518D216884E08205640CCAE68085623BA20F58BB73497BB4EB96EAD1AFBAF24D6DBCED5088604BCB4E8CD1F2156AB00E95208C453F3337C82E8AB47EFF0052E2E6FB422AF4D94473A29D4E4A84452721522FA9FF00C57B14E63307E7CF9D3EBFF563BBF49EA18F668A631F2C7A985CF7B4E55642DF13FC48CB48F7BD99A4FD1D13D96CDBA5BFC56AA699BB83B5EEE4D126B1A9E1F814E14AB53D840A7C29B6E8C1A8148D66DB67D1FBC4B6A6238FF363BAB4C51859AFFB567411224602C9DA17E87DD66E9D668B3D54D4DCD4E071BD472485ADCF75EF5134D72C90752DCDFEE48F25CBD638E292443CEC08506B4A63B124B854A9B9ED236A9084D573612B774490C93229D56F711B48FC9C74B0258134165259450DBFCC3B53BC2F6E8215315D6E37BB6EE568D2C4BD46A8161B4C4A28681225F33ABB76E55D5A1B5DB8A98E39240D1DCFF106E11566415E516F75F78F26A1E62BDFC3A8C89E9AEDA42AE44E238FB67B4FAD48D0EA36FD02DD4E5A68F78818DD24BCEB756EFBAED77113B3213776E3F59BF4BF689AE0012CA44A773B0B9AAB730E9F88209ED9975C3D0877DEE47CCA75754DDC7B4C0D20403A9A7588A8C7C49D3435AA2D2A4EEBB6E91AD81D4AF7AE4131C66456A2E447D42B885C518F46DF4E6A07322E7CA1C056D5E18869C54D4D33A7E27854735698BA6F2BB9805E52331D304F96473A0FAB129F0EB494D742DEF357E8CCE17CF5573E1C4134F0A95FDB800FFD96BC29C45472F811F562FF002A7301F47C44E15D23F9F8E368FF00D9A5F33FF5CBBF69E1E608C56BE22BC7EDAE0797463A1FF7A4FA78B62B5CA9E2797DDD247BA780FE6C203C72FDA2BEDE23048CA8E01AF0A8CBFE5531B31E515DBECC0FA05BC741F4D05717AAA08F47B5ECD6D97DE2773EE9BAAFB4D2E30780E61F50C36AD7540DC427151296AD4F29F85FB71BBED967ABD5F46D6EED97457ACD65711EE06D9163AB34F7315AB47181C642B8DAD370BE866BFDCEDEEAE6FAC6DF34B2844F6F6D605E4561AE5B89D66AB7E10E88A6AE638BBB1DB34426D2CE5BDBA9E55956D6DD17E142F70628E764496E6445C81E24D280917BB54FD17B98B719B6F9CA4D17A65BBB598C5256E352C2A03A9CC91EDF64977DEDBD5AF72EC76FDA126ECF026DA2616FB10DA2E2FEF6C1E69A7906F90358B6940D147CA3466B4A4975D4BFE8CBB4FCBE683A513F5AF9EDD0DC0EBFACD26C52F63D7D4F899E95A1A62F97F7373993224821512845699135C5CEC53EF5630EE9636F0DCDEDB4B2F4FD24575D336FD795E90C6D2AC81B4EAA85604D032D76BDE620AB25B5BCF6971CDCDD1B88898C575E5D3972FF00D67D38A57D9F6F8FDEF2FDB8AF0E56F2AFBD41FD63438241FBB4FAF811FF002B16B70A3508678E5A1A80C5195A873F1C5C580636CF1C12DDA3B44AE2E2188ECF189230B28D11CAFBB81A8FEE37D5AA597A6B2190C4258B4CB70B194593D35AAF567B960CFEEC418D48A56B8DB37BDA27EBD8B930338B5B883A8ED07A986B1CA90329D033564CB550D0E58828585648F4D03A5335A737DB4F2C2174119A7B80EA0003CB4345E2B9FB31719FB97F6EDE041FCB5E29D55FBB46C70206ACB867C3CB8E3B74D6A7D0E6786627981CBC33C6F9ED6DB8FF00FE1818925750A1EEB6A92918069AEEA0F7871D2ACC3EAC0FDDEA10050D0012CCBC0F300A57C71DCE047D503B8BB7554B96FF00E17DC4E74AF2D0720E18FD41630A82364D9086AF8AF7A769E5EF5787B31DC4B082CEDD81FA8F1A2AF8C8FD93DC2B105D4454B96F3F2C4776FBADA5B4D70B5912E2D1EEE55790F4D204532C3148ECA284A9AA1F3C456225597A12EDF1991014D44A366073B7193ECC5F6DB7F6C6EADA47EED6687D54F034F2C3BBEF33C1175A068A681165847BA4F1FAB1B235B4171136D5DC7FA7AD6F6DD533410B33DFDFCDD69273737722F5A59287A956C87EEE369B18EE5EC4DB775DAEE2B37A296EB3DB763DC6731F4D67B527AED0E443AD073571B06FD63B96F37B74D26E56374B75E8D76D9215837FB06E859476C97B6F72D6D02B2969E6E76A11E18ED1DCA2BEB95F93773EF7BCA5B4B017F57D5BEDBF45B53A91889C0B34E6AB8D5F773CA8C29AADEF7EBD2859A9F48C76FEE6B2AE982CBB89961704997D74B730C735AB2F515D74C6359E51E19D0D3BB778B6DD06D6D16C03B62DB6E92D2E2EE2636FB45B5CC37725D9BD44515BD0822E93282BAEA4E3BB6BD2D7FC3BB9B0D6B9802585AABA943285142467F4E2D66B74658CEED633ACAC34F52F1ECAE768DCA2D256ABD097B7A29356AD32FA8AFB4F698D6C07C93B6F9FD4ED6F4FCB7E989542976C6454D370D4546132296A832CB654DD5744D59609791ED3B5AE999DBB77BB174F42D1A3DBEF083201A2E39259088B2B69AE71B8CC6071D5BF95FA8DB3D8411347FC5DDC53391BA4537AEBA478A746324A35E82B747E3CF70A2F2511DE2E9867A9FE1AB6DB328FF4F3B7ECD8B9495BD3C4B25BB2E4690CCBE84725BA9C780224A54AA0E294D5CB2312321C6845298DA15F505936EB30CB5D399B743C2BAE9A4678B7CABA8BE7A2BE2A7570E5FD9963B58E7516FDD5A2A72A9D9E4F7968549470BF6FB717ACAB3BA45BD5B058E40E9719EDFDBA631325C460F502B8D61954F1A806A31B7E990493496DDDFD443A3958ECDDBDF0E9A75851024672E35CF8E2DE5A69966DA5A4721631AC8B89A1FBB1AEB70B0AD49A9A507BA140EFD1CD517370E457F7BB576D3A72AF15FAF1B72DFDAC97D08DBA49CDB444C736A823DDE68E4D5D6B72440D02CB40C3568A67C31D8DEAD5EDE41B27675A4ABD32AC2E8F70771C4E8CAB5219E54035788CFC49C77FF311F92D86841746FF0013B6A254A6650D3EB06872C6CC9731452A0EE2DFE011BC51B2D5ADF762E239596B0168ABA5856879B8A8AF62FA6B4B3B28DEE7B762E8C16AB6F0B5D4FF00A89DAB74A088BA5196E9EDD2124D325D3FBB4EE897A7234F276B42B0C9D2D7094FE08DBBAD6F2DD1858DB3CC2CD4AC7A94B8466A369257F4A2396190DC7A0EF1EA4606A5D31EE1DD0D347F0FA9F123E9F3AE6057179CBC379D8238EB43A96DF75B38F88515A08B3F2618DF65468F4D97675B35BDAA3B19E2956DB708A396DAD8A2DAC3616F677815E3705AB3EA4CFF000EEA2E9048228366B3303E871E9DFB5BF44AC64464248304B1C4467C571DC52EB42F2DFD9294545401176A8DF568F7F4B75B206800514E3976E49696D25C08EFBBDC49A24B6429D6BFEDC0A4FA89E2AFE13F0AF0FA2B04571035BC8F03CFD37313FC3610C71B6A85E54249471EF5453DB8D9E95FF1ED23665B9A4698B50B1AA5647E1C3C30F5AD359A1A8F77A510F01E34C57FAFE5E641E15E3963BD6CA06B78E0B49F6792D18ED5B5BBF46FBB776CB891BAF359C923EABFEBF316E23C865045757EEF6FEA235923B78EDACDDA3D68AEA26B6B6D49A96A3957EAC3CF7B732B3C7792440374F9A0D1195EA7C3D4C74CB463E631B35F5C416B2BC305941762FE2D76D45B616570AD1B24A1B4EE761132D572914574E3B6F769658A26DBF7391DAE6E63F836E6DBD46CF0BCA8AD12C6566EE56E054A711C0637CD8227135ADE6DB7FB6423DEEADBEE3B3CF671D0204AEA50065A78E58B5590FC4B3BB9E068C85A2AB416976D55F1ACD72E731C7177059234112DC240A55DA4925B66F411012DC3B196E648A69CE8EA55B9350CE871B20792323A73CD0C68922450472DF5CCE22412DC5CC8C0312DCEC4F37D18DE6DFEE5E5AC1709C3DEE9C533BE5E6CCD8DE7B71A862D9B76DC3B7602CFC9D4DA6FA6DABA65D48252692031F85357B0E3F51AE081D48F6FDD763B7996301A4F5BB1F562041C9A433CD1D07EF1F1A6373B92F1FE6773BFBAA8D433BABC9A5F740A0F7F3CE989A432CED0DCDA49B5DD474023906F3247B6F329665D41E5E4AD687D98D934EAA8DCF6E1562736F556E7989A966208AE3787CE8536AA25469CF63DBA4AD3947FB711C12A46E935FEDA0A38CA442ACAC3DDA69935D0D7CF16D2C8F255977058D24540520B4DDEEACE2A6950BD3905B7556BCDA5F8E58B20CCC499D986AD2323D575514D000890D07DECBC4E2EAE229A38043DB1D9CF7972D12C420DBCDECC97D3FC4263864B6B59249353D40D1CD5A938EE9EB2E99BF33EA454C6B1B7F1BF6B33D74F5240AB2AE6236EB0E31F380716E56095BE05A9E5D93B42F03A1EDAD8057A6D3ADABFBAC3E1929918D296E96B8DCC4305D4A5E4BFD0B0F6E586F6CFAD7F559808C5D4B03DEB3FCCA2D2B269EA75A00D9EE979D3DA8082698AEE5B69665D8C4EAA53BC3B0EEB5EB12274529033D7DE114125C71B3D2FDAB1BC13C34B2DC1BA6D6BD0A0F9C4D3E56E8EFD1D48DAC67EE90D8B9515AFA0B9341CB5FCD5AB1A13CA734C3364A84A11EDA559B5D29415A5313FEE8587C0285E4B8D5EE93524E3F4F098D354574CBD4050BC41FBCE1F829A179A398DB558D280A27B31DE488AB53BBF68C948FA59225CCB2C92CACA4317D1111CDCD40070A52D230C524FE1A0D404E6219AFA49031F55C1D22233671A6B50FEE36E008E1BAF63139D05177D626942D9571DEE0D69F21B6C81AD351EE3D479398865CF1B54979E8EEA0DE7B3FF00522F6089A1F50D0AED10ECC1164EA4605BCAB7B68B3C643390749C8D08DDD238D6048B72411AC202471527DA98F46341448533029969F0C7709D2179FB3EBA1EA653FC35BCD246AE9E93AAF2D01F74038EE4DF1374BA8E5B1BFDD7745B69ADBA8EF32DEEF0E226D73B4FD1548D01793AACC4BD75143AED378BC899AFF609FB6E3DBE4859ECF4476FB6FE9F4D11B8108417F34527755F6967D721531A1631471AAF6E5A49CB743B37B8E291502C60492ECBDD01F44626B9815357E1825F81E63E315C48A8679DDEDDA43A0CC0C7BF5C3AA2B1358D0FA7268BC4F1AE5A7BEF494955ECB718D9266A652F6DEC3109518B186B0C31EA4511B48CF40841E3B35EE682E2CBB75E3D32C8DAAD778FD6DECCDE2254EBD6406279A4D41975076A2D574E3F4E844A5A7BC0B2CA1639649A6BFDC7F83774BC981EB74FE3DD5F2848C20A378F002D58D39779DBA9A69A6BD2DDB811514F2F2C5AD3DEF4B6633153988F2A79E7883450D78D5A9A63E9CA7908521DCC8CBECC5ED7FEDD2D0D69C67D2389CD73A8CCFF004627FF00A76FAF8D7980AD7C7119F23EDCBF778D41F68C2E473808F134155A8F663715E1CC3DB5008FB32CFC71B303A456D2565AB667F3B762BA5472A9287DB8A578F01FD5E2731848CD34985284F1CA49C1F1E157C655F1CC52B9FB067E180471FA6BFD399AE1FC8381F4E60703E14C6D143CA36FB6A65C3E02572C6FAFFD4D91787EEBEF478D07156F0E1FCEDFDBFE93FB713016F152B2266A845034C0645ABCD55F3AE2CFB6B60DAE0DEEFE56586FD891D3B12AF22CD0B4AAA7E2411A334952161191A9D406D9BED8ED72F4ECCAD96EB20F4A13D3C9767E5AC1229669349BEBBF1D3A0B78D7966F94987A53DB436F7763710C37104E139DD0B68EA888DC0E31346DA7C78E3E47670472DDEF57AB6D6169AF4AC97971723D2C2935C4EDD00CEC1034921A7DF7FBD8DFBF4C3BA1A182EED36BDD76DB4B2BF865F5973B55CAEE3B66E164DA66B7E7DA6F2378A45AF51472E5A796DB7EB896C13637EB5CDDDBBE896E26748F508A045B448965EB695696B1E98F8548D38952FE3BB966BDDCAE4C496B1C4F9A450D4C9AE585C751BC94E78EE69035C5B1DE3D5DDCB579276F8D726FD230352670C7CAB4A7BA3218A53EF46D9BD5B9F5D0E9672E6A7D9F66350397D3F553DEF3C06CAA14FEDFA2AC731806943A47D5C72FAFFA3094F1A6798F691F5531B3DFD54C7710FCA2F81D227926AC969B4D95BE6A0879F73466CD7DC5AE2EE4923EACB1472FA4AC07D5EBDC2D2E5EDADE29679279D0CF731697A15F7747018DF36E58E3AF6ADD6ED6F69047491B44576BBD6D6F5FBCF26D57EF0927C86202BFF13260A07F791EA00A97C9BEAAE17E818BD218AF4AEE090D29CC3A3751806BE4D203F560F37F79C05699E5E18EDFD6C0D61B9600285083D6DC8D3952B98AE79D4E372207BEB64CDFFDDBA2D3CFDDC5C8558CA4373B555F2FC317F6EA012D501B581F462D243CE5E2B76AE679640C41E2732A7CF3FAF1DCA5402DF3EEDD7AC8D4523E59DC9C33A579B1DFFAA9A46C9B2B30D55AB7F18F6AD7204E40BFD9E78DC3DCE7ED3EF38F9914A55FB63758C64D40DC78788AE2E774F42B73344BA607448D843348BD257101D2944A731F2FA7167B9EF36F736D7FB85CDB34B15CD9BEDF3054BC912DDD2D7A5084468D811A57319D717BBD5E6D3720BDD4DD4DC04891D2D2E19AE6DD8917B01F4AA8A8B90D43F74D0E2CB717B6DCAEEEECE6B2BC83A77BBC74A2BCB29A5B8B6171145BD5BD9DE496B70CCDA8A4C843539855433EE5BA596CB1D8FE6ED679ED83996F4C2D615235431BFE4A6714F773D54AD0E3E0F71DAD9C104ED3EDF2DD43717305C4BB92DDC92CF6F6B2F70F4A3D524F3A28294C8E9141945D3EE286481269678A26D92B1EAB895279BDFDC9A5D0CE9FBD97DB831DC6EBB411A26425ECDA06026F7BDEDCA515F2F6620DCACFA1B9CB676B2C11B2C908B3F8D3CF72DCB1405CCD1B5C1A7C4002E914A8AE3707B596F648EFAE62BBB8B7B95B492312430DADAAC71BBD9DADD885A1B3407E2B533CC71C77864B4FE1EDCBC2B4A4C09E9A971CC7C7CC57CF16F34F6F2C5B34476FB6B26328E9CB34169A9E4E90A96333994ABF1D029E431DA2C8352AED9B06B58B6FB4BFA470B7E92C5512CE56783F0D8BBA8675D1D6F7AC6D036ECA6CAE39EDAE1550F69D9C26E5DBB5FBC20263DBADEE5EDF75672EB108F526B7916D3DDBC2CBB9CFE9BA5D5DC643EA7E4F3DB19EBDD7BDDC866DCFD41B7BF535EB24DA009049EA9804B9D2B7FF0096B443D39328ECF7EB495597F4E76582B17AC9258A17104221D24E94B74E9356EE17639D739C56A24AFBB4E5E4D241F67963692175BAEDD6ADD2C96A52115A3156CDAA716E54E41A4D3FD71C99D2B5C9478D7CBCF1DBBA47BB0F728F3E3B4CEB9D055BEAF3C222C92895E3EDCB869A1075694EDBEC0792A58357A8B7399F2F2C6D702C90CCD2D87784EC210BAEDCC7B5ED70059CC6A0B4AF2D9C99B6741A7800316B56A16D8A71EF0F0DC6FBC2BCA17C0FFAF1DFE178995F553C2BDB36478E79506362EADACB77136D1733BDB476D3DDCF2F4E6EE9874AC304534B2221B71A4853CD5AE58EC66EBB4CFA7B3D5E690ABB3743BB7B94991AE34A24ECE23AEAE6258F9D31DFDA006AEDBB152B5653119B6FF6D69D2FA7E8F0C6C61466DDEBDC112EB4EA1FFBB7B93572232172349D203024E3F4DAC45ACF71F9BD8B709A381649E5E86D3DF1B3B5E965895D920B6B0BA9A795853A69117A8031BC2C913470CBB543D0592294B5CDBFFF004FE402EADAB6A6368629A2B8888EA00EEB4A1D07A5FA5CCD25ABB47B3F7BCE7D3EA781EE2297BCE69A6AB43024D14D2F00AA38786A18322A3467E6A13449AD241E9FBBAE523D6B222CA1BA1121A15A827D98DD2CDA25E6EC4DC670EEAE92B471DCED56F51D57E48B523680800D7AA99B49AEEC1A96369DAF2D4852081DA1FA252D1B9AAD2F37967E1E58DF03B112AEE90978F2AA2FCB2DE35256AC055A07A7281E02B4CB606D239771EFB5A9919051775D9D7314A383D3F1F2FAF100E9746B6F98CC338EA69EA321CCB36922BE78D9A84FF8D566ABEACD9AE1C0D4E5DB8CBF428C8642989E2CB95C0241CF9EDE135FED0AFECC57FAC72AFD196AE1FCB8E2CF7048808779ECEB61AD57396EF63DDEFE3B976238E8B6DE2DD6A73A7B312EB8CA689869D4BA720F5A014F746AF662550DABE15BCC33351AB5C0323FBC20C5DC1CC0477B2A0285E32D0DE4B67BD5C37510F541ADFBAEA072D271BC58A430CCF0EE2C2DA39A57E952D91F7D449A42C1B448FB64618D4506781B74B2DBCED6F0C6FD782016A9308665446E8F3347A226A1198D409C77F6CC09E9ECFDD177608B51A7F2FB8EF360CE801CB5258AFD98B99AE7A5616AFB9146D4B39B86B6B4264824B685E211CBD799A8CDD4A65AB9BDCC5AD8C259E1B5478E12F9911995E5543E2746BA57C69539E362932FCDEC91A9A123E2F4EF5194F1AE9E9E5E38EF3ED5DC659628B71EFBBD8FD45BB2ADC5ABF75DFF00CFECEEE11202A67B18F7B8E4407958A0AE3BA361DDACE6B6DCC6F1B0FCC2C74A9B7B1BEB6DDAD2D2FED566D6A2E1668EDAE2E04FF82F1CD6AB1D43D700BA82582B54E59115350781CBCB1DE3B8C617FC9F6BB1DE5182AEAA6D1B8C57F27382AF5E9C34E2298ED8BC7D11BDC6E3B76A58CB69A8BE8D084E0F4014F118DD1740E98B5D8A8D5A37FF002B6C541A7FAD99AD788F6E51F5A4105B9BEB169DF5F4C45174266790DC2B47E9C201EF6A14E39636D9F6CB85B8B4BF82EAEE29A3BE96FACDDDEF9FA86DA76B8B88E141203F0E2D31A1E0A3166DA596934AA14D799535A86E52CB493A751EC3E78BFBCBE7692DACFB2F63AC75E925EB5D47B86D66D67CA924327CC28DE442B81C31BFDE7206BB54B855668DCD66EF3ED5B9252E194F43420626E179E15AC89CC0036A4EDF7120E85A8D327645BB32AA76AF6A2B27A5B7BAADBEBD1D3D3CDD39216B51CB68ACFB8335B4736B92F4B3CBB25F6E51112C9FAA2AFA9F6DB98A6BD578EFD8D401AD6EEBEF6E3008B65674B7465DC36C6A4F16F6A0BFF127613970D680FC469950AF50693208D9BF2E9780F6B00B6A57D26E5A4DB8B90BA977AB82F58EFF00A970B2472541E23AA1B4FC3D38B9A51EB63774A78D2E2D2B4CC2E6698346F725151CA34F52ACB5008A7202070F3C4D953963D40963FDDCF414347E6E3FEDC7E9E58824D7D55D6BEA495D507EA2EC16C119637F4EE2517E79882569CA42B329FD40554921D1B8F647C74092B5C2C9D566A2F5069874723939AAEA343E36C41128FE15BD21FC197A7BC925F4E85142B4CA9F563743E22F7B1DEA78D7E78C4D05070D1ECC77D6934E9F6DC24BD6BD358E3EE99A46D238845535F1C7674FE9E0925DC7B4FF005523130A2CF08B4B7E649E3EA8F51EA567AEAA72A40052B4A775825E83B89D575BB523F87B137C306BCB577AFB4FD38EE1CC9FCD76356B5E43FC39BDFBB5A72B01E1957F677CAA9351FC52809D4817A77FDC2150494D2DA5154901AA3D95CFB92F5DA36B79FB9161B4D6C28617B7FD2D16999AFC2E8CD108FC470A03C76B9D68CABDABDD9D112EAB890D85B6DFDE49E9C4CD777174D291343AB9E46620739A82DB3C2FA55DAE3726F79AB2F46FFBB6EE339B90CD4B06AE80A46918EE44794C4926BEBC9EFE80F61B16BAA69712374D5B9481AAB4D49EF8EDFBC7733DCCBB4FE9EDF35CD0F525BAB9FD46EC40F2CA2404B34AD775D4429F300F2E3F4BE2AC80CF2EDEA8A06551B7FE9D2D69A1C48479692316B527FEF7B119E9CFF2BBCC9F59E4C72D86C96F235853AB6F68BAD1FA11D0DBCA9A0C720D3C8C78507B31108C0234B7163905B776052894939B4FEEE553E14C5FB1A28179271E394DA01E2798E79FFB3130CA9D461E59EA397D58534F75811F4D7EA030A38FC1E3CDC3F70B027CBCFF00A31B8E7F7907FCF5F3A1A636515CD6CA6F2FFB7DE1A06F1F7B1ABC286B5CF2E3514E19E10E595BA0FF00F1676FE66FAFECC0CFC09A7811F5FD3E384A9F76A3CFD9C3CFFA707FB5F67B3DA31B48AF0B0B71FF00E0AF006B8DEBE9DB08A8E3A7E60A7CBDDEA678932FBFC3D99D38E371B6B0DC56D2E6EBAB02CF2ACF5B78E77B95BA685A125BD4C1148FD2A528EA28471C4BD2BB696EAE9019AEE5842BF49A09A91C091D3A16DD38F5115625C55BEED2F626B8935DEC905A40C23907C41B85B5DB3D5648DA27B786DA42849A7534F119191A3BAB3DB36786E02DCEF179F1E2B3B648AEEECC41352497176BB76DF3CC00D11D216D4E8A7561536EDC6D674B2DEA1F4BBB0824F41D0824558AFA7589EEA64408354C135B6BD416A72C775EEF73DD51D8EF52C9BC6EBF29DBC4B6C06E7BA5CCF7D7CB777135D6E5767688B71B8E94C4755A7463A5F813BBDA3A4AAFB4EE1B8AAD9E571782CCDB4135AFE1102E59F4BA2BA65214AAF1C6DACD0DCDA31DCAF18A48B189E258D6D1583C692300DF1F2F1A8C5C3EA28B25BCEDAD8853A16C63521EA727E3E585ACD134BF0A35AB30EA98CD4D0FE1B1D20B1FA30323FD199FB428071A89FEB5789CB4D7CF81C71FB48E198198A78AE148F12299E7F4D0E55FE7C2034D7B7EE161B9A3C9F836A12716F3DDB674F82B38615CAA8310585D47025AF72EFAE6D2E4A2E89E2BDB1DEB75DBC2CF44EAC92DCD9E95439A36BA7B7BBB60448BD16EF610EF36A43EBEA0B1992D54D3346136D7B95A9CB8E938BDB0D0635B5DD6E21855B47F86F52AD699D59A8F04919CFCC610E929952878E597EDA6376205744B68C7870EA68AD4F96AC1CF8B9C8E6388F1A7EF1C76D9CBFC35C834E151B85D834F6658DC92098412BDB5A74E428251139EB2890C64A87A79573C6E943105F57B4BD23725828DD2C95175337BC8283EDFAB6E04A8D563B6C9C9C02C96A92004508C849FB31DCC9A4BEADD7B7C95AAA6A22D37A3EF7514FDE3F663F500040BD4D8F611A95F5F0EF4ED33EEE7965C7171EDD83BAA3FA9F60DCA807BBCCD97965EDC183D0DB5D4D111D5B89D239D75C2E0A9B712C6E9174A5193000D47962DA76CD965B35A160DA7F3434F80E0587D83C71BDE9295782C3956B56290C0ADC4F35350F772A7D7835171F8A3EE8AFDE26940085A7F23871F99FBBEE8AF91E407219362E99C857B6B0DAAF159A30CAA2C2EF709DE8014359624913C86BAD30D15A5C2492DBEB49A11A95E2682796CE61A5956AB1DD40E95155AAE2873C515428E3450067F57FE4EEB15D3AB62DCD6A74F17AD4D3811C0F1C0D8CD89B7F965FF00F8AF51AC5C7A3B7B9B55436E6DE3E91911B51E76D34A50F1C76BC9E9CDCD2D76D2D2AD84B781562BEFD3E635BB85A3E8080EDE4E6AE2336859B2DBD84DBCA7A2B58926B4BEEAABED5DC36292FF00E11EF8B4613C5EA25BD923F4F712AB0B72184324B1AFE665B2237631FA2EAB6EDCC221BC7A97793BEFB91AB3B5D69DBE6B992495AA61260339723F286DE97D1C772B2D5230A229F71B90C1FF004B764B81F0EFE08D28F1D255D654BAD1E4FCC198024851F152BCAB5A533CCB3272D3CFC71B47BF9585AE9CCD79638B31426BCFE5882A33C866013CC55722FA8D4D3FDB8EDB26B9AF71AE7C10BED37099BE60125BEBC493819C5B7EC0065521CF6AFE9B3271A535115F6F1F66242774B7DC4C6FDF09D1B7B69E092C17A0DA6C66335BC114EEA091AD4C952A73F771005A965D8247C9D6A14EE3B9AA009A0BF31073D59D3856A71FA8345A8EAC745AF2D5BB72D879D0D7C8E3B7A5402568AC3735E9992E122D108EE56A31862B89740958B131A3F0E040C7E97CCEF9CBFC37D4D750B2491F796F4EA4845D5ACBF2A65A353006833C77EE6E34DB768BF31A534DFED069950A8D4BFC863B58A3B0A77E773E994028D41B4777B2BAE9EBBAE9419535914CAB8EC2DEC5C4967696B688277B775EB4901EEBB0B9DC6C02ABC4648B73D9ED2E227AF23465C1C8D0ECA9CC03F635DA0D47A354368EC4EA53A54872C389A363F48EF25B8926EB76C7EA1BE968D22D379143DD33CF28D1D20C259EE0208E815043E218E2F1D748D5BC5D38A0D27E1F72393524B0D44E7514C4FD48634D5D85BC4B1188AEB93FCE36C85DE531C316B907474D18C84250EAE6E9C77BD2033DBFB700D474EBD3DAFF00A27185D0FEE6AA5070CCE3BA3429D07718BA71369F86B1FAF8E38811A750038F81A7DBFA7CD63757568EFB9FEA9AB9B7B89A02E177BEDBC98C52AD471F1E389A5BEBCBBBC9E3DC678925BBB89AE644885BED6EB16A9DE4758C3CACC14727379D71B382ECF5BC04310A1B99AEA4D0BA022948A3A015CE833A9CCEEF6CD92C2F67C5F893B6584D5C895FBFFCBC7EBD55FF009DC3CE9FE9C7656EFAC2082EB7ED939ABA59F76B4B3DCA3074A36A14EDD6FA3175ADFDF632281A8575AAD0F32A69A95CB12DA480B27CB6CE443ACBA2AA68D299B7283D63CAB971C4D6AD4A98ECFA19E68D2DD4F65B8482A180223DC2D49F3CBE9C772583C92CF2A491C2267E4B8925DC661B5DCCF93D124583707E0797016EAEA5BE92E5DE55BA903079227DB2DE55CCD51D17A469A721F48603F5376BE65173B85E6E8124A6A77DC2E2DB7957A877A9E96F0CDC735CC806B815E03F6815F67F218A8F0AF0E1E15F0E5C767DE56BD3B9BD826F30B1BA3C6381C87AA272A6379BC858A4DB8ED9DAFDD11BE90C127851F6189F3AD7A5FC33A80F3C6DBDF9B65B4DF2AEECB6B7DAB7782093D2DED9EF9B53085A09E567E87AFB9DAEC66B1569A37B582EB6DB7660CD2286DC6C6DF738AED2CA79EDEDEF2141E9AE9622563B88D26699D2DEE128C824AC9A18573C77BC92DCE7B94B61DAF9DBDB548DE76EDD9AE2203A614C924763EF7DCD351438ED6E1CF7D6878D3FF78F1E2054D6BE3C7EAC6EB1B95320B7D8B48E1CB1F69F6F23371E09AC7D19627B9874ABC0D6F2C4CCA1E92240ED5704326452B9F2E23B8DCE713C96C86349344708018D5E82158F5287F3E18B22DC3A9A8FB0687D55FF00955C7F9CB59C76AFDB3DBAAA6F9E286D9EE629372E9A8795910B88918D31BBA5A32476AD3B7A430BC3D0F4D0774ED57304B0B57418552D54A3A651AFC4CD10E205786CC7421B242B75B4F73C217A3D9FDA96859EDEC5BD55BB84B4154CB404E9673412D77295CEDC3E2EE2755DC9DC0B216F51FACF2D247D9C85D7A566D462639FAB74A8F95636760EA9FE676239771BEB4D3AFB97F4FA3D294147A9DC147DE0C5962FC3B8B823B5A4AC9FE13765EA34B34E3E16F32463F35AF5B8451C0FBAB418B8AD7FC25D66752E96EB5A2D05751F1CF1C33E4F1AEA55351A974E654BB7DB89B8BE50D7200FE1DCE54AB70AD3F965FA78321F97DC01A1D19FFF0055BB217857234E3E7F4E3BC1ADC5C89A67EC8B42D6D009597D4EC3BE15964591888A346B7A923DDA0C89C5AB8C8A76B6E016A56997F10E93594E954A1E2481F5637721EB4B9ECB6AA943AC7CEE4A3269AF103EBF0C77DF8B1EDDE8A80CC39A6B1EF08D4B385390696BC2829E34A63F4B618E474BBBBED8FD61F508B792BB2A5A5B68818C2F2B2D9F55A57A74822C99EBAD31DDB269E1DC32562E5050BAF6DB1329CB5CABD539D7DCCBCB1BE294C9373ECC8C300FE1DA1BBCEA5CFBA1D999871CC28F238EF2934F3FAAEF8690EA52CD1C7BBF7468548C91A072125BEF572E0312C5F2E785ACECAEDEEE67B8B975DCB75B5D93B2370DB7758C33C696D1DAC71DA5B7497E1B9B262D5EA30C6C2CCB792CDBA76BF776E170969234B3BC91EDBDD13B04333FA992ECDCEEC161A162E5AACD55A9EDE918F3A3DC747A664788C773B8FEA242F548E913139F3152027880C463B9449208C181C890D09AC9B5DA2A74E3F536E8F2B4A008FDED4E472393A1BB69DFA55FE16FD364CBF08A8FD45FD399736A03C2A09C7E96CF105D70A5AA20509D40D276FF00665CA305626378D7D3E7553E00F2E2CA872F9D5A1FBE3FF76F71156CC78F1A1C6DDB6CDB1C4AD766D36F59E3DC24516EF7BD3B7F5022364C24D0640C135532E238E210118D43EB75D148D7A066EA3EA65C895A72D4F379548DDE6268A9791E6694CEFEDE21F77FAC312B8A67293F40F69C88CFF97947FDAFB7CA9535C2E59740E5C4F81F6572C6E62B4AB53FE7815AD72F1F6636F1FB914AB4FED4B230CFEBF69C7BA7C078D45381F6E16A457D3A9F7BC2AF4FFECE3DBEDF220FDB9E070A79FB4E7E4788C3D7C7CE8389FA6B8DA96AD45B385403E1F08549AD49AF9E371B72D94DB67507F6E1BBB5D15F2F86EF8DE37FDC4B7A4DAEDDEE1D57DF9E4D463B6B584B7289AF2EA44892B96B71534C3DCCED65B84721A0B196C6282D11A579D793A0F0DD46B08B8342D331D34EA3352B8B8B692DEFEF2D20B99AD0EE36715ADCDACC6DD9A2EBDA83789EA2C24CCAC8A79C66148A31B3EDEEC4DA76EDE36F82E2CEEA0BBBFB3B846B8DC6C655DD4CF6FEAA7B1F4F6D6EF02D75A296E9BEB6E9362FF66DB27E9EC9B9BC12DCEDC20B77999A0626C7A372F0C97D12ABCC35AC72275F3493586CEC4451F53A93456F1C52955EA4D32F459B9CC889AD9E80B1A2EAC77FBCF2F6FC1FF86BFCBBE711249D4DC2695AD9238E3D51DCDC594A25ADDC511D4E88B91CB17FBE4115763DFA1DCF69BB8ADF53B595DAD85C4D6CD343A1FA36D632DD12A5750D1A81E2B89639EEE291ED2D6111374638583FA6B382591AE562D53BCB3DB6B32486A4F8500C2C9572F26DB7D21923B8E7D7E91F5B750E83A80F1D4B5AFDB041756AFD2505A399EF22900A9934B25B891DD032FB071AF9E067E472F12682BFECC6678804D7EAC9901AD30470E0081FE8A645B0081F786674FEF0E39FB7E8C74EE5956D6EE09ECEE3592B0FE614885A5614A4705EE895B8FB98EC2DE7B723F9AEEDDBFBBEC7BAA2EB16B1CC76AD70DE1D5752DA401EE562D39B64B211E38DAB7BDAAC1A7DB60BDE9DECD25EEDB111B45E583DBDC428935D45295B4B8285174E6B128CE95C5B4C377D9ED85D8862585E5B192FEE6EA00DAFD344241772A087486CF9695D34C4126E37A2F6F1A716B2ED5B6CF653EE56A553534D776E6E226B78694D25A9AB58A0C7A8D9379B67BDDCA7B5962D9DE7806E7E9D5A44B9379628D34F02415D6A4E90CC108AA9CF5F03ACFDEF11C33D2BE1F5E369B5B6B7DBAF4C7B974235BD82E9992CE61797173A4DBCB6EA7A773A6859CB739E2065DB9BAF6F5FC5B1B6F1B36D5B94BE9218EE6E1DAF1679D5279EEAC74C50C5D3215048C5B9AA31B6DFDBDE4F612DD5A5ACD32D8C92DB0332B5D452CD488F2CD3F4BA85568884D1428A0C5B3BB1D4F0591E7F6DADB79788A63B863969A5E7D95D96A797443B953F630C778469CA6E369DBA3A5732B0771EC773C381D22DEB971C31F3DBB798FF00FBDDBEEC006AC0B6AE1F49C5D4AB5A87923AFBC0D247A4990D1493D9F6E20AB57E35B7D5F985E340493FE8C6EBB7DCC84BDC449045051C197F3B69D401F43C5132C0AFA59B9453C78120CEF9B83ABDDF772CB99485A781C1FCCB0AD294E6D22A0D467C4E9C5DED72586F1B8DCEEBB0470DB3EDD66B716B0DCFA9DDAD5D772BC79A1B7DB6353751396958288DAB8DC3B8ECDA09E15F5FB835A4774F75122DDDFEF3BF7CB96482DE4479AE2DEE1E18D0E92D22D5786A07E6962D6E45C4B6E3A13AC85CC6A5B5AA48B17254538E7F4E58B8B783A92CF06DB26E63A435472C68C53A3ABDE8E7274F2B01CAEA7EF63728D9FA0B662D2CE2EB0E89BABB5456BB6B7495C19743DC0AD141D00138EEA4E625B60DD0A10D98F1F66A3439533C6E89C48BFBF55032FBF3A8D4AA42FBA3C387853863B58B2C6C52DAC915A586FEE7481B87E9F1558E7DB9A208C3D147412AE9536E9A8F4ED2F3A9B9D0DB43A2D6F5DCC52773D8C6BD2ED9EF894976BB0F736EF125AB48CD06A2AA8F28ACF0D9A9DC2032AC94DD34F47E6B3DC9888EF2DCEDDB56D92422081AB198CC5131D457D221E9C7131DD355D5C4A9A465FC5161B9EBAFE9AED73EA54288D711CF3C8D356A3AB2BFCC0810C8570406D47AAAD5D520CE9A413184D35FE6C6D55FFE1D6C389E1D314A03439EB34F6E2DF4F040348E5F79A446CFC2A157D9C698ED51FF0011F7A1E2D9B5B941CA0D0AF39AF8E373DBC6A7D9EDB76F97C0D33C37323ED9B76DFD91656535CB4012DEF25F410465DA2AC52B66B4423134F20DA3484EF4BAA6DF2C72CF43B558C7126E71C7233413986DB5E960859E490E79E2DA5E76D5B4E8505529A52FF726524E9D757120A8272A781AE3BCEDCE70FA76999744CEC645EDBB5922914E9E972EB39713E1E38EDCF54F32598D9FB8DE631C124D30F4EBDDC7A90C36D0CD3CAE8D10C914C9514CFC7F4F552368618B7AB78A2B7458E408B6FDE5BEB411B988C70048F45095055545465963F510E9671F29D84D0697E7EADA6920BE4141A1A8E65198CC0C76516542ADFA81DC4195F34E6D93BB9B4D3FAABCB4C76A3251C36C52F2A9E6323F7085498338E92B012647C413C071EDB3EE25C7673E8D4325EBC7340C811AA5B4A798E18FD2A2DA8197B7FF00521840B32B2C4D2597744A7A71AF44C4AF13C74D5932A205F71ABC432335EC90518327486EA8E3491453AF513C0679E24B9F85EA7E52F69ACAF3C314B35FC9EF748B689196BCAC338C03C57173CBD56F96EC2AC94E0C7B3BF4499D83151FE1BA998AF14C775AAE9257769D62C980A25D6EAA9C638F90AA8FDECBC4F13D8FB7C56EEE6CE5FD43BF332AB382370EE7B3816328ABC822F9557554D75F0CB3BD4901564DC67E53AB910DBEDB4A27BDEF2B67E34C6CE19EADEA7A998D391698A0E3CDD35602B8EE54C8E89F6E06B952BB06D19E429C5FCF3FB31C72FE8F2F3C6D1BBC6DC9B3F7476DEE92AE5578F735B8EDBA7DE194BDC20FD031ABA7210620CCC80B70D4A69A47BD435C4692001A6DB658F571CD2EE1619903DF58ABC3163A18AEA6DC2DDAAEF1E9592C1B7343A9194229B8D9220730AD5CF1DE968A824D7697F796C147C3966905C5D5974D86B05A15E970F000FD11EDD1868DB68BD1B4CA5D90753D1CD3EDD3489CCCC63578E99D0F3701E313AAE8877FD8F6DBB6A0E989269B6BBAD9C7066EA06BADAD75569CD9FB711DBD692491CB2A53C2381ADD1C9FF7AE5698E1427CFF009674AE2CA75CFD2F705B6AF3105CC3A64F1E1AA3CBDB8ECADCC03EA37CEDDDCED245502A62D8EEAD2E2115FF00A7EE834C7737E9FEE731B67DCA4DC6DEDAF0EAB8BBB0EE0D9AE3AB6B74F6DD48FA89126DB6F776F1864F53F2E999FF0014D7AD35925B6F1DB5B85C6C5DCACB72D72ED3B6E3B840E00B7B382D22B1D837283D1F559DDE4F5B6B1AB680889BCDD57A6E9DE7B2EE7FF4C9696371B43AFB029DE437D3F4E3B45B9AAF7562EBAF91E8D75AB32B91AE47C38FB73DE1FDD1A3625E151CBDB5B00E7FDD1CBF5FD58BDA337E1E7A7F129E8D8E472E278E25CD9CF53C538B69AF0D6D5E6F1FD98B2D2BCBD766392AF3386766C871673CC7C710092B4F9676DD185083AA2DE988E5A7DD4FF58E052B51AADA2A247244A49F9DD84894EA85D7D331023805701A4AC0B286B6025B1B60B05B2E575DE7B7C5A93B4BB76A35B24B3DB8485411AEAD1C41357E6FD4E2F97D59B5A4B7A8DA3B826D95A30973FA9F1152C2DE58ED7A6D60451752C26CF96A9B65BF576922790EADC36F3F0F7BB3B3C9BB87F4E405F8F1BA4DA3D510472EA8E5787DFDC222BDAAC55A8D06F549A4BC86F091F3B9FF00EB91E4790E406718E4275A3E2E7DD63E92E8815073EADBE9E60AA5BDA31C1745399B326943FD6A1E5E397F3626AD7591193EC06DA534F1CAB8EC6DC23FF0305FFCAFAAD2A9A5E6E5FA83DB3BB5AC2AACC93CA2E2CF64BA25F4955299D0BA03DD1B91DE6E7645DCB72EC1B749ACBD506296FB76E497504925BB754C6B6D7666D14E3181F7AA1422B873DA77DCA813A8A645EE3E92AF50F4CB0A10B98151E58DFB87C39FB4B557CA2DE64D3EED7376C7756E2952979B10B95D229F0E2B0EEC64524D1F8024FF003797E896E8AC5617D97F57ED523EA7E249756F307611758E964F96D0E95E6D4B5CC7377533871AB7EB8312C955D102FC8B57494AA8D067573403235F6D373CC9F5177D9B3853414D3DB1BE41A9684929F07C69CC786553DCF375179EF3F524B2383A23F4FBC7723D73E5A90F46CBEE67ECEF0916BA57B7FAAB6E06816C92DB093A491A01D35B38E245F0C9572E38FD3E9C969258FB77BC9440258A0EB20DA7729A5F8B29152A7A74D592336AC8571DAF5AB298EE8E5933B2EF5DFF0002000C6AFA3E316228C7C38E37F808A99F6A993854FE63639E1CA999AAE58D9B6E1234C76FDB7B32C7ABC83AA2C7F527F4F6D55DC2C92425CA807DE3EF0C7E914BAB57552243922B2FFE15EDA758CE62B95BEBD399E6F21882495D234B6DD2DA596672B1C7142BB3774BB4B248DA55224588924F018D872E6F996D2299AD49BAB6A558A95D04E47100A336B4A728A81F970DA9FC979295F338DFA4F1F98EDE496A1F7B7EB019B1A781A61F9B556A32A65CDE3F4610E7C6BE197867C396B81FBC21A6640A737B7CB1B8FB5BEBE3C78E5FE9C41AB8ABCA3F60A71CF3C529E54F1395333C4E168C32850D3CAB2C9CD4CCD0F8786071AE63C683C069A730C71CFEAFAFC9AB86CF20C2A3CFD86943C31B66608F4B1D38FDD407854D4D7C716F18D549EDEEA37E1CC82DE59C8F62EA801C4BDBD16EFF002689F70B6BCBBB9F46771EBC765D678AC7D37ABB11A1AECC72F53A9CBD20349D555777927DD375B8B7D297B34D6D6CF0432CF73657836CB58A53736972D0DBC851A93B17C838E61893E57B4EE16FBC410B4D69B8DA76977143F32B88B5FC6B931ED4449F352BD43ABA8D0B3E5AB4D0CDF24BBDE76F8E08AD8CADD597A91A33C6258EF1D218EDDEDE4DC0D3A722E8D74A8D788E4B6124A3A3224B15C22F4ADD8911C3D195259CCA88B9EA70AD514CF8E354253599145B88C33A96A007DFD3C2BFEF6238AEDB378C5B4FA0E88D75A7A791E4F888A0A8A96CC2BF952804DF29BE82CB6FF57B8453DBDDDC410457325D476F6D3C5732DD325BE94B403A459B52B333280C70D72C7D599638AE6E11A5567066905B98F52333C69111C282A78D09C5A4EEF04363E8EE0F4598490051632D621ACC635487F6BD28711BBDCDA7A8FBB6B6F7BB7B4A016D1F12D6DA769811110482352FDECF1F67EE93E3E67C699E323E14CA82BC33CE87FD18E02BC78FB6B5F1AE13CB52E7E5E34F740A7F4E13A8A193566325246474EA07EF8AE367B8DB2C76BB4B4B9B2B7BD5B486DA492DA292EE249A75897D5AC2BF158EAE5CCE1E79ED76BB5445F8970D69630C683DDAB3CD1B2A8FA4E3B537EDBEEEC80EDCDF2DEFE1BD8842D049B6DDC736DD7B04735947A7A25E78E52735ADB8E1C71B158ED175B7DD6F36BBDCFEB1ACEC675731CD6A5DE61B8FA44B7982CB6E88EA242C5A9FBA69B4DDD86D1B67F106DEDB7A6E5BCA6D16F15FA1BADE2E0743E64D00B8BBEA5B0D2DA19D42AE9629963FCAB62DE774A9196DDB65F5F37015CAD22978622DA0EC8366DE2D774DB37093F89DE0EDC9ADB646B5DF2DEE270DBE7A2EB5A4979D1D4232496846474F2F69D8F7577F76A6C77F61B16D7B57CEA0824DEA502D239F558DA26DF34305C5BC9F11B534CA723CB8B08EFBBC3B93BB1ACE1F4D0FF0C6CBB7F6EBDDC4971732E9B99378BDDEA48C6A93483D1154A1CF8E227D9BF48E5DE6E630A63BDEEFEEFDDAF86AA2FE26D1636DB76DD2815D3E5962545ED6ED8D8215BFB182D2D3B53B7F6BD9228FD5C3771F52E2EADC25C4C88F0A0ACD295519D4637C9EE25B76B59ACE050A891A488FF35B0D092BFAE9F5F32F845FE8685D8D10FAA47279474DADE4527C3C1BC08AE22BADC2F608A39EE6E3A6E1BA93DCA2F461429146A59DC03CDA7578B1C2A5989C08A6B5AF59624A87B841C8B14AED9531BCCD3DC68B7DBF78BAB37B5788B3C8915C0B7EA4571EA62D3C93B39E434A53C6B8DCA796EB7CB66B1DF6E76B44B4DC4C2BE9EDA5807C7408C24B81D46E7E51500E9C44A379EEB5567024D7BC03CBD2BB9474CADAA3F535C39F104654C044EE5DE97D588A2ABCBD570D22D66E9F32E9F80D51E54C6D3DACEF1CD63DB961DDBB76DF3340CB737319DC76BB832DDB3CB241248820CB42281A8F9D71773CB7F2AAEE1DDB6B6277446819A2B19BB7771BA1D379229AD53AD7B6B169E5D19F871C768C92DEA45B85F58ADC5D98E97CD29BE96CAF903CD35BFE2456BBB2C4352A852B40699E2C52F2F9F73B6B5EE9EECD9EDA1BED5240C9B42DE25A5DCD0CCED07A89115180088013CBF748EE75A0CF66DCE8188D0796B5A9D4A3219E377A03CBBAEE157E2A6B713569554CBCB21F463B41A495216D16A99B5E472BFF009C7E98C3456B15920914F5517E2505648D3DD6BE2BBC18AF67F836F7C83A7DCD342622BDB5FA8B282973B95BE9B0757B40E8F42B0BC0972D55B221F748DA59F4C3B8BE88A5DE36DBD86203BD372B711AEDB027AFDBD1634118849778E34F48A4DC43A9AFCB890874D6FEA17B7E55D5276059AB9EBED9CCEDD6939E4402B56D0058B260C7C79F9780A01E4A6AD535A127FA0E36F8A9A7459441C9FDF08146590D3EC26B51F65B9AE45856B180C74C89E5E2AA31D8319D5A67DD2FA026A15E92B431BE8E60B521F2AE55A12463B86DF71CFD1F7D8B6BB68A06B589E5B7B8ED6B7B98ADE08F5ADA5ACD796642A2E9112900643125CCFB5D9441ADFB944125B31927DCE3F905AF49AFA3F51744489115541A63CB50D2698B2E7CDAD2740CB419C379788FA3A3F0C69693C298EED8E2485B55843306648E6D727F0FC0ABAA36705A025CEBE0B555A90698B68604B84DC64EC8EF316AB049D098CB3ED7DE92D988A4EA9E83CAD32157AD065F56C3B71E8C10ED5DD3B38B668964A69DC3B93BAAEBA3A79C8D125A08D3940D2FCD970EE184C8E8921DBC4B189DADC4EB0F6FEEF7DD1C87C4A490093490DCCA0D32C7E9D8C849277D770A8A7303FF00873BAD2B9D72D6C38E3B499923EB5DEC1649112FA0A5CBDFEE77D6F26A72BCFD6B6E5156AB53DB8ED2109514ECE79D350C8FA75B89D5749CF98478FD38B61131B6B46FD4EB1B5966E79E78E3D97748C46795490B098C934035CAE0019D61EBD1276B4DE5AE54268F8A37978DCA9324ADD32B9FBF983C3CA116CB760DC5A223CD098842106ED007B7909916E95A757CB4F2150CAD5D431B84F73275245DD6E20EACCE75E8B7FF00E975ADBC4C7CD22B40A80654D23CB1DCD2559526DEEFA31A0F3A7E67717320A463A6409A80F9A9F0A56CBAD18E82D8EE7E9DEA0B195FBBBB8DAF01AD4850BD1A1FEB63421A6A82290834FBF2FBE4F0E5D1F6E365D6EA5BD4C9EEA15E5A4DA1455DCD550AD4D68C73CB80EE6CF312ED7C48CABDBDB37950802B90FA31E1C7DB5A64D5FE5FCF8DF8C8A5E6B5ED2BCDC501AEAF5DDB1D4DCAD3DC218B0BCDA633950D709318DAAC8E237D64539832578D7DEFF5E20448A133C3B8AF4588447689E2921915AED2D2E274895EED182B48B134A817DE2B8B3BAD5C91DF584D230049102DF406ED988AD57D134A0FD38DADC28F4973B5346C78D6E6CE586C9ABFEE5B7B71BCDA851D6BA952E7A31EACAE37286C37B25736D7F8CF5C762F74A6E02DAEAC6397547E985C0BBB7DBAF6CEEE283524D6ED08EA6E127351FF0016B4E5CEC6036AF241729D013C608CDD9B5C4753E991D648A27FBA5515D816D242FD2011C3857EBC6EC942CE876FB88879325E2A33FD4926673A63F4A37F9ED85DADA6E177B33C440358F75DA96F9F2764FF00ACF6D47F794F8578E37EB259A1B27B9BEDBB78DA648C5604BE5D936EEB47322CF12AC37AC1D6E3530E5624AF151B177EC5B7C9F24EF9863B0DFADE2F4ACD1EF30D818960479D6F16DB78DD36282E2D14A45D3B4BADB52E3F1CA9C6D56F36B9E1BBDC3B8ADB744B69A0B5945D457BD95796A85E68EE8A9D1CC395DB4E5E6476A08159235BADBD5564904D2AFC750C1DD2186B203E3A063766AE5D2D8F2A7BDABB636139E47DD6423C389AF86371E217A593E9E5D5E8A46AE5AB48A47C3850E27A701724B643C853C4E7E78B1D46ADD66CF35AA9D5D3CC966D410667EF1F0CF167A48AFA0EDC535D2A55441BFE673A9E3C699F8E2D50EAACA881B4C71CD9FCE76CD23A6FCB212CF90F758F2BFC232623952E2805B420347DD9B8D8EA57ECBD86F6358EE2F60690C65660C3A8B5A30B87F8924C317D4799344F791D137ED9AD0A14BEFD5540163DC6268E0289B7C6023668228E3351B5DE6BDA534CECCBB86DF3695B6D96F08D3BC762C9D42B74CA752E96E75F7535BFE2AD803DB07981F4DBD8A2DB5BDA4B53BDDC3AEA16DF97D3E21FEFFE2B51A571890FDD367739D49068F6E7204F853C73C369D454AAE96D219749AF9E9043AAFEDC4D9120E9F794061F9694E75FBD57FA71DA130EA328EF4B488E887E01317706D8D217BBD3D58A58D2E529064B2AB3336708C7744936E76BB62BEE3DB3656B3DD590DC60AC3B7C46E1BD1FA3BD506E85CBA07D2BEEE6450EA41C49ED9923E88E611059BB9555CBF509AB574D403515CF1DD0A9CA049DB6DAC96CFA5BDD5546900D6BF6D71BFB6B96527B7673199167A3C636CEEF30CC6676986B959EA7EF2E55271FA44B792BC56D63DBFDE770F2CB3CF32AFCDA7EF6B32F05B2ABA59C61F6E50EE8B59F5A54FC318EED4D05747725F2B0E1A9836CEA732797A646934E5CBEBC5ECC638A1EAEE7B4DB85597A8EFF0027B4DFB6A12C80AA69EB0B7D7C3D809A138EE4A3E893AFFAAD325724D71EFBBFC6341A835D4C3C7C7EB1FA830B2C6E9176C50150C0B23EDF341D29AB9178DAD5BE8D7F4D7B06791F4411DAF72D934F2744AC22FF006DD28FD194149905B5ADC16A8D1A528D99C76B6B77EB1B4DE982888B295B5DFBBD247925728C4345A805D4CB5CFD94BF3099118ED36ECAE0E9954FA1BBD254A83A4A802999FA71B4EDED0327AFDEBB5F6C691A55A46E3BD7B27B8A570B0EB5E9192C42204761A4060D4A2E3F49D72FC7815B4394691BF82F603A9DFA8BA9A869E2294C6FF34A02C10D8EE33493573A47DABDE664C8663A6299FB7115D21BC59AC6482E54F5E32BAED8890555A37A8257E8CB10A957F88863002B10A4401DB568AAC7CABC5A80E4BC698DF4F3546E1B4D3827BBDCBB72D4FD240CBCF19E59F857EACB3CFF009AB84FA7EC5CEB4E3C4600E1F97CFC7EBE39E58DC3EC51C7811F51C27BBF8AD4AF0A9588FF003118F3CB3F1F67B6A3FA701F2D461CFE8D721F214A8C57F9FF00D3F56071CA9E19A8A789CB4FB3D83078E673D469FD6CFC38FEDFA31B6D683F2D1D74814FC315F2A9A8FAF16EB772056B9B8BCF49552025BC914E8D0B3C639BA56ADA837DEFAF1B86EBBC17F44905E3DB6DFB6C325F6E37725B432DE1E8C31A969345BC0DACD56341CCE55412366DCF7987BCBB2A2ED67DD16DA197B2EFAF96DEDAFADEFEE24DC9677D8EFE6B9963DDDE292E24923DB916D11820329EA47F31BAEEADAEE6C2EFBCF6CDDF6C92D2359EC6E136D6FCE76A6DD01BB9678775BB174049B71D533B00556663208772DA12E6492C77BDBF64B89E64802DA6E709B4B2BCFCBCB3C4E65B7B2DD216896E23702596D98D46A74C5C45D3533C8B0A457266B8125AC5D77371F0165F4B30B94E521E372A9EED0D31E9AE6ED920EB285BE8A2D421A3907AA23ACE747B14FBBF7AB51BA6E90EF9B76F5616B61BADE2DF13756CEB7561B74B70C24DB3AAB345EAAE74D0832468C55C175E479AC644699E69A4BF8E34BC96148468EA48D2446C6E8CF1811E482546A46403EEE3B86DEC6289ADEF7776B7B7B8944924B1DA75DA46655F844ACA23E6EA27BA4E9D3C42C5148880473A2955441453228F851845E714FB316FA9F5F504DC55988D113D2B950F1F3F0C78654E3C7ECC1FECF0FB0D7CE9960D57C40CCFB40E3E35C271A0A1CAB9538D3C32FDB8A93CDCDECFB056A73FB31DAFB25C5EEAD9BD55E6CB25A0B482A92DD406E36998CC20F5207AC8A443F134FC4196596F16771717779B75EF6F36E36567712B4B00BFD8AF6CB74F4F6E8F5117A8DBAF6E105323D2F3C77176ABDC0B89F68B9DDB67EA663A96BB82CB3D8CEAD96A42D70E8A47FC2C6F1077676C7F12D8C091C9B76CCF773C636ADC796DA786E2EF6FBADBA795E068E61207D406A1CB55C9ADFB5FB5FB7765DE6DEEAD3E5BDBD7DB7CBBF6DCB1F5E6F51766E2FE350B2C51732E9652598E67C7A76FDC1F2D81174258ED163B7D85B01414A3981EE34A8CB9A4A62D378DD772B8BB63726CEF7D4DD492CB2DC5D079ED8815643147158BD5AB9338CB98E3B7372B4DD7B82E5E5B38A496CAFAF7AFB65BDD3DC5CC729B5B5E90E9D2361986F3E3C71613AC082791CAB4C102C927E32F3381A982E9FAB101FF00D141A881C4AC712E63CF97172D1CBD1865936F5BE6E9C520F44AF299CB33AB18D5478AF30AF1C6EFB0C4BB6BED970F6F1C3749391274A0B982E9580F5223EA34C94634AE9CB1B3DC5CDADCC90C37692CFD484AE7192D2420E9081E8B4CCE3E6D696D756E40B4B202E5EDA9D3896EA46D2905D5C945D679725AD79B3CB129AD2A6C4803982F46EE3F3E40475078FF00463BE6666222B6DEBB8246A0AE9E9ED1B7DF64A548E2E7CF3071DD91D2817BCF7F232F05DC6541FF00F0B2F662D16A46AB87524501006DDB83644E55CF164F4D47A769256AA4A56C2D892955C879E7F5F8624B191E0D1043BF4E1500EAAC72F6FC1743AB47F77A921F7972CB06395758B5EEFEDB13D7E1B46F716F2DA86AD2BACCB30CBDBF4E3B7EE74D3A5B766DA98684B393F4FB6E4E5AE8A0323711E14F1C6CB24FA591FBB3BCA50AAB5F8B3ED73CEAFD747F8B905FBA065C4D401DC69A94EAD8F76A10C54FE19D06AFC0A6A1FEDC6E71FBC3E697A40D25747C69051886A0CB88A0A1F2C76C451C8D6E1469083711B67513E6BD95C23F891DD31560A572D5EA4C5EF5FC9A37330CD35DD6DEF8AC6FBF6D976C8D276DFEA12E525D43D28355CC88BA650CBCA1CD62B59C3EE72BC332C326E2F2A1365B62C4FF00F8DAEEED2417D6C0DF0D36BA643D5AB5BA7C5E6B847C6E10BDA5E21E9C313EBED2B2DB89D3FA6FB744DD66B595E383A532341C9558671F2E5AC2AAF8A7851C0D398D553A69AB9DB21F67B7169955FA51AF8E6C7569E19D73E19D4E2C892465A17DD0B5EAACAA34F166422B5F0AE5C72FD3D6A91A37798A8A91CC6FB6FE6AE7402BE7E38DEED8D92F4FF8C36D8BE5F69D2B957FF30EDA4F476DAED6DEDA481D97A49F9711683CB11144C5B5C5846A97D7565BD4BBB7C56BCD57526C976605681964484FA78848134D19660483C4ED56F0D2491E3DD15072E606E39B549A7B71BE0BD1F9596C2C1A5478925049DB340904CC5A38A58D8300AC0EB524FDDC6CD2595BDFDD416FDAB7097136DF6B25EFA459F61DD22A4AB1C3776F0CB24AE510386D4EB42ADEEE36C8EDACEF5AEBAFB2DE6E027959827A76EE9F5242CC8B3C68B7723FE21D4758F1CCB6DDEA8DAF5AEA28B49B637914AB276AEF51D3D32CF6EA268A58C18E427906AFDF38FD3F9E4B3B88B70B0EEAEE3135037C2B29F6FDE9A92A0E51F159345731A8D32638ECA4B0DCB6CB79ADE38ED666DC5A75B729B74F748C9132C137525BB1BA698E3AAEA6142C350C589F5E6DA6B3D96DAC591EC6E5E392416F7AF2486E0F41A3023BB142471AA9E6E1B5EE136E73EBDA37EFD45B53274ADEDDAED7A371B3F50B4F71AD2572C645CF4EA7E6CF98D95CC7249235D6DFBFCD22B088055F5D148BD3458E3929D4AE6DAABE78DDEF6E2D84B7765B7EE53C7D75F5704257D6496D2346F03B6A855F52205A6AF3215B0B7D6FB7A2F705CDD7704B732B3CD3C6D729B9C76D6D58C19A4E9F4B6D87574622EC22C95A4A8C6D6F6165E9DF734B9DC6F5EB2B7AB9EE1A094C87AB2C88ACAF2B542050038F663B659628D43C7DC67A9D2756909DDACA4E9C93641D034AC42714D4C4FBE3093C36E6788DB2C4ACB716A9CC8E4B72CF3A1069E431B2CD796E20537BD3149A0956AC27318223958D5A18C9F2047138EE7A15CE5DAABCD98AF6F6D03857C683C3C314A9F2E0BF51F7695AFB31BB6D52A2BD98DC77BB27435657B0BD9647506AB5D325BDC636CB87A99059DAF589F7838802495D59D7AC0E374B27371D12B69753471A58BA489657B0DE37A97BC2A63B786387A87A1599D91568549C24432EBDBBDB8FEA756130AFBA4534EA07FD58ECEDE582ACD34D0C64AD7491B9580DC65AD73CA4808F0CF17FBDAC49EA6D5F67BBE9CD24D0C335A6E7BC6F3DAE90372FA168E4B586DD19677855B5AE97AD2397B56F2699ECDB6BDD9F6C790DF2DACD0ADED875AE236B813245EA356CDA685E8D2655C5A5E43DC5BA4BF1218C14DDEEB7186379022F298A59A051A5C50EA1AFDD1EC8E5877E924B6E9709EC76ED0595A1EA472CFF00E2FAE9AEB9F91AE7A6BBF5ACB18F53696B716D2BC5195B2999EDE49E078754B3C9AA2E87C41E15047114B0DEF8CBDB5BF76BDD9E5FBADDC167B45C9CAA500B5DD1F8780C4FBA990FA8D3637B6AE251222491A91D38D817430C88B9282C34B0032C6EFD937B7918BADFF6F9EFF676B8792E4ED9DC36CC93C97A85EE92E9E4B7DCC437DD21A7AB24573F74918BAD9AFE192C5AD37899B71DBA5396D7BCD91976EDE6DE200B423A970623214A0611C54E4518ED80C74F4EF2CD78E640BF19E597D38DCF48E416FB373EB5A068FB67628E8C95AD1E95520FDDCCE78DD622CA58C4004AAEAA0B598B3538E8AA01C7C462E03B693D5AE62BC425789F0C5930CD7AC56AEAC28C81ABC454675CC71FAF1663329E93B75CE81524E9EE01460A2BC801398FF5EDCE42B2332269E8B4C7FEF0B3D2A178FC55AA98CFE38F839092B8D627B997E140CEDFC55B65C3B37F056D1EEDC5E5A0866EA4A759D43E3339BCFC39B4ADF045EA37ACDC10245B66C5B8CBA7E65FABCBD34B4BE7462E4C6068939F50E9B559F70C6C87D2CD22FA8DB683F87A0BE58BFCD3F4E0AABAC5731FA77D5033727B8206933F964624ED61D368D4DB6F2FD196D3D2907E6AF26A16FA9E20B2290E09FC50E25FEF4811B05E792D653A8D3FAA695C94E6BF5E3DB46E50189AD085D552A695E3FCF5C3175A722B71AD2B6B2F2EB1CAD43E39038ED4B5D768AA7F50E2BE68E4205EB0825DB8426DF45C239B681B707EA2F45C6B28DAE2A699BBC20B5F9448C372D867B78B7B4EA5B4715A6D761757570AAF248F50DEEFC20BC8FCC79B4400061FE592C7202BE0B3774C71A6AD6CC299F00BF4B7DDEE3E2D5876567AFF0053728DBC781EA63BAAE5EDD742F6BCA2DFA96FE9A7B771EB6D99255A911388EF4A1511AA0AD1463F4E23B6B4844CBDBFDE4249DE7820EB4106E7BC44A85A57F891DAC9BC6ACF42AF50E92DCFD3EE96D523753B8B70969AB52C7AF74B4422319058898AB4E3AD8F9E22BEBAB696D1AF378BF8ADBD4DACAB6E26B3DC7BC15D629D9205DC61B77917E2253A8854E44E3738A4B7D57F2C7FAAF1CC2DCBBA7ABB8DE2ED9A3B762B5910CDAB403EF0F0C7EA3C4239758B3DF2DD408402C755E4AB1A151F9871EA010092E35E7932D3B1AD63DA6F4AD96E6F6BF9CB59FA7AA73BA3C515C22A5BC7233C05DC1A80C8A7EE548D86CEE36E9A3BEB6F9B8413749275EB6E5DDFD4AEB9A2541D1BA42684D43E55C2C1F0BA97DB65AC2AB3384527D06E01F50E6327E1E63CBEBC7E9DEC36335B437B79BC43BA2C257A105B5A6D325ADCFA6D701BAF88F67B57828546915465461FA6DDBF677F6C2EF633F31B937024587D2C5B5ED3B6406110C533319AEAC0BAEA1419F90C5E5BCCEB1C1791CC936B88CFA63B8D8F7DB673D20D5934ADE7BBF780A62E0FEFD939E34F7A146D55A645BC3E8C400D354828A0D2ACFD10E453CF429CB863B83CC5FED1C7CBF8936D3971AF21FAB1C6BED1C35034F6371C27DA54E9E1AB891EED72C2D34FE050EAAF87B7850FB786371E39B1FDEE1A87B3C3C30B1F949A870CD8A8E1ECCBCB19E5507EF7B3CABEDF0C2E7EF2D32F2CE86A2A6BABE9E38E19960C7F6F1F102BF5E0907204FF00ADF81C679F379573FA72A96FB71B6E64FE5D4674AF28A7BA0F89071B6DC74FFCA20DF20BF965929E8C5835C09A78A556CA3A408D09A9A1D353C711EFF652ADA4BB7CB6BAFD2C305A4767B35F06564168B146925ECB7D2D9BC923219940F7BE0C65544FDE7DD513B9D3AA0DF7718AAD55AE46EA4851ABC3931653AF70EFCB35ABEDEF6EFEBDCC56D26DAB343B7496FAD5CA49636972EB01A8E90242D062DACE4DDE7F47025C24505C2497D0219E3B7898A7AB9E66B758C5AC74862E95BD2303471ABDD1DDE4BC862B665F446CB9E5F79CC49D399949D4C595749AB53EAB7DCECF7DF4CD7323CF1C7F2D37203473DCA3C527F99C21D5992A2BC3EBC7A4FE33B69AD2FD2459AC976D791E0D41119E5F512D22B84E8AD344A4D0E54E6C7CC20DC56E6E2182F2C954D8468A6D6EED64B474789A5B8124662BB90107A9CBC149396E5EA0DAC4875C7F967F975C5EBC665104F15A54C104D189B3A0E2BCC9AB512919DCB71B1DCCDADC4FD636A97D1CB0A5BA4BA3FC5A4925C5351A9E9AD0135279709710EF7B8DE346B274EDEE364B8B48DD99248F9A6F9A5CC6BA035781D58CFDB9F9D6A69C71C3C454D3C38D7DBFB71C3F98F379F1C29CBCFCBEF123CCE3E8069FEDAE90A3FA30ED102D716ED0EE96A8BEF3DEED337ADB78E82950F22107FAA71DABDEF68B34D6FB6EE3B65DDC471001A4D9772568E759B5574A9DBB767AF8522FAB1BBDB40A3D3EF3B05C35B2414A35CF6C4D22DB449A15B5DD5EDB5C4F70695CA9962E771DA2CA0B7DD3B8375F9B5C347BCFA8692DB728AFAF9E593667B969AC05CDDAEB1208FA4DCC01AE588FB363D9025CC8CB732EF0D7685A4F497F3DE00B682C63607A6FA2BD76CABF4609A81C38FD2071F0353F4622B71E9FA0DBA5ACA6B243EAFAF1DA5FAC222889172D6FD29E4EA9506356D1AC8629ABB73AA8ADB4CB6314B09E9428E8E6EEE6101E43F9A911A68CF37E1EAE507CB65965B29A3B18E16B78AE7A132DBCCC6F6FDC0EBBFC2790485D28A69C872A838D9EC6E3688D9AEAC6CFAD7D2DF5D19DAE5F47C6E4648121577F70203A168DA8D49BC9AD76FB1B59619B4B4B69670C35561374AA224441D301B31EF06C19B415BC546CD224E993D5CE46528543E89699664E2E6B39959EDA496396649DE2DBEE3A65A4BAD22E119E5B466D556223E5E646CC1B84B86B896E619352BADBC696F300AF2879A28D55AD641051B89439F88CE7535CE3B63E46A675AF8703A463F52D068E7DDF7E02999D5376E6DABC38679E3BC23F3DFE4BAFAAF435C0F0E27562CDCD792E1DBC69CF6D2C1439D33EA62CB9694B2B4AE5C74DBC433F3345A6368DBA2BABA92E565BB9AE2C9A2BA7B4B756ECEEE0E97A690426DD259032178F5EA228557DF38B8B29A3F4C2EFB83B7AE5039A6B487BB764B52C35332318E2DC1001915563E1885A875D9DA6EF0828C1B5245DE9B441A40F17F4FB493967CBE58D94ABA08C7746F69D328564595BB52FE563D4598AAA3888E4231439D73C771AE6BAB64DD94905A9CF133160C06AC82E47C0FB31733CDA846BB9CAC29461F8B5515CAA06361315CB10CCD182B776F68270BB9768C35F497B1B3C8ACD74C342804F5996BAEF2DCADF46AB2CA7D3DE47D3B5B7EDEDCC96F9177B43A027C2B7B9EA3B80B1C84AC8EC911A4135ED37094DA3445F72A8B8F942DB7589EEFB9BA8DD3748EE1FD6FBE26479554E7EA651CF2A0BC096DB742525B450B158F71EDAC29FA689668A82F279023A59D620AE488ED54C6DF9E40499352E96EA16614F13FF0013F1181153EC1F5E2C995869F4D1B7B41D2A72A71CCF862D395D4A0D21D7588855914D6834574A019D69ECAE7DA4BB945D4B7B24BDBD43EA248444EBBA6C29D46313A1E5476E269E3E18DDEC25B396D63DD37986F59205549526B5B7B1DCDB54526B4E7B9B540E3436B2C7F789C441AD527689FA48ED0079E453DBE2DC1AB5AC5AF569A1A3C80019B0A694D85EDC5B984FCC34B44B128D2F76BA1808A69568E8757F5B8E472120BD86D278EE2D6D180BB4B7D1244905F68D40B5C3C88B91D5A3219951856BABCDB36BBEDC7699048D34FB7412DE1B57DCA0AD3709605BC5B585D15837DC3950107012174E9FE3C3CF5D717C733320E9402400371595E991228749EE1BABA9122B4B69B6A37723372A46B6B6FCAC3A3339F88E28173A91E15C6D710560ABB9DCBC6B246D667E36CD7C5752ADA6DF2C04ACBAB96DE3D3E15CB1DB115C6F1B45B0BFDAF774B7F592DACC2F656BED95E386217B2B0BCEBB348146A66AE6B98E5B4B0378B34B72A9259AC769B7CD1496B0EDB2C2CD24915BA430FC6B7D5C636634541A2805B8B4D8BB80DACDBAF725D0BA4DB778B2B5812FAC926865924B8B4B7BDB759A4D4A1B40955FEEF31A6D930DB1EDFA1697F0DD1B8DCBB7E39946E3E965D2633BB0B82B6B2F51694AD6A47B6EB6BD8DAC2296FAD2F2CAE5AEAD2FAE554322C30F4EDB6BB7B88EE0820B02CE3452801D6C55764DC376B1BB30C9793C55B35DB2533DCB453CDA9F78DEB6FD717C07A2AC4A7FAD96763B4389266DBFE1DA5D01208E40E2D7525C2ED56DDC293C9AAC6874BAE6684678B6DBFB82D12F06D6B706D3A03717319BD686498CCD16E7DB4EE643003EE9D3E191C45629B2DAC562D9BDE3476970F6AAB1BE8FCA5FED9BD5CC9D5972CAE6A38D698D9AC52EA581A5DECC975B640D75E93E5F6DF35168C64F4F6D6B309B4DB4FA02A687239468CBB8F2A67B55323CC7E45B6E7E1EF629E1E55CE94FDDAF1D63E9C1AA9F8FB576F5E31D4CDF1FE53059DE86AB16D7EAAD9ABEDC77A6CD4E9AED9DD9DC50DB459374ECA5DE25DC36FE04803E5DB84469E1FCD79089DA34DC365DD6C5FA75A1F5365710C11B2D514F4EEB4BAD4840EA2BC062DFA172253081EE78693A85723A061D855A5DA3743E39C31DBEE948F968294DA373F0A6431B65DC56ED3B6F7B23CC9221947A7B1ED7B2B2BAB94FCBC174E12F24DD252D58C2B88F43C90C2D2CABBDEEBB774265D9F75D9772B45E898104373BC8DA4F4E11FE1DEDACF7AE5D24A21514D4A39ADAD8D8597A5692D659A18A0544B94823448A3B9E9E9D6ABD05356AFEDC5B2D96DAF632DAB325CCB15C48B1DDEAD0119ECCC0122648B58EA6A2CFD56AF893652DD4F2CD0AD96E115DB49AC8449EDAEE243F11B4C6BEBAF2BA4506A90E59E3F51F6768A4926B6D8F7EB882214591AF6D6CA5DD6C14787F8CB64F61C6CD7B6ACA609B6EB7D256413C83D2D9D8DAEA9E5A73CB24F6D23B29F7589539D716B35B4BA5E1BA8B71B25D4D1C72491147BFDBDB490C2DAE224A3662A808F1C6D5DFDB3C2973DBBDFF0065656D7EDA8AB43DCB6B693A59F5C198749F73D96C4DA90ABA6196C58C94791756C1BE6CFB3F4E58EDE04B9D1BAEF9F92DDEDE3537F08865DDE62AA2E5FA9109096E8C91B78E24B99F60B2B99E4E9F525BD12DF3374D1238F5FAC9271C891281F40C74BF86B61E9014E9FC9B6E294F729A7D3D325CBFD980B63B6D8D885E55167676F6DA29C29D38D294C6E062A22FCFB7750ABCA0462FEEA8A387B8B4CBC062CBDBB76C15E64D5ABFCE4114005514119FB788CEBB3CE54991E578F4BEA3151AE2C900263066AC8B230D20EA956B1AD19AB8525A5D5E969458BB5F72794BF6EEDA699742D2E1CCADAB49A0918D452D9A2A5ED76F120967BBCE4EDFF99248AD79FA8CDAC7A4BB82F2E7A91DE21D4DA5DE3BA52DF17719443B475A3B14D373B70469ED7B80B5577BFD36915435831E98EAD9C3939FC4482BF0E1BEAF6BAC7D1F7FB9D696CD7CF5A771DEEBAC57B49BAAB248C24CF4F5BA823F81D2388E9C05AC84F8506A41E192A82D8AE5A798F378A9D354F7827DD6FA6BC699608929AA957D2D50A4C4FEE36956A73788C6D5B84D756A34775ED9BB4088D24BD486E176C6613B74D0AC918743C5D4B65E4C3BB24B861676FBADCED22DB7284DB99264F4FB46D371032DCCBA02C9F1E251A164E6AA173A02B7E72594225E47F80CEADA6E7B89C1255E45869EA8E7E272F1C6E8A630E66B54569D20D6DF05C48AEF9555468E27DDC772C69BBC90C975B4CD6F045D1493D3C36BEAE79BA9D4779E56945B72B563208E2D535D822165796369B56DFB95AC256FA46478F7392F05CFC4DCAE6E61791653E2A8CAD4E20A01782CEDD23D538EA367F1A4BADC63D73B3E4B2B319AB55247D840D9A6589657B7DD770952691A196E637BC7F513AC7A6F15BA64DE36855824A20E6D2C33782CA18E2A5F6FD70DCD33CDD49774DC8063181FDEC8D527A8A49D54C58384B836E6C2C9E10B6DD109EB9F6F7E9C570BB9406E2DD8B39E642631D45D4574ABF69B4CFA7D2F7447374E60EB24948776DBFA88DEB2EC48BF9CA8CF815E15A62D945DC2355A4E2A25B67586267DCA18E430C7142AF0A49302A59D83EAC82621E94AB1B47B7D8C6790B9EA6AB907212474658F2A79F963B3771862B8BCB2DBE25EADD6DF61B8DF5B59899370B49CC32C504E2E7A82F01AC69478E95AAE3B62F9E1B98ED4D96E115ECAF6B7F14300BBF92083AF198D3D2CAD146E199807511D1FDD1489770BDB71915985A5EDBDC3E768D1F2FA29DE5EA752E1A9A335A541A9C472EEBB86DF15908D451A1DC82142AA9A4B6E9B4EDB62CA00FF008DE18B6293D9EE0B7AF3C365E920D823F56F04734B70B6B3595D6F22630470BB49C9CB4E6CF2C77BC5B7C735BD9C3BDC314314D243338F4DDD16514803436D6F0E969632C8A139168B99E639F0CFFABC4E914C85311D388232A65E751EC34F2E385391F81928A8A1AF12781FAB1B80141527FD19D7EF03845BDBAE8330D4882191F52F0AD6289FEF6169B8AF8E6F14D1AE448A37523502B81E9EE60B8A254F4658A43EF8A922363407F9B19255B565A012C08E00281C69862B6F28C89CD19348E3505CD2B9FECC7C51E24540128F1AD4A0A2034E39636E3FFA04047F5BC6BAB4F8FD98EBEAE9E851EA16994F6D19AC9149429F74B6939683ECAA95ECBB1DC9A7BCDF6FAD63F4DBA19E08C58457E2E2743789636C23478AD8A56A64C878E78F51B82333427A12593045EA5CFBA565934FA94F8ABA5B4B87AF0C94D2CA2F816B25E35A2C3D7EA8D134AF1948C859501D272F770FB7C8D125C42FA661E82E255881D546EA47B994944D18EA26866D4998A8C47D2BCB6652B248D4866E10D164494190B405188AAB057CC1A50E65ECEF6DC5BC1A649124B3BDD71A5CBC92A2ADB4B2DACA6390BD174861E03C8F26E9B6F49E73044F2ED97E8B23AEA252379774B642401EEFBCB5018072170F34B7BB6C9004BA95D86D9B8E98E1B3B792E2696B1771DB19A14E9D0B46FE3E1995EADF4D24D34D77EA5848F33D6694C934F2169399DDA5909D478D71672680C176C3115A70D5B6C6A749F2538E92C2109AD32A1C94E429E54C509FF4F1C81D353FD18191AF0C879572AFF673FF0056294A788C8FF3654A7EC0306A0F0E39D6A189CF2A7861BDA381FEA91C73F0A7D58B69FDC58E7899B23509AEADE55271F2695CC9E921DC763953550AA95F986DEA5EB55A6D17A8A9C2AC32F2C7607775C15FF299EC62DDC2832450BD9AFF0009772DFCB3695FC28E2D6ABC5B531A72E36EDFF60DB9EF2D767DBAEBE7F3C11EA36167B7C525C4266988D10DA5959170066599BF7AB8483E5B6BD44597FCC3A97DEAD57AA6B188D6F56C731CBA9A1269E35CF151E590AFD15CF16DE1F19EB4FE7E3F78E7F5E36A10A45D296DFAB33FBF275C5DC91717E78D8A442A0690698D9E130441744928982BF5C817572B42ECE7C6ABC2834E3B6B71AF2FA6F4F21527E1C967368A1D4140710057A67EF8CF1B9DBDCCA258A79AB04B03A3AFC3330469BAB24610946CFC7C699E0A6E9DBB69BADD8EA742F67EE1DD76F16E1D41119B4DB6E608E558DD4B7C43CC4E241B7EE06C165495258A2DBADF7589A174D4E61B78377B6B85611E91444E6A0A2D73C0DD373EF2B9DC766BE3568766B4B4B5BB7914304944B7775B988954D72307303452311DA7656E7B8EE36AF6163EAEE37710CB7105F9BD94CD0A1B38ACADCC1D23165D30C24AD1C8341FA890554AB6F79825695BAD9ADA32002DEEB2AE790CC7B71BD94A7C4B0ED8BB398A9F51B4EBD4DF4E10FF00E9EDFF00E74C89FF009D851FB969A7FF00BB8B49CBE918D85D35E837D1C53D4EB4125DF6B6EB6EA28CAC117405C864C78FB3E069FC8DF3BB235354BE8BF50BB28EAA1203044B36C87DBE18BA8EE0BD5ED7BAEE15E3D1CB2DB5D77EEF519D27A87F31F2E03DD39791C6D91F2165EECDE003EA2B22ACDD9DBBD592DA815934C418C9ACE7451E78DC2B63B7187D13828D67A6061D68CCDAE2E83090344181A8208C42FB5D9EDFB746B0C6267DBACC59492DC2C50026445B48C3789271B15ACB388BD3BDD91F92B3B95B92373EDDBA0805EC2AD0E562B1828C0EAB92EB57863E9DFC4CB6B72258EF79A6DA3648ADBE2EC7FA871689628F718B546CFB9857A95F84B703DD9EE9E2DCE77B2B045B9DC7A9D482DAF5EF8C63BCE4DC0BDE3F5A5B3698C337558F256ED98CE0425C26EBD7EA4522F49B40B8EE9D1F07B2A1B49B45BEE96114E638F710A803E6D94AC45F0E99B6DB21B711DC5DB4ED1C97FD4860F836F25D3F566586774D4223F75B9881E74B4B692CD65E8468930B7B988A6A1C153A8D11D02307EEE7ECC6DA2F91629EE159450A9491E2114777D02B24AC151E74F1D40118ECEB8BB79561B89AF6C83448D336A96FF619872C5ADB9FA1A469CC3531B84B6B6F736E9F35BBB58A3B88618675F4915B5ACAF1FA6BA98AC774623D3286AEBE58B7D36335EE98CC8F6EF1883518ED58429AEF4456C25370569A980539F862CE4DBAD23492C62BD47126E5B54CE667920E9520B4BE9E7611A5B55B94509F1A571309F66DC249D60B3820FC8EE8B6F27A782449099E3B4BBA21926254E7A8780C76F6E4B6A6D7E5161BB594E605B545986E371552B697D7F64502DAA0565AE7A9B3C6DFB45D5D4D68F65041149716AF67B7CF75D052BF11E36DF42AC8B910BC7EBCB77B099CC961BF5BAFAA9A4DC85DFAAB69ECE0B65E94FB3D9F4C2C96A8BA5E22BFBC0F8E112E7D6DE5AD95D433C535B5DDE5D5F89A551631375F7278659D74CFA0F524A68C25CC1B33036DA628DAE767EDFB4B8B553307FCBDC5B7A831AA3AEBA0F788F038DCED6C6C4DAD9D85CCD05BCF3EFF003EE76D7F0ACF3C49711C7B67CABD2C6D0AA3046A950C33E38B5EA7A5883C8A8E91DA8B90EA0B78EECDB8CAA59BC4362599AFAE23962B8B95536B2FA2002DC4D1C63A769D08C98E2030935F5D5C5DB1327C4B9B8965CC4FB726A2649F569546CF23FF003A92B87866D6EB2AE83EAE60BD4B3DC919B9E3BC73494D00D2C2B4E2DA50EA90265752382523947C5B9DED8B3C73ED93C675ACD972B021B8C80D6E6EA834865A21E00E912019F4E05A269FBB965E75C371A188674A7077F026B5CB1B59E9B474BB6055F46AA22F4C39D1248BD3969A973D5A586A00D546FEB9114DB5973AD0CBB46DF3373115CE4909CFEAC78FBDFEBE3C3167144DD092E365DF23774A33DBCD1EFD71796ED468F43B4365B82015045063799DEF6EAF1B7CB3DB777496F13D33967DBCEC2FAA1365B68622F7B764D0EB6D1EB8F319666DA6E88728CEA809B98AA50B4C8C64B49A09D4C6C358A3D2A33CB2C5839B813130A3174697482D6F16A8CF56E27D5D26D42B5D34E00531DCBB3311AAF36C468DA84B092EEDE6DBE72BA80E1E82227319D3CB1D837D77B45CEF9673CD6F666CEC8DA7A8BB92FF006CDED2278E3BFB9B2B332585C5B584C86591535A2F8818EEDDAEE62BDBADC4F675DF5AC6EDE55BB1B96DDB62CF1597C78CF4E68EEB6B5E99D24C034AF14A6165BFDBF79B25AD57D3D84578528E426A985CDBF38A80084A7D183D5B4DF0AD3E12CFB2D9373B923DE1BB10A595871A2E5E1E10EE7B5596E5677D0DC44F6B3496D6F0CF07A735897A624B885EDE6562B32D74C8A69950363B8AC3708A2569983DC5B7DC3D637304D48D9A5D30C894E5D4DA6B4249CCED7BADDD20BDB23B73C88EC19EE6D5FD5D9DD4BAE36F861373BC508863D446B6AE414C4F131D71489710356A44911562B4D5ECFA32C6F5B2DEA5DD96DDB889FE4D781A4B99E0DE6122F23F436C9D1276EB1DD2D2D9F42C8A2E2E1265661A8E3BB76DBCA742CAE63B5DCE3374664B2EE6B1B8B8B0BD82D5833412B5D745CB3281D44B75CE91E6780197B3C73FAB1437110F0D2658C3134FA6A4E286614CFDC59251FBBFDD2BE2FAE4EECC7A9BA6E37BD17B175643777F7377D1EA35D5584666D2A68325E14E06E1FB862B56B3DA6C65107A033A39858C80754DFC4D16B1B91AF2D069F6E36B8AE24963B27BB4747EAE88240ACAFD47D2C746845A83EFAF14E7030164B4DCEBD05C8F6A6D533103B36D2375E9D9DD74747AA8DA2D31901A60D6AB4892271B83482C117D75F832DE6D5BC3AB91B9FEABB07F51B5CFD6B80C1E793AA8019165965A6ABEB758B680B790A752EB6E20FCD773DAF97D67E9B9F87269991D6BB84406A3989D23AFE66EF4F6AC6B286A1EE40DF9A37639779369D3D6C919AC06130E8AFC0E998731186207A88EA2DA5F84A426950633AF8EA55A0F2A1FDB845E3D58DDC22EB07A70F4751AA85E9B1F52BE4DE5C0E1A31EEA80A7D8584C1A81B5E474FB73FA31B2CE69F0A5D9A1D3C406E8EC824E9E83907205756AE02814D754B13B1234F53AA8F240ED21BAF54FA9108A02F27EF1D798396279DAF514C66F0C71A983C64BC590CBD61392635494AF4C460066D5AB338BD82629A9AC04A80AEA54698C70C4D5D0CAA518D38E4317DB736E43AD3596E5A615E8F232DA5F4C048228962B733479AAB2FC42B55CC138B6B6EEB8772111DAA465BB1B2FA5FCDA4B26A47BBDB2CAD8EB68640AA18D75265C698B88BD1ADB44B7762A2EEE772D9D1EEA08EFE29E7B87B786E04B19681480346741C3135FBCD04BB14D6FB60881DDA65F457704CED7ED1EDB0C26C2F22BB411D1A4903AB963877B0BA1142B26EECAD6D6D0DF24897B70D2D9CCDAEEAC9ADDECFC541757F1C7A0DF7BBA2BDB30BE822B8DCE6EDCEDE9A31E9074EDA08DBAAD25D4020678C73CE49A9D54AE2CD5F72BFBC92C5EE2E228EE374EE293D4DD4B3FA812DCC963B76D96F7D3249F86F2C958D490A455B1686C368458CCD776F6B0DCD82DD411349236E372EBF33DE376D2269E3D75D00960BE585B7876D1B7CAF2250ED526DF6508FB9568ED365B72EDD227EFAFD98485DA3D4CA1D0C97DBD1968D0A4B4E9CF3496D215924028D1AFB73AA89E1BA96C488C4CA196CF6BB699347CF9FA7EAA116D75AD0EDD1E75AA856A9A2BB26F692DFDD9E94DD28D64BE91D2306E2EC722BEED734CA3A1A431F37950AC72E9AA9E91390FED0F01A7EEFECC44915C5CC51DBD5EDFA53CF18B769FE04D243A197A2D224ECACCB4D41CF1A9C771BC9572D776724AECECF2BB3EF96B2F57539F88EF70CBA893C2BC4E3C09FB78F0F3CAB85A9F7980239B3CC501E5FBC7084FFC2CBCF3A8C850F98FF6E2F0569C0674A0CD47DA4FB7135CEE4AD2496CCB04435E5A1D095AEBA93E3F5F8F863D45DED7B5C10474D7777CEB1C39702EF712476E01CB8E07446C28B2E9D3258D95B5CEAA82158C9B7C3707A65BCFEAC4905AC77123245D532148E38190900AA92FD40CBAAA4681F4E26885804952696267F585D2B1D54D07A685B3315788A0E3882F752C6ED7724644602AD04278575B541AD73F662CE66B9911DA366257A2C4B92FC4B9D19FB00A7960DAB5E5D68983C4DF0ACB84B91F761AD29F45316DBBF707735EDAEE7D0928975B86CF69A658832EE16F02C3636C65F437150748A87E3E389120AC917ABB9BE98BE9EA4924D2D46B2AAD19914788C9892DF7A98B1DC25B259DED6E61BA0FEA63964736F3C77117E2C512A85641CA8AABCBC316D7B2B493AC8193AD636D019AE936EB894D9EE085B73B192DA61677696C4B6B432DA3E4DA70F796B67B95A5D483457E5D692DACD133D5A1B986DAE9984438D17432D391971A7D0DEC4FE9A1B16161B0A476A2DAD5FACB24515FEF57023B896E1F5B365A4A8D0ABA70606B49C758CB2DDBED3DBDB56D97772DA473DCDC36FF00299E776A96E9F4173CC10DA577922CB732F71B5C967478366B78526BCD1B6CB70AEDBAEEB7D0437113699A3EA748AB151A54E5243B176CFCCA286B216F57B6C1D362C09A4D717B0A25169415F0CB8E2DA57EC4DF254364CC1ECAD24BE8DA45B54122F536EF508AF03643F78F0C4367BBEC3B96C93B1932DD20BBB1750A8757C3BCB480D0914FAF1556539AF0CC67ED5E3C70C09AD3FD1FCF5C13970A9E15E22B9F0A60F87D1426BC3C33C781E5E5073A9F0F77E8C11422A381A1A83FD1967E78BF86F6378364BDDA36A96E6566926379B8EDBB8CDA255682DDEE119925647D21E8B1A70AE2E76CDAF66A6DB7336E1793C5B83FAA592FEEA42D35CFA5BBF5D6C12E0B6A6E98B72D5390A9C6E0D1EE13DBC0F3DA5A49158EA8E1304D37A2BCB3F51A8DC3D9DCA48EB240F33C6412BA6988FB8347C6665A4A5EADF17754B2604027FBB24D78E7E7827D8A7CE9E353C38621BAA7C34BA8A263964F345218FF00AC39606C6CD9691E9AA43713F9B92991E197ECC6D5105CED91D588AF317BA9A6AE75E1AA989EC1F389278EEA33A8FC36681A195554F28EB0086BE1A0638D4FF69CF0CE879B2201C7BCD950573039ABE5EEB6788258E699196552BD32C0AB0A660AB0A37FA3171616770F6B6CE1534C27449124875F4E1E0B102C7EE8040C369AAEA36B23EBCB9E966C5A9C732FC7DBEDC7EA45CDEFACB282F77BD89A09E3DBAEAE61DCEDED36DBB49E312C36570393AA9AC0A37F45ECD72D34424EC4ED39665B98DADCC17963B3456D79032489118E581D2AE0F30D59D298A433C4A45C6D03981928F3EED6CB1B1559632548072A8D5E789BE3C1A42EE4AC820767211EE62D0B299E9EF7034FA71B75FF0042DE4BCB4EE9D8964B89A30279FAED6B6691497289D48D74DED32F0CA98DD6EA7DA6C56511EEB319566B8669258FB8EDEFEE2BD42440826B7A8D24B8E3AAB42176B8B6DB796DDA3EE35E849717491AB1EDDEE69D09923733EA41793909C189E232A586FF00B341B97AF93B96636B6FB9DE591B1305E764C12992516B68667676B8969A6558D7481E6717AB6D04933BD9DCAAAC3199DCB74E9444507548588CBC70597B6F77E99653AEE6C66B488E4BC24BA58168316F04B6D6B6A54DC7C3F9EECB198E33242F1E5F30958EAE89CB4F2D48CB51C30F9BECF019226D6249AE26244A9BA463535AEDB75095115E29A6AA3680BEEEAEA35CAEE97371275924FF0028EDCBCBF1D48AEE3BD42B74D3D8B49A655AEAA1E7E6E20D5E16B1DC409E4864D57B259F6EF343B6CDB6A00B78D74008F6E91E3D398033E201C0964DB2712024236EDBD5B5C7BDC8D44DA63DB9F3D47E8F1C6E179059ED932ED92C90EE1D0B3EE5DC3A2E937A761A6E9AF629196E10AD54104E3648A1B1B0B2867B9BA9D923DB36F867EADB8B111113C36B1C917505CB87A1E6038D310DC057EA324B12BC1274A448E49434804BCA42374972CEA57E8C1F516B2DCE6686EF71B8947B2A2116F4FF009596248C47E8B528E6B59EFF002FED2CD7936A0DC083E1C29C46D3B683BD7E42CD21960B36B48EDE5B92C67BE944AD70970525B991F41A21094C81C56DAD776F7228DD64DE63B6EA688C461DBA7637A4B305E6E6CD989C1496CED61D6D0BFE6773BAB9D6D0C3D0566E99DB4B92BEF03504E6780C6B8EC76ED7422378EC7713A464396537722004370F6E28B13BF856B1AE91FEFC8869FE8C47B6DF72B6E011A28C193ABF95B9B694D08B796147898A3519B31C2B8DDA34D652D96392B2533D5047336404600F89E58BFE1445B63E44B7527D5AA87363418B61ACBB19DD86A5414A990845E9460698E941E396649A9C5D53FED5754F323D5CDF400DFEDC4417C5A56E2731EBB6AFEACBEE8D63E86F05A9C7C5532374CEA436C4752B657C0EA866D95832F369FC3A1E15353148C7A4955B99982BF4143696EE276E6736E78A49F7CD43B12C6AF234A7204C0DF7028E592ED35302BC5A94FBD4FF009AAD4AFE15695D3C5E94F671FB31B59208A5C3A96614F7015D54CCE92D1E5E6A78E37CC87C4836865D3A88CF67B2CBDE27EEF8F9E29FE8AF1F2A52B5CB0B657ABD19A0DDE547427DC5DC36D1B72C6DE354BAEDB7F657EAC6D371245D186FAC778DB2D164823B6436FDADDCAF3C32AAAAAEB4B8DBFB9A321F3AFF00BB8856998BA39B4406AAD573249346AF1FAF1613745F447198D88C803133C7A48624AE909FEDE38FBE9F96BAB621BDD6949B0BD4D247EEC30CBC7FD38488B7C1B29B74B65662102C1D27BA542490BA7A7642A4D05057163D2B38EDFE651DC3DD958851CDD98EA1EE15297327E6D8F13404781188495A1A73AB67A5F830CBFAE311CDB90CA6171A74C26567369693DF5C648A734B5B777F0E184D0D15BA515BA9732D85B852ED6C8ABA64BA12EB26EE319022AC3C7179F123B7F59B2C3766696279E188476897523BC31CB03C829149C349AE3BC371DAF73EA4FEB3B8AEECAC15563336C7B3F7526F956D512B1B7876B123D7E128658F376750DE3A95BCA845397C3C7FA71B976A7716E5F2EB4B55BBDE76DBA6B9B9842C0608E6DD76D84C0C8C24F53649708917C794991456A46368DEA062BB077FC71DD0B58628661B75DD94423B58074EB6F136E9629A1AD123F762BBD4D52C712DBBD034662D6BD4499A2325BC376B0CCCA7F1618AE56BC38D472904FF002CBCF15F6FF2A1FAB17A9EA27A7CC2EE8A659172F553055D2C45348E18B58C5D5D686B28352895C44692E9A5355080107D54C594E496A4DA4236A2589CF341948A00CD0D350CBDB8955C19296EF5329B3BA040DB246757EB4403F346737A6AAF372546265DBEDE7694CD2B2ADB5AACD2EA7BFEE19352741567ABFAE0F52DD4A3558F5269B168F0EDFBD5B1867B7935DDFCF6CA02ABF269354BF1EDA36FF0F3D41A8D4E47DEB8EB6DF3CD24375E8FD7C3AA5EE2DB018629AF35DB9961B9BF59BACF6FA049A5080CAC8B48C46059ED126E3B437A63380B71F30BB6ADCDD4D7320EAC1B44F13673F1D54C46F2DD596A2EB58ADF6642253C1A146B8BADBE55AD6950B5C5C2DADCCF756AB2A9B6B8BB863B7B89E058E4649A58A392548DC819D1BDB41C06CA0DF6E725C6D1B9FCDED249F7BB08608B717B7486411DA4BB7EA86D8D0911A9AD5B366CA804377B34945658D7A9BC97D0C4369D762896E7530AEA3816173B56D8964B61737773716D676F797B750DB694B78619F76B6B8CBD75FA865743EF31AD0D49F51B64716850EA27DCED36F6EAA3C740576C5B0813E148C41AFDCFAF1223AED0BA42048EF7B9A3DCF59322ACB1981AF2E78C44F81CC7DEC39B7B2EDA8407610BC1B15E4B269D54476960B045D54E216BF4E36A6B3B88E536F15F2DCA4563D18C34EF61240EA6EEDCDD46D1AC0C39240A7512C2BA34B87BDB8D1A29A4DC4BD21A3C833695E18BEDC3E1CB6ED3DAC8B3AC91B69FCA5B5BB83591981EB7852841FA70961722296CCCBEB5A09ADE29D0CD040D144FF11095730CEEBA8781C5B8D0EFAC853A08E45E957AADA9D1A9514E5D46A4654AD2C0F8FCC26CF2FBD6D38D24578350FD35C5B70CE78C36AA8F119E543937D1F562DC500F801800D0A84AEDFB79A10B3DB5329540CBEE8C9572C5D52611F35C0A7583E963F3B1A8D3742B93C798D28C0A7052BF95DFD5DDC8595CAC5F142821F7154427AAA9F742E473D34D34D2986CCE51B9232193998781CE9C33F1C4459175C54921660A7A2E54C5AD0D2B1131CAC9966558F8138EE8E0BCFB79200E34DF2C357EF28A30CF3C1F2F3CEA29E6723ECC21C812C3339E43864723E3F6E02F947CD43C472E55391E1F6E2EAA699E7FF28FDB96375569A14B75921478A44EAD498641A96093A56C6452D9EA9149AFD38936FBDDF76FB35821668AC774BDD86C55A4A36A9C5B5B36E77D2FC488502053E54AB564EB5D5ADE1882412DBC3B6EF56D72742B29686EE15D9524692BEF14A728A6918BC4D8FD626D8D2C6BB634A43DFF004FA23D41DC24B5D110D571AB4E9500253554D4E19989356672CC4B48CC49D7AFFB55FA7DB8B7A9F7B7198AEAF0D36E3DDD3C78E36F8A4BD810F4846AB27C3D4DCE7486322D72F2C195E68522B75966966908A24512312EF494AAAA28A9F662CB75B5B6DA20867B0B3B8BD8AF37168D61DC64BBBCBEBB4BD5B65B9B87A1BB108D0AFC9152A2989F6F8DDA50184DD6D14EB6BAEA6D006A55494B2A8A7003017C468CBFB7C07DA717DB7304AC570D7313D0F524496F2EE3961D64FB96AAB1691FD76C0527481A4E61856951A7239E5C30ACA2362D1B9D32223AF344E18D1B959A84D3DA304D3C731E1C7C32A531BA7AE9A0B58A68AD22596E24589048373B19C6991D805768E06A798A8C5D432DD5DDF4D71A634B1DAF6B9EF2F279341602DCA431C331A281F899F86221DA1D8D25B4129FFBCFBC668ECFA602FC4136CB67763708B9FDD3ADABE20658B8DC3BCBBA642662CEBB676F5BC563676A19BF023B8923925BBB58D780963D7FBC4B549169B7A48AA6DA0924696669249246690339CB4C7C94FC30A3C695C1A8F0AFDAB9F9FDD34F2FE7C3679D3837D14196601E6A62A4F0F69AD73F0FF6F1C7B4029EDF6F1E34A62BE3414A0E1E39654A67EDAE2D5CB109D5B85397C43A1B2A3927FF003B0B44333E5CD336BA14E12AAE868D25AB1F7153F663726A5746E5B4D7DBFE6102573D27DE929E38EA9DCEE4ED65183EDBEA26E86A49BE1978449D1658E53A865CAC0FD38CFC8797862DD43FE54DE032C628435C2C532DBB378EA8D0CBFF002BDB8DA1D981DBE3B7947DCF1BE908AB74C4A3E293C69ECC5AEA8CFA3E631B69A02DD465A701F7ABC2B8B67D0AAD3D9755D847229CD9691BCCD6EAAED45AF2B3647C1815C0FA3ECA679644E78A1F1A71D3C32A9CA9C01C4742B5D5E1FDA0067C72CB136E3E9257B18F5EAB8E9EA8945BDC4AACC59782284F1A000571657F578E4BD86C525469D9E31208ED431E89A00EA50D4E58EE5DD7A6ADF22D9AFEFADE35678D6E1AD641741AE1958B19192464D59654FA7103DD76E257E1B14B4DD6FED51D69AB432C8B7C28FA81A800D071F30076B5DDBF01AEDBB9EE25614D3528B71B6C83865C71B7CB35E6FD629BAF58DB4716E9652FE19875992BB7C44E53AF0D5FCD5BDBBDAE3DE2F77CB5892EAC9F78836D9ED3508E3BB1713E974BA8F55BE5195FEF08CB4F0EA6F3B3ED32CD67BE4D65723E5960F12DAC9A665BB8BD55ADC4A273D5567F0AD4E13B86DADE2DFAD65B78AF950A5BEDAFA27B736F3CA0C36A67AAC2743F28F867C381B99E51B8BCB03ACBF27F9C6FA597D0C60EAB2B8FE21B460F69656B50A91AFE1803C3120B2FE2BB8581657769F78B4DAC49A155FA7E9ADACB724540A7886CA8716779F22B764BBB7B7B806F377DC679A359E20FA7AB6DE8D1986ACB956BE4312C5669B5DB2ACA1163956DAE187E57AB1E7BB59EE872722BC3881F78911F47744B05D684FA0B8ED76918ACF73112F15859D8C6DA45931D2F9164991B92091993E67B8EFD790298A3027B58BD029EAED448EA453C9713F4EDDDF53C8825686AF9CD22AE245367D365BF2D305DBB6C0495EDBDDA2779A592EA458A5532F48C8955A2ADBD0C72CCF8E55CA9AB214A0006AE03CB1BCC4B733ADB9DF77999A159E6E93FF9A5E6990A2BAA96D25B3A7B3E9DBA2967B8B88A2EB08FAD34F7021A74B87516448F51419547B838D30ABE9DD22805AF4EE5DD345DB5D2DDC93AC4A85E445B3E84639A85B5F0A0AB0EA496F6E382B349ABEF0CA8562AE469C72C14BADE218992A1CDB4324AFA87BC850477D46F6530F1B6E139022D6B294E989343A2344BD310CAB2E97D5CC82A071C74BE4BB85E2FC41F9AB8841D39F3292D7C1833FB72F11895AC365B2B7810F2493F5A67D034D29D39ADE2AD0F9788C6C7BC58EE264B6BCBAB3B1DE6036F605ED27B9BCB6B658D1DA087A70B33BA6A2C1E924273D54C17BEBDBD3B7C9B6234B0DBCA2E135EE5B2F4524862F98496A745D5D755692B0A0C9DB266BB542A8B70E9A959148D3488AC09A94E881592BD35A2D6B96671BA4F2D0CD2A0120D3A47224712D154D472462B4A70E38DD4517F0B6A98F1AD66F98FB4BD3E07F379E2D4EAEA1172E472AF2ABB3954D2A3DC447D35E3A4679E78B8AEAFF1127B4E73CA7226879B8E223A49F89AA9A108012FB6D0A083149A6BC6B911A2B514EAC2019624055EBEEC7475B0BCD5A8343B4C7A563F0A2114FBAB96247593984F734F8ACA7517DFCA86D3BC5BE9D32C400A69F77821426D5FFE8DFEF5785C5DAF1D4DA5D55472E543C5470C3FB22D240F21E24539695C6D4402116E9D2AD1C8B49210D0BF2CA11BDF43A4F075E64A8231BA50666C7697CF81AD82D351CE802E5F563C7DCE1F7BE8A71CF1BF39852D175586E0628E130A85DB2FF6C85A6D0D5AB5D4FBFCCD270A386AF896EDCBF88A75F68EE77DA8489AA5916DB7EEDFDD6E67497902435BBD9A0A26BAB1A120501C5FAEE9B66DBBA325C585E5B9BEB3B5BC083F34D7250DC2C94AB95E191A62F5A1C8DCDAD8DDB81D2216A92588562BAA22516C29CAC7DDE38B3BDD4238D6E6369839648842E9716123338591FF00EB6B5C988D39578624DCAFA6922B4B75B6DC1E698DE0648B48DB669653730DBDD0E5EA313A172351962D377DB2EDDD1B70F45682EA2F4F71736F6F6115C9B987D5A8DD678834C8BCF41A8B12B5A36371B73FDCEE177A054E40DC3BC7F4721E1E58822B9760B6EB73A568AC80DD5ACB612C8CB4AB06B3BA963A573129FBDA48216F1E9A1A340C8D55067B49C0D6D3950F1BD8C27569E29E18EDB657975DCED62CDE4491E291952E6FAD5FA730F726E90D4A78AE58FD4BEDF682D62937DB7BFB4AA5C4AEA22DC7B46DEDEE65B777804B7325D6E57A7DF54D259C83C8B57B9B668238A606E0967928CF37C5762CC4FBCCE6990A7EDC249B6594D76AADA90D8C5B85CD08A7116B65301AC118EDED9FE5DBC585B6DFB85D5FC9243712EDF7BAE88B6A15B75B0863DB2080DCDC1023EB755A56660B906D170163B862B25E5CEE1BE6DD7D79753AC30DBFA9B8B9F984F7370FE9E08D16A0698E354550AAA3147DDF6CAF903B84872F378B6C963AD3CCD0E3445797333F8B59ED6D769E150BAEF6C64639FEEE1EFAE2D7BA14C93C93CB35EFCB7B7ED35C8C6590FF00984577208AA7F7B2F3E271125E5A6C8EE96FA53D6F78477923410BAFC5F4FB0DDC0CF1AC9271D1C4E3A96B67D966346D01AD76DBADC2E5256A46341DD6D651AA8DFBF899AD6736BD256D4F63B3F696DA028EAC8FA644DEADE50638EDE47F7328C6B234E785896C7BCAF2AEC8218EFE26D6564B545EA7457ACA8AF3D1C6BAEA68928DD43D3B6316C76501BA78B2BC4DFF0075B8D320B393A4BD2DF6DEDCCAC6731025027514B9F86A496F5365B7C892CF7A22173B2DB42F125BEE57B044D01594CAE925A888AC8F51347A261A7A8635DB26B4BB9E0EA6F70C72A5A4FE87A910DB77297A00DB2A948F5C48D4F76A2A461F729AC0B2374845036ED7CFD0E905D3A3D5ADC22C93FDFD2ABA88AF0006249E495160484CAF333AAC51C31C326A95E42C40450B5E397DB89164744759250CADA15B5AB6961A72CF50A634E96A1FBC2295E3CE8D932A329AD7F9531FE1A5D3E058C1A0B50D283AFAC7293E18E682D913834923F4DBCC65D0A67F4F0C752E77BDA1227E5AC32472C81F5106A23B8989CC7EEE1ECF6BBABCDE6758CCC63B6885B694429187533AEDCEE35C8179492091892FAC6CEF66862FFB69922D79D973249F9D8881EBD2809A9A365456D365B8DB6DD6B6E9B946F45962918AE9DC2E6CAE74C919B7EB18ADE04934D016EA0155E389ED7AF79732BBD874A4BC2D2CF2B45240F334F2F51EB5588E9A827879E56CDAE9F956272FB91F4F59E07F7FCF1128D6C3574C6951551D263AE4AD28B55A65535232A57167539A5EDC7DEE20C33D38EAD433F6702716F957E2AA8CABAF853DA3D9C4D710AF538C43FBFD1C8965B690E043BA2750389357B8C0EAAD28434F744C721E6942B56F5C68316FA83FBAB9001E40142D16AB9651A1DF1CA6973D7D4C5658F26937D6E3E860D793311CEE28DC68DD49CFF61C53DB56C8FB4D7DBC711B365D354719D0EAD3D2FBB97BAE7EDC77581EE7490D08E4D29BA5B49EDF15A79570DE6351F33C4D2B5C2FD3EDF2CBFB591C21A7DC268174819FBB9B572AF8E2E810054F1AF0FDADE07C7135BDA6EEFB7DA2B5BF5E0292CD14CEE24D0ED0ADCC0095504675A5711FADDDB74B975C9FA6F6F040D415148A486E668C313E12F0C598B3DBE302E22BC332DC4B3DDEA6496CC4440BB9258D48591BDD03FD3A2289218F20AB1A855FA9469527E8C1346A96607FDDA5396807DEE18B72578EE332F850D6DDA50AD5D3969186DCF758B45BC53192DADFA4445399CB125B4F4FE1C5CBE7D4A9D46A1818EC67B169ED8CB0DCDD5C3E9957F2F247308E14B90DD50F4A4A015A2920674C35C58ED57373D451344EF736D0432AB1D4183477324A032E79AD73F3AD21BC912D6DF5DA744C36F756F78B13C17138D334909D227D6C410403CB8AF1D5A78737DB991E38B9DC5A812487A4B9A977EA7A52E59722AA5ADC95CB335FA7094C994533FAE9C4678D2FA9AAB208E873D5A0E9660FAAAAAC412B4E6E1EDC1120E7AD0EA14E150D5F1D5E7EDC4563BC4105D68DD2CEFAD6099A8A64B5B6DCA17340E9D651EB46A8886434048C85641B76DBB76DEAD42DE8ECE1B652F4E57710A46AC420F78E786C8F1F31E34AD0D32CC7D9893CF3F678D4FF003623A78D8427C32A4F7202D7FB71E2B40389CBCE838F9FF2F6632CCD2BC3873787D6386295C89F0E20D72A0CB869FB319790FA011514AFF672FA71F5AE64FB3E91438B6391FCCDD8CBD8E73AF87BD81F47FF00B9C72C32EEDB65AEEDB71BCB259B6FBDF542D6666B98D2DFA9E8AE6CEE014B97465E751AE95A8C40BB4EC9B7EC50AACEAF16D7F3031DC6A96CF41946E1B85FB078AA685746AD675568B4FA870FA478F9E784CBFEBF07B06704AA35572A507ED18ED996C76CBFB86DD45C2C6F15ADCC90B1B6BF9BA9335C2C46DE08401A799BDEE1FD5D9EDAE4EE3697F6C972FB85ABDB883E2C97773D0667BAB4EA3325BB0D2A8FA73CC70A41606FB7189EDA348A19FD5DBEB5514E588436B0E90C478EA3EDF0C7FDE1755A22D7AC1D58A81CC018DB33E39AE069DC656AD326151E2D9728A12716856FE3509751CB70C90C923CB6EAC0BC02B32C4A65AF1A93E586B230ACD19E56492AE875062C1CB17D55A1E397ECC6D7A699C96B401F5E9C94D029E50397E8C77A9CC6BED2DFCAB252AA044C1295A2F2919E588CF9C71E5E43A59F98271ED04F80C89A655AD787D38D83D2AC474C7CE1E7B3B4D48377EDCBC94F52FE48E3D2B0D99C86A935506923552E92E5A21D6DA36BB6A6B3712FABB68E28A54582C656BD3A92DF32F188B4BF27B3BAADB6D8BB8A57B5D8FB7B7AD8BAB69714BEBE8B6BB71BBED0E62DB63827DC22F4A52348C43F74167E6AD9EDBDCD6DB8D9DD412DD7C0DCEC66B4296CB3C842C96D72B15D05995B5559287EAC5D4715D20B29824BF159EDA17B47E915492EA6882BDCC0D3A7C23999118F81C6E71EDDDC56B786DEDF5E99B6FBAB4024B8658618669BAD2C516A6AE6BACB6740298B3DAA75EB4DB6C51EDF3490BA34664B30B692CA8D3344EE8CD0960480DA695CCD317A18E80B2891B56F16DB6AA05DB9C660C524929D32578F02538CAA42EA6156925FF0963DBDB9B8D375B9D35375221D54F4CABA588F891F44F27AB7C6BD31C6FD4B62DEA23922E64976C6F852DB3CA28B34758DA40AD9091C5540C5F746C93A71DFE5E9BB6E7E8D3F8777744753797558E2E9B74D19FDD474B571AA62F888A6DF6D62F352BF30B982D641444623A691CB234835E75FF4D374664CCEEDB8BB287A0D725E37506BE42D1AD7C0D72F027166B24BD6650E1DB951A4D0055F40012AC73200A2D71B5492A3C9024D59E0593A62E752C49D19326568F3391AAE58F5506D1B5D95D1AF45EDECED5845A4831D26104791A710052BC3C71B46FBB7C7D28DC258EE6A28B0472BCA9E8F7194AEA61248F71D392439B93181521895F857B2DBA930490CB756FB75CC9791DBAB8653E93746B68259E630C2F2C5A5E58255CBA6C5239AD649E58639EE55EE06B1199E392F22B5907A54E93DB3883500B24BD492DA521BA5A6B10179A6FE29C39B66542A2378159022A594524514914D5D3233CC59B3D045309B3DE4C1A2DFE2B71F11AFFD4DA5D3C114B6575772DCFC0FF34372557A259238FA26429A1EB6DB18FCC6E53DB5BDBDA6B72BEB459D94971733F5A792673F0E03236B91DEB51566CCDDED57554BBB592149110E8752D0413A1578C829C9303913C71240FAB45C4F042FA41A88DE48D1E9507DD56C6FD0D2EBE51737AD65B2CF7D4F57736FB05EDF585C4B2858ADE3A33CCAE9A579E19237E0C2B6C5FF00E337B80F0ABD066C6B4069952B89EA34FC472465E334CD952B9E7ECC400A92DD6455345254B6E3B5286CD1DC15346AD788FAD018CA28E96AFC644015F6DD7C23DCACCC74122FBACBE790E713B89994F56E02AC3D76A315DFD4111C53CBEECC23A284F7A300475091C721A66F0CC49D27C773DCD5451FF763414F670A8A12380E46CB89F1CFC3CBEBC6D4EA56445BB31EA56534789BA32826BC5264208F0231B835398EDBB5161566F76D48CFEAFD98E1FD5E0BFCFEED698B8DDB6F6B18B699F6A9B68BB116A81BD7C53F5E58E281211196F512DAAB36AE50AA29C71B8EE82F15F72DCE6ED37B485B709A6EAC906FDB1FAD8B6EB09A6789192C92677112574EA66C8B62E26A491C2FB598E0D51B8124AB7968E691951A9BA218D78D07862310C8D7667D8ECE39EB75D69619E3B8B999126EA3522EA4174A546429897D26D3B8FC30EE0BDA4896AED168BAB765B960903FC7897DD63F4F94D6F20B0B6B79AC8A117173681BF1D6E14324D75037523287C74640EAC4775BA770ED325C232EB0B717175A74410C51C0BE9E2BF2B0C6132E6AFB71757937744703CEC19C5AED73CE2AB1450803D658C634A88C1E39E786E9B7706F9E35B3DAED22523E2014E9CD26541FBB82E6C9F6FB5AF29DEAEEDF6A6A533ABDF0B65275FD18DB2E2FB73D8D62DB8CF346B63BD6DBB834A2611D437CBAE3739502B206FC3F13E78DC7706EF3DA604B8B2836EF4B65B1F74432C0219A7B8EB4135D6DCC82EA64974B1D43969A4A9009E85BDCF70B455A03B5F6FECFB65AB2D5BDCD1BDDB5C281E1F02B97BB8309DBFB9E6048F8B2EF70354644B3C12D9C8141D5E0E461A4B8DB6DA6A73565BBDD6D640A4F26BF469347237870FA31A765B2ED885C90A1776B4DD6FA14A101819EE36C46CC30E2E2A31A64BEEDAB5BAFBABB45F2DAA12CB525E097705A6934FB838F0C5BCF66F73BAC72C5706F47CC2DBD3E51DA2DB7E59AE63B48C698DABA00E6E399A987ADB25FC711B9AB982D8CE89A245AC92BDA89A348CB7DF2686873C6C09756B3DB17EDEDC5BA73C12C32E9F5BB3F49BA73C61975AB1A1F2F0CF07FE9201969C875E2AD359D2D971CEB4C5D699559FAB7214C23B7F7D9EBD3DD671449523884AAD0F5133D1211ADBF2E48C73D94B3275925097BB6742DCC69716E84AFA49FAB242915C2AEBF7FA32C521F8D33E9DBB42DA0D3750031A6DDBA5EB8A45B2C7A5515FE1AD6D9108D5C1631EEDB487165D3E85A0326F2D59B6F92D049AF7BBC98B6B92E63EBF50CFA8B8E47D5D640126551B6AC17704E6DB7784C9E9DD182AFA1DC10BFBEDCC3A9419D3318863D279C31AA50A2E8D1A03F021A4EAD547EEA674CAB2D9DC4493DA4D1047865F8CAEBAF30FD424B10C32AF023D9895E2BEDBAC5E6BCB948EDAE207BEB89BE26BEB8116E164F1A957D54D27FB5C71776D67B8ABEE30DB35D42A9691DB47785222D1D8C3AE69BA5D79108EAB3F27F66AD8B826EEEE78A084C9711C971318E283F76482597A61AA48A501AE209279D2EE2B64A440DFD8CD2D9A416F2B52744B933D849E92CD9A2D6A86611D23D74C699608A46D758E3134215A1591A3EACD25CCB67147F87A8A87D5A1865AB1F328905BDD594BD295199E28A48A47F4896FD258AE2679AFC4C231564E9925B20B95CEE362124B2DEED2F3745BA8A34A0B899F61D51066B3EAC466F49D464699583890683A074264E3A7A4A69C148288B5CF96AC997D18D057212C7D26279C86F068F469503E935FAB077C86D8BED96B1C9B6DD5CF522021BCBF8EDFD247D26712B99911A9A54E9A54D30B5246A91B4D15A9C35F00A745787871C47953F3333789AE9866A9A569E43EBC5B1FF00D37F6BC9787329A62DF4C8CBA562FC39240187A4DAF22527B804D1B506CF56BAD736792E8C9A9CFC53A7D3935AC7BFF5336DA6456E59001EF821A87DED371DC1F0F4487AEC4958E9407BA5E4CFA11C80B35B3BEAA93F10F3B73B3B839513EBE2C48A67ABECC44D59068E7E567556346874CA80E9994F549D2D55D4030E60B8EED5E5FF000DCA2AD969BDB77CBDE62DEDAD70694FBDE1AA99FB695E1F56132F1CF2AF03E63F769FCAB88F22008C83CC0FDD041E3C47D1C7C3175C78D38F0CFDE3526A3D9C31B8FF00D35A675F28EE4900781AFF005B0BC4F1FA6B419F8E367A2718F74AB71E0DB5D1721928D58E1E5FE8AFF3E333F78F89F653E8A7862CE4983683BEB4555029A9AC273983EC4A53E9CF0B1B6E4B0BAC742AF6D7921F014531EDEC079FBF89EC63DCD24B2B8962925BA9A0B812B8848310673087D30F85147135E2716D610F736D948621FE3F7310302E4970915C4D6FA23EA9E1414C433585C5B5D3BC47D4358DD43709CAC7A4CED1CAF1F5181F3AD29ECC7316D597E24064238AF2523741EF622BA8A48527B7090DDACC0464752690A18D7524BD201FDE5A10C79B946029B9DAD69462D35D5E211952BFF7928FBD5E03F60C26A1B7CBA80E1B95D28145F7501B87A0F1CEBF4E0D5B6D5F87FDF6ED32AA8CCEB0FEA13815FBC0FBBEDC5BC76F71B35EDD7591A2B486E2EAFB55C67146E2D977368988EB353523D149E185B3BDBF061F7561B7B7B6516D18D5E2F6FD4D2AD5E2C4E3AFBA773EDFB544DA80F9843AE595917514B7822BF8249A4A1AE844663E0306C7B7E38B7D82462219936ADC6C4BA54056E84F753DCEB553CE3462D598693F2EB6D4849A2319EE9D8105A9E3FC8D7153C3C3E8AAE9C1CC786AC879FD94CB3F0C1FA49E07DB9E5CD98C67F4D7CB8E605781FE59E0FEDCBFAC38F8F06C5B370FCE5EAE5402A3472F8D3F97D632F0CBFE6F9F8E1E9148DA776EDE918468EE7A316FFB6B4EFA63AB51205627C8625BADB36FBBBDB682CD3AAB65672DE4BEA657BCB88CF46D8C930134769A35682A0E55D4CA0C90183E5F2C5A4F4F748EEAC8BF30192FA7773A7E8C4B0EE779B6441EFED1967B58F71BAB88B4C17B4119EB6D7008E41EFEB496A5574D349D5DA905D5E5A5FC76A2516D2DB6D7259DCE9371792AC97464BFBB4327C56074A8FAF087339BE4095345CF9534E63EB196048733C33D5C7C38AF89FA30395425780A538FD20D6983A5172F3273CC1C8067D647B31CFE7C3C38F9533AE0B463C3D873A8F028C32A636ED3EF7A98C1F7694E195029398C6FDDA33C8B15BCB69B8EDF34B1AEA7F4926DF6F7F2C1459E11D59C4EDCDA97480A6B8BDDDACAF2790D86EBB9F6EC36D3496E924FB96D7B8CDB32297E9C107E72F211A478EBA78E1E6B9DBE5B786105E492592D8468050B333F5D972AF9E3678BA53AB5BFCCBD44411CFBD66BD12CB1E475CA32F6FD58EDC9E395E693666856E155D156D629E381669AF0E9F80AB73A5048EC89C471A0C6E1610C905D6DB16C37FBAC119DB76D76EBC5B6EF571AC4F73646E65F8F6C834B315C8659E7BFDEDCC314A76F82DA56852D63B149354757568E2B7B60BA9A334E4D58BFD865DBEC34DAC31DD996DA0922EB755D742C9D479DD7A74C88615FDDCF1BDEED7425B3EA5F4113EBB568A4F4FB64514F29E95C7288A44B971A878D4E640C6D5792BFC7BBDAB6B9E57015F5CD7D65632995F95CA0966BAE0003ED1961AE5E5E676964EA9758439445A749A4120653A72AFBA3870C48B491F4C9781E3E941A235377DCF691F2F5752AD502683EE72C5A894B83873409F9CB33F0E196266FF3DEDD727A8EC629A40A8D292C3DE56908222C491B47683FCCAD63488C9BEEBD7FC11BF72436BA80866312B8E9B315E90918FC7E8E2DFA6D710E56EAC61F4BB0A00B1D6A8F7BD596356F1D275B780A63711AB8DFDD11296F7CBBA9D4D25286BE798CCD29C71617016A1E2D6A65431C91A48B13669269950D180656D2478E36E25932B981AAE597DC89DFF74EAA94E072C4063E94954D28C6E6CE144FBFA2E65B8920E8DC36BF75B3397DE34C5EED1B9F4E7B49CCA913ADCC6E7A13750C0D3F4AE0CD03682DCCCB58C1C86A4CAF76DDD22EA5C2FA713CD6E96F17A8921EADC417425B982F6E02C91EE00B2C5245D4AFC4AB16C2D97AE796CDEC1608A3648D87A15BE92F23B69D8246D70905F2BC91EB67D2731C705ABC5C139D787BB5A9F1FA4E5849A79E7B891155435C4CF70DD24074C20CAECC1141234F0A6360EECBAB8BA837FD8A2BCDAAE25B76B454BB92EADFA7D59EDE586E1744F04CC50AAC7F1DE502AAA31BCDA44D2A4564DB725BB095B5A2FC936A3A0BA9041E7F65078E5882A35017F606943A7FC4C0C3C811451538ED5F645DC5FB65EDF1F61FB31075343179DB4D0141A3EEA9AB49560B957C7CB1762BC9D4F1F76A4B49E3E45FF970C5AEA62BCEB4A68CDBE67B628AEA9A063D47023006BAD48D2FA9627478C75F96B94B2CFAFF00CB8C818345B9DF9A349E523D78F364ED3ACB0A08FAB72956B7EA00AF177121715D9EE17452414CA4147A736BD174EB423F2B35793A62BF3ADECB315E9439F52B539D4E7A9CD5D878723FD7C3C699EAD55C6D65086097680D34904F2C6E8695CC38A7F6B175956BB2ECECADAB2348AE230687FB3FB0E3867AB87DDA57CB8D3FA71EA60EDF5EB112A19AFAEF72B9BD6171AFD46BBAF9D397EBF5581E3A81CF2C3DC8ED8EDF9EE9C2A35DDD6CFB7DDCCE814288DE6DC36FBE99D5380E6F0C068F64D96DE4E5E6B7D9F6DB73CB520D6CA1B2CF338E9FCC6755E1A5649E83EA9AE2E28BE54CB1596F2594139F53A678D33AA42ADCC471A8C735DDC7EF523B9BA55AFF00604CA8012287862578A2B4BD95974FF9AA7AA855B52907465C69E041A78F8E268AC373EDBD8487211F69D8EF1F87BAE5372DF2EA1A95F7B934E3A7DCDDCB79BFB4D266CF0DBEDB1244CA35A456F60238C568C6BC4571484DCC075027A52EAF2C8F5D64E5E5FF006609B7DC6E031E266449AA38D074BD328F11F660F477389D9B8968258F4F988DBAB745128BC2B9D0E2D95E16B8B6B82D0F56C20BFDC3A472A0B882DB6F9AE61137EFAA15AF1352018F6C92179F7336C2E05B456F78BAA16E6334524B6B1C52431FDE218E86AAB51AA04F22B5A4861112CF15B5ED8DD4B6F234E60D17115ACB3F4A59262128D9EACA95CB1AE4B1906A8D75B4B6ED6EC5534D343985725038B5780E232148B958C959191868AF8973948598A78540FB710F550491835F883ADCC3F763646CCFD54C416DB7CF7968F34D0451080DC449AE4955280AAB688F5C8786AA81E38ED9D9DA3979A1DCEEE192755E68F6B8360B1A47255A49357CF40AB67AD5BD98F4D6F0D2591E06722188534C8A4B51350A954D34346033F0C4FA12298C8248844B61B448854D86F138E88F4A285A44F74D2A169F811CA0D7A51216BCAAB9B79E490B1DCAF9B56B562EADCC64EA30D635333734996D6B34B1FA7F5168745DDDEE56F16AF49DAAC0892D86B474F9848284579FA6A6BD738DA9D6DED6568E5EEC5536D06E573CD0F73CE268E69AF596D6DDFAA1BA8338C4A1D61F83D3A8866D7A20DDAD74492CFB7B38AC378ADF96B111BDBD4B7DF6E6A786784A02A5B9CD29C405198D23F6D3ECC36A612110AD5C2E91913E19F9E7F46372D647C2BC9A34D1A732A3444A4B1535665238D3C3E8DB98D29248F03B5010AF28478F5A10DA919A3CEB952B86BDB0D2137091B7ADBFA914B756F06E369A266EB42F0F42513DEC50CA3ADAA3927478E9D1A9172D726E576DB7EB36DD26DEF67EB6DE4305D8DB5EED46E3794B6B3BE9C4A61172A4B739E6234BFC9E37B38A6F4EEA92C933BD8CA9D191BD24DA962F7C32A3E9EA2C269A98EA76B995A4BDF59244D15A5E41B8496735A48F246CD71AA38A4698C8AA622014AC7230AE629B97655D48A259209A7D90CE0F4A2991659EE22D6099112AA27088A072CCDEF3D0A9DDB6A8EDB72568DF71BB792CE4BCF5173DCF07A1105C5A4F3F522F4570236D42BA4000E471499002B229D6189EA827C4500401578F9F80F1DCD37989EE22B5DDACEEA381642B1B4ADB45E58B3CC08225D505F4A0791A30E655616BAB51790459E96605DE2D5ADFA69C91D3C4D1715346A4E4FB56AAE079919D31056B4D608AE7403883F758E20778A54C90F324C5086B7D873ABEDF730D7A96E57DF02A8D9D759867633451D3A95AC36A868B06F7CE7AC964AE75063EF6746E60A6466EE3224D5F0EFF0022569AD22EEF06365F9892183C233E96AAA70142B68FCB4CB2F3AF380B99CE9885BA922AAD1CE8D044AAC19007AA93A7E2EB1A4835519D323DE54A02B6739CF96852585B88F074C7857FA33F1F0C870C283E26872A50D0D68D9D46785FEC1FFCED2CA74E74C5C9FB3FE571E18DCB8E52D911C0E5A6F2BE395386132E06A723ECC8F9E58D9C7888B74F2E01B6B0069AE43F9F1EDCB3FF0078E597122BFB71980736F21E3EC1ECC5AADCC2B2A1DF6621664491430B0190D62829D4C201B6D9568A7FC340A6AC6A3982839B79E0EAB14CD454C4F2C272CEBAA2913F771FE1997FFEEEE89FAEB3542F30E39E2824BC88EA0BCB229FA819626E03E9C563BCBB1C79A4E8B79D3DD863CC7D586D1BAB019E9536AD5AFB585DFBDF51C7C0DD431AFF007925C45E7A7997AB5CFC7144DC6DB80C9AB70695CABD6B3756C691E82E82800FE52C00CEA3FECF03D68709FE49663C9A24E73E54E9DF483C3F77104D66967DB06F2D434D3C107A7BBB91702A64EBD2EAEEDDA319A3426DFE9F1C1BDEE1DCEFF7DBD7D1D67BBB9999A5A5163334E647BB99D52200565A538E248ACECADEDC01A5BA50C71B369034962AABAC8C5B914FF0308E24F375AE6A695E201C56BFBBC29E35E15A619B87D59FDE35C870CFC7C706A2BC7CCF0F0CB51E1FB714F665C09F6D721FD18F3F74F891E3E7C4D4E2D7C74DF5DA8CEB41F03ECA9C2680A6BAB23FD5D27ECC1923B2DB6632DD5BC212E6199EA3A8B216E4B983993463731BCDB594169B73DA4CF0DB561B7B8EA0B8626F95E491E48E3E957497E9303CC0E361BBEDABCDBAE36ADAED775D98C96BCD6A25B63B55CFA7B21084B79ADD16EA9AD18A0AF2E370126895C5C6D9A0749A2D47AB36A53AE493A79357FDDC76F243C8C967B5BD39B33736325C4BE0E79E435C2640B6B62539B9FC2BA8D3DEA6236D2B5AE5E797F4E5FCF80747BB425BC7EF53F97FAF0C593F60CB235F672FEDC2AE9CCD069A731396606447FAB0DAB89F1F875AFB699D7EBC587449AFAB8D9B554D457E934E23E8C496CD34A6D6EB70B6DB847AE4312CB7BDB5B3AAB05AE8AC8C733E3979507EA5D95C2D671DFB35DF4E2ACB1567DEBB67B9671ABF0FA74BC3C7DEF6E3669A0B78ACDE65BD497D308A2D5A778BC6590F45556B1DBCA8BC072AAE3F4C0FA5B7D57BBD6C70DDB8B7895EE61B9ED4DEA7922B990734F14D730AB90D505A98DE367B0B1B3B21B8F64C97772B1DA47045EA6CF76BCDBECAE91EDD41F57D3BD94E63DD8FE923719A58EEFD748B6B6E8D6F6D3C90089A5BA8EF22B8B978DEDAD8496D7AC17AA189CF4E9A571DDB776330B882E6C4DBC6F6A44ABD4B6B5B9328D54D279E550083981F6EFC3FE0ED362B41F7D9A40D567199F61A65F5E3B9B7E3A0CABB56F97563049D5ABEE1B8C4768DBA068219A379623B9DF46AD99E229CD461670DDF6E916D6B6B636B6B77D5B9DBFAB0C16B0C76EE58DBC914CD716D1863F74D7214C4762DB6DC583324EC6E22BD86F49D16CD3C8F2996CA01CA2334E4F2CBCE2BC11858AE61678E3B8B3924681A58B7EDC39A384EBAC71DE880A8775214A231698CAC4AE9CAF6C671F0648DB526F5DB730F7CB473C9D745D245226942B37C25986248629ADD7FCCEDE368BE7D7176B4FE16DE474523D026D2FD35934575C822F515D494C5B496A9D501A290E9B18EFDA8128D23CFBB4B1085CE9F780E1EE8CC63715AD585EBD4F21AEAD0F53A291661BC325FA316C3FF0048818034A2548A834A643E91E78DAEE6D4B6BF9C6DF1B158D9D741DB3767A48BA5D7A45E25E3957DB4C726E7324563EE3A4853A7459648CFA747114F58D1956AA4529F4E236DDB77B26DBB6FBB569E2BEB6DBED0B6A5951BA6F696315D4ADD266F79E8B5A91E388B7EB79164BBDAD56DAE92A75CB60EFF000A5D3A0B196DEE1C87F7681E42C79462DA46A68E99B6A655530CAD32B300D96A17397D789625887AF9E3D17136A02FAD2ED129D5B6623E11D432CA855BC54906FB6BBDA0B8B099ED9D829549F41A09E15AB910CE9475E6AE9F6E215B89CA6D9B87E52F8F3517553A374E9A422FA49C07D5EF08BA800AB6378B895248A2DCE2B092DE68F951D22DA2C76F9668A48C64E2EACE4A78D00F020B435CBF390915F1FCDC678695D3AF1DACF9D40EE04F1E25B656A71A13C9C33C2548FC6E5D234D1348A862D9176CF3A70C5DF997A81E63C38D72A7F2F2B30D51D4BC8630579756ABFB18741026815896B8A12DD419D0A95AC6E8DADE691A14D7AA2B998C87E5D60D5224B3DD2590BB4A7DE13664D75306C5C89634E732B31636B1193541DC1CAED3D85AA1D51CA4733B00AEC4B69EA19CD169F02F893AA33CE37EDF0316D34239A3391E65E0DCC080BE5D19BEB3CB9663D9F5E36D1911EA60AE5996674058E541AD97ECC4B5A00762D9E8464C4EABE4A153C69C2BECC573AF9D7ECCFF0067963922973F1920921FEB7F7A22C50DACA333CFAAD34AAF8903D4EBFB063DD81932FEF995DBEA1032E5F4FF00A7141244BE0474DA4A9CE943D58A98265755419972AA89EEFF005B501C71AFD53DC8A7B90E998F2D75656B1F5A95F3C130F597A8C16937AB06807145B8C96838D3C7135229092C5B9DA300F3540C9D9B21ECCF1AA58E342B1B1E494C953927DE823A65F4E78CCD387F2AE59531F4FD14F0A8F0C8611679A284B86D1D4758EBA1941CC90394B0FB71F0DD64A8AFC360FC389AA9F0AE39573FB32F31A6B4E3868A78C4904AACB244EBA96547AAB46534956560D4E19F8E22B6B6862B68210238A081238A0892BA82451C6123897E8CB1A59432FDE2402057D9E0DE18E7DA76D3971F456FAB2208AB88F5E3619EDF6F11CB16E96D35627B8451E9D965472AB208484745CA871B2596E9B8C16661ED1DC2E101495D036E9DC9B7ADA3992489515E7B7EDA735E0813DA85884DFB66D3AD1807DDED3A6DA523893440EF0CDABD8394135271732C75991A0BAD2E16D2E030F93EFC9A20A304975970BA24A190B0427A7D7C1200CEF91DBA505EFDEDCEEF332579DFAA75166E5663D43459931B6C8B3C7132DDD98AB6E676F728BB6764E8D32CE932BBA20C89AB00624FC779A9B493289996EFBA90752F2EA761D3EE47458A1B78116368E2D3A228DBFC3A274989D20B3968E5881DCE16A36D906D89FDEF3061235D5E354FBEDC68710C956F82B2C4A9A8F4A931B793DCA8573F00696A556A40A54E2E2872E953C38A712DA7C68DF47978E37E86ED6EE4F4DBA6E965A5042C87A37B3C675991251A6768F4E49AD6BC699E047B9ED5B8410C6CFE94ED561B35E0656A1ACADB8C766D34F12D055B5140CCBEE9C5FD8DBEB449657F402E15629ADAF2290C967D4D0D32526882ACA63661A43A8E35C6E56D2218A58EDEF6DDE2207516E238678CC4FA1B2923941534FBC311D8D8BC71B9E7AC9F763D6AADC73665EA6228AEE97169771196D6FA38CAC4FA74F5E0653ABA52C458713F1066BC1956CF70B72A9359CF6F708CCAAD1AB4130950BAD74B2ABAD69C0E2EF728005174BB24CB0D55FA528EE2DAE0BCB4D4DA752C570ADA5881A939BDDC69A513E0D1BA8054FC42D1F83269D0BE24303C31BFF99BBDBCFB39AD64CFC78D3101901AE98128033F33045F2D42A78E545FA31A3C16E57E93525BE9F0FAF10F867CBF4B29A1AEB4A0AE799C409D15F7A9137463FBBFC3F0821A4DB213C4A9D42419AD057404B5B9D3D385BF10B19614D15B7DDA5D469BC589AF337EE70AD7975C5DC7197A45A6F405EB4840FCA777F5283D5E83EEC434E81431D348D2238BCB9357FAEA386236AB0554476C94865A95D078E9AB508033047963BDAA469F965E11954556389813EF1C9C65E4706807F57853C69C38F8613EAFA80A8A70A0AFEDC46331CB41ECE6F11FBC7C3139A7127997EB22B41FCD8DD7C5449634FED32DCAFD1E185F2F6FDBE629C31B3FEE74F765350398EBDA8F1D351CB5E1E7C31C72FDFA549CCFB4D2A3F90C7BB4FBD5F667FBD4F2C5B7034DEE5E22873B119FD34384F2D3E1C7227C4F90F661B32721C6A694CFDAC412709407CBFE683C78D3C703EF71A9F66AE15F657ECC532AE55FED2D47D390F2C3579BFAA4D6BC3DECF8138E6009F6D0E7AAA0D548C57C7EAF2CBEC383FEED091FD5A1AE5FCD80695F7748E033F035F3CF1B3B788DB36CCB8FFD46DD68A7C8370C1F0E1C7E9F1F6624F06D0C4B7DED5CDEDA643E8C5BCB2DC82DE9631448D046A3A8FCA38EB00B573E638A960D5A8CD575119FEE91CA463F0928010326A9A7FEB06797F2CB1F831139D42B329CCF11566FA3C719C02BFD598711F745538E15BD33F4DB4AEBC9968CD4E51A7CFCB3AFB710F87F985ED7CFF0E0E3C309E7E67DA53EB230DAB5725DC120D2482A633A81E539AD32653910686A31DF9A1E45E95DF6B3F4E391D04BAF709E078E555349934CDA806A8EA286A540A6D3A01A8DE3B88EAA1CC1B3ED7A509AFDE43FCB3C6EEB2EAD425DB8C7A786AEB49AB5EBA2FBADF48A7B71696F36B0D1ED5B6D02D49EAA59A2D09A5698D1F1066D5FB72AE5419E16A59ABC4B787BD4AF8D79A9F5E1C03A7C6B951A845298207DEAFD39D47F2F1C2F8127EBA9233A8CE94C3F30A8AFDBF77CC8CB169A80E9F5906449A3F579AA2A464DF5D71BADCDB30130DE3667429F7258F6BDB555F9741042B0CEB90CEA380FD5A379AE79E14BEDD431EA45221B3ECFB3B7824D6B9B127611AEBCA73FA31697D3472F4A17770EC8C359919A68842DF84EF50758439365E74FD2DB965195F76C5C545147FF002FEE907F68D04FC0F9E360DD2E67B9599A3DB7669C311E8C6CDBEDE77CFAA9E64CD8CB69345034678228248F2EE491E60AB05E432FA3479499258E5B59F57C38E2E58A2B8721D24F77CB8E37692E036B79B749E42F2CF3C9A649EFEDA32F25CCD71732B343603377763E2C4E78EEA7A651DA6D70A9152D52939D3A8E7A7E1FFB70761DD63EB585FDAEDC044F2B5B412DCC37D16FD1159ACA483704B8806DC585088DB8354571DD1B46DA5221BA5EDDF6F6D93B19592D5ED3636B62CE56AEF0A7A95A93A8E95FB6DF75DC2F3679E0976CBE9E9672DF19447790EEBB4C4BF1EC618DE6692366353A027135214D845F0C8B7B0D983F503802EEF7664B2A8D0EAC866BDBD033D5404D3335560957EA5CDB063D69E61A7E69DB8AA05B48AEB4226E9E85C9832C3EEBCBA49EBCBA5F75B7D7D3DC3688E0A36C9BC4848D308BBBA8355B07A2FC6670AEBF0619707D1A325827A5F4EF7316DAE4746DAC75A17DCE3F53275EE2D9E46E5E71215F77971AEF349B96E8B4E4044D7318343D52DD23872928D9659E2C211275441A15DE6A35C49D385544EC794759CA066E1C7C31B2DDC71ACC66DF2CAD195F832B6D1BD4C5B48AF32BDB8C4E6D85D40D22840D58E68E22186A916DCA428E749A0AEAA0E14C28376EC469D12BED91BBC2C4953411EE3042F0F49D90F2EAD0680AE2E361BA6AC579EA6468AEB9E09E2BCEB3EE96C95D24C20B75C474D74697C317BB5C87F2EC4DD584A4C927C090BB594DAC86699A32DD2932E665934F8360DADC752CE2DE35A5BDE7C4E98B9B5E4789A6FC3AC91C9C578AD295054E2DFB96D5A292FF006EB39E5DD9236777BFDB6D618657B986428034BB7DBA16D34569222D4D522A2B821B9815D07C7FD9CBFB31E9E2AFF12F67C29E90AAA837B62D195F470C6A341BC36F66B1A1D07E2C30967F8B262323875ED9AA73E5596166D54CBDD3F47D38EDB6A0FC7DE870F38EC9C50F87B988B5681F1BE185A9A8A0CE41A1741D551E3FCE05DFEF29501B3E5CB35F36A3371C58844D5F9B84B35644E9D6FEC4EA6D0427C2588B78500F79454858DD238A9147C9341F786DDB3A39292ED5D3F84E349AA0354D274E9E95B5C98AE46A3EA893EA215745367BECACDCBB958B6AA39CF91B9756B1A5E5842D7216B755E0C141EE0EE1D015BAD3FBA8A05091A694D117E12A71CD25AD785469353E03E9FF004636F1100A3D5432D10E9AB4F7BD499E833F8923331FEB7B70BCB4AF6E6D1C466F5B8DDA8D520AB28000C572AFFE778F8F1A0A7960D16DE2A70766927278E9AC7A20F6FDFC4CB25DE92BA73B68638CAD3CCCED72BE19E24A5D3CFC0714C99F5688EB0840A5BC3C72C45E8E21793C975D3B986FA5BA9235B7103C8DA50DC2D590F4FCD457E8A8106D7B65A50FBC619677E26A63D3736295D5E60FD78EB45249D23A6B6E2DEC1628E80660C914970E72FF0089F66215BC8207887F73656F7304DEEFF797534D7300A11434038F0F0C4B17C9BD1DC4891A5ABDB6E771B9345746EAD25699D1608233AAD2DE58BA66A3E36BF7900C6E29BA4BB808A6961F4D2CED14F1C28A1BAAA22F54D241EF0340B981F4604716F76A0FBDAAF23B9B084D49A8EBEE305AC269F4E356DB7F65B805C8B595CC3762B5CF9A0924AF0FE8C52550C2BA48650D5F6106BC0E225846D3D2E792686ED4DB87632D35065551EF6BD44835AD712471DAEDF2248A9A8DAEE970C8BF132E9C52C7488F595A8C8D950E228B46E5013C7E35ADCC28A28CAA5B5CF3F4895D1F6E63DEC44A2FDE445642C258207775AF3091D3A5C572CA9ECC5331C09AD6B5CB3CA98E1EDF0AF03E74AE2D65D1A85BC178F953EF47A578B0009718DEF7DDDCC57BB7CF1F6DEDDB75BADC5CC77F675B0D99648EEA18920B34905D3DD37C39644F8F539E42D6C3647DC2E6DEE2D1AE647B822E63EA0BDB984456ED15A5AB6958A015D7A9B3AD73C23B83F94D86EA57D05E87A9DCCF6D247E1A8B9E89D278941E541452AC5AF28A1EE2EE051D5DE6F4AFBEACAFADF2A648FF00F44A98DB84334B5EBEDE57D336DB2334636CEDF9D984FB91E9040971A89205448676E69401B2DEDDB5E7462B9EE5431C77767248FD7EE0DBAD13F2D6BA51A3896E3A9CEC268A24A4959C1C4B67676B25A49D682E5A46B3822122C4D016924986E575705B5CACB4A53A695CABA5634D1F099272F32B0AA324D0C4917836B9D1DD81E0BA33E22B2F1D2CB267A740A83A486AF8D47D18DFAE36F984B71FC43BEB5FDBCF711D21BA8F749C32C66768CAFC5D634E6386225976E9FE122C8CD630752DA2625A7D28450BAABCBA5A895AE7F4D8C90CB3AC2F72AD75D7B77B1862B2D323ACF60925BDBB3C966F244D2A50C948DA806B15B4EE9B5008BC64B6BF4A6A30EE16F1B15655D2D1F4AE20B7F650A927393105D5B398BA7289AD9F3CE02DA648A455524B514A91A7FAD4A69388F675861EBBC51EE1B75FC872F5717BB2720622378266524578F9678962B98E6B79ADE468678A5AA4B0CD0131CB1CB1D791E275286B9820E2EFB23792CFB6EFA9F054FDCDCC74FD3BC723C80C2F3AA058CE976F50B05294AE2F36ABE884771B75C2C4EC2BD072CBAE2920D6448D14B6D20911881C8E0647553B873355BADB067FFB2DD1E3957F97D18A17D23ABD353EEE66431AA66C39B5642B993893C0F51683CAA4E86397004FF2AE2D4135F88B56CE943C335CC7D55FF4C7A665CAE2166A3A03C7B4A2E9F2FA66CE8A3DD63F169A4EA58A59C43AA63D38C72CD70DA43DA5D950163DCAE79A4703DD8F3A83CF50CBBE9319CADF712CDD16E09B777AE4AEDB785E9AC4CBEF483F178FC4A5D65972D3C87DEAD78E23D057484F8BAD496E908E60AA8435038948356D40A82295CF1DF6B90A6D3B93B12757BB60928E5F2CB8789C1CFC6BEDFA2A2B4F665C7095F1619114E00F0AE6067819D484FA01CF2F0F7713F1D3E27C42F8F857FD78DDB981E7DB480299122F49AF2FF57F978A70F1A7F224923CEB8D9DB5708B765D3E7F136A2095AEA14FA31E79D3DDF27FA871CF0D4E06BE14CAB415E38B6AE75DF660B99FFB02B11A6A46441C71CF9BE8E6FE719608CFCBE9E1419F8D719679FF002FAC63C7C7865E190FEC9A7D783E7FD63C348AFB2BC7F9B072F6FDA066731995F1F6E3ECF2F024662A79AB963CB9BF67D5E6D8397B6B4AF00B966726FE8C0AE9FDEFF93C6BFC86362E229B4ED80E7C00B4B76F1AD6BA307E8FE5E74A61F8D1B25D54233FAB4F16C404F27C08EB5F06E3FBDCA798F1C79E63E923870634FB70D534CE9C69FB2B4C742CA0790E4199AAB142AC72797EE8191F0FA30979BC6993DDA03D5E9055350D1A811C92D45336A252BC71B93D859C625F96CE9D628A5E8216148EBF0E2423884D230A011CBB9DE8A797C2B6C8FD3AB0BFEF0AFF00BABC3173C7DF5233E190CFCC28A7D79E3BE56B4ADC76A554E9AE8F9A4ADC0F26A24781AE2C57874B76DDF49C8E4F6BB166720CC7172805754D6D9100D4ABBB6591399F6E210A2A0C56EB4CE9A7D39FB2982348249278F99A7B72151FECC0A2E63CC57C7EACB0DCA12A0E645699785349CF190A71E008E3E409C5721CDE6DABDECC11439FD78346A9F2E6F2CB2A79636E91B490F78B1FDA8E4D4D32C8F9678DF9A3473730DFD84CBAAA3A81369B7964742AC0D0E8CB2F7863F58AC208E15B2BFEC08F71DBA3B76CDC6E1B5F7CB4AB3FC28046D16E4BCBEF561E9EA352D8DB2E0DDC8FCA288BB5CD1C51035857AFBC35920B8EA0D4CA86565A65C5348FD34B906BF0BB55EA3206B1A5B92055323AFCBEAC5BCD676F71316D8A39204B4805C4AF258BF70B5C0E989A2645FF00348C6ACDB54834E79636DF985B2DA7CD760BAB7A09E2916E62985C4C7AA6350D168DAAEA250188956453AEB91C5E76CA6F36173B95A6D96AB756115CACB728B08BC8EEEE67B75D7D08FAF789F8946E71414CF1DEB3D40D33D95B572AFC05BEE5F653571F1FB2BB6ED143558EE2F60A7958C76BB315A556A3A7BFEA39FDDC5AEE01474771DDFB9B7E8F4D168B7D7D25845C46AAE8B71FEED7D95DC5FA64DC6D5B176A5A1886B3D1BCDD7B9FB56EDC29057533D9EE5729EE8E53F60B6149226DFECC040E2322CF6A691AE5882A18C70C8B6C2A2B9BA81E41E349D1EDA0DCEF6CD4452BDC2EADAB7EDA2CF4E97114B087605182D691CA469637119C2A4DEA803BE590A5C5A6D4CC6BDBFDC5148A6EA27528C9710F3B81AC37220D134A7103A2CA02B1F712434013EF0E695556BF4FD630ACA546B584C75CA8DD009AA873FEF29991970C5B4C5248752F5BA5385EA460A12CB2686645962AD1A87DEE1963648E68A3914F7058D1240B228FF22DF4E61F567C7EA6FB161F9759996591618D16DA2405A4223451A5119998D071FA31796B25BDC596DD6F7F768E2679167B782DCC9473A8DB82855411A8056422A48E6C59DEDB81D5B4963964A6BD0FFF001A0934E9668AE14E8650734247D16D34203EE9B0DBC7716F142619C5CED93C549ADBF2C228C5E587A6D1D30AEC861D14ACC0E2E4DD879B6F5D1EAA052AB701BAD1DBDBCF6A5D4AC93DACB3EAD3CAACB5AFBA30FB6DE25B5CC8AAA60B7BA7051675591179B4C8F16A04E96035015F68C5FED656744B4B822DFAE251235A901EDA42F2AAF559ADC8AB534B362D37150D25BEA36F776DAB40B9B495089A2D468A09142953A565556A1A61772DB184DB1770345BB6D7242ABE9E37B8951EF2DAD245721E2EA4A258B950247388C651938EDE61FF00C47734FF00956BAA999E1F0F0AB451590AC5499ABA4C7C5B90749FAA5BF7B215F1A62FA9E32D749A2F18D186AFA462D8FBFD3BBB76A14D6B45B88DD8B9165739563F7B545414AB27BE087E90D296BCA44305196DFB7455837CB783A3463DDF711405E5884A2391D5D55C8E8CB31A37A2DD5E89D0DD6E7548082CA7A63980D356D1D3563D427D04DF8BACB0FF00C45DC4AA9CEA9F0D55793C34534D56988F8D424F9D479A01EC22BF5E2C425429BB0E054B0D735E19DDAB5AA6B90B1198A57862DC8CC49DAFB3914F0ADE6F9C2B95797C715A8A70D5E1FEDD5FCBC71DA11C77F742D2FB6B59AEA0EBCEB6B732FAA87AB2DC22C9D29681F8F9636EBAB89A7692DAE2D9E6EBCB316F852982EF98E9656FC9D1BC71B9ECD0B0114AE6DA003DD1346884731FDCBA8287C2A4D31636FE94DBFE4CDF31A30EABDF37A7760C4D0909B681F461B94034A1E248E3E35F67ECC57301780F12C69F4B634F0AE669FD51E3EDC7114A0A7019E433CBC7E8C57491404D40A3540AD7571CE98D40B7529FDAD40659EAE5C87F3E1F5F538005C6694F3644D23EDFF4E3A9B75FDD5916E12594F2D84BA8FF005E0757FA306DACF7C9E42F0DDB37CC1ED6F392DAD66BB94097785B94AF461274D454F0C6CBEBE3DA2FE0EE0DC6CAC233B86DB1C1731BDC759ED655B5B3BAB08A4B79ACD58A300A4BEA8C50519EDE4DC36FB392E25486769B6C92FED60E9CB249099E113BC9232EA85C8490C6D41E546290496B243745D62488C91DC3CCDA14E98BA6D2C8D52D4A373922B98CF14A8E398A1CB2A70F3AD707F9713C321ECC6ECEF1EAB616305BBEB0AC8F24D2CACE94FBDF0506A07F7B1B5C12CAB25B3F7B5BCB0AA8AAC9B54575BD6E11B29074F4D6C618A94C806C5EAC9CCF2ED3DC32E9D5F12B78B3D80D3A3548B492F234CB857E8C776380ABE9ACBB521709C122DF36CB1EE48A2A3690A208E411D382E9CB11CC1D3A326FD71B7F4BAC14F52D21DA902A72BEBEA4D1CEC538C952BE271B63982E648E49AD240A9059DEB3AB586C1F13A174CB1DC1EA9939D0F4E675772743C406CBD4B48A584EE5DE85ADEEAD7D3445BE791B75BA36E522B849F8F5E5F8974A44CC353BE2E234B1B3B4E965A6D2D520631F5C0D1C9E7FD63F5E5839D68F5D40F996A509C89A479FF45461F553F0CD6A284FC42A3200D78FF2E18EEC9C5FBA34DDD5DC1274FD387E66DEEF988A8B8897901C4D7C9756CF0C32DBC0EA6B0BEBB85988D2BADCCBCB6E7569CC71614C5B4F74EAB05F3DD7A768DA42B29B2E82DC6AA81F101B84CB3E35C49DA3BDDC864B98FE5DA894EBF5639165DB6F11E49150B82044ABA656796146739E6D67B9D90924B1B89217B693AC12B923732F4E5782E2321838C9D4AC9FB845A58C12ACFB4DC751AC96E2447BBB6E8C89D4B79B4B5566B7671507C1852BC7161BF5B35BCCB7F17A3BD31724D58497DAE5B94D52F5EE64B4EA446E39414B68D282830B3AD4323D78E927550E9AF29197D18DAFBE6CA249775D9C2EDDDC76B6C84CCB67D6671742352C45ADBCEFD7A0055229E6258F44E3B907EECDB3D454F8C37FE0456B419E2E753040B7B710D5D82D5DAF268A3505A818C921029C4D7130AD7F3105732DF892C8ACA781A1D3C7C7107D19F0AD08A1E14C9BC7C3CF2C53252B749CB0BAF8DCF6EC547D1B9C83E2B48A942B9039821D92E64D524D2561B7D1AA2B8B966D764AF987B0DC83932CBCDCADE4413C77F1D350EB65B99D7F9652BF90EF693A8356DF04EED473560437C426AD591EE07D15FA389FAD71168D3A086EB54E7D3314F46869AB9C4DA7DECB457CF1DFB55FFDC3BABD33072DB3502346541A78D694C366789A93E2DAB3049F6F1C29E0D979F967C172C8613C32195465E3FBAD98C49ECA70F2AD470D54E18DEA80D756D02BCD4501775A7BDE2DF66588F2AF9FF2FAF1B1FF00D06EE6B4A6AF89B45287FD7E38A7DEC8FF00CE1C32F0C1FA7C7F91A5716C47FF001CB8207D362398B1FBA4D7EBC78F0D5C3CBDDAE3CB319E7C7FA32383EC20F81F227C7C71F772E63A68B500D2A69AB4F0C00380D4453F98D0791FA319FEF7D39D00FA8E3C6BC47D35FAF008A8FD9F47DE19E15ABFD4FE600540A64B8F6027FD7CBEDC6C99EA3F28DAB9A9C42D84003645854FD786007DCA659F9FDB8D206792E93C2A4E59574F118B778AFD0D238C7C58E68587C3FF00D244873F3E188EDED6E6DA49A56090C315C4724B23364A14249A8B333F018592EA393A75AE8E68A1519EBEB5CD1B5353EEA67888471092589281982F4E27A8358A3F06A8E2751AE786FED7D3978F9F86373F1FF2EBBAFD703F979612997F995D97A90751E9C199E1F769E784CBC7FF00357D98BD54CD95A3FEB0D358F58A1AFBA0D78F018EEAB36674867BBEDE699A254EA69827BFB850ACE1D4524873CB8571676D099A44F537F3EA91935F54C1B6C521531C710D2442B91048FD987555D3F12119737034E19D4E55FD988BFAB6F6A72CD47C3519F0AAD4FB31EEF10DC14715FBB4D400E18CC003204E9A795788070DA7814AD721E15AD698E1414FA29F45071CB1900083C73E229E1C387B71C787B4FD54CBCFF9B1B3FF00FAB271CBFB8B93A4F371E6CBE8FB37B8C13D1125934CAB1B4B2683B05AB0D308D2EE2562572C89388370377E99F77FD2E3697B2318B4ABC70D9F47589A3B841CDBA5C2D48AAD72238E365EE017FB42EC6629676DBBF3437658AD6FFD3BCF21F426134BD97DD332F2A020575E3F4DDCB29FCB76B8A8A81A86E36F19E53CD514C76A08BF02517A67F828FA4C2D1E82CEF5088FD5A79E5E44E3B7377BD81BD46D70C09EA641AA3B9B596EE4DB8B26951F870DF44ACC091A7C81C5C5C6E1B02D86FEDB7E94DC35DEDA4F7B6324D0B00F6EB32DA5C1354A4BD32DA502EAA003033957C28181CBE9915CF8E25B5F4925CDA6CBD897FDC733451F51A253BBC49375394AA40D0ED9C4F2EB0B5A71C76C6E22C1F725121DA12D65B9B6DB1DE36977EBDF997E15FDC18A57DB9BA63A6AB2070431AD31B25FBC6FB747DDDBDF6BC89B335D75CC76DB3752D65676020F57011696F26B310543A7252CB8DD3D4A8792CBB56F3A1275268C5A6E9BAEE773B7DA4C1646879631B5AA73F2FDE02841C4700660C9349D5B6B5603448D736171329BA9A14F5B144B754D4AA1A4B695A803B400407D2135DEF6979658F61866703D0F75C724D757315D04B41197A1BA03E089940045C8293432DBDC7A84B95B5FCB2C2D6F27A9DD2F36CB1547EB9D0D34F6BD27121149832E62849B98C695BA5B3B98849A7518E486DA488E90D22077128F1F65462D694A87AF3645408E4E1952A09F1CB3FB766599430F9B5B515D3500FF002CDC82B790701FDA39A98DBB67B556B39A25D919D9FA847CD6EB69B5DE8140C5D808E5BA48E9FBE9C31FA8DBA2DAFA7884973B34B6BCA7D2EA9E0EDF804468AE00F405F2A1D00D70065A4AD7FB3F5F81CF1656D2B5CCA9B9CD7A6CE18523633144B78DEC564929D1F551C26543AE38FAB6E3567C5C5AE86DA37AB7F55B7BE83D380369E5144A4BE8645595748F70C75E624E16F2C24BBB69A2F7BA4AEB2A6A08CA9222D4B00C330469CB3F2C0BDDCEE7D4EE30DBA5A9919618FA90C15310090AA2753A92BD4F979018F2CC1CD493C7C0545787B717BD9375328DE76D73B96C13DD11D1262D2EF6DAB412835CD202C5647E95C4A5452218EE4B1EE6DE773BF8F67DD776B5B2B3BE11D98B2F4DB8DDDA7FDDB6B0DADA417821842C84441EB91F2C43D4017F30341D64EA50A09761A79083F4F0C5E8E1F147B321143C3941E2716ACDC45EC456A14671CA5D429F4D31141E451ABE2B9311D3910911DAAD3AE919CEDBB7D06964BEB535923D27255C9C2804328B990F41F4189947E3CA292595DAB0D5D3DC0351A5A7DFA934A3D74BC545E99F97CE5A3D263A17EE3EE36D7A45AD8FE2EBAD7A7CFEF6B9ABD678EBFB929F2E12463DBE78B35059AB788DCCCCC5754F2CB916A9D0380AE4172C580E65D5DA5B3D588FFF0034EE11519D6871EDA70AF8F0AFD54C765C95B51743B7EE52282E02696264DA59255694B5A7513415E66D557E51515C486E62B72C3AA265B76B9E67F55275DAE7E5CCAA24F51ABDE3AF8E1E499EE61DC0E910C31B49D14B9F83CFCF6F3867F77580FC78E75C09B73BE86DA66B34F4D657114EEB15A2DD5EA4DD3B9B586559125DD05CB8CB96BA7C149AADDDB4E6AB4445BC0FEF67A8CF6D0AE3C8E55D5F61AD357DDCF3C1E6005732C09A0D3993E391C57AF6F2107241EA03B0A56A35DBA53234E3E1F45575AE7950314E3A4D73391FD980065E64D4FD9EDC6473FA05699E59F8FD181A587D87DDA353872E370FE17321EE43B16EC36310083D4A5E7A595E77B5F5DA2D998ED51DD467EF8591992AEAA0F65C373777F1D836DDE97B3AFC44D358452CBBAEDBF20DD2D36D992DC49BB59432DCF5619EE434DD38D7923E792F3E796D737772DBCA7ABF5B7532CC93A5DA47BA51A2B5B60B6B70959500591218A88A6571AD94CF7173207DC36D9A51676F241D089F72B29CD9FE566B932B4435428E4EA3913FBF868AEED66AF50D6E4B5874406724840971D6223248FC3190E5AA531FCA9F557C298DEDE35323FA8858443949616DCB1AB3911F3D078D2A71DA5EA0B92BB36E55D4B4EA5D0ED4B45B33255C85B87B7AB007870E38DC9ED6326E7D06D9E9A28CC618DB7CE367370108630FE1000E7C0FD38EF9964558663BA76B89ED6291E4896CADBB52D53636926E9745EDF71DAD59C83411EAA485699F6FA4B76AD0AEEC2E7709ACD243D4EE16B2DE05FEDD7AA608DC4B1B02647451F10AF45CB0418B75945B4517298E5DCE3B6B952A36CDAAA1520B9B3504B3C1AF465D441A488BA35DB75B8FFBF3BDCD12211FC43BE466E126A4D3079639890CEFA59D813A54658B8936DBCBD7BEC83C130B8F4A5BAC9ADB54B66881EBFD6C43D52A6EBA575D0D40757D3FE43D478EB2BD7E8D6B43AB4E1F5D3F08E9E1EEF55A95D59EB238D71DCADEBA2593F887B82431345720F50EF37C5ADD5E3864469164A8A9D295FBD8B869DDFE70BBED8FCAE2884F495645D33FA9645E888EDECA3B961D5A6A69174F30A6364E797D0FA09181D347F5C65FF338902EA7E921E9E79A9FF95889F67B7376042BEB228DE08A56DBDAE2DD6536CD3B2CBEAA294C6D1F4489CCC001E38D9E7BDD167DCEB6E23DD2CD54334C819C5BDCB3D94973630922373A3A8D2689220795462B62ED25DB25890A8AABD23E82148558CBF09D8DAA8634F06A3661B1776FDE3DBD7D6EC618FE517D15F594B10BE0C9E9BAD1417BEB551E5A5418DC04AD4E16A3C47D9A8FF4E37A12D92DE7694D6BD1EE66B896CE3B6B4B575BCE9DDDC8BA9A09E4861F8DA82EAF83D5A2B1A63BBC76776F6E5DEF1B5EED5E8FD35F6D1B32C76DE9F7192DFD7DCF70DE6DB70A42C9D3631DBCA4CD1B9D214AD6E64B8805B5CC9797AF35BACB1CDE9E57B99DA683AAABA6510B92A1C64D4AE24F3F529A699B7E28E19815A7ECC5BF1F1A529AABA4F969351E14C10D1DCAD2F0046905CA9205FECBA193A9713A5199DB4D34A9756C97E26B90CD2EDEBF978BA8049645BFC220E656DBF57472246A7CD34D02A9555DE02F5AA76FDE092A8E62FF00BB3BE8957912E11234E5A0263978C7FBC862FB3FE551B4D3DBF69C45A55581146E6034AF4652180D3CF26B14A6473AE3F507CBF873B838FF00FA64997373575FF2F27F01A9F57B7339371341E185E1ED1E3F4675F0E1E15C26AD55A72EAAD3DEF0F0A5712D48E27F9F9C6798CFF6E377F7FF001B6CA9AE54E96E3EF839EBA57F6FB709FD934E3C29FCDC386364AFBDD1DCF8F80D7B57B787F457C31EDE5FFED0C13CA78E5C1BDBECC5B569FF007F4FE1FF00E5DE19D7E9A7FA71964BECCF3F6500CFEBA6079E75E1E79F8D2986E1C1ABEDC87ECC655AD7C3E9CBC0E3DBA452BFBBCB97D9FB30DE27FE7532F67878E32CCF8780FEBD09A9D54C0F2D3E1FCA94D3C7F6E33E1ECAD7F667EF71F0C0D15AD7C3557EF69FF7B1B0D069FF0029DAAB9B123F276F979E1AA45699E4478713C7C7EAC3569EF7FBBEF9FAB8623EB1EDC1F0575FA7F4D5AD06BFF06356471B3F44C3EAFE6307440F9CF4FA9D5CBEEFA7A57CF2E185F4BD3F4FA793A34D1A7C34D32C667C3EAE1F670C1E1C73A70E1957EAC6ED5CBFCB2F079807D3BD0E7CB4AFD54C71FF00DE77BE1F7BA56FABEAAE091EDE51C780AFFCDFAF0C7717B520B8AACBABD3AE634AB964D2CC3CDB8F8506375F949DB29AAD7AC6C3A15A52E7A63F2FCD4AFB298B3A39A752EA99716A5B7538FB29F561EBFBD1E9E039F57203C78FF36223356393A30991620A57DCE553CED45E1C3560D4B035E5D5C4E7F5E3947D8733CDFB33F3C1E43E35E65A7FA3860F27D39FB0F9659E3957EF798D55F3CFD981CBF40AAF9019573C933CB2E38D9B969FE6894E3FF669F8E93E7E67176FB86F77BB67707ABDB82C36BB6497EACE2CEDBD13BCAD2C1123B823968CB402A6A4D36FB38B6C6B944D8B7041BC9976E46B8B469AB14B36D8B7B14F6E91294039D98A8C86796D76106FBDA51769209CA6FB3DAF730BFB88BE653BCA20B4B6DBEE25821EB955E681B253E0C0AF64C314936E4C89DBC91DE4092C3693D90EE55682544DC3D25CAEAA95F89186CB869C76E0B7BAB2B5863B6DC3A6F731CCEF712BDCC467D02DE39F4088E8F7B4B16AE3708B7C825BEB97502DAEAD7D1AF42EC95585BA77575672B4EAFD065D0A5C8C86239F778A2826F4D7CB6D63B7519BA3D78FD548F2CB3C97BD6EB53A757F7EBD21C70BA638F80FC4E8EA3E5ABAB256A1B1FA860C61251D97DA3142F55691FB5E5DF37A1DD374143651DAACB56068EDD20154D71FA6496D0C86DE48F759A59A5937332DBDDFA8DCE96720BCE9C12DBF465FCB32AD74C4D43A08C7E89749E0B79E2D82D05CEB48D9AEB70F916D663788A3CAEA06E0A430A20D6CBAF9B463BFBE28D5E8FB452BA7C3E71B83CF2C208D407AA33A3693C4134F384DE0E816B90DA19209E242DFC10D3C76E67B88A1023DD12752D0EBACD2230CE3B412DA091B6F108DF767AB746F0BC8C53BB7D3AC3F2DB9F471CC1A9D269C14D5D4EA293E9E9236F9B66D62F63BADC1608E56B78EEAE2CA1DCB66160EF21DCEE8477F771CF317AAD125862AAEA235374FD388F4DA743D388FD1F43A4A2D7D3F4D9A2E998685749E1ECA62DC468C63E21E42DAE943A06994F574D3EAA7B31B1AB388D5B7BB30F291A9231F2DDC28CAB4AB01E3A0637E93798A48EEA5DCF7A6B580B2BCF6B7335FEBDBE380A374E592CF6F2A91156A3C62AB51438DD1F71EB47DC3FC4DFE790A0A8D661DC3A9EA9C33005374EBF8904FB788FECC5F45348CF871FDB5C5A32F3AFC9196C239C2056BE7B87F51259C92BD56FE1BA31E9D20BB012532A9C3AF7046BB64FD5EAED124845CBFA9513196D62581A59FD3CA23650EDF087510F8018BB16CB0CD1196628F6BA230AACFD428A9D42F48A43D3AD4D69AB10ABC30C7BBA85EACB6AF6C6EE4865D29019A21AC7A9B594075D451DAD4956F8450A369CCF524EA8C8730F79866C06B5E22A68789C6D1276F5AC973B925C563816448D2641ACCCB3334888B03DB6A12F32FC1D79819E2FAFF00B6AEEDCEEDB859B9EF2D86DA34E9EC3DCB6F1DB7AB06FA08D36FBBB8BF5B822E56092631DFDBDC195C492691119074A92A80A4EAD6BD353AF97954062C33F2C5FF00061D5E50B4141D28467E1C41FAB16DA4BE8F5906488AEDA354DA89D32453F4E9C73346AE44E3E27AA1CB0F2B43751F18BB6CCA43C97B7632323D401F72519B099E59DA192C7A86D5832192C99D1BE593825C3D8452F4FA641E676529AAB45D4A60D4220DF2D9ABD0309403F89BB9A9ABD38117569EFF00DED55D5CD5C47C35F4DA95E3EF257C7CB1694676AEE51905F4E44B49CBCAA3DC20D38B67C4E36FA7FF00F23B47870FF33EE007C7493E38F0E399CB4E9F007DB5AE3FFFDA0008010103013F214E4FD072F78DBD5AA7E848A29F61D3983EFF0018902F3115EEA009A2CC1D871AC351A8555B3543BB025A89A0D3471B6108E011BBFC8526C2EFF9DD44DCDBF5A801AD1BE2F8D5AE096BB8081872200F025EA6B5417EB920C8B21E13B8BA8D42CA1DE2430766BCB880E06B6184180A40745329C79000BAE8E6A4323DFC62616D683AB4F7C046A23289628AE76C049917986E5AF00EA123D2BBB84480B0B85056533B872E26D07151D8ED3D37C9251B0A523A4C8569EE9EB8D58F024DEAA5EA022B052C4090C68A9981434DD72CBF030427058AAC8297386F7E040505C692728251C18148B78516F624BC2734BE20964061AB86435398623C4E14AC7735AE931F1332BECB89AFC3A598BDA5D0684AA129A2B373C4947616C275D843782B11CE141938621F26C8676B77AD10145561B2536B76022DD739D44083E12A4307D6E14361BB170E75DA5378DD81041134F317CD9FDE6A6A80255771A4F65AF1AC41AB1262D22428E6D8A7585CA63C3A346155426E3BCA0CD9A1B16CA537915B43B50AE236941AA93499A01CCE06D3862A4449C28D1C2A8659B2E67BCEF0830BBAB109428B121E86E165A2D6A9BD7E5DEC77DE0CDCA1888C108F6D6A8C9C74AE5A306F8D462168004CA8910A9B0017C04C3D5C96FC3B41757AC39DBE3893506D050AAA8EF183AA035E8B8219FC9D931CD5EF6EC9BC08A1475CAE5D039B751A2AAB79FE3C0635E307CBACAE575CB9A669B2756468389224F275824297737BBC95C345E47EF9C292FBBBD058224372041FA81C0190BC0374D9CA14553455DE20EB97EF1CA6F68F2A3C65C76577F660386720105CCAD245AF86F5AC74CAAD434D9122B1EBD63651360938EEDE6FA7926DF20D834B07272BBBACD700C2252AA42B8E013C9BF69AE10B61E1ADEEE101C87D5D6D2003C4C84A3045355D3D53993A1CE4C3F0685616CBA17E50B68A3B83A01B000F7B60B413B61220BFA28C64272EE52087B41C3E36E48BFB204BC6D6933B3B2A869B76143ACAED2EB1D77581AB4789A0291F6C475CD7C9A9384BC0B9331A4CE86589D6A2B1699E1D3B51F5828A0641AF44AD34CD80ED01728055ADA5414F8D1E75CE1F986E055752D04CC5A79684428E40A82A623FAF391128D189C6BB73B230B441A1E9E3EA0E4CD3D0EF1192E14A2C11983A80EC65A9EB8DB95AD509B08E3448A56CEB7B33536FD702AA97B643788155D4206D1A200AFBC9DFFA964C51159281C4AF4258037CA3B0BA0E495DAC24F6348B290C46F5D2DA4471ABA5C94B020C98DC00C6427266F3F61522E2E4886484718082E8D2B3217285EE2AE962E3921330DB2D41D712AD2371A9C063B03798EA511DF54BA09AC8B7507623CAD0E9E577DE1103DBC49EE2B5B26BD1C77B41CF33C5DC13C0C1BFF1DAAB929892CCFB6C5F718A863E8D30063EEBF3FEB020D13EAC6EE166010264B7A84A984185729D9A97CA4D29B3208F53144F0BAF2780BB5D004594E021C8DF4298450EDE1C5223B9CAFD6610FD0A895F8F632DAE9C49BC9BCE09A74E72084EE1EB582F8160BACB519215B2D355A1810B15EF1269EABAFE0A5B6ED1D18423C2295F0820316900A210344E459AC566342B7648801E11A7499D91805C4D886821816FD22F4173E950C20E0E6E07E97201EB74DAD63D78BE0120308FB8AD3CB99FC8866A8DC9CF76ECF35C9724166468E4250141B57A97DCCE5596E3CA4602700C36081A73CB0AE450CADB9033AAADF844F282C43045C8084A7762009347EDDF67C276F557DA4E6E434560330ADB704425714B223E142F196E19226020EF815A42AE378EB2651DAA0743B1DDB69ABCEC661E903E505403A6BE17DD6E116AE9110274B452E7F1A56B4823B6674723BAFF0038390432C3259C02D3ABF7F16387244D3B7880D07581374628AC46BB5585544A4ECE065CCA34F88ED0D85953E353CAA9BE5B0B608D100C0F20500052D9BBC0EECA27456ABF10C68D43686749A4160378348DF9DEDEB0D1C4F6FBF236871E9A6E8E80E82CA4380D366EEA58C7DA5C5F6196996F3377239220DA56414182A083AAD482BB3C8208630B609B56CADC26002626972A11A7B15402DB553257CAE1844F1DC2EE30B2853342BC876C86C19567CEA7337CC6C40D05CE3B6D0A0509F50ED7000D07D2106F6AF6123E0A9C3D6F881C6049800428B4D9C29FE8ADE40A5927A0A1117E0D0961393ED3C5F1338215D1376E85021EAD3386CDD8AE31B9CC49A928728319E38AD7025566EF8657E3F0BB9245846B44DF971C4717AB97A1F188AAE11CA5D803C388502968E3C5500A407BBA6B149B502253282BC56694559E30B1C86BA34753BDD0065DB56C1A58A111D1395F78FE129CA6A7EC036019C79E87A1D6B99D12D6F5CF5F457C502DDD01A400C3642F21EC11BDA643DB091E8F3401BAE356E843E488341D7D326F7878CAD295766AF5C8485EB268ACEFB2A268EC5745893AC23802B50AFB4F3AF93A48E39B0B366044541C8924DE24731A6A7A88E8BAE1F186B750D2FA49C76E932296C4DE7695018087CA9AA41E90AE8AA8F1F8314A89510EE118F21F86F8F18C60DB76008D854E0FBEB2C766BA207A2CE57BFC74611D0007A20F54B7B2AF301AD22A54EC1AE566EE16BB5A7E157F7AB0C7870B0CD561EF3EAE49B6D2E8B81048B56B839B3E4C2D657212F141ACB0324BA5FB611C36D177BC665B67C11086887490F4E233E5A1B836FBE0D6C20422F4B92C5742FEB857DB583C1511A9F791659ED52BA280BCD27335EDC25C3378000B8D11C6ABF7195F7468E015C26E249E6F54D4E1E192ADD41228D6342755DD9AE585C5CD5EDFBB5049A9B84CC706022F1C050F23C3AF3F7EC982D688AA9AC352FE8D063350D469CD0590830AF0686F8C6F9375F51CC4D30BF001ED24BD92E4C34CE1AC582A189ABC190C1A24E42FD5901D007523A816B7108F3E3031F312537503919A0F8C9ACE039549F4EA68EF0964D74F0D40F67E7740C03246CED78710F19BBA17BB6F652F44EEE2738973B2E83D4C4540512AC90E921C8B77861E8E6F48D20319CD29A45C7317254F90781A6C6F425071BCB4D847DD83927427CFCFA55EB8C36146523318C22F4015CA07869DE5215A105B0020A3200069CEE7403AEE11A7A82D95CB49C9E374A044B3DB6A9201E21331A948F7B2322B1D9188CF8981B92E9410D0187408AF30060A420D51527402B306C6E5E5AB804728639134F09F98B87439505702240D055FC68E9CC00CCF801B7A4B600397A97F9DB939A5E17F5527C92107F32B0EC5C2002196D831CD48EF423ECD9A0865260F016EDBBCA40885115F16B798251A65B15298A418A27CF4A155DB24FE27C3C058B784C44AF61AF7AE8AA080A9E7D5E668E6FCDADDE8C2EED1CF94CD09E039184761D0522F74866B61ECC4317D337D311C9C3963CE258039E82D42F78111766630021212DAAC4502696B9E1D5640AB54960321469DA762A3951E0C11C86768E13A4C29A4D3CD680421C0DA4A1F50CD264D3DA39371F0E7C8BBC751B9A8CC5DDD2F426634B1317CA5A47AD6A3961E8C144BEB69A2275EB0DE1DE384E28374475F49B8475FC4DBCF2B1BF0C7698A6B8793660CE0DBC805A8DC4D8074BBBB30869B9D2B0058BEECBC70E544D7A0C9FC367D9F6BEBCCD19E46A042E557BB1AFF00B3AEC4BB1D1323EC15F50D94640386DEB50948D5B1ECD77171E0625E14EE55718426E379DB504B755ADBB9EF85AA1BE29DB567BD2C09BFC24269AC33CE48A3C4AB82360E10CAA0E2014E50C2043B8BB2314FE401034A50C27D5FC1CC4D683962FD140F1FACA125C88C119109202C310D9AAE583BF7DEBAF3F0EBDDDA481EED459820254DCEA4489E3D8940D194EE6E0D73C9A2AA763200D06F42D2211AC745012B14B592450A5A85C37E8472E34A715615829D1BA5084C5D7BAE85CCAC5AA8131E2B5C68CAD31362775CD98431F6239C3A01D03D648B771506108D4C92301C53DCE23D1044215AB78661E7C0D97985D4872B8A7094BC21A069FB393C99CF3FDC1E42BFC5A4658597A3A15A6F680C005C32B840E9E884BC0ACE15FA605B036F1B4845EB542484212791C679BE41BB4CBEB324026A3A127C864141A5570525C6D52F14D03686240C6AEF5F9A8DD266EA1E56D6D501AE49AF31CD78FD20199E54742D7930262B8AB2B6561A35037515C1C6DD1C1FA747991DBBF348815B1BD0B5AA51C6A170D4EB9439BECEC0EB0FC03176A2A37294EC61D04C069745EAA8A0D2F79B38247489FE07E8D7672E371A4C689377B98F68130E19A24B9E9DF9711445D109AEC422EBBE6EB35506B5E470DD367FEE73721B585057EF24D606F9D46DC4BEBD88854D6241184D72F04683FBC4F9E38A4759BA6167899CEAB06C4E931C87903877DE8808C54179B4F4F2E145656A843A81A5D7209D02349291692B654530333709E359E31577AE7F05660BFF00E8EB9D2D3BACDF036276F3C12E73D0A54F54EC1747A8260D82118B495075B5797F96EAC2F56A2B503C193CC98E04E1A457A6541548AF591D2AD00F02B93F43090C5948226A1E3A416B2725B5CD6023CE34F05906B5F1BC50697A964BA09D83E066B8056359CA6E801BC8A56FAB7584DA579627A766C493A1E1B59A7DF2085841F64A492A2AD7BC643A6413D6DD89B363D4AE22EE8700011A6B680D6361C1F81C3204BC26A657553A898092985D68C9EC3C844BC868E02EBC45EED175E429F9734D06958873C816342880281036E2F087C838E6D97417ED9C2B68A0344B51953C3666F80E582C6D4CD48020F0422645A5BC4D2C9041912AA23A7C026D87853C454229C0E64E62A30560A46D01A9A863ECF380136BE9F853DD32EE6EC81174C89BBF84E002D4D882134E44B22211F383E2DCB6C02AD5D601095C356E2DBCBC2FA22130F09242B99403D2CD8E3F35728B1FAA9B0933E669254BEA12E45867A6C29830D4AA2F1077C623CD8F024BEA81E478D39724AA881D50C93BAC702D2F606D7F9583A3687586F0AD7B4BF642E00C2D0D1BD54D8BAED709C1DD16CFB98AD24339CD191319F46C7A4D5E00FCC50D00D92C443CDC714702377CF46EA82E7584B4D8FD805544768E017112BD807CE04455A26097D677ACD433CDD17269E9AE831C5A94CA3865E0CEB6C20911223925E653D0812A1515E5ADB74E3AA168101F7419310667752622770A0A8BCFC4CD1AB184513D3665E0648CA1645C8F2E69DF8E18FF0097655D591EA4E7860223B1786B6A8593B38F6D25A4B83C8EE4851EF6E259E84FED583A6F6D60040C91042B7B002B178E4C2252B1244378CC55A5CE6BC1241344BCD0FC9F1C60882D12B925E79BD4180B72EBA3BB32C6EBC144D407A489BC6DE02308BACDB74A2D365E454C0BD239EE9F7A1A9B411CD735634AB25A566CAF41DDA648517B43B627384ECB0DE52FB50B06AEDB4A586CBF041412A01C8B6F1D095D440FBB85B2F1576ECAD3FC28D15C1CAF4E05E9C95830B0584EE6A6E5481962A1863C1B548622545A7953372B0AB7596F082B8228994E1012B586D645440AD04EFF00980885ACF90D461EF36526ACB47E1CA903B624106623EB5E18251802AC5DBB0246508702786C9AF00C3F99106292B65E24B2703521D3054A8D87B929E4E0F4CCB66A1201929A0E2716900A431E34A6CA41D71870B1EA6A232ABA5C261500BAF278EDD3CD8C144B7F359D46AD1CED69780CD05AA289D686C13C985F50D935108B53E65237E751C16448FB88603B41D1931D588A069B9869D5E041F4497A95B4412B279F2621978EEEC45DAC44C0B34916116522962BA1A3AB49D84EF106446972908080568D4DE1745300795296950F8261DF57CDD846B044EE1CD7B1B0E99532E20061D830BD3DC8C5D9FA6559D682EE40F41CA7230B069FA6DB0F18099AEAE80D102255D10A3542184445BA1EDD089DD83B5C227346DE8986C823986F8E407735C9D14600A36B0EFC056E59A82F931496EBC359C9015B07A8D042C2ACC6D10ED6C06E9D4C61A20EC308932E1CD1CDB0DA305B61A3A65AB6C81785617912B7664421C38C1CD7E3DE3ED80474D31C2F981C2957DA8C3F07743BAC04ECE2B32FA45D91D1DDC97BEB28E622BF6C081A69B256981E0EB28210030707C91C85DC147B1121AF056EC821F717094EC2954B0D4651A2C27991F10039BA43799750C5311AB08A798BB55D853203C733835F512036D457FE95029951FDD28C286328988D9055BBCB01A334C4DD6B34E25D220DD91734E11E81B703E936EF2C4A4BB492AA11E78353BC87B4512E4832156CDA64A405EC2AFF0065FEBE40AE15422F394F064F33960D4B461C00C2CA7974F172AC143A642A9ABB7068FDCF4104769076E738C9BB16A28A28A31DC65F954402C8ABD7D90F9CD9DA01CC651CC22C6B49E30112C1AB232923A9D62B3C5A018EEB81B15DF1A662997A0CB40A37CC1CF917E295DDDEBA32A9AFC977284D27D417872DAB96797F28E54E9BDB72C81271CE7DB6B3AD6CF1B2E481DA7BDD01A14815982C1B11B2F21CC17E009C364A10ECC58513BCA2E98A8FFAD8AD9BB55849A62464DDC3C1A49C5D6F3D504D0A68F7C9D275CC43CB1308B4DBF28A9BB864DA909B50EE924EE34B91C9FBF1B48287409D42C4CE193E3E2826C9A092ED716A113E644ABE9504E1E6411190940193E7769CA408D8574439E56A3CD327D787D02F3C935D8511F19E8A227052696AE1E87064F5EA432F39B5D15BB96A415D1E21A4DE918A98CF02564F1893757B928A8D938D1DDC9C86DDB5BEE453B81C071BC90136656EB06B230569563C5508CB69B4D00C1E8A6F5D8CA2034440B02A0CA4A1DBC4A9D1B8165C48D0E9442075C180CAF9CEDCF32A745EC487DA10AD7E3E466C27484FB195AAA036416E1B8591F38A8E44583A63F865D6433ADE15CE38680AD9130B27A8C1CEC65DB02759C57EC6C0AC0C661F6FFDD592A88627863DDD04A74C86AEA52E006EB1D1A1C01606C4AB0C469C29ED053CC3E3A98E01D50448EE2455E2F4E0257A0595AE520ABC839CD063CDE0F80EDADBC0DA4C86ABABD96D1ADFE356E63FFEDC9B8405AD3AAB9F13C92E6F12745A9CE71EE16D03AAE8581671D4302A836A34EE2C2875B21ED0740CC7455C8A2F0428C1A8959A27C0EDCC1D8E3286C339007A94B742D8439034250DA6987C3C251D0C519D578D738513CA21520272D87254E3F45B8CE356C1CC80C95EC13CB1E84F4D3C5C12B9BD0E751391A5B0AB85BEAB4938EEA68667801A0A63074084435AC899732006A75C526DBDA8233BA4220F866A824C6A28DA632486C3124BA4C55272E323F29F9A819BC28AB345A0E5B5C2ADC20D5DF4A9D6F37405F96DBF62746B4A46EDB458691D80CD5A09642958D17C0326BE8AF1E90670088ED00E86A6A44A1AEB1249A26548401B85B6AE4B96744091B30A7E68F3D74A20203B31CF2B53D1D91F1CAD2294C3B92E81C594E87A9619F453B6982312116D353C0A13C05E598ABA7211A090700DC06539A9263AB2357242221761D7A84D0F668EC15BD81DC73262B3382C6B1FC07C43D4128B065DEE1502092C90A18BE7281403BE21FB661A82EA86981C518E55B6E374F61AD03A270F72BD4016A005A670C003EE69528206DC7766855F41111434721A174191D03B9A80D1095FC393084953703AB003AEC34DE695C3403996B5E3E2699C8155B02D6735297A86EDCA6F50DAB6874146F877BC00F79D9A2232974854C4FC64E84016949F9199323A5423F0D47903872CD408AA3F540208BA6B59CF0A10154B5BB57911C1D2B2B024183AF16315D39B916BBD9BA78A401466343FA4405AE6A0DE3F9C0042019ACBF9C6BEB03D038BE5D79CDBDC869AE76B65C4DBDA76005957C8408AB57045EB44C1A88844A2B850E160DDBB2687385988803102F7B71490DAEE18106DA023D75E01851CF152343EA20FE74C1DC4BBCB19B63E74E43214F10031E3C3055387138D445668864A21D619691667034626F44A33581D5A5A1C5B9E2179A6EE51343390920B0E327C30D55D8D009B46779BE409D26B5F55D3B1A0BB2A15BD420A8002635094C7142821C43394DCDD1C8A56D13C80F2A848C4040039541D3399550959AB43D9DA6B0C19B1E7A520AED33826B09651040424178DDF972A1E8221D81E554029E79761E9B26A909A3AE5FE6B9DA5955E598A0D07ACAD2F248DAF84268E1514E08551F85A13E5BD634B20C4832FAE8DCDCB9B2ABCEB2DCE9C5DA6FC58A4C23B2E0CB1B13DE5843522F14E00A207F1AAD81B237020F706FD0A5AD641F25C9BBF8901E0629C868E1EB88696BD77BA545E3983A014C4618D9971565E25C9E6E180001D1497AD548AFACF2DC2BB7088E0D103039DC43D205919B4C858015227E0700EE8F576E80913AD2E354578B6365C1CC442495A99826961E113308E102B98D8989C73AA58D80C476EF69844B07B81557D047AD4CC2E7EC8D559EF65E8CE450427AA6949660F7A0CA3189148DCE96289D828F63BD3186708D04F2CD6F0BAD2699CF0F04E935891D5BB7BA0F1330D9901D54E62B8D703B90E77C9061A1B54A51571203068CEE1D183423DE54C72A31A662806A02AE4531A2F2690F06E114440CA028F313F50AA8B1B2FDB4F80D8036C5758DE879C301469918A260E7CD7657B276AD90381681E0628A16E34A8C7830613A8102642D487366842AEB3CDD3A0A413811D18C1802D24DF20C8A973EC93540296131D1C542A48C9D8169D35B72B030DD5465515361D4BDBAEB341018E86D343EFE44337C15515A0C3B73F37BF59CE4A58D2FF00343B5D0387CB2C24A91D5DB10798C592CB05084FC1A9C26CA40CE697AF41BFB42E646EA90DC7F3C358E0D36B84216DB7386EB5778EA0A0049061D3CAE2577845291EBE233222D9310110142AAE77E2149A0E6CD40BD49AAAA089CCF39A3FD381986EE08D590383753768542291A6F0AB796624D2540B892FAC88E2C807C3F49EA6C914D60819129B01286F7DE1BD1DB0DC881EAA1BF9C21C3466F0C30A135D9557186B803CC831D08D264605356090195D0FBAE5A779323B356C80011CDA604B46138E28281631121D3B4608C20569613462428868DD282CAC8466763B9CF51E2394C368E43091361E55D7DE330FA46C49E6A1E416276C160804FC47EE30468B46042F0D29ADB6D34A37D703714E0FA82E640F0E02E8218EA89B548E10872AE0F5E9109A61E7852ED7BDEC843661DE9AC1753C580F093AD7279DF26EE570A5A9B85E04638C73CBA06FEBD8178C6189C5FA9343542DD254D090722F58C62580D091102C01007B999D2579467A8701F21C99012B8B6FFB9F3DFB1E524AD91033A863E620DC34085C09988F55A8796EC3976AB1D75A7D83B290E8722BBC1A310997D0D15B40DC8AC7C2ED7DD8A7BCE96BF85A73B81E18079C677642AD548A1E70699A6AC5C9B77107A2DF1E9FD6729A230008745746F27EDDE23BB8CD947B01A6B2C96B6A4AB3AA8CF022E39196A83D542D166F900BAD460BED550D5D954E94D9BCA622B753700A2002CF8E9C40794E902411D66F5237E52447B959B50914EED4E7C384B7A0F508B39245D683F395D34B6A2FFAB75CFDF4E12416E42F025493B84F3C28C4418EC84AAC59395DE44AE915084AA831185F9383929AA4042D64905B28DED31F39C7BDD46B21C46567438FC9835591D5D1850EE89EC2901311D90E9908F616D0D84EEC0382FE686DE01B42B22848A4C44223567E03DFF3F710E6A94564316ECA1DC35C428DAF81B129A3388DDC83A58795F6CADF27169151F41D2F18F996CA2F1D0AA494A4DFBC84404D641146A918A5F372D6526F52CAA563A937885229817D2482D4342357A5207805F5B5200A0F4F8408C1F2238E93DBE4B77D81A71044E53AC48E18B344C22D6B37E9C02CB19EC21DA5D5E77B79DE54F62314D8E9B975D619CBB07A7A5BEA78CB2C3CC3B028BB728E7219A73C0029F9B42381409D315CD8DE78BDE447C78A12557BEDE4EFAB59A9761CC0837845260EC72D54156043F2F6302E90E538B5EBEAC401E9BD06AA03D51F20175B0FB1A5C13D41F1305CC068AA146C6B6EE84D83C431309C51121E2A7187D88F3DEDA2B091EC34344CF4DE725F418096BABF6C8A2D5A374572B265B5CB03482D208746905EDD7EDB0996A36075639DC70BB92CDA8EE8F951F4E2ED24934469173C4B63AE417954CEA7971F75716272CCBC676282C3A274A13361CE5A06A17C14E94376C1B01947D2F2810D0F86D7BB804614902940D6B5114D713108B5DCA11E1B06A686253EFCDB42DCEA81003822145817BC4AA41A4005A6C636E11632984515BB1AEE8727ACD6C7BB9A2F967BFC43BA865361713809459ABF3669004538510BD60FA8C15B4B949812B0E70B094C6FE07D1ECD007EBDD069D0C6D0C47521817311708E57F27E24E674F446CC90BAB6DC2CDB9B3D063CE69C841DE14B2C859E11D10FE728E2CBCCDB0B4ED369DA46A805D8D19A0A4E137089A4871F0C2F247EE8A5927CFB192557657274917024404711DB3A4C0961798B5ED9A0A9934D9516A785B4BCBF7C9C14B857AED429D3618027A8A34252228879621F950A0FA19150DB59B00DD7F290200F05D50A13022565F8CC2977DC1D31C50F09DC64D4004982290092083416507818DD2E0925004579A0D3B9F5EC32879EA8D0034F429EEE1AF442DD2477954FBB8949B1A558A5A0EFC4B96D6ED91A8C0DA00993DA551A51C1C9AF384DF1A3B2CF9ABB5BB64CAB091B476030687E32E35434A7906C30ABD33C61CEE602B83743BC2634D1C020296D019C570247777A9E07075ED5A64EFC4C62853B0256AA84B49B99E84F2D45C29CCA0911D294090A1500A3E6C14D08AC44E7B82CC680978E42A6B8F248B536D5E13C1BE726076124741340142F3AF2D300E09144060702D83BF18E9943DF101C306A375758CBA1CE0B42E1D9C0AE1EB1720E4394942877465CB9E51CFF004B0424B570E51E4851DF21FDA739B137B43082009403ABBE35835EAB22C8D77C671C3AAEA37A0B4810A0C8709D52BAA21A330AD8679D01CB9E440D72F0816314825DEB63B14E1106B08B24C36D80A736C5705E8CE19BD35C302AC53BCD5C28486B824EB96B2991D74A8A5ED4B78C462A2A97E4B0E88C40653A5C652D4691D32F000AF68A84C3453D9A78C7F05BA4E6C9CC3622C48626C21C31EC06085FA0E698E0584042A97A5F6E5BB7E71B7070A12B26FE4284A71BC84AE4094F4815DEA30DD778C30781E1340E8A74E1E757739362EAB23BF0E3F386D0BC0794780E37E3CE443406A39680E4F9ACEB363D1AE8204D1B40208EBA5C7C8086B105D2CE437E347BC20CE47D5091AC11A93D60A59D1B4B8D08ADF6B66B2DB34F9536CD20722639987DBBBBE86243B137EF2D8401AD9502A25542ECAB879974BC53772063272002EEB7C7EA814E2DC8CB578ECDD2D049D9DAC5A519E0122757906FD8A18D2FDBC98D5F35799EB25F06046A3B52476DD468A8ABB656BAC67C4213700C7A7B44780E2B23FA43B00CFAFB6006EDF66EE056F23907C65BE7C63C99CC3BA1087ACE5AD82DE644EADF33621E1CDF0487405391485D58497588625BB22B1DD045140C1C23B440184373039C365D524030D58E13BB5190A0456244C1734721A26DD4E6EEF24D3F7C1A28F43822B4EA3B387BE08688786A535F6FDD275EFDC994ECD0503C60582B5413457AF27D1905D7F09374B1D2471C33502B2BB4D9DD1D8FC9AEFBAD9344AE52F1A3BA59589A8686F7C92A5749B64ED08CC302302DF22F5E71C800CD53431ED77485627D7820D46E6C1BD98F34F9AD6EAFCA86906CE3FE9C484199B67A646E6ABF87C557293D001655617333DBA22E419489D77A60A87B3B10E42DF769CC7B0A38B2570CC8308E478BED406B5B0385C8F08A384E48A223A71B3C1963A1FB8749285B78D52A0CD15346CD7C4C8D6A6842A3266820BE84AB58424E1C1B9A04D38816004223878B2EC13C906606514EEE03C4102866136E36BC8B8F8102D5C532B6F085D269EB4A3422D60CF6487B58D23AA2DD6CBEF7CB6E4748E902378F8F4FEEB50617654915C4C22A4AA42122B9053C72549CCCE8E53DDD9AD02F0B512CE7519825737352A69A568A172E772CCA9AA2CA8B4C30A3214EEE2FCB3E03CA52A9B7068144E0A15EED71C33B57303EE350D659FE5C4D389D13505C32E13515952A1625A13C7031C6027E786B20C5C01B9F685422483068C3E7A50041836950D82724C224776CB56353A6761961BFF292C84C3EEA1A3B88A685E5AAD53B713A130AE5A26BAE181A8B0CA58143BDD2BE12DB0F7C33420B265258EB16EECEB08D71690324E7A019414DD8E0F535D4A700A23D19C4F4086B49513B567E096182FEC503D56413524DCF445F0DBC64DB428D9D43326F71D510D333B9C9046F18D0C1E5C472DF0299487D563B4918D9DDEC838C407E40A5CBA3282C2A4CDCC56B99AC27EEE10753273A11C4A96693FF004C660451939A0B8A5725A3786FEF80DC8701020D1F48DD2E1474086FB9092D17AC31F4559148AA6EBC30DE1BC73ECA66133C05D1BC0A1AC60B70AFD61B9A7E118561F9FD6ACB43800ACCF7DE17B100201065A124A9E138052323885812A2CDEB34D086073C38FE222ED7DA272185E3C1202646B04C0F41973CC11992C7401AA912170C5E86821AD354E6E375F6C14B4F87B2C2114B042C93828A8E987CA474E3B4C528D9C66DAE98C1C3F66C42B6D962C1806382DCE5283247EDFD8416986E0170D6B4790F4EB2907A5D25F5829AD364704A4D342B3785C2BB0C01E82DC19241734576A261AB8C64380AE0BD5EDADB8D525A9D923380060EAC78E79F89EB46D664103139C0B6B652756DA3E55A3442C6F36F48A61B7011B7420D39F001E1325CB7FC439B2A9FA031D72638536C7A8B6A885613667029375336924781B3421899D7F0419311504F31B69469C832888A0D48A9421126A24602C3A01D2F1D1077058A08D27441674D33BE88C936E57629279E7930900E77804560CEE3609EF0C964781F6A2A7AA1BFC0FD530EFB9888E8BE1F594B20365F205CE7F39528AB20F363346AD65DBD091BDC13809068B22F85F78DF2015E1C22D9AF961B5E472ECB408BCB6D8D1DD765E7ACD4C46B9EB444E4679E278AF3B9169D61B31E1BF666A62BE494773838E64F183AAB69573D89DD31C214683DA85DF3B014D8CDC21C5F299B333B8C845DEA867EBF334514544D25B506CF508723C9ECAFB027A5AB6467D2B63AD9B656CCCA4D1AE6F1C240CA054C3216BD95364982A8F75C1CF2EB7614088036E2BCBBD3ADABEA2AA5EE75B5B6EFA7206D283C036B8275F9B8DA2E15DA389E168B08BD60741D88122F205493CBD971663A64695D8E6A86126EF3039875ECEEF81AB9095DFADFFA4F157870D48B33F569C24C45764355D0F8061A5F30D1E9CE0504262B704E7C508D8DD0587751D9BE734786643B2C34A747B3364001C88071D5A6DE23AF7101C56E17A35A06094200E2723B19E2DEEED1B29508922874742E2CC97E227A191ABE3E9101AF311DAD000A13169BED97E1D5EDD795ED176C4D809FA015A6846F9D1B60BC1120A1AB9A0EC31C6FF59F98E802829F13961876570E4A649A07C5E7B33415870A2212AE9D8C9AF449060A6EAE345C4020079128FC8E0BB5180D6D600ABFFC6A7B8333E943A3CA9E97295DF6D68ECE3D8003665D1227F7AB8EB92231EACF42C6AABB78D9E0D33F22410CC16CC0C1AD21A7AB1CAAEC5335A4EBA4A84E5DA65B355A316EAEEE207B3CAC37902DD79545C8044B377CA625BAF47001035008FA31C41F52B20CF145CE56F0C689DCF1A32DB86E02D01DB1988D8C2FB5421C088463B8A59A1A9BE077BD19CCDA2CA62A78C45A3324FE8495E001D420850C0A3CCF4E19A45B745EB41CC218199A401D27A0393E6443625E1DBB00611C0F681BC1D5246F7871815B2D6542A84FC087228EB3D44BA5491E1572C6FBFC5B30B49BC6B030C3A7A5800446CDBD9BC14078CE1BB38368AF6DB8DA1E65C6B83B05025C38CD9F20A4E80A6C5A5161C4A4A0A8412C889C38141C5192208D711393971FF4FBE64DA765F3CB37CB3A09A9A03BE7AA5920D3CAAC8DF2A2EBD2E73A8020620B88043D5AB578C789D2090D33B74B7EE9D291DC475CC1264C608107690B9A8A2E46FF009EAA49050E918091535DA4740BDDF7E1F6C2BA2542C1852A68B6688370D885F336000E3D418347057F3DC908A0503B71BD9B037F7C8BC85BB84A3ECA081AB56BC03B9826821A0442209576E8AAE8C98DED26890DC3C1B79501D765D1102949DD4B3100468166A85844A96DAC08FB14CC06F0DE0E7ACE54D6B3969A84AB9737BC244AB1E370FAF01528E17898846328C04BC75A9EDDC9BFC0F46078AB96DB0715C39D8D1CFD69904C447B74AB9CE170D03829720D041E7C329831DBB739571EA1D38548049A6DAF1D16FD9BDB1F6775B9A0C90AD1A3E300B9115031482B7AB64DC076FA94C88C476405163C341E364183788E2D5382C3B929C22584B1ED5AF669574701A9156EB01799A5E1AF16CE475D610006B3928905C1C0B0621889D848BD314E5019DC4E1B33ACC140D4045B347181C3CC03B474F1CFF247BB75AFC043BB373AE66683841C3022EEDB8E538269670C42A820942828B19487864013772F47962D9DA268337E9411740A28D97B139AE95F390A771E6409977663A2024CD4016F04876720B8D860E4B75A782F1CCAE75834DB42C86A3C461CE3B03B400E1CF74278D37ACD012DB44004B602B8D80658063AB52095ADE9CBEF92628335A115B5398B4196E72BC266DB35D4A138E7D9313280E76547AD1799DBE0B72068FB1781A6E0F85B1F3897D082DCD80A9CBD6C3080C4058DA32528EF7F366B2D1E8A057D2DB95D1DEB2A939C7732FB1D8D97DE2893971944B573EA4A487B994BCB1DD67EA75B0E415B1446D80B9C9CECE38C9CBDA912258B203F5440FE38E9EC4BE87146B04A12ED2EAE3B16ACCE60DA1A7EC4ED0A54DB868E05B653256B0A96D777A7D2BA0DE337714E6F0315D60255D433535A2336302CAAEFA6AA28BB437A75F19D24D183CB70008591E6BE183193E0375CA2977C77CE1B8A3E7005C19FC93DE15A049EF69CB6341CE0AD8A5B035741C4E36C8F019CCA2EF4AD91458044FD74D0980DF54A95E28B16F9E90B8B2A2D80214587691460A66A35ACFC73643BF9381B8450199585D13E4D6339324DF94DC08184E5C459318984AAEE082FB92BB2CD950D655EAF2F30520BB63BDF01D697B471555CA88A8AE07A07951981FDCA611475B0E3D4D85110B40980816E076FCB525120C65163608D59ED833BAAADDCE0FE532399699404A8808340A9B0C4C1C697333A544D6EE59927EEBDD3B502A4B1A840C4F7EF15693035DA40D749D40AE9D66C0993A63BDAA127AF18CCCD9475D242142224854506D1B82A9D36297B98B5784DEAAA5C1912F4C3A48B981AF5E45932989734ECA1A3CF35FD7B2F487E4E0F1B3222A4B13486EE5E3D580B414FF24D1C5712B42753398510700041BA01937E73A95044B6056A087092A0E75128D2DB7AB92B8D9DE0DCAA0105AFAC578C08512FB9D1B91843B625505DEC126DEA84A8967B585B5F01C85224DC242C40B282989C49A48B838AE6D3C64C508C31BA50BB1DA6219EDCE7240E25E4B34E4AA414BC1AC1E24B610F8720DB4DDD8091C8CEC163C8592AFCBD605C1DF6691AF2B852B08420E1AFA60B26952560144DB5169810732A99C5A258EBC2C79A680E33C0C0F15D03E02239F02E116932F48ABC446D84C6F911CACA85D2565CA6796280976CA703DA1579CA00D9B8D2681104DC615BF77BFF004E8F1EE4C185763092FB63E54F8A213A7962DB472A859BE30ED0841A15087657112CE529F47CFBA4764066AA3AD1B67BC364938015E3158F4A8EE8C67208E7B82E1C88A6E2FB807176A629BBBE0DA5E608B7EFCCD2ABBB5EA286965EBBC602A4C3CEE100512635C47004A4AAE8A73C78C6C209F676277651A986319641B97AB77E62547090458B537E132F9782809E06DFF518EE201590288365BCBFC1CBB102150EF63A476EF5C5301AAA1A0F8C35DBA3959916A960449B0527B8BCD73449221078BE01D27540C395A918A5B3D566348D0D9ABD490BD6AA2026D2EC023A0DB5D063B12ADA6AACF3290070EA42B6FAE0EF5EE82ECCF6847A3BB0E8C3807886F286ACA09B4226D7932B78D2D03818E6D9C5CBD7D80A705B46E99C3C001E2A7C7F4A5E6566856E383420B12D0C02848763D1141A2E2A880E48F11DF3D602DAC6FBDFB0088C82C8E1C4707A6FC41571B5858DA30CC83D727E4D33863616687B7267B360A1B0C6008542548240BDC06DAC6C95C00BAEB7BBDB46D3264F4510F044015C43C25FADD4E44AE7BC85702E7106E8086EB86CD9C66CBCB919946F4039A41BC8E65EBC0DEE1B6A9694B5CF039524400AB38EB0048E0BCADA1123C7794DAEED206536A8DD01238286D05CC37806A1B6052985449730CBBA12823B9EF79080A4D28E17C06B05E19AE31A0EA76DB709AA360D84379610E6D5D2014AA7DCAF5A6FA5908C9B5204F3BF9D62F41B10700BC56B66A979C2850A02C6F012BFE1CE42D5A478D21D8E273DCCB1385086A94655E63BD7CF264EFC267ADD1A0A6F35779B084DBD1B0748A3A4354E5872404833E892C6F71E99E9A6D3246A86D9D86D734058E81C5990B1D8367A5F1F80AC1E0574660D5B9158C5B7BC76563D8B32A584A4039AA2E5C80C11C6B36F26D4435B1AD48402DDD1B3277B076DA3D32F74B864F62028CA0E5B80842FD0F7334817B49CC263C31BBB02EDC294321C4BD2AD4D2551742A60FB4E704721F40791AE1BA1A6DCEA56B52740A34E65D93CEF1D82A1945E06D541670FF22C367BECAC8276366FAE3020F2278BE95C1DB4B7153C975734FD43830DF65D7CE44FEE51D0B8C5B4DFA30D26CCFD519D9F9FE1D005197CF12554530B85D3B399827B71120449AEF50D8941D0C4590805BB7073986AC900487A102E4CEE70CE653828B6449BC7E81D2F76F422FE02BC8C9BE0B32A73746A43003825B1F268C8BC80715C35D5EC89953F4C2C0155FA783054E622B79E358311A30FFE175402B40D41273624102C26804C3E7201D496116DDC8B4159DAA6952F2951E6AC0C7DA98AC2E0954BC5A18615D815322A62E870FF002E0656D4D6C46198BCF30862435D521B97A1F506D6C93C83776CDE1953BF6D72813799EAF866E702BFEA80612041C25F8EE2FC79C6BF3C5A533660246338A6C184AF72235C28C501332B04E35C6A2DE6F00517823819F4385602F46B607231C313BA16BCDCAC64BE37C52223103CC82C1C7F2121CEC20CE8012C132BA03C66C60B50190F1365002705EE226EA2718DC4588115BF4000253215B75C18674BE8DF171D19B3CB5AD104F420B96127CD4D7D418DCACA03567238801AF51DD751CD1803A0839181A2CAA62998442421488402F07A4D872D10CBBE17588CD3A3C5AA90260D15A3086E9651683429D7265B894BD1C79A4F0108E17413B82004BA80E606CCA4A749318C21AA36F54CA39B0D2C8B0854BC45B94C3465280F061D37B7051940A9F1528D79104D6343714D9EE1E25D592615A7B7BCAFB971A0D628E6A7610A63B36CAF4C3B7A26C5CD731237B1C0B64478464A230C6EB8FB73CA4EF76FC996A30451F82941878A37C618426327E111F891A8C494BF871A1984C9171624DB457A6DCA37ABBEF8716A500BB3EE8E406CE39CE9C0598908C8FC0070DFD5E24948CA616B703577354B873B8F68E9EDC628A2C448A1662990FE4158A6D016BA039A5B46A8003EC821205B51A6CEB994022095B720FC0C60E9EA09F77545E9AF430E848121BE40A8CAC1A080A21F305620576742188D18BCE99A241A489C50D80B4BD763F5A5AA430589B3CAC4BEEE3EC33DB27FE91C367A44571C1FAFB619BCDE84DD315497CAC449D78814D8390121B5ABC169DB3939533810CA8800EF896D6999DA3343C96E3D29F67AE840B39E673A0D42620ED75113AE6989469D88CF6980311E26394E83B2D0DBA455249942A0736308FA2BB7AA56DE76214C9C8A460D9552AB8D4E52E1480091C09761EF42229531C7250ED8723CC36ABEB6487000E5C464D53EAC9201781C2D2D7C2EBD0F8C7168CD1E34A814A8A2E4EC4CA4BAC0BA8CAD85884739362108570BBF2C0E50A6B0095EA0BB89BC919CA95901E60B507A0E73701AD1A746F02CDE6455E51A8B0840EA108E55BDE3217431C902A12909CD690CEE939F6D208DAF04FB65A2A56CAAD118C1A4EAB0B836A0960086A4E247D9F3CE01428A10959E77AC775A9B33615294EC1361F0CF1DAD0B8276088D0810EA49B0D943155743AAD162A7B6D7BF98E4692D51603B172B7CA9BD60865C6A9E4F71B34F03BC5C7729B4A0196A361DB75C519C88CFC225237B5A889E4B6D95BA9532673037D53A21596068732189D194D51599826FCAFE15A57D606C7849299C76D827891609BC2C00E7894EDD742382427E8BDF22258C878AE5DC6015E856B2751869B0172E72AF83308070A40627C3571DA4286EC4E404E99C4154516E3E5B468AF20DE9A036F46B783B008B79CA238BBF48347ED93109A8A00C15AFB21300A3483A370EA4D8AF2796B24582C2688E9A4D51F24C692AA03935B97E7A018AB2425513393192BA9805AC46A2B2DCE1FB0538F51415E6300DB80E5482EACCDB6B257AB18263D6696F4820423E779C9C5B3715A14348A411C2235E82134A0A74C08DDDC03A25D205D00B0DDA8DA8C8F89A676E1C7EAC88061B35543A8D99E2E827AA3052AAE264AB4A06F0AAD083F9C19B19A92020BAE55E234F5204E6227BF4A438D079216522BA1F1AD41A8E10032EB0DBB969DDEBE2007B660979F802D0778958AA006E375A00BCF9611285536F931B08DDB726FA34C9D4656A1FD8AB1739428A40BFB11F666E9C8946604BE506DC414B4C8AD74A4522EFBA986900842F271426DB63869581C0E431A07340D1CB2D0051045FA608D4CB26B32D56B6AF286131E601C2B425771A05C06EDCD92A3A0F38B6B4E40B0968A0E44306CAC069FC098326A07D88AD013A2E4B054AB2259330E81898A1B70AE882E091F42C263622CB9C20BFAE06808A6459682CB1A1F3ED17E79D2E02A6080A48A4EF89A23DDB87ABE7A40BEE01586D32628CB37CC82E887316556AA9D879D824CD47DC9951E22045C75940884AD57803CD5081454740250D328D10898F4D4B0F42B2DF8476E4821AEF0396F1A0A5C0CF849EA69408E3CE82F91235051104F6BE461DCE63D077A69ECD83321206540029C7A913BC031046B78EF2BA83860F0AC04D4422D3C0CD9BA78AD7CCC4F40AEC38A3A37A2A3138C8D1EAA4AC28E95D38CDD228F13C0D02D3F8286A99A86820195EE994033BC1EF2D2075AD9CB37200581F49AD8F62B3387E679C375EEA78E55B0491783727A80163BEE0C6549396221785B81D006DC0E115248886C4311210E3E3B7CC5F1C4C167A026CC5B47BB5034DC6725B165A32ABE1902A46BEFA9651B3EF5385AB9F23EFC53183DA82311B22C2D857901438BC8250AA8A209DF6C468205A5B2EF75A08F1AAF54C24920B2730F7553BE2F3801AB45C0F5E9021A78A19B395A65A6BE3D47533DABD033C2EFC8414B3261F69AE244CDE00880726AD869F18CA8DE1AA78F471E78BE126DC94F84631C8161B4A7D022E6004E01D8257E41E776F4B9C6772C500E954469AF5B334122B51090B534349274E1610CF1C99D81B2D62DB26CC40EB42206919EC36E6059371B178C5C0AA20CF42DD61E0789E263B66CA89CBCFA08238B4F788DA0A8B9C5C2F17229CDC92D7C225766B039D6175ACD3F8685BDF2282784B097DC4CD6DB945D0F6001C02B6FB9A4368B3EEBB1F4471A4D7181834534911BF48B9A18E81BDB5B63C13D1FEB6D71DC62E41BE51F7777C22A1B68CF244256ACBBA51E01712685BA24216E95582F2A1952D9A47911CDAEE05099E4EA2DAF77409D1095AF4DB8B97920F6C7A44071B02AA503D881E0578A731CD4F5F62CB0D0414EEFA71945BE191A105E5A6C7474E25C4D9BB115A28AFA25CB6DAEA5F23455A67F4C6E77AF586E82057083CBCF18AE41A53639589BD3ECB8B112C7E58012E8EEFDDC486E35E51F0585B6C17D52A36073415DA765FF7212473B8EC4969BE1F70E14B046E5CCCD70AD835820D05A88D22EC6B8234188508A50EF294C04AB4C1826DD223CE3C052C44121BB66B9AD619650023E82328A352562382974789884C8624AC6323D538FE0011A605A6CC285037BB0C4288C697780126028290358C692C70A5342230978E89BB08FB925534939DA3EB1D5382F41A27A58DF96B0E9E8D38B837F1EFE8E3CABC674F3BA512F33F18A5E0349E60F80B60711DEB2FFBD68E3AECF24A1BB90B0C5068689CABD0DC00B357CEF57A141CAA2953B878313A123C9ACC2BBEBCB6BAB78850D6635E501A5572BDD5E52F38309530F48F615760583484370C4EE5DBC834641E248EC09A1B8EA95321C6C3D37E91C2936C34971E88F0C1D1960AE8040CB6A224E324E90DAE912B3295A0D4886604E4BD8C582A3198A2E9170EC200292B6BAD3A8ACE6C395373D509D2BCACEE6112068CD6DA48617ECCDE03CC2692214669F1AC9304B3C931A040BE04C26EAE44747FADD85ABD7DCC7137203C681E30403A88E1A5D78B5E0E6F255B186409AC04646803846912329D5FBD9139D221D080BB0106C38C1ADFF98FBF2049810E0AB856DAB4E24ED1C74BE9FC00A12A21B304121D89C7593D0FAC822A115B04D93A40097BC37949BD02A4306A6A8ECAE0192A41B61BA10D981A1C03764526E4C3B5137E29A6F249E43A5C6D217193200D0909377E882594C31AF2FE4FB0A3BB11C06624478A7F48D0825CEB252C57CE8D02E4C804EEEFB21790F794FCE953D706618A73AF251964833069BB2284552B819A6C59F4D65B7168DDE63DE2657208C28855EF36588D2519EE97675393AE5650B793F6C12D990A4033C08C5C23937E0BBD1A978E2B561DE38B59557C28E8ABDC41D44F30C003544619C13ADE9145A06C7E522AD55524645232645528761D7748EAF0FDBB2609E6F97C838C692963B71C81BA076E79630D911A20584392594E3000CA094D2F494E4A767537DDA518418EB5CF970025326F18C84111A7A78CE44AC4A922AA42E421DBA593D06EF09511E222F1E7D5F1C792A2B2B2F616302CFB19A3EEE068AF0518EAD0D95A6E71906BFB887CA1DF0F3B609D9D303292F414A2727234AA22932B6A8D70047664FD0184AB002096072C306E6362071BF6BF2D7F364EC3C5816D376D40EC470A3A0BC24836406EC13AE701F9CD3171F49F4A9E8017C33166051B9A7676927D3819308624AD808D310A3C214B1B39A8DE0B6411F0CB26E2B756CE5068C3EE0C318879C48C15DE069F7789A2B0990017662EDC0D04BC2D0821F7C57E6111F26C10B74F010008A2B47012449B4E39ED84C820898AF20016533CF684B58DD41A81B1CEB508BEC802436A398C63E4845008CB16069B3581C2948D222E73B3B1314B897CF90AA6E9B3989CED6E25DC3A802D669C3E7B81C8686DD20A98E60A09A40AFB7019E6C62F460060D9B85A60AC674505B604161B0502032B0D9ED413F421CA0E78AD203D140A4916F996982C8142800C3468E65658F99704A752098F90860F88EF85701200C3446219B563EE2380782EFEAA3AD0EFD271245EC6FC2B7E22A96096D294858D84EEADA175AE7153707B84D86BC0FE9CA5097B0011AE32746F5CA0E440F3E5299A70503E71518B71889D95D0A892F156ED32404DA6E16CE97C99D0661EE662CD5655EF51856C0A4AE2857CEA549820B5D8E65542F0C669DE4BD10D190D900A470C7834C3F0100D2A486F34BC0FBE69C8127227A0211A45DE01DACE33D97E1E92EC5B1080009C282942704E04C056510F0ABAAF9D4530D3404DCD2B9F6D8B862819768A2C4911D8239D02BFEAAD28AF1A5AC0409699DDFA68AE6E5EA96F0AC05A85DB818C01766EEA1979ACDDDCE105E3A0AD868783789AD47046C08CB281C94791877BC1505EEE969C90D629DB54C1042681D045C12CF8BCF270D4545E00EDA706A068838CD7C9A453B8FA109AFE0CA4268D5418D3B6DAF3479C8BA822D165A9D77E783532B134FAB54F6DCAD56B1AEBA8A0086655B4A43739E1FE295986DA21407C4D97D8858EE92E2DD918869B84E93CFDFF00343D6D18449A625BD935CBD271C0E7C8142F0821C4C9FC938F14C1681077BC4301D17B1DDE7F010F020691C89AB824AEE280E0235E621F8300BC100C12EE8E903033A08A04E5B905BE4581DB20062F373908637B853276023BE5D7E45B80782BC3B768021077EFAE310AF41AF23E2741CED70C4F870E1DFAE737F9C7C692B5702249DF31B226E849054C4407C021551B86D02C65DA81FBA30184DD4357E8A6A024E9818C79DAC7838AAFCA8C955E0C43FCE5735E3414066C45434DAD47A0D8A09852C2C1BA202CE2614F70C8B74D0AC09F14CA573DBBC6FB566293A0AB166B01D814AC06B534B3A7CA061E501A95ED9922005A5708AB761C06E3C87537A605E7E4A260A5B5827202E2062D30BA9F705CE300E0264F0CC43B1CD08385E6C3AD883F146A797D830B85A121057B2668DD4E5881849CB49634F2DA2315580AC1A540F310DD2647C3243C32BE099213321326B77990B46319C0903CB9EA198B67A469F190CD43AE5C409CEC814B9E8102CD189E0516C73B57330400B0B4F9C468D442F0E00325C82DC0658A8D1AE918CA8616B9CA1204BF41CF9C5FA9B12925A1B19030CAA41806A46ADA81B86B4D1BFB6247889E5E7E6668A82DEB0EBE401D4C89BD401235BC8486F183178C1A43E00202DAB6A08CB1982F42081B6BB932EC8FF77560D508CE70965BB6223D55D1440E383DB48D952754577328954E9193DB4866C1410A4C43D85B3650E0049E058DDC82B7430364EB051D33CD0F8CB392D12BD68219C99884CC004AC444BA1BBBE93CD8E64293F40E7281604B30EF50C519D0238610146C47458A4FE6C3E7C710296F8A1B9D1D7338B88BD2DD3396D475CA85705305F86A255E000001822F614C3154455B35700BD909B7D49A1105DE73B605717E534864A744388606A4A12321A0069D5163B03701CBEDBC1784701365F8E2A185F9D4C1656414ED1A0279C6F9D8B550430B02D9E44B915AA2A2088F4136292419A2253891C0921EC6E0E50451EC2E07EF8378ABABFF00BBE2593612918D339AFB5F65748B72F38D829DC6D61B7A0EA310556ABC199989555C84467F532E776AB839C2DD2339D02ED401C12EE17E67FAA34B48818EAC8DC9B125F822C8610C6C7BB1E4D611924588A66492FD791938058CDAC0A19D06AF29535F7151D026C0E4D8C737E456378B12C1C7A7D4C99CF716248A2E6AC30958A886EA588E13D56B23954006A2751043B04E9220C290B51B749EC98C2945E1005D028D1A538DE556E42A1C93B030ECF1312C4BC008D8754C4FEFA3D7C97A8A7CF808FEB3965A7D68049AE5260D262420897242400EB5908B90486C054AB44FBB370992F859D5226E965F75B0B8C39936DDA39C9286522E6DB64BA7DD94E42635A9845D80E9A26702430EE4D5B6D1A0E079C1A64DBE9D1B7A63EC44434DDB8B2F7612200C1588FA5297CCED56C624BE91F306059AF1DD6312B034DCC230AA91CA51C08493A33476725743C826ED837705005C5DA988C1665210043B8169A471A6274282AC1769FAF838FD6109B41532D030E622A076EDE4652E2B2D2D0D28D44F832B6216175040DD56DB65BBC955F20A0A08AA17585BAF5DA80CAAE9E2DFDE6C1BC8420457EDE9507770A778420B66AEE2859887008A7CCEE3435633BB33D2B8A754E15F1766A06B7EBAFD1CAA089D692B00AB603342DA99C110E046C41E01E3F9E6B0A27528FD2508726BE3398BD98D5849B4E84E0388D08DD41B7874FF00C62C437C1DAE6083C3D1BB5931AD8AD092F8273F060869E938279D01D465A63FC74562B75008D01D37BCAC557F8036A6DE1446E6A85E68288F25CAA2B4F7C6D201EC1D8BA00D0729874564F414081EB11062CEB76D17AA5DB288262DC25A8C0AA00B975A75958B540233A654256EBA70E28BD480CC61A03935ECB15968D40ACDDCC0490EA8CCD70F44F5462049AD26218D9E9DE1874D1C439361EEF7759B9FE4DE49CA202992B15C8F227E7DECDBEE675B1FB470F6D50454B913A0E3873F347E978A53C8CDCBB5D7664B68DC50485AD9110227E9E9049E2D401483A80550C6CEFDB84CA1D824BC22F4FDF4E777A73C541E73AF5E273BC6A2E9D4ED980CE0F06B5E4804BB099C3A288C2C68738F647787520F5B8887FC03D8C0ABB24531064D411E1C38301F421441761E75E538DCD036235EB4D62DBC9377CA22BA4403AE9D3EF2A0C326D555DCA9AF1BCD1D7BC167A2A1D2B086D9E78849A148091D57B6EA443246A4A30DCCAC22EDB35E3BF0707B1B5415498340AC84AAB60CCD30AD11E38F473860B24D55689850C8140251D1D18E75479DEB5B08D3D78F4F9029808902DC4643E4145BA6E4AD1927BAB5E63D3F79B48DFE302D4150A2DD519CDBE0670D2570B7836A8CF6896731948694611628AAC3D10AAB2344C73F65E84DFF0070888BA0B47B4406E9B37690BE4C4A585676D9CD6E5A1708A4D31A023704539DAFB321D1B12A612D28A1A9B713B7ADE8C32D9884AA05AD597A110F2AAF1576D5108410081DE6AD91386809448EED503CDE989883D4B86CD381519184A93273495D58AA2A99B75953442C1281830F26B574D2048DDE3CBBAA773386F86ACDEDD09D9B09CE41885035812789E103933544A1F11EB0BE22F0602C8613C702C3A8B34308EC805C101144EC99C95D1AB3E623D1B0E823CA83741AB1F9E9AD324F4706747A138231C2A4228A2061B32E881C3ABE7BB8C6B94A40D8D6B3B56E6170482D2F21CDEAAD11B13B2E787078600BB07B837DA03D0F587154B1D14AD3A9280C8B26590E940A326AC4298DC70AEC91EBC6F0481C4952409A3D195D2F0E5427CF73D72590111859D7D002D3869606FDFD62DC20B23B5C6DA1D0ED619C4C50069C71046DB29A128024B556978081B1800640FCA40A286B944DE69588C074220D5B54795BC1DBEB3B79D16BC4BB0199AEE0401C35495886E73F0221B579383DB116978407B042642345F76EF63A2968F11C02A1CA0D2A3364361C0D470CE4C203A57B0D8103EA238091832897D3924837B397183127CA281D0F11B396AE683DAB4F03C33478067DF34239C492E6C12DE09A2EB01C6D3881E1C673BF3AD5B57A1AB796603467DBC7D2282A05428108584BE5BEEBB7381D3BCB30345B8B5E3CDD191A528D695131B8DB6C2E0011C99977826C573CE564F57B0AE19BA8AA8465A05A90D0C44F32B404E670743A14D89F995DBD51F4932F02BA630DAC839A16A5ED1A676D71DE6D6A495D6D17805350E5C2D0400DB940904EBEE570B02F4651CF0814406C674030708C1482DC85B531B8817B27621CA51B5C0FEA5073011CA556C0B6AC7D0D2360251E854C926DE23F2A1D035A5C15CA4F0562BA85D02F1D0192A6A0A30F9155A2DF479C905EC0F07C3806977A2F79B0B681A0308E3DFDB4363D3015AFD14D01137A4F1AD2CA4DC6AE95401B8F6E9870B09D077BAF234857903855E3D9DFD3A277D2131BBCCA3BA648D9C4E75C6313D0A22C648D2F5F160E612058EC292B6879238876F657CA5D01AAAD5175AEA60A9C8AAC5C020C02AF4EC6B44A510688FBEB8C390955C1AE8A1D019D79B8572129C19D82FB0F7B86F24C4CBB85D2A54290299C42AE117233804EF9E71A1A0BA94FA2CE4D358505EFEFA1E16A0C9D70621D626401140D31ACE355804F26EFBD1E63116706F258E24B160D984F47A5A720A0AA92CA632002429EA5B998D0614CBB8F0BD36B5AB0AE4973AD85D8F010C53B521A2F5FF6E1A3EF0606817DF5171C8EDDD1C27B9148563C176C98CD4C7BC21A10B4DFA491B05EF5FF001600249B4002A815BA0D89FA86CC1BDECCC370D1F6C2C5DE28BFDA9BB2635369D7008E7323B5B028683E0E5E1A50E5830AD50556E3C6513F0CCCA606CD1D1E310D41B75585F543C8306882D1E6904E9944B1C10680FC3EE1A60ED5086F986FFC8C127F82834F0FC94CD22530F3E0CB9286DC9EBB40EC1CCB33CE043AF62807B04D2DC3001566C75E2EEEAB561C0A5A00018D1B44D2AB0416ED115F5DA0B757A6575897821B40018B413415E1E67DD132A055485BCA105AB5008A9676094CCC0C2A4D5BBE2A7898342274A393134C0D420F720BD7A744212EC29EFCA39A84547526F4D0008D7906B3C0E0E5A4A2ABBB8E69F7CE4203EAC02DCE2EA588E25F6A257EFF00E2AAD14A3481D66F7E026469BB58DF0C9509A6C4C9E0E8700264641210A31A6C97ABFCA952D42871D6B39C906FEC87700772932507D38A2EC1E9844E224944D57508E1BA1E901E42CB012F4100B984FF00B4824857746A434869FF00E981591E0E3B9739214588DC16A26B1AE527B9D26846DD3F30C25BAB2C41C90600088289BA281BAFF11C14ADF1A5D10EEA002EF4845DAD0AD29A2E93F4758955E85CD91BD26F45C075C966515BBEF503538C34E3B430B0BC966BCB15C25A350BD8E2AEEFF5585B62C73A269DC42A03803E44922A37E6224C0F17C4C70C01565139E7FF00E74225F5898E50B864E8DAA0B5102CA2001D07894BA9DE5B01E58B19A25214212B988DBAB86690D4D390E80E74367290601DB810A55CD9DF7C64140E8A14B7574EB919BD34928475D0E0F6C419599EB8D8B9F3485B80BE64534D0483059B4E0CDFD2A1C8089EC7F864A20DB4260D2AD65AC2C138903020A7E6705DA84B8C18FF00258C84BB633908E7A5247DAEA882C1CE48E0EC5476766A380F590C7EA2F4F18879AB8E6425A115A616224A6DE303D057957950AE581B16169CE00F51FC3575F711CE2679F92C840C2C2D4E0C660D0240B610DDE9CBD6B24296A0AC75B6121C7AF9CBDB83CF4E088539683AE2E7BAA9420DD2851DCBAE5E52D52E88650A8E861A37CDCDED7A1246F1DE2273924F46C9EB218D868C9C85A1C9FCC1F9B76C6B1C476914B19268EFC31DED4D6E82A550F66E7DF16E41A0AA8A805BCBAD81712D425C6D4161A2DF22258BC0AB84BE55BC5A385B28331C0D064860187F6DE44DA3E625A79BA4DB3F75E076978E2997BCDA243B0ACA8A08C72E1031D2463A5B077A12F18D26CE95A80DBF86222C69E0DA51C169093872BBE00BF2EA1BD3612609CC0CC9B390810BD98B53E41103E20EA559F2CE7501B36A689C9CD71AD6EE7091A97885210DADD47CF38BA4110E06C28E6A5DF55E74169607A3508722EA69D7D9C0375095556010A3B58B1A02798770341B36D3AAB95A7303439461D06AEECE9C6FF59BDAE34094A9045EF5832836A1D5DB86E81ADDFB635DCB4AD59BE03413A708ED5CD8F849398652606EB75AA6BC9385707FF3103CB4482B928966FB3CE7106A7F5DBED6EEC05C4E80B0D1B53128AE8986BD64A82FCB201B385505251208CA6F72DD3ADE5C2AF61B211B9A28F581A09AD32DE935974E70F28838D02028390F58B66A071F19887C005E2E789494412520BD09CF5888A4572A03AC09769DADE59CDDD228C9B1C9B1D3D598115D1323B2EFF870858E1A44B0DED36819F2CC2C87E7F1C508CAE0C4235EF963F245441381AC25D4B639D0924D4D6CD5C617B843BC1CA5CC5947AE5DA8D0018B9B1FC43A488386BCC5C8128960467178941272D745582381EDC144AE1B42CCA7B37932B233B66E064B368AFB43BB0755844AAF65593A183480D81DC323D39CACE84252060305EE84E6518E9D0319306D572013EDC9633A2B152D508549DE7FC56D8E5B4DB843700DEB0CF2FC0DB77C9DF1243082FD9B02B6332213AA91EBA81D171AE28C6BDAA170CC3B8F898983FAB2DF7E512C94D75890EC3D5FC2558CDBC187A201030091004006AC31E843A2A85B79B888281770955D535FA01A21CA0EA267ACC1088C09484162CCD8C0F179CBBA05249C44D5550BA006C95249985D46112F449A4A11187B4E04EC7A4B4D44E21EF185E3011DDB13DB7D0930CD62B1DA5DE8A01F072779EC5BE4A873AE95CDF581167EBF2DDB85807C923F7D0D804F613B11938DD2FAD8001AD8F95D14D1DAF0D3FA880330CB4C25781AE245B78571306439019E3885A0E462A7261C60F49A291B5ADC9FB0F21A8DD154EAB6E3749691AD9983B28E3E418346BA04A90C3A1B634C46B0A8A271A52F476C48963A6E46C2A0786420DB43560426F240DB08175069C80B9A89D6F2926E824DBD6A5CF1074CFDB1022425B0683D70C4BBFBA239C05F22628765BCB9107A256A7329F720D48151787CB4C4D816A5ABD749E9CA9C135E916FE05A40B9514A5C013E15AD10E9421DAD2369951E9B92A4B7C415DF05715DA754A96B9E76F4B8267515C0070036A9DB85C9114AC5B3A703E16A097811408AAAE46502C87BC6859B81A0D888DA465680D0B4E7094C70085B03571A3060A401153336584F9C0B00103279541CDCEAB2085030825AAF52B703D40CAC0E49E0759311C879B9881DA87CAC21B748698E7C969815500DC06AB079C4A12821A0181277CEF9E6DF0A2D99D526B36073E602CAAB66BC9A2053591ED19E08011A090F857122D5E5CAEE2106DE6F11B3185BC14EB14B07817591C4E0D200A0BDC7C1665147AE3CD8086F1B7277504D43A22205EF5F7D2D43115DE0226A34E280136A7A013E030D0E2E1402C81E45EB6DEF8687E419E936FA00B0F29584DCD8F2202ECC20E45E13ABA3C2DA051B7228270D93BEB681DD6208AB1A12B39746F2049B1C9E7B6113E627AB9DC05D448BD8DAD3BB6485817A976FCD686276E4FD0CD89D78478294839766089AA9961B0A0DA09A20E47D86598A2E47C093770E1AC12A30A790F2174A37CDAF1ADB25DA2B7C8B0E77A6675605183C3410A2EFA4A8AEAA3CE1F4743B00AAE6C8701C12F6A0C00774B43B75C18FAE95770628421DBE45C0ADC2E8C2796400E939180643C342751B53588B87FC05D9600BA60407C712446935FC9AF6B0D898C5515A48C4A7085D3E2977AC1AC49A8A13830E4145154D246BB68A3F6CD32B7A8D1F214F57F4C345E47683AE8F6A7947DE328A7A521A8FC11AEA8691A89BA56958208E9A8DEBF6CD6D2110674A321C5E704CDAAFD20797AF8FD634243D76602CA7F293422A4284085E54D8B0C6E674AEB6A712DA3E4C719EBE42CC99ADAE9B21BAB8D85063506B54E6DD60383E80771A24369919129392A0D26A9D439CD9B1958A36E647EFBEF9DEEC036EF0049375E5CF5326081B1342C76EDEF7B9CDC35CE8AC2B0AB68E9B7E0DCE9A04F02682276771E71497DEBF383A9CAD9E5F0C0308C18BE4D41BA69651122002A8D39D41B851376C6FA169C0540F1B2D51D7715BB9423901DE6F1A82BD6F4591466C28AAAAF60E2DA8EB4E11F2324086AEC13DD860D528ADE9E6E1B5AB6007850F71A56058016181AA0E92FF00AFF5EC25B82BAA961E2BA6EFA8853B28E4309149AC2A387A683DBA8A2E372977E6B222C9B260206C3D0285D4A0B86114BC21B370D40F33C20EE9D00380E02D46AAD2E8187435D32669A7E835920192DC40B2FBA374C4B20CAB1DB4A9EE34E22E012AD9EE6AE5B5DCB958359C89D90F0405E1A1C0E93C0151777468D5D0A4D6F0425C467C483A509A273628E0793C2DF5A074686A422B46D6D802F8E708529FAEC1028546F243B71E9284D7667AB689BE8CCDCC63ADB634A1D6FC8F101545D50EA7E521D71700D22F1081645E85EBA37150BB14984A59C25E4672009E9515487411D9653CED8D5C7059A690978439BA73350365CB15D1A81E2A66F49001834201A626B7D00E47BFFBC27B38D064590290608BB63A30B7808C50B21A2D039DE1DD7EC0A5F51D44067C6468B783010D56CD349EF9A66C65EF42E99A1CF4195D18C5C0556463A2B461DA5CB191B5AF7AB5CB4850E57D1D000A41D01CB79582AB433F71A001BB4A5B3B840675F03E0F0982F62BE09A1C584B785334E15604F674A2A361EF398DB7C1117FC4F47008C2AB1A67440469279A30291BE3C9ACAF5AA7CD1034B8BF0038AB50326E0889D61F91C8BB81A623CEC841512F19581034338B5A331865604A011BC3421222D8442C22C03AA64AD1206721DC1D68E0BD8B7497A42B3649A6098826EA387AC13A096ACF31F3BF7AF102C287147050810A4E6092E21C788E2A8A385351379B214804B7C041183168F070CD0A6C2575A609A01774ADAA583CA3D362C96036979C35E39A868407020D5A60C5AEE5E8A903A9B6C822F96E950CF08005C916E38CD43425B188DB85464BDCA2D8470813258781D31C55BD7730C1956ED6803388779A00880F308540C2B4AD10070750F16FC6C10CE3D8427B8902478032DCC6378307C61AF5F10DD8B2DE3618F421801F9B88C4F7D5598B5AD2B202B93936E11C23F82885175C9C8CDCC006F6505E811042836AB99A6E5B26D20C36786EB044C91A5189B55562C456CE5CED11C0D6C3206E861D61016AF5BA352F8A144A759245A5B10514A11BDC43AAE6F59210D4E408FB758CBD6C000BD805573745DE94EC9480A3E4EE570A635A9B92D158ED0A6A3A148D74988250D10958654D7A3F4C96B1E006FA16C776F62EF817902D8135763A070957E1C6A211FF000E0150DD37CB3586374A6D129A3E13E0A422114AB53790F1E38D3AC2E9520AD81F9EDEBC3BC66D9B452D60EA70BF61CF6E9430A0AA0677EF4472CDA513E6E200BEEBE3A4F55A9B9D53CC69E1BFB98D956C4C3203405E53ECC3A245E8029D6114F3BC500FBBAB26D06ADB0CEA70F6F8D7BDFF00968946B423FC6C634AE3A75A07A86A75B874413A53FB70E521DE541AAA8DE78DDC99A6C4D8EC4077478E7AEF6AE0D386BC6E4773B69E70850F0715D13968943DBBC99EE6CE015A0723E97AD403A1442EE6C6D023FD74322BA148C1139892F5BB9DC920F30976E82D7D616ECF52EC425473B0CB5283BC1327674511B60DFE22B7B0A438C70EC50E3960D1F42FBD99281B8C804D7AEDE7570048826CAA1EDEAE7DF1716C738E7775B761CE1B58BD935136B02DABA4FE7A24EA5764F24C108B5E866F8AEFA1D4C1192B7D0CDF91190372108A51DF4D5DB8C158093292C341E8D1F79BE8AAFE8F6BC1C3A6106B021649EDD2C391814E0F731C565A858EB1CAEB582305AFA8486B70425360203DA41BAC63AC2D00F5CCC7A0905B34BFBD794CDF63658C306AA247EFAE07B1027581E2214854918D8B6CC85AAA0B7652BED9D093094EBA57381D25493A4C424085C72E3144AEE1AA80F6A10BA9C40625499B75FD05372CD680040568402A25CA57B2025225EA949104F5F9C81438652900B4DCA4D344090D99CAA988C720DC279AE324CAC134C2502DC0C8E56FF2D5AE591D16B9AC16051330A826220234B17BE8590145C0E9743ACD6B749B362282871A6357E1F0D6D6B53AABBA3438E1D0EEF706702CE59A8D1D1A223191614192D0660F0C179A14DF3BCBA3B8642291CF291B17ACD9E720B29A6B9C4381C95603C7246E8AE6F2DF18ACBB52CF0E0A818D761113681477848EA1E1C6680379D2F4B33DBACDB8EC1681FA5146D2CB2E04286D0729CBCA5DC524EA5CD8C3C20761EE1F0BB9842E6660880A56F01C3AD471F4B5E6B5E45BCBFA63D89D367401749B57D37019083623814E9AB519AF0BD203DBC242013F7BABCE236967280A1400F859E7A2D99D200AB480ABEBE2E1CB348BCD59328F6D7EF86EC885EBC35902A28B87BB1B72D6A420722B41D562F286DE43BFAA7B06CDE02621DF768FD30E579C3C43A73A694F36ECDF271BB9C1A44EE1F97CF8E8F669AA101469A4A69D68CD9C80E4481B0041E1A0982BDAA6F24353140316E7138B35DDE0EF75198009868581E1203B70F3E3161040A09885A1DDB4DF2386B4F5799BD92826A7888A0F2295236575B315A39AD49B6E240DCF20802341961E5A479E080E0A02213BE702EC17648236D36BEC69A86BA53804BB35C293550380D8A2E2363C51E43A28F131EE36AB1F28A3A8AEB0E6EE070BA452826C76BEC0EE4179D70B6D2154DC8354A05F9BCAD1A375E722A7DDABBD69ACB0DD5CB01E123CF049C18242D4F22FC8D721C87C65EA6702D70C69B9A463B8D5EC5698C3948475B4BB9D76481981035C5940AF362501592E760E8F3221E0AD23D16CE1F8CE0B125123F71AE52BA2E3B49C1355E976208B1D8D8CC8D2DCD6A0636DC8B0083BD64EF685135703640B14CAC776472BE6B1A834EE25656E1E73E00AD05AA1D9E78EEC1B0B0DBBD0F477334352FB480369A24DBCB8B8761101351429DBB9308C7BB7740AEE5C794F9F378F3A305405D24DEE5F18B629B52FF220F2E670E36A1B281593F519656EC3B63A84A0676BE3A2139ACD98C76E9A5671A9B0739F7F299CE731240C92B9B7E8CEEBEA052209B2235C37147642B853C9A01A0B0B80E2174191C6F6F8CF17AC8F658E91A8F614E3B7BC7D07AB7406F860F2FC1D331C218539D81D97CBDF8696C6C2ED8CD95DA3C1F664497CC4DFB351E16BCCCF406C0B1C8A128F14F135E1A1AA804CE23489E73B828D33C96E84A71F26A18A457746C997051DD385FC60E595928ECF0B9107138DE3474A8299676116BAF382CF9D1B3391C395F4AEB1FBB4C0DB38A4A45DAF4DC0861E68F222474E0A23AC3902B8106AC0C01C7B99F05F652A0977491BBD5C1C933609C7CB7B7C38C1A7143CDD9B021B03CEC986D1440A1C52B64446C34624F651AE094E30D36707570E0EF6D90D05976138DE1294F334AB237145EA08AD0A180CBFDEC5C0B14DB0AFC939D91CDBBDF3B5A6D69A90803ED8BC183ABB19449068CC2B586CFB65B61F3877131D48E67EF9585E32EBB42018A1ED3EF1B860DBC83B7673C868E38C4AC35F0D2A3BD0B23B18B1B356DD9AE898BE7AF80479ED1D29536B6A7F18941809A0A82B49BE8EEE0168C6836B7E014090061CF8B1A44281A1B7D998A9C9AFE1F5AF01CED985DA36D4A8456019B134BB32BFBFCD58D6B36A66E66031E2B48A354860260996A49FE0C7E3584E2576E13335B611069FC23E11B8B1AF1B59A2E3511C06BB09919872CC077E01E05012A8930498563295210930A280C889BE34B6F7368828270727A09B79D7344240D737B9AF8DFED40BCB9425A24E726C0A44A83A54C70B14DB0FA001E0546A052C031EC198D1178EF65E79015CB0DDA2D0B8321786D4A1CA52D2D4728A56CE0698D7A953ABB8AD4110800234A726709624D9D9C17E41ACA25204BFD554F9DA26312671B558ABA1F24E995738D598A695B8AEC6E7078F52820D86F656F2BAAC9B3C8DD918484E63AD6159F6C6AB3800809E23BC1A10504892C59BADDADDDB46C308935CA135CE9649937E83587315087BA08B0809DECC4CCE2EB63C2334E08D63E839B86E3CC784040E40000AB0F4FF0087A615644DE2D07B4AF841BB0B493035578F2A9A573D55C7CB94EF0E3F2EB351D086EAAA0483D8CBBC08461B80F9356C68BC6DC882E521DED2F94E48ADB91C00D3CE5CCB14E4057046B0D04129E286C02D9DB8405335B50ADCA6B4D358D5396D0EC0540EE0D9818EAEF10EA4446788266EE682C5C16CE52BBC69A4A8E051B4F1B1E2E05D1714A7249A81E31193A37413663C53AF9C4D58B000EB45EF32354E06DA336CBD64697BC4470277BD76B21DC46064FA335EC77B922687384C71193E128293F2E71744D47231000B4F1D3869A33632609C2E754361BC9C118F54BC82C6A4621E8C1C3DE8A0760E8BF1BA20C1EF70C1236315A9B8D73738F99D76C2B388DB39CA8078CDB631800E35FBDF020DE4D3BFD15A21510270225E39B31B4E366855901E34CDE6CC24F3623738C9F74BA60D85EF01A018F9AD08E2A08A2DE2CB96C9595234B18EACD8454D7259959C686C40637204B446932AC220124D606006348055DD1ACD46F0503F5769F28A6E1C627F0FA202843089D52CE6003046ED372B0232A87B1E4D83894E0D09CF497C961DC25A0B4BF2C6713877D62EFB76F21A9B4205443689B538BE4EB0E1E65E5ACE420B917E232DA29B11CEA1A0E81E3283141B64687C39DD633B5062B837B3815AF33414CE2ED167026C9E36020C29B9040D5177C825F276ECAD2849A1C9AB8E90783662750060572749671F93127E29C808755D576BC732F0DF602B7617A14586E01FBA08DE11790AF4D76F0130B101E46ACBB8A9B8AC1DE11CDD94B6946AED7C4022EA04941A99120DD44BC71909C4DC92200821FDE87C679D9F1BB99BB130E3CF2AA60F0B54EA26B6FBDFF1237C364AAA2D3875F496D401C1895D6F67072EF18056585A39D8D5E4176C48DD6B5A9C848969F6E9900019369DEE0C1421243C603C722D85AB28D15B575BC40B34068453AA53B249F698F95A819067441868D76E0867702C335B709B791BCB7DE1700BD844396AF6E5F3D9A6AD9F1586F4946F3BEB288145974CF0A7C8F06FB711A34EF5E6B05B09E1AC60CBA176F18EC82D394DE2B2884C21D338BA2C95BF9F1A07F4DD74FDCF26D0C37DE0E2002ECF007237F1CF33360FF9CC2BA10D612618A676BC2A7DF37320BA3A671700439EBAE29979C2C46E45077AFC1BC4B5A79AC7A1CBDDD38F6D27462A6D0F84872725E4C9EE28DEBDE160E45F022F0A5786C09B274451F8C38452173C078A53A03BC40780827CDD33B7043B98F798C7B53BA5AFBEF1E6D03864D53CFF003F38153CD9C9AD8B1E38144C51D95E06EBB8D29D978BF0856B59E03CA3F117663FC2CF424BA703562DC77EA85A577010482CF01CAC6921F6A4B65C8DC63E131325E1A464F0395346FE146B493E57560952BDB10920FAB64AAF4EC470764B8A49C5A3BB6BCC2C1F1A0AB5B8597666568E3C98010D078C6FCD3E15371103414C297D0490059006D54B30BBEA104BD6DE7A85C8488C9ED8A8931E3C837230C877C20AD19E0BDCE070705B86DFBC217D144B7002A85C071AE68274AA1BAD23725DA28A3757C12C0A20D43C130EE89C131B0206CAA2DE2CA3DDA8A25EE9105040DC042A2124855632E2079E8FAE21BA77DC072C2CC43DAC49C14B61BB0655B42D117072401380BA6760E2E0BC71960C405787790999E130C189E1D970E6C4DC09AD2737C7A0479FED9AC88B45CE295006A01A8C9602522EC637E6F86FA09E0814C2C84235424233BC2194298581ACDEC932368ECACDA20A30ADD8E0D86C771105D2891F28D11BCBBE0851439A8B802E6A83B8F69504028901C58A1A0A51752B23BF2F194BC6CF36D043A037E467060BB2DB51E7CCA44DC1BAC47427A205784DEA754BAC5840077022FF00972AEC247349F78F212C457A6CD1026F52DDFA36FC8988468603A086DE67BCA3C3615A40D04DDE6F8EB2401F663485AEDC8F4EBA91401D83A9530AEFABCE6C768AE92173740887A683061CB4014502E2BA46DE80647AC444E9E15AE8AFBBBC61EC4AC89983B429B33364FB7B0476FF00C13022CBA7BE2DB1E123985F43A026AA51C80441AF93882A12A66DE213B37804589ADA6A03E855FE35A3A54C07E552900E09C634ABEE6E90EB1C81EB38DC1E9BAC34EA1A8401C41A83641E40C05A0B80D7FCEC438C23B2CC44310C3F80063282EAC302F3A426885FB5009019D28F4196E99024E5BA74636D141A883345B575BE8E3D6D30AD9728C8BFD4A22F8A814292A38DA6AF6F951EA85919CBC250A324FDD8214FDA89BB704CB0A519ABB27978BE16168424FB8C1254C1EAF32379F1EDAD630E0C324487B355349294DF660F604153AF6E37FF00C9D44952F35B1C5F25A1BB0AD5111A79BC184254344A463C7B41CB89F19D3630812429C13E8CB5DE91110C1A1B22E18576855A9B62582C47679A1C062837108AA6CD328EF11352DB33D99E4D54DAF4E0F92EC7EDAFB60F2F0877A90ABEF30ED8DD6AAB408EA118629D38CDA22BF099354F3B47BF39C1688290AAAE167D8B37DF52B89C5AA8B007A75BE5E4E434017429ED1C3D18F460FB4DA01532AB26C6F79CEEBC87AD0FBDD2C9716A4B0AE4446913BE5449B715D3AE26DF652A20B6975EB2A1C029B53DC636D7754F9C2406830BCA86AED7E01669B69E471D01450440A7FE1B64A6D3610367016F16EF351CA7D46809AB7CB8D1AD62E7D21D0490E6F1A61663D87910E40246841396256FEC0D913925438A6AE595114DAD543D72BFAF19AB2178D2DDD223C3DD4EF0ED49E3137A0319F335A719DB922B0A4003470745BBC2EC2C8C282693077A79C81009B1C98ECD9E79ECEF13B7B64301A201B3670E490095B510BA907C1DF986B3F008D22C6CF8E309926814AA0DA3BCDB7587527371A3370BC6B62B682BC50869164235F4DE1382A081E48377F2D5B3DE426A4455389F8068F9CA3E0577B9E78E6FB3AC6DA41C1AD181E42452231CAF84C1C4A2757894AB91303AA0F06322032A51DE15D71B1573BCB7D317C9D186C9BE8C39A67C66C6A13C93942BFEA758A1100295D92AA1AD710B314ECF9928E79575E63A1EB38711A2C87B26E475E0EB11590779E6F1765D6978AE03CF6316594F444F74E99CF65ED6D70AB780E89071829189301C2CCD8A2CD13390228F55ED373451DC5E68C17E7D05B4C5ECC7841B028A0DEEF2F2E318255C07410D1D680616540042DD26A281E00B1B21C587CBDC960F3CB0E254A6889D3039CC07E577215115D187D0D53D3D0E624390C16BCA159DE3DB7DA1992D8C76C5ABFCCDA30A15DEB4569B6C249501D13D9CCCBC5389E04B51A14F7399623CC4EE50388FE8C5024D2698456CFBF50F45ADEC427D600B7E0D7EF84AA740A862DABADA3B7BF839202E037D9E1C44D8C00ED3630947829B557272B3E68D1351BB3EB16239A0B0346E463767CC4117052FEAE85838CD4F7995F69A1F50490006568CDCD1B8532BB44259D89E44CA840D3408A51F99CBC0BA7FCA2EB5562A9B506ED01930014D3F2BE0B348280858A8336D34F065BAA7AB5073A3A65AA614164AD04915A874310739261D53616D4F5B53E0209577060A1469D33A03193A26F6852923C7BB70CE451334795AF85386B278D8E25DFE91C3CA8EAEF234844F91BE39B5593778C08521B52CE228045C63C95527F901147364931154EBC1E40B34DB7665530BCED1190635C861546D124723ACE52F93CB900FA9E17916A74470215E840586302807095187284DEB0C96003D5E71E01ABA5309143999E6F4139FC3ACDA8AF38BBA8246792F1276380E4ED349AB27E0CF23142D358B1125FB751C29399CEF540DD59EB2A60227F997D9382427976B9E15850A96F68C451386E28482A28D654C4575A362BA3BBB85F25EB8BD208F93E673BB92682908E0112D74EC48E1125ED9716E516B0D31931698F588F2F08C7734554A6410EB53292E3075CF7C2E522ABB940BF4FBDCB4BE4632716C93790559B17484CC118486D6EC04826E696E8C27A8346C11C035E00CE2C985752ABF51F168D62C768D64F89B6A8BDB3A1DA023CC9A491138A54B5380A8F804EDB51E81E2D9EEFEEB7CC599D7897A81CF2A8BBC4C8DFE3D0522C096B88B8A00658DB48604376EC6D8C4137CD560F130DCDF1E03B4464B6E432E3C4BC1247D93199216A4518260D62D2AE011C11BCE4B5B21A37BC103CF2F532721EE56A452AA5855784779062155B01C45217219351355D04E84ACB59E01C8D64243BA17A02BA2E1EFB0DF0154EEA087D6CFB6411452CE2DC86D3BBD01A49854DA2F3A1D3FDF32E36A3164F978869F71A6C72CC81DBE04ECAB874D9DE526856B85CB6B499DFE8C1CE17A9A7BD329E771779A880DF7A08208855D3ECCE2221ADCA4B35634752CEF79E2CAF15EC08D0E793E661BA976B1BE49C541D3C75E9CD348E1C4276DA1F48D38DEA77BCA3CB656D88E81E7AD0A4AD8EA59A70A36DF83E7274EE077DD5A7902CC8E5335230A4DEC001F7ED99C17C27826F66CDD79DEB5BB9A1D737A24AEC6F870EDBCD08B4D6D12A78BDA9FC39C5924E81C91DAFD8FC5F5ADFA9DDE704FE83727299B4A63B14E69385F219AA795373A2EE68CBBBF68B91CC7B0619CB72503F6373691F21C29E14E595D197C4FB0DC1CBBC2E80F3429F4F64DBCFAADAF8F25781B77F0D6B3D38FF341A5E7AB87C24DA3AF077DBDA4CE015DD055C723AF3E7E32BB4D4C460ECC4F3D9A4B8612FB28D556D95A6BBAE694BC1F2CD55E0574E870F0814D2135FB7118AA8D1824DF60D070EE043C8C6E7185E3F9288633CFB1CF42294AF40DC1B691D4AD631C58299541A6E4A1F385421B86C9886D167135336B7A31F028BB0E1FE4599AC52EC8580BB91C9F7EF3EF8E5AE81AAE0D9A5FB73C00BA683400AD6EBF7F50CA64F0D365E61C0551087D21E267295E93B05D07F64802F730DF0280A90C1897089F4A40146E5E601E4550678EC97DC024DD9814F4241B3334E74AF5668D410F7386CEB1DE340C3E5183A33AC2820B5DD5C83AE979A7D9A96F6B6C083E6BC490877D557D9F0CE40D617D8E913CC0B3455AF73D27D5B13BC5BB54C49DA8B61EF0E90E070C10C30AEAFF0014C805CF9BEDB1540C6C9CA428CA2AE5F47B1F220458EA4FC2929A1766491E1C34A08CF3C9F6F55D276C69EFADE632E80B1AF1DE0D345B2CA8E84D954A874254358C2F9B5ADD2E3A3C7A3621A041C037C9CE23882F5B06E7912070EA3853C89B2C255598E61DCACF0622BC62825D35AE760B1B55C1C158FC5C03EB8370938BB1D1007148434568F600316442432D79147064FB5498C212CAC57764660AEA043A442DAACD6EF50D1B13CA88D1203009A1CCA0331C0B77A2080115B91047A362795550AAC41264D0550F6E5228DD6AC78AACEC7A794326A2FA847A240BF8EA0D905744BDC0BAE3E73FA547ED9C278FD85F30E0339BF7FFDA0008010203013F21740BE79FADE337D2B2B949F6300D5F0C730901BC037BFA38436DC8EFACD3ACD06F6312CFE26FED89F4BEF06E6D334A06195CBFDBF789717CFED8D53D35D5DE502DD7EB58362702668F84EFEB791A6DCFE0CDB7B337827278C6E18FEC9D5C66CEFA9F8FB600183D7BC0552C5DFAF8C457159675F5C7E7178F7E358F9C0F8D0FBCD7E739B87C26F04D34FDB0DD27C5C0D2D0F3E7EFFC641E8AF9D71D71FAC177AB88CBB530F839D1FE31337FCB386B67CFFDC9E3CA2B6BCBC7D7BC4374E7EDF631EB1643FF001C9BAD7F1F3AD60AD8FDFF00995CB0E80C3457A77811DE3F9E75B02C800F5FBE0C30BC8E7E72078871B6C76E3C2FDF05820E58E57FC98467B76E26CE9941B7DF38E575D6BCE69713811C6D8F3F8779024BDEBFBB94A1F859FF00B9428B1EE73F4F8CD35A3E43F8C28A340ECDCFCCCF9F78E7256E5F2E6AF91D4E7CEBFDC98EC3867F98D1CCEB53EF951F135FF7F781D74FAA1FDE5A9ABD9FDE59983827F54CD97E72FC3D8DFF00263C541E44B7EBDE2743E591A9FAFC61DF26780FDACBF9C8BCBE78C4F209D7FB9C540EC97F7B7064014E3E5F21FAC40714AEEBE3FF00189EE9AA68F637F3C7E3C20D21D6FC1A0E0F59ADA00DD23991D3F3CFE735DEC27D7F78B1869DBFDF3BEA9FD7E61C108E8F0EB4C8DF47EE71F5F7C098F45DFC61A7BFB328B5EBCCCA0F0F21F3F5E70BEB146D81E4FBF5FB4C91026C3E93161B183C72FAC02AFB6BCFD8C4760AD2CB7FF3F39464780C7AF1BC781204D8D1A69347DF20807C7BE8C5A2DA75E679E3ED9CABB672945753B2CFEF78EFED1747EB36800F5EFD5C0A7E2EFF0014FCE70AFDFCFE70ED106DEBF3939363E1D628D57C65D2546B9FB6B3A6D7DFEF7FACB04ABF5A6634ABB7F39F4E716B5B7A30E6BA7D75864FC4C83A719364111AF26C43F3D6F10956871ED782E0BA0B1C2FDB3046C1CEBBDFDF08CF0FFE000B9CE1D1FDFBCB617D9C98AFF337FDEB2C8E9DF1AD73CFF5900743BEFE0C80D3D39CD8C6B39F0F7E702BBD4F5FF73E85336797C6B0F48F93E8FDE0F37FB0D7EBEDF9C28E685AB82540FE4BF38575083DF0F1914E761713B3E8EB0D8E2E368FBB0440496357CB9BD2836ECDBA7C4FBE68683519A1975E7C63A483F262C01C334C9DBFC63E850F6B79DFAC511513DF8FAB805361E3FEEB1853F44FFDC226DDEFBC56298FF0E51F2FAEF186DDF7FF009BC8F73D7175FDE4CBF48E0376BEF1F0099E407F59BAA94C547D27391BDAE7C6EB7AD1F2DC67512757F877FBDF8C8EA55D6BFE617896BFCBFF00945DD7F2CBC5C5262C3F0F67DF0A7C832D750577ADFE700B7C8FDE71FCF47FE62D4422B8F24F7FBCD8873FD670489D7FE38BBEB807D0BFBC95620E3661D9C57FBFCE40DDF387A19D543B213ABA77E1C42F7616BB9B9BF63E9C17388FE3053A0FCBEBED816741D783F39B635DFF009706827C4FF19CF873296251FCB7F187065FA3FDE7AAF2607BCE772A7BFF00B8866DEAE0214D7707F9C0D1AFF46F593800E8E39F796D915EF73F5F381362A95F173785512B3CCA75AF8F7BCF8043F707F19C3447F868F0FD1F938C52AB3E806BF79C23D101AE82BF8C5B179AFC3DCFCE76E7679C039121E3EFFF0098AB6BFC61A257D7AC28B57EA7D7FDC56EF4D93344A07D792F5E32078D6B2CD0D9B4C449BF12BFF7EBE71D31AB71C9E3A871AEA6CC6344D70E7E9FBC268A22D9F2EB90FF003009423D1C7596BCDD7F3EBDE6F7459A9F37E3EBF39651BE78FAFB604ECDB54F8D17FA7343F6786C1138F1DF38C15BDB8FD61EBEF51FA724072F17FB378CC4AAD3F1BF780E80FF0058933ABF7E7597C689D7C6321D87F97EF90F862421738E479FAD6403AD7D7AFCE287C0FBF39581CA1393534FBE1E9019797E06B1D88FFEE577D7A73D767671EF210E0FE5820B6FAF071FCE29CD7DAFD7E31EB8BE18CE43831DF17FE7FE63CECD0C77A019A1868FFCF381B7B3F8F3F6C96F13EDC7C60D4A91DBE3E9D65279D7F4CDDBCFE30A9C1AF8C6CEA93D6412EFA03F4FFDC7A488BF5C7F794BC2DFBFE5EBEB59B57B1CFA737629AF6D9BC16B46A78EE9EE78BF6C945D73EC95275BFF00302630D9F0DEBE3E3CE6C6D7F459F3D713135743FE335B109FD60AAF9CD320BFA2FDFC7EF00C8B7EA5FF00DC0B75175F7EECFE30680E34749F883C65CB7DFEDCE505D13BFAFC669EAA7C5FE7382358E719396BFBFEB0133DB8275F7F87106F23F5D604579C9285FB7F39DEB940908C7BEB5FFBC632943E5818E6177D4F8E44BAD9D7A48B6762B21ADF5BBD66C5A7C187642AEA7B7FF093E86F2038DFA719AE87E1F8CEE476F9C80F0F8BF6E7F8337B06CBF4FDB2DBD41FDF7C60424ED71CFF00B98037AFD6B78117D37FFCD035CB947777C7CFFBAC4F3734A467F1FBCD1AB8D150FA7F781B1F819CAB65DF7338877CF3DFEB0DB6407DF2FE5CA284FB7939CAE3E9B84FFF00CA18666DFBB67E0CD9DB2F98A7CE0B5FD7E7FEE0E2BAD5F9CA250F89FD65C7C7F071CB57D75ABF38FF00ADF7C815E393C6A778245B5F2E3AD66F50AEF1A9C79C31D1C94F93E9CE367E0F3CAF85C20A3D666DC422559D75C73EB789B50D5D4F5A31444BDFCF0C06D5D68E5E3EBFBCA76EE5FC7D759457E595DEBE9F632454B747D18AC393D8483CEE30032126B7BFE316856FF3B93DFC6168A893C9A989AC9B50ECD2D7EEF8C2A51A4BB9FC61389C269FBBDDCA9AAFBF1ACF1709AE2DCA2D1E7AF8C80F48E54DA708D35B7F4FADE70DA3FA990613EFFCFF00CC8DBB9EFF00AC248B9F8D61535B1DEBBFF99EBB70BB1D710AD15EB377AE1FE5E33DBAF3D62D103623BF9C8DCA86FDB142BEBEBDE7289AF1DE180401DDBAD4FDFEF17FA0BDE5F9FAEF1BCE37DE58B49AE7B79DDE33D59F499B2D07BFAEB18DB95305BC6F03CD99D35F939F8C4968A86BBC68FC97D5C0B567314DB9BC613D3AFF00B866AFDCF11CDCD2378FD73EFF005CE3E0358C50701D09EF5714097C438F9B8DAAE8F8E67F792592703F5FC63095C5F6D3EB1A231DF275AFF26320D5A24824F593ADEDCA27C077F67AD737AC4D4AC5ECFD39F8C02F451396DA9FCEF367557F8C450909F7AB8455727CE755A9807A773F2FADE6CBAB7C4FE35F8C1B176BC608ECB9C3A7F0C7EFF5326E28E18DFF002B2064BB7F186BAAF7A7FDD6219FF6E9CE70E3147661C3CBA334DD28FA31F73C5427E9CE08727FE6F22D21E635F803CFE307BCC76EFF00A37F8D26B1C5C11D4E7F7817B4E7C77F1EB0D452F99FD0604FEC778851C3C0CD1D453A78FA320A37AF3E4EB256681EB22E1BAA7E8F130144937DF271FF0031D00A2EADFCF9C54D838E63EDB1CDA2483BDA4F8C1BB38DFE8B8ED5153DE5D3A06FF3FF00C0555BC66F7EC11EB7ECE1C82F428F8836FDC1850C7FE5EB13945BF479D63B28DF09F5D6181EBFC63BD63FF39B8EAE78F8BC0DFABC3C2A93F95CEEC60ED8FF0067D635D6BE0FD62A3643FC3D66CC30DD1F3E305056E6E79F794E5EE1F1890EC79FBD3C64146A7CFD7DF06708469CEAF4DF1C621D283A584B7CCBBD3E2F580147FDC2D23F1E0AEF21F0132C11EB7347D56E6E5FF0BF76738378EBD62A09BFC7FDCA77A7EBC61A439FCFEB28B1A3E70F3464FAEB59605AFCFF00B946CFFBBF8EB39503CFE77D66C375CD1E5F57F58F094D0DCE79D718CA12F35BFE57EBCB91913C277EC9E3D988B77DBCCFAF7C62F60FDBF93DE33E1B53FE7FDC70DA9F8D988607223797ED8ACA585E7E53D7BC571A95E693283E430B7A7F870204D21F5FACDB901F9C5CD4E9FF005C9F22BE47F3BD6284B37BFBBB1CF971B9241F853AEF5904C427E3EBACA8DD808BB9EC7FCC401095F049F5D613949024214ADFC7BD64849834612B09399E072759530DCFE598C3666F5A7F38CD3F5F47351A9F0E259C6B2FEBFF007378BDB109D46109093CCF5F1856179C984C0164FAD1BFBE3BCBE84C378B71703A032F8CD9D97AC3D0D3078FB377FDE1B6907EEDD98C2BB3E7FF0031A3EDB7BDB0E3E5F0FD9F7EF0DBD8F2B6BC3F7AFF00196FA1D71608F99FF97232862DFBF7FDE42AC0A77A5E79F5BC40096D6B49F3884121FA7FEFACED5057E1F7C65ABD6FCE576F6EF9FF000F8C0C91FA7385283E14B182DFBFD18B4A70BFD6135FA37E334C1E75F77BC8B2332BCF17CE2811BF3FFBF8CE06D7E3B65CE63EBEA66D82E0BBEF169B9FDE73673A7FEFEF2D35DFCDFE78C82D39B0FE578C5A44742BEC66BF889C73E70ECAE8D6BEA7BC27D69AFF00B9F781F9FF008CD00A5C0646EBF5922D8731F18DF3148D9C91EBDDC4A8CD958CF52EF36349E83FF328A052EBAA3EE7C0BBDE50600FAF3FAC347C7F78C09D372A81501DFCE7925DD98ED1FDBFE3FBCE4AAFB3202744AFAEF1D743B6C6FD5FE667B108D97F182AE7AA9FBFDE6F52D70EDF6E70A0BCCFF18DE56E9F0A60D9B378361DD6081E5CAF41D2C25C553EBBC3E89FC9DE0398AFD46720A7E5F5EF1669DB53EBFACD075A73E9C1F8D6D70E04B93A35BD1F3FA713D46DF18B70BE9B797E2B9696B3E7D2DCA0F26AE542525E347D73C64519314E60E3EBEF8C2E2BA3E18C14D7EBAC0A0475B9FD19A6939F0FF770341F1FEE4AD5ACD43D0BEF1882DFD7BFFB91DB32FDF06DD9C1CFD7E7CFAC2DE016BBFAE302AAE82F5CFF003B70EE6094FBDFACDF50FBFD7D9BBAFF00DC8394ED27DBA30D54C6DEEFE7E32524343AE988EB7F67BFF9887410FE6FDF8C38DF6BBE57EF7034BE6632FDA605DC1AB9F1ABDE3A14F0CE32C7F6E3C3CB9108247D75963E3EBFF7AFFDC50E7FDFD7ACD6BF9779E85C23A6F128555AD9F858B77DF3939CF61FFCC04FF47D7F39E18FF6F790D6D84E593F18A2FD0ECADF1853474EDC0E5D77A9FD47B0982E9097F13FAC7C82D32167794BD6B91F3935AB56B1AEEE43D82D0BC9BE7F8CED005B77D6B2C55CF8E020EB1F059E7EDF5BC67482BFB24E6FDF0FA57BB95F35F57E3ACA16A2FE3F3E739EF8BEFEBF3963C7E3C611EB9F9CD49AD5F5DFCE2B429E32A454EFD3F5ACD50EDFD3F8C97029FF009D1F730B8D43EE8F279A6FACED071E2E81EBDE4865F2DF3C57F830208ABFE5C6BFDC8ADB1B364FBE1EC20CFF00063D77838F65FD7DFACAAD7B3A7F66B001DDE3AE77AFEFEEE09417BEB69FC78D5C38E327CD3749FC6730FC7E31BC9373104BF61DFA39BD29CF8C046F0FF1C65D1C952FF63942FB3B6AFBE718338C51C3F7E116B9C06D42BF1CFF00EE06C4BFCFDDCD17E4FF00CC80D09CF7F8C450DFD7C621CD7F662DA97CF1D2DEDAC52BA77FDE6B04073F5BC40EAB1DE470D8F9E0FD601354FF00DF6E0CDF90D37EBFAC0F3381E35E7EA67821CF183A5DA7E6CC95F172F90F75C9A8E9EE5FEB367FC1C09B8F34865B0E0F58B14F9D1AC365FF0020FC5E72CD87BDFDBBC50B25D98D408CE7A245FAC5BE13CFFDEF12333EA3E1911EF43CF1E8CA2796FEFE3190A707F392191FB1843C07364CB901DF147F57048A947F7EB374E4FEBCFCE4BF03EEB816764FF786A4B2135AEB9C1F6E475CB7F465C0217F9CAFEDD3353E9C632B4B74736FC4C01529C0DF4C46AD5AFF00B8521B7F9CBE02B8CA4A3DFD6B25EDCFBF66738E19673DE9FE75FCE5D2E4FE7E0CF8D727DFEDF6F478319D3787BA18F8355BEE707580A1D3A639416FF23FDC472267FD3582E9F8774FC7C67409797C983849EC9D7CE70A562FC09F3A7343813DFC38F8C227E1826BD39BE7F8E300CEC8D9C69C9CCAFF0071C5B8AA23879381E0C200B7E9A931B55DFE7F66539132E9A8BB7FE64721F7FA73C0D7CFD7DB25CCD3A5EA5FC866C9174E7EDDE4C5369DF279F7C6467C3FBC77B690D75FF7E3E337884F33FACA5FE89C60C2D823E4FDE6ACAEFB5033D9CF1F3802049C9B7ED906BC7F8C9DA1A32AFE275F8C250D3B7BE5846E07D7CFD7585487979FDBCB90E8F1CE79B1BE5B96A9928F962267E5F1D606A86CDFD7F78A5B2F3D7E1BFD62D57072EB97F5FCE2B5943F9FBF283452CE2A12BF3E584972FC1EF1085D358B04E4811F977D9C6B1D2CABC38EB35A3A8FFD3394029DFF007846B80DF0AFE1900F13FB7C7EB10E07267ED972AFB6E6FD19E1024F898A01B7ADFAFF007071D0DC5A86FF006E7ACD8F92F5DE451BBF8F2F1337EAD7D182920607F59D235DCCF9128FDF1074181C85E3226A3F839AF83FA6109DF8DE010372E9899B1D3343D0E2613F8835F6FEF14563CA1F5FDE57CD6DFAD62CD3A2E8E73580176ECDDFC7F7AC9178474BAFAF7885AEA0FAFBE44C510FAF9F78A25D668A24E3AFEBF6C58E38AF4B7CC31D4E7A4F1F7CE6F6023F3E7F39350F13BF3D6745CD5F0A7CED313C5313E3EEE3ADEB9C876FF1E0447DDFEE3CE705D4FE47D7DB0F454F8718436A6FCFF780D4C8FAEFD605D39DD3FE73846ED98624D89C1B797DFE334F9889C4F430851876A6BD65445AE47F6BFA1CA1701B87FBFBC9980B76D3EB58E700163A753075C73C617CB4881BCDEA5880F8BAFCF7F5F6CA374EAF4061BC4D79CAD7A79BF6F18CECEFDE2509A178BC9F7C9269F4F79C02AF0E3F0E3486C3A5BBFB759E6536FE7FEE06F874FDFD7CE2D9B84E791BFD7183FC639FDBE70A1DED79D3F54D99E14ABAF979F7359BB48F45D51FE3080701F9727C7DB28B9B35D7AC1B04447F0AE32838BF09EBB39EBAEB359234D3CB7AC3A7CFE13004A49EFCF8CE85E7E7A3AC4F1A714886B114A3D34FD8B813B6938F1E7C7E3170878BEF9ABB3262D3E6DFD635FE359B470FC6201A8478E11C237A5E5DFF00582D953AAB264F2B7BD0FF00796046C3B49DDFD61209C19217B0E5C36D8F64E3F586934EBB51BEEF8C722BF2F39BC3413E59F5CE4104E4D7AC0DAC069E7AF591D69B79FA7F1935B7A7E7B767DF355C3CBFF7F935EF0ABBE337F1FC604CEC2630DFA6EE7C3BF9315AD76F0BF8D7F79C213EEFF5FDE10C2ECEB0E291D5E3F2CCDC90F96B631E95FEE7D3BCB6B0AEBEDAFCE3D03C0BC73FBE459E0D8F5BE3DE1FCABFA79CA8D47C0D7F7C39F3AEF391EDBFC650BC847E0C28E727C3F1962059FDF47F9CD9750DD1BE78FF002610F27F826247A82EF975F5AC6F01FDD7B734DCBEBBC6A3208BBF9A779C7B36FDDBC66CF957F18C470304E0180DAB7EBC63E0E3BEF03E25F5FCBFEE5307CFEBF79D80FC5FF718D1C8F80CB1FBC179FB3FD657069DF9FCE3F9F31215DF59623BBDEFFCC4E5ECE7ACDAA3E58461EFF7F5808D27D7C7F391F9939BCDC10533DB4EFE0D6B7CE037603F19AC1A99057EBE3832A5D0FBFF007FD60872B7BFFBFEE06907B347C7A66074B1FD62CE50BE7FE7F784C3F5F8D6DF19BC5A571C4D22FE13C8E301A01EA37F103E31D6410FB69E9EC7F395B898E19CFF007B2B7FC3EBE72A6F9CE4253117F41C7AE0DE5F22EF016EF369D0B341F2C7F92F3BE367C7478CA671A7E09ACD38535E72603F4FAE30B4557F025FD7DB1251A07C4FFE73CFFF001D1C9AFE7E7BE31DA180D7E3FCCB29E0CAFF00DFD78CD1A876E3F5CE3D27FEC79C670E7D65FCBDF3FEA38881A23AD4BF7FEAE19E568F3B7EB9C2816E274160E829D907ECE3956FBC77F13F789D7EE4FB7FBCF7ABF8EFEDFBC8AF409F67F8C1A786BFA72B456E9F1359E4A1AFB3822EBFDBDEB0D6001C37DB979FC6565BD3F966B9FDE58AF473C739E66BFA99C04E0718BDC3358879E7E8C6590F81DF6FE778C88BC9DF39CE62F0107F59C0930AC476E7FDC801AB9FEF1736C29C45C9DF3FCAFDB179E3F244FF005F1F9E70911BF3FF00BFFC1EE711FE7178A33E357F2B85035041CC3B9CF9C0AD4EB351889CC69E7C5CDBF3777E09FBC8CEDBFDB2EBC13A7F78B77007F279CE288DAB9D1DFE7FDCD11469FAB3EBAC4CE91CBCE2B0E173BE7EB5841B7D9F58408D3F6E444BECC8E5DAFBFF00CCB01E3CBE8FB5CE3487FAE745A9764DCAF3AF2F59763C85E3957ADE05B8E1D7938C6C84489F67BC6F588F3BD27A9AC1770ABF3A30D61D3F431D4E4FB9CE69939AFDCE587A7009AF4BC487DBF191336D6EBAFDBAC9AD685FAF1CE16D9B1F13252BCBCFACE3272C189C614E1CDE3ED268FF009EF022817BFB6516EEF9C28EF25EDC290E9F671863EECBE7DDFAD67EA98FF7FF003128BA7D7D38EA6A3ABE30A3695E31C326FE5D7D799FACABE158EC8DF8C188BF4F9CD4837C76AFD7DB24C90D7ABFABFC724CD20BFF00B889BB3B9FC374FF0059AFA734F1E32D507E1FDE2A10BBFCE79826AEBF9C48E29329E47EFF007BC10951DEF7FAFEF0B1FB9BFF00B808A9096992D11E0FCE04DBC2F91D3F739F79BAB1B6ED22B3DE877FAC2D8807CEE6BEB8CAA7483A728CA5F57D7BB8DBC251E7AFB601EA3A6D64FC4B3DFCE7028577CB87697BC45214FEF00E79D0EBF54C6D97BCE446BEB8C0ADE179F54D5E31331B5AF57163E96CFE2E3DA67C6195838FB5FF00728BC0A1278DAFDF1487F9FEB8C36A7F87E7E7244D057F3AFD631D2A5EBBF1E33836A33634E0CFA899404212FF003FAC1A2BC43E314DB5E9F4E1B52FC9FF0072B41B716EBDE2365EB5EDFF00CCED00FEC9F5F7C0FB82A34FD4FCF3EF00423819E3EBF79A0FFE84CE286F4FDBF6C80E7B2DEB85D7F18D21AFFCFCE0F44FEB9B59DDFF0079C4F1FC63D8F8C0EA9C3AD7D9C75F5ACE0ADF87E3F59C90EAF8FA5C90AC8DE3F9BFBC82936C34B74FB7EB2404BCEB0A43AF3FB65E5D669C257F1CFF0058C2306EEFE316972FD7CFE3387B7B38C65AC0B993FE31CEC887A27F260854391C3831F88B61908344F76BD19C020F34EC7F626F4CC9330975DDF545EDE8C26DA37F163FF326C9DFD6693E877F7E3BC0F850DE1E78C7A8537CB9756FF3A9FACA903F638F5F3FAC9BDC2B8E7ED81F0FD759510CCBF12E9CB9D0397EB593D0BF7FE98C29FC9F26446E484E74F2FEB0AC2008FE18DC49CDF845E5FAFDE01F82CFDCF7BCB66AECF11F3F8CDB14A3EDE1CA6F1F34BFE8C155DFF9C803B710BEDAF7DF9C472CD1C7AF36FEB2C3518D75F1CA58DBFEE70FC39E30E73E7477951F26490F0E0B080BF5B31AFA73F7DBFCCAE4EAF59BBBE3197EBF5EF2A564C9523ECFEF237A612E36E37D7D6B3925CF89F5F386E5DF1C1928B533777E7899D095E3A4CACB6A2B9F26A9DF9B834F8ACCE050FD9AFC6575C475EFF58AA07CF5F6CEACFA71F4E6D45079DA7DB13359F097EDFF0071317D3E379DDB675FCEDFAF3900D57E1FCF3FCE4AE97F1FBFEB29A859F3F6F1F8CF196FBCD83B0BE36E5F44AEA1D77CAFCEF08A1FCFF533BBEDC9AC3CBC5357AD6B37B1309F47FE301B499BB9CCF5FE7DB14BB5669222078BEFE32C6816F1AB79DDEFE3288EEEE879FB83F6C634A4F107EE7F5624D98BAB07CB43ED0C5EA81B643F78BA1CDC0A8F7641361E25CF8AC5C64A6F80ECBE31175C7C1FE6720A69F5DFF58EA77C5792078E71491672B0DBDBE6639235FD71C79CA1A5E6F4DEBED85F0E8FE7048F51FC7F790D320783F0FF00B814873F188A160A6BE35F57090FA3E38301486FF1FEFF00263C8FB7FDC24940F079C559C0D7AF6C84550C29DEEDA7EC7CE6EA28EBAF961DAC975C5E57FF0071968B97C7DAE1377475C6B94D737173BC19F8FF0099CE7E7BF5FBC9D16389E4C4B3D1441AECFDB3721CFEFAC9ABDF57BF187D036F5FF278C3D7B7A7FBCD3422BEB8C608EF8DBFE60120C355B7E604CA0DBFE8CFBF20270BF8779A1AE3F79B47477900BDBF5891F45F87E9DE23106DF93BDF7934B4E4F8778140949F267118D0A75586D65B7FAFEF14C4DAEAD6E2CE12635CA179F4521C4E9570AF2770DA374F5EB126EEFC71C62B3B0B24F76E75E3EF8EF43F388D84F6E6FDBFCCE2AE8FF5FF00318770DD23AF8F78EDE7ED8B57F53EBD3933D69FD79F9C288CCB11E1DF39A30E7FB7F38A4B19EFA3DDF2630160100F8396DF8C4D4AE4D71C9FCE4678BE9E86BC7DF19B4D8D6DFBB8159D07CEFE9C67D022FDB112396FEBFDCE02FDDC17B6B88C1D69F6F37FDCE0A6E8BC89CFAF1E70F6F7FEE258D127469DE78A3FA8C8F937F4E25482A75FEE503077B07F7CFDB34E7DF7F872F1435CE2BC5F5FC653847EBAC38C58EB8C529A972CAE3F27F8CBF270E9C9787E9CBC54373E95C65134C9E8DAEAF970C9DA5DB9F471FA70E209D76BD3E1F8C113606EDF6D02F5FCE69B277DBCF17BC7C3475E9C40EA3B17AF5D7EFED890025D727AEB08447420426B7C5FDE37C918F67DD199D7832A4FD601A0F17FECFC60EEF5CFC7CFFC71A844535B991A1CCD77FF00710796D7D623DC7E39F5773096C0F973BC43C2EB5E75FCCD98643AE7F8BBFD62255F469F9FC7C678ABED6AFDB34065EAFE2DCACD9FED85EEAD0AF0BF5CE6B91EF8FB619E5BC4DA9D3FBC1400362FD3F59C92FB78FB758469DE06D7DF0AAA71D7E31526974F790070FF0083FAC34DC96D583FAC4C0DAFCFBE75F39A4CAAF338E9E7F79D8EB6CF23FE6286FB7FCCC5F4A7BFE39FE713A33471E0C48837E359791CFDF16E7543B9D75852B3FF00060AC07F6CA2EAF0E8C69F3BF5E58370EBF5FBC73C980F281FC2FA9AC0D44607B8DBB3A98716D55ECF0F3E9F9C5C0EAE3CFC1BC204FCD27DDEBC64115F05BAD53DFDF02EE0A1DF01FD5CBCC430C3E10F7A97AFBE543A8F235C6BFDC7EB78624B42FF00DD7D7DB19A9159EF21220F3BCD097678BEBBCA107F9F38984E15A0FF00ABFF0082C34B3F8C1B7AF397B60FD71BCA6A393BB528FC94FEF29EA85F1E1D62D51DA3396E7DFE97F8DB954537841FFB8ACE0717B1C653475F20CFDE7752AA92FCF467E4D8A398F83AF660FDB00FB75976F3D7E70C271FF1959BE8E3F7BCB18681D6FBC0D51FB6010CF8F1F5FAC55D6DFF001C67588CFBBF6C7A3AFBBE9C5E5BE58F1F05ECE4EFFAC349D754C25397EBBC4346DE3935F19F017F5DE3EF77E9486DD79F1D62DE23E37E8D7262454E5FC0DE7ED830702C89EE778BD8374FD9AC000E5FE660941D8A46FB37F6B9F3DBA99DA777FDE0F13C57AE46062282CDFA3F791A5FF132E0337E1E0CA3A3932BFEE22B44CD96251FFBDE4295CE9F1F7E701BABE77D3E5C7B3CE3120EBE71282FB778637C4F9314C1C78C4DF4DF1E708AF370467EC3EAE5FA6B35B30CA454FC9FCE580147EBDFD7AC359126AEFF009CE4ACF8B808F936BEFC92E0039868353F13EFCB8D30F20FD7FB9B40E793FBC21F92B7FA0315F35D151FCFF05C3A1CB62E3A6B67570E83A5511F7363EE604C3DA74FDCBF9CD94AF81BFCE73A5F17EBF9C5D7B497EB9F58A2BDFE75FABFB734D2B53EBCE505A63F1EFF00EE6C8E6FFD7E4B8BD025FCF384F061685FF7FDC360C02B2520ECEB04E3587A1B1DE6F79287AEDC29D98580B5BBDFC646F0313A1FB4E7E3C6066A4ED14FF32841749FF98627F2FF0098351827BF5DE6ABD8CB9E6E61FD66A5C4F457E1DFD778D1176BD4D69C69DC6B8DF4F78F8503FBB8F453F97E38C2B87CBAC47A961E3FDCD1A1D778203FDFFDC25FFA0EBFDC27B9AF1FFB92ED0EF0942FEBEBFEE3D357E4118A2B92615DBB9077E77F6FA31A777201F3AFCE4159DA14FBCFE300F983EBCE12FC98B19135AF3A603341A72D28FB6020D0DEFF00AFF32F7589E29A91664F2DEF521EFDFC618FC83058B0F7CB844A3CCCA42F81FBD1FCE776CF29CFF37139EDE0D6BBBAE324E6F9BEBF795B90B82FF67F58342718D6CA3D600BA19D4C2409E7BE833CD61FC9AFE73425C03DD23E403F3D62A608BF56E31ABECCE30FD9C99B1F41CF8573BF057FB723F23F23FCEBC641756FC52FA8027E32C028F8BE3360A3F5F380BE89AFF982AB835B8D3FCBF73ED89D1B1F69FE5E759A173E99CEE9F5F5BC1F8FDDFF00716A8FA7CE2E47F7ECFF0032CDA7D9968295DB82A0DF8FB39195620F097D657D83EFC8E3B35EB9E711133135BF44F386735E5B576EF5935226A76589FF009812708FE478E3AC780DB6795BE706CE9BDF17F181A015AFCE41F1FACF2AF73CE554EF101C07BC793AFD478C3557EE3FE605741BD6569A7E5FE19C20FC720F8839F9E3C18CE7F961E5C721A23E7BCD09DCF1882486F71EFDE32427CDFF005FD38C90BD35F5FAC4767EBDE7507F3FBEB1F70F6F5AF3EF10794139FF0099E01BEF0E687AB66B7A95FC5CE1EBCD6F0D403CDCF3F9C8048BC5FE309CEDBF785C1DBF1FC675EEBCDFB671100B3CBBDFF7E3021D607FE60A4EBFEE737DBCBFDCDA6F87E8D7E6642EB5ACFEF29B70F89F69FEE4224BF5D658073E3EB8CDB0841B3FF7FA30AFF057C11FE3F7920F023F2E1FAE311E9BD0F3E779030BAE75978A1310A7F1EFCE1EDB91300617837955960FD3CE6F4B7306689B477F22669950D69DBEE7F7F9EB27CD13535D9E4E378F3BF38E03DF7FC9E5C3D3FACCA00BCB9E3EAE3BC398F87F588BE2AD8FB7FBC6E54FF4FB623B234FECFF00300C3643F9CE51DF4AFF00584D2E1A0D7D866C7CC39F5F5E70DA1FE7FEE2357DDFF18D3A2A4FD7F98E36A7F1F5EB19909EF00DE78D9FC826045D9F6EEA35F6C6B82F1672F1882FEE08479DE2EC956BBD781EAE5F43B1BE3CD77F762C381B0A95C7268BEC7DB7306DB4799892B3D9FE7041CF6707FB843DE6474FFB8C1289C2F1F7C2F25F44FE313C56F9727C4FB64E5836423DFF00BC5363F0E3274FB9FF00A5D652AF96FEBE721CF59334D3F8C4AE8BAFE7FBCE3CD3EFFBCADBCE23E3A03C334FE6626848BE9A1FB7DB274A6C0074E1AF97B5C85CE398FF00B85DF871E3ECE2A8D6F46789F5BC05368A7E4C45642BC8FE40E6FA9DE11536E7138A43B9D7F63F6671188F2916F5D347EF1439661DB0EEE4D35FA7312B8C0CE386BF37DF8C5366AD78FAF3909593E31DFD3DE6DB3F872033813D7D4F78DE571AECFCEF102C47E77F87FAC66313DFFCC75F1C672928FF005E38C1DC0D88C97F7AC055D86802D5887278CDAC2295467C6B294C33A7EBDF1DE055006FCE0B5C6DEF47133EE51DFF009C66825E93BFDE773572089EBB6418A4D8F0EAB824E3EBD673A187A0FE33505ADEEFD7DF362ABE387FEFDF01CC9E78FEB2F00BBEFF0079D4C0FF00D5C637A6041E9D718D812567D4CA8B4715FD630939F56DC23AFA3BFAFCE437E238F8B8ACF4DEFF0057FF007201A382AF47B71D9D5D6B462F3AFA7784671F6FD7DFDE4C21E3C9F7981BDDBF67F79DF5A743FC7FDCD32DC8F059C7782167B7D38C0F9AEB7830A477EAF17ACA64AD353EFAE712AF5D7D19AB93D29904DFD8FF00587B07CF5ECDE3D8F33D3F8CBA02F6BCFF003E322525D93EDC3947EBC4DFAB8450A7976FCD7E8336C2C73DFDB17B629753BD7D7EF04521717A1B315158EF00CBAC8D8F3E714C69E7BC148FC1D7BF9FE31D54547F3BC8B5C1F3E78C338225B3AE3FACD679069847780F86FF003BA61E221B361475E7EF7389B71AF177FB98842D07139D3043A1D7F3E70208E9F197847EBEBCE2F2DCA19D928DFDEBE3F59B83FCC0207E7382F7F77E7FCC6FF213AEBF661D785E5F86524BF4AE886A783CF9C7504774FF00347F19EABF073EA639C3EFFF00990ECFBFFB80831F7F4E024E4EC1FD98EDFDB820230ED5A3C3DFCE1684CC37C34DB2E23E29F3F5FBCE5537A989A0EFF70FC18B73BFECCADF59D88C7097D0301D39F2C7CE3197CE7C3F5F9C3EEA1F873E3976E0E3EAE409E387E7CB696647A081D9F6E359E46985D6E9BF3CDC3D713347038F9F0F1FAC58098B763F5EB1AFD3AC8FDB1D9D3ED8442F4F7BE3FF0072351671FEE6F4819F5F1869CB9FADE3F34F9FAFD60C957E1FF2E4E8BAFAFA71804E33EA6754CF97FBFBC51CBAC5D3FCBFCE6D5D23613E2718E3EC5AFEB0852ABAE4F3EDAAE2ED37A7FAC4034FB2FDE4840FE6CEE2F27FC634967C66D8C7D71DE218B1A74F19D8B0B35DFBD637956FEFFBC9BBD3BFFB8EB98E757E3187FCD8A1A0FD739205F90E3F277E7E721E11C71DF6633B6156F09C677E1A81D6FEBFEDCDDCF85AFE73740F809FCE73894F7FAC18E8735FE0FE6E3D9F4FE31E8BA76C9ADE1C6F26B141546B70E19EF09C2C9EAFD7D758A5D6047B7F57BCE34D7D7C0674D3C7FB80CDFD7FDCB0804EDF39E3DB95FE030BABFF0042A1FAEF0EE1429FB2B5F8FC38CA50BEFE8D61E1BE585A3AD9C6CE318EB81F8CBC981CE3A6835D7F7947CE17599F4AC104C5E52EB3ECCBD18F2623B30C68B97DBFBCF2395DB40FC9FC65A16DF1471C2EEBF1F5F9C177DB09D53DE4C303EFAC051EBC7FA0C14FD8B0CF9395098242B30B6E6AAF095F01308F12A6FA11F7EF8CB484496FD5CEEE0780FEF0C17098F63DE0AB2DF8B8ED6EB3840EB8DFF99BB0F55BCBFD3F592D11E9AFEB79C9A709FE7F18787EFF00EE51E6BBD989F003C33F287EB37E5D7E0C280DAF57780BE97EF18F4128FAF5FD6566721FD3AD65B5B3875FCB8A56A2FF0099696244E7F8E7FCC409CBEBFACF34C174427CFF00D98FA0C33D1CFA5C8DF839F0E0EAB6EF9EDB387FF3E72053DBF9726BA99B1A4A7EF393B9B38C5C3A2E2AB1B939D6E9C60638799E2FA61CFF0058BD20C768C3784B8A70E4CA41B05CFD903EBCE227D7E324F3E70D9E2517D5DA18EC5DF44FD653D7DF163C3012ACCE0BAF4E781A71344C83437E30D64A6C8C6216BC6B7CFCE268C75E7FA3F17029CB613FBE33F785FF009FFC9BD12FBE23DABE2B8EAB2AEC13BC958AF9F1FDE02D77B5A2F7EF3E868F5886C4F9C85381757137347EDDF7FD6168ECEF1EE53F8C0241FAFBCCFA10FB61E0FE0FD62B216DAB3125CFFCB9077B31AF89EF0BDA9E67D7EB0F81F5E32084FDAD7B7FE655057876EF1497C27F08FEF1DC5E4B5FE734FAFEDEB29E87AC8448C28A3ECB73512BF4AFD7DF3965FB0BEFBC0795B9EBF898EA0F2E6E299D733399ABC6C093527E33A1367538F9C556F97C19E4389011E78E7FBFDE1D67C9AFAFE3CE129B7E3115367F7F5E7EF82F147DBF469C24056757EB59CD3BC2B78B309399DE2927F75C6AEB3D872FF582F4C5308A25F1FF0031AF257AD7D7DE6690F84FFE616E08CA475D3FDC952F67CE189A1F48EF0567B3A66890DFD1890BFBBFDE322757C75F7FFB8A61AF8D7DBFACA00D8E504F24DEB3C6080269D97CF7DFAC1B1A3839CB031A24DFE7FAC58A9FE170A33DFAC26C3F5FF73B3E39C1ECEE6F276E5881BEEFB7F57184780382CBC8EFDF3C66AA9EE5FF00DC1A003C06D37BE37FAC5B27BFC3ECCD744B9CE7E5E327481E774FAE4CDA21FE2E73CA5C73A9BEBF79155F6EBE0C3D8801FBF7AFCE31168FB9820745E070A3837E70800605741FAFDE2BAFA7F191375AFB7F3FE6749C78E3FBC060771FCE12BE59F5F37F59F50CDA27F3D265C50B7AF19B07FBC2983F2CDD206E7489F9EEE440EE1C2B5E7E3C61E413CBCE41D8990918AC0A82849D62A24C14875EF786D4DC3524FB7D7F19B11DFBCFA4FF00AE471B2EFBD77366FF003893801E7FAC1089F837ED2E37A28D9E79B960F3BFD641D7AF5FE60137FDFF007FD6244A7CBFAC6E8BAF3700886FEBCE49A5E1B2F5F7CEF8047CEF05CE1D3E7BCDC44EA37F7814A7366BF2C624A8FC7FDC425A763DF1ADBFD669DDF3F3F8C1AB1F9F9F9C60AD3E4C37D826FC7ECDE5E0B07AD65EE13BFF00593DC05D7D189A19A7EB7E30E01FAF390624FB676B35F5C605B10F5DFB71CB89A3819F935F3F6EF29C0EA75DEBFBC3B6397C188EAFE4FF00DCD8FEB58886F461F7FF00334045F7F47EB19473AEBE78CF618E6EB8D71FD3C6190783C7D7EF3807E4FA32BA9B5618B7A3A60F6FE308BB6CFA4C35033501DBEA76617325EF28357D5FA737CB8E2AA7FBF6FB62D29E543F210E1E5CEBD8F9AFB0B3CF78094DEC9C9F5F8CE1004C8DD13CE1B68FC1FCE70AAFE31272DE349D57DB9CB05C1A3CB3EEFF00DC190F96F9E300025976EB082390D32A6C2BF0BF395E7F63DFBC969447DBF591FEDBC127FC7D1954F97572E7975FEE382D69F18C517C04E5FEB00CB1783A3C713733CC4FF70AA0709BD7E734CB46C3C17D3ADE4804111769F6FD6540D0FCE9FAF38A90EDEE13137D369FC77F18ADF2EC7CFC471B66B5E5185F9C200E7F5FF7F1833E7EDFD67157677F57228ACF77FAD613E73E77BF05FE83289F22513B28A38C0BCB4377AD78C17CD0F9DF8C01FF004E2F7EEEF0144F4F1FEFDFF18AC4C2BDFF00CC2C06031C721F39C16C7647F8CD4275D6BEF9C8A68D49DFC7F6618616DF6CF03537DDF8C33C03C72E3E26E62F5BFAF588ED2FC6184595F8FAF38E3AB7E71ABD17EBD99AA89CF3C293C6171EBBE7FCCE456268B3D63B015EBE8C970FDCEFF7314423F19440DDC85EBF58A2EEFC9B9D82AEF382B9DF1FCEF39C53F8C7506C6B5F530162BE0FFE668690F3DF5AA97F9C35019D5D1FB3F570E1C38DAD89C7D189BF49D6F8FAF8C1480FED9FA3186366EFF5FEB360ECF8BFF31C6A8FA4FF008FEB141B53EBE70B31AF6CB916FEB999A2115BF27D7C6318A073AEFF009C98AB23B3E9FF00334EBA3EF8CE9DA1DD17E9C646555E1E37FBFD63BD0DB27C0FAF18C4487A0E72DCEEA75FDF39A287F7CF6B5D159FBC77F27B7EEC63685DFD778F6955F9CE63B1E7FF007363FB4CD3F4FF0073F05DE08D26BF8C8BA1A9FF004E0BF7CFD561D9B89A98259BE4476FB64BFF0003D64E0DFA75FEE1A3C3006ABEBEBBCF1871AC560BB6C7D3CE25A51E66BF5831AF967F530A0D3E9EF1ACFECFF7076A8F975F8CD45393E02FA3FDC0EE80F5FF00B83FF83F3C673A0FABFE67D9F8C3F7F51E3EC9F60DE1953EF7904EEE5A74FE1FBD65901572DCE4C403BFD3F384D34BEF83BFFB309BCF2BD5D79FFB89C5E9556B279CB3884078301D337C1F38BCD4EFEBCE13C51CFD0D63A08BD7FCC35062F7906E32E9A1F9C1766FF8FEF2ED28CECB9ADF9CD0D9D0F0D3AF9C5549DE5751FC7FDC373577BD78F3CE128256DDF0E5F1CE50F24878E93DBCE28E168E6BA9F1EECC372DDACF3FE6546EE7AF39E650175AF2F1DE00E8BD2FE32FB52BD4D3F798CA7DC893F9D7D6B19687F1FCF78B83CB83DFD7190878BF6C3D6F868FBF772039FE9FA3372A25EBC9FEF19CAE26F478F7BFB6148E6CBB23F9FEB186B067C3381A3E7399CA6B003D12FD19D247F138CAF307AFBFCFF3874ECBD4CA7C5FDE79DFAB9AC0F4B67FDC0E34AF3FE7FDCD93E329F1F8337A6AFAFF00C6711FC9FF007EFB703D71F7FA7134CD9AE9FDE02EE6BF8CFB6025D6F28D2B3D7D5C60F03EBBDE26C9CFE6E55A1FBC5CF84FFB8807BEFE8C7E49F5DE4BA2E1A627EF21CEE0F53366CE70D34CA128CB01CAE44835D62E918D4CE2BF572045D5E8AE3F13EAE2888747932A21C8E77EDC7AC3D687244F9FAD65583AF867DB39A70EB97F7C62C1653A697E05E1E897BDE34A4B855DCB7123B2109ADCC807D26FE76D39A2255D4ED3E4B807D1EFEB9C2CE8644A6A7E7E338ABAD9F39C324FD7C64C0BCFD77F5E3138E95DAFEC5F58C2EB6FAB916437F93EDE33E1EE724249F5F39AB5CFE7FDCD76E76E3F70FE7038107E7EBDE16C52F3971F1A2609C1D9B620A7028E87C990E93C17E7C1C630BC9F3C7F384B9D277D6FF3BC18FA7FE60EFC1941A68E5D78F9BFA7CE7032BC06BF7D6033534E9867209B7BFA1C9FD5FBFAF79B807581E87BBFA99C8098D9D7EAF38D5D3A7F3FD19A7769924797D718C23C7F392870BF5F7CE5FF0005CEA4FEFF006970AD96225E1F5F5CE712DBCEB372E5CCD57DB0808BFF004C47C814A3C3DE3A1A37FF007E9C54EE23940EC6FC66FB79619A657D0E7D62CA9C6723ACA1AFEBFEE73B55EF391CCDF539C7D0804FCBD644EFD90EFC937EB2F69B27F1C2E1E47980FD79CF1227F37AFF007294C22C3AF02641524FEDF7C50834373EFE772CD7E3264DCAFCA7EF5C1714A45E5F65D64B5B1B1B059078F780DEBC61F407AC5B5F62A7F39A259DA5E3EBE7149A0BD313E3B99AA26EEB7C1EBCE4464F1F5FE61056CEFF00E71FBC682E1BFBFF00EE24FD4FF78CAA3D9BD7C7D1853C4F4FBE53DD2FBC355EA59F5BC991A53DDA43285AF8669AA078A7FB3FBC6FFE1FFB853AD9F5D383E05FAF8C4D1343F3FD2FF18E571CAEB0C50D5E7EB78451611BE3EF702DE5FE0FAE3C78CE59ADDA99BF67F7831005D2F9C4389A677D6F37CDA604733BCEE59D97FDFE32643EBF065C75DF59043F97FCFEF0384C300E8A7CFD3970176E87AFF0C14F063E9C652FBCE23899EA86D35C59E78F5F18C6B454A0FEFF00CF8CDC6F65EFE5BE7BCD2B561CFC79E71E271F186C3C67E68AFD1808A1621EBB7EDF263E91F4F1FF00B84A07A93A3AEFE7793A56BBE3EFFEE3458D89D7C79338D5FCBFF7144343C397E0BB9F5CE4717125B38B8FAFC632FAEFA8FECE407D2F8D5D3EBACA10357D7DB04D80EB1F03AD7D6F3F07EBDE706DA7C6BF330FD43F81CB764FAD471D23FA7E027F1BDE6822788F3E9CE073739F1AC2212579C2763D7C7EB3769CFF009E3E3F79C33ECDBFB73DF19F073FCFF59B68DFEBEBE3284E4FA5CB9A1E7FEB1A1B4FD7BF3FC19B2DF2FF008BBC6D8CE0F58E2AB7BFA989B4E7DFF5CDF8C06FF26FF13EBE724ADEDC7F1DE3D56CFD7596DBB4F59CEE324EB8C088F8CA3539F87F593B4EFAC97C0EBAC781FCEF3F1ECE3EF8ED12EED1F6F7F5AC669E01D07C4C65DEC5D652B0D31D97D5FE728BCBF830E813CAE05D6CC01EACC957EBEB9C44D41F7CE4D36FBB1EAC9622FAC668EBEBBC4AC74F5CE267B2537DEBE3E759AC3D21ABA75F67345017F3CBE53D7196BB9BFD7E70648D27C9FF00312504DE74F16FBC195291D939F4F8CBA259DF1DF8D7F3911F6FE13145E3ECF61FB7142EB3ACF1FBC6EAE5138D1652EBC1F6B93410FBB9C668D6FF00AFAFE7224F196E491F570536179387F385A0F63CF8E35FC668687C18916C3BBDFF00185A7130E41DA3ECF8C21556C43873B7A715CE18D62070FD759FAC04AAD3FBC0379EC9FE6192296CF1FB8E7B1786700EE77FEE3E3BF5FA7F1915DAFBFF00D608C371F7DFC13CE1C1577B8513EBCA66F1FD0D645F82B09ED8F4A0E94D5FB654DD523E13056DF573BE9E73608E99C2533735FEE7AE473A0303B74E2FC995F18AB575888D33A406A8F07F3FD6260792F265E86E4BAE7064E184A7DE016D87F29FC3927D307EFBC40AA51E1C53E1B8703F79175C4BE9EA6532C2E11B0CECBFCEB009AE463FE7E0C800EAFD5D7F3719E9FC73FACAD9AF1F827F5932F579E30F3451F3FF0072EC706FC27F184484E0C33B635B62E80226BEB9CD23030ED41F0FF992886FE6981775BE8FE78C41013DDF3FCE5ED0FD78C6BAFE5FF7111D81F1FDCFC6B0B60A2ECD11C701CFD78CDD40D4D79FE1CB866BF93D677E196394215BE7262BE9F53086B3BEB579CEA8FCF5F97BC8AB52FF006FDF9CAF0FAFD61B77F663D883F2CA6875E1FF006E1E581D7F1AC54726F9FF003FDC56C09E7BFC5C46CF3EFBCF097F5FD7FDC4703EB7CFEB18EBF05FFB8F4C3A7EBE7356B35F43350DA4F9C02164FAF8CBF2B19601FDE42056770C3A55D1ABFE7E325F3D0EDF9720FAFE72C8BB587ABB9FCE47E78345DF11F18B3A91BFBE341CF6CF2EDF192EA53E8610E8C23F43F5969B8B736352DC82CB4611765300808C3EBF58FC5CE85E2AE2F51FE47AF0C75AC3D44E6F135AB832894F9E1883C6867DF0EF897E3EEFAB8801A37474E0050FC193188782BC64B76D7C2BE1F7E7D7C641571B7727E339AB6C5AAA14D7C9BC7DC48E7AE3D64CDC1DF6FAF5868A4F3A9F3AFC65507F3A7E33A4FE6FD7E73D81FC75E1C7A5D8BFC6573FF4BF571BCD5C471E98E318AFB1E0F8C85A543C4FBEB2509E404FBE5B8E6E9D34F8E3FCCE2A6C78FF0095C078F3EBF59B835BFB679B879FFDFE32D7FA3FEE5638FB600A3EBEA18FCAF107F7705DAC619AC3238F732662917FE1EB3A271CE6FDBEDE3AF59CD61C1D739033BBDE9C7BCDC6DFA9FCE5D347865759E499BEEFD7C61CDBB81BB4F785BAE7EF9E9F0BF17EB8CFAE5E77EF03BDE278F77FBDE6ED257EE7F99AA880DEB6F6F9FD678609D3779F8C64A5B7CF2FDF9EF204DFFA27F7FBCD6769286D2CBFA66B05BE18ED1C609BCA5F791E77EEE3386C9EE372F8BB967DF99AB3205CFEBF39C527D6EF5FDEBBC97DDFE9EF129E0F67FEE42F8B75F38E24A1FB4F0FFE639D5E3ED94761E38DBF6FEF046DDE751DD7F1FC4C85CE326F90D45E1FF9702933D0B3EDBC760DAF5BFEF2636FEF23AD9FABFC39C872FAF0E2779C1F3E3E738BFB3ED6EFE3F58F07EE7FDDE57F8FE1E0FF00B895CFF4FF003079C715DE8E3E43ECCE7F6FA6F1730BF127EB2AA73F09DF1FF98A347EB9E59C039A79FB4EB12CAFB1F5FD62FF00A3F5AF9CE2A1FB3FCA6151C3D73AF8EB8E33C17E9C78CAA84F4F9F1CE77EBF59E592FBC1D93EACFEB0F0B8FAB9D9D4CD5BF6B3FF00337DB0B5B3DB8FEAFF006C16A8FDCBFBCDAF1EEFF78676E1778119F5C7F7877ADDFF0039A1A7DEE6A933BE6FDA87EB3D69DCE71528DCF1BF4C8AD1DA5F3DCF7CFF00B8ED97F59FAE2BE3F4C1E8FE3EBFAC5DCC7433EDB3E8C0AC96F05FEF0370F135DF1F5F9C33E2F5006B671FDF9CF02D478EBE3FCF195D0F638E322FEE84FF00CCA70391BAF30FC78FCE6FD7D3EF818E9BBE49A4A1E5A7DEE1B169F2B7B9AF926B8C0CAA91A9C2BC0DD1E69CF394722BFB29CFB79E33D2C79E75CE725BDF9E26FEBE3080F6E69F807F9C921A8DDBF6F78C2BB3ED3EBF79C12F7641E95C60515B3AD7AF2FE33F8CF53CB8E3DFFDC51537C0A77CC98C9381DFD1856D9F46FAFDE1B5AF46146AFC3AEFC648F41F678675F3FC63D49E1FF937F5BCBDA8749DF1FBFC67929F7FDE6AF0BF6C49C2FC7FE328B27A7DFBE5CE33EBE33E04BF29FCFE8C9A9F2B9C3BCFFFDA0008010303013F2107775F6C86CFE32BB341F9FCE57A6E6FD8BA27906E7DB6CCD97B5CE3B1BCD12BAC0F897F385AB50DFCBF3D649D17D1D64DB8BAA669AF8C259F2759A14BAF7819D27588AF930DFD4FF7FACE51E2FEF11D6FC60D0FE73882379C977DFCFF00DCD84B3EBAC97918E94D1FAB89578D1FAEF0235B7F3807455F7C0200DFCE123B3EBF18F16A18123EBF8CF00C9EBFB991E497FEE32B95FE3F5FD67D53F87FACDC74EF23C1A3EB9C5A6EEB373888EE2EEB6C8E435B9B05D5D5FEA6484907F0FF0098095E1C3C39CE5E5306A75F5DE59DAE342F9F7871A7534DFD73920C0F9B4C85753E3060E74FCA18ABCE555DFF0096286713205907E30292C30A2F2DCE35947653EDF39C11C540DF48FF00260D90A3BD7D380E6578AFF5ACA0ED3BFF00BBC02E9E11CED5FC7F99E3D613E4FADE33C23E378FEA397FEDC8241E6FE32908F687EBF58BBB5EFF00D3F8C3BED7C58BD62DE1993C55FBFF00E67F0C070C4E7D0CA56D2E1DB97E0FF3BC4697F1317D6257E1FC3F18100A8E5D7F6E068354757E4FE734982C175977DCA05FC2FF003839DBF1FF00B9B028F673F68C1D0357DE6DEAF8BFCBCA4E57AB932327EF971E14EFFE636BDBEBF8C395773037CBF8C1BC3DB02915EDFF0032829BC651907F83BCA99992DD529338F0172734E5FE1A3D388E88683E7C8E0ABBF2531DF0DEB15F334159C73B383A099DA547B43CE7D2F1F6C1302C3E76FF0059C11CC9694E5E859312146F3F7F477E31AEB4BE087C608290A37FE61326700FE036E249772BF025C925C50754F25E718201DC072F9F8C4904A7F792168D639F49A739E5D652AF3F7FC63CD1B7DF29A39412E8736ED48F11BF6E39C5FC665BE5A287E0CBD0E7DF583AC7E5F8CA3A7D1E30B7028DBA45F8FF0032D587C7F388138CAB94615F6C603EBC3F18BB1E3CE70FFC5BFC60799E0E6897F5F19BA345E4E023CBED9AF9C1F67D9911EF39F9E38C64545F5E327E8BACB99655F1DBEB12140E46BC7838BAE3153BB2F9D3E7062B560EC35FBFB619AAD4A97C71A7EF0A869EDF9C7B5FB531F18FFD317327ECF4FCE72037E2C026B7BF8C60A406DFBCACC8B67F1FEE2CFE07CFC636AFD1F39C33000CC6671121F5FF00986B67FDC01D247C70CD47A6261EF275C721E5E7FF005C2B39C3029B63F3CB04E0BADEBF66442C9ADB1E23ACF93EF8E33BC43F39FC3FF8A757FC3127C3FAC5B9C1EB19FA39DEABF50C7B3FB7783A521FD4FF0070174E986CE8D9BE7CF19B8D59736EBDF2FF00739A3C7B7EBF78BA3AC448E03E38759BA5E30879702554F3CFFCFB6111EE0F3F5F18374FFA758C4BF6FAEB3C113AC69A6CB2967BEF0F4D5FBE66B6F3F6C86C34E3224AF9FE7839BB17E27F483943D1C9CE21568B9C4AD8E0FF0073E44E98CC57E00FE67F390DA3E130E89D7E3C39C4DA9C83AF953264957E0D1852C9E9A87E02BC7970A1A81B3FC7FCF9DE2B4205E2FE3DFA33B75F870C2BEF63F78AFD738F9A115239AACC484E7CBFE644761FD703C7CB147FCFA703A3EBF9CB76DC3477D94FCE8FDE420B6D6887DB7F5BC54D32D8A370BCFC35BCACA1DEA1EB74F5CEB5868486B66E9B22E9CBD062143FF6C12C128136F1A636B2557E4579FDE680A87D0AB7D1C517CE6309535F4EF8F7EF34B907E01383EEDCB00460B57B73C13D2F8C9401BB3D7B8FC18923BFF38DB01139463541DEF7C1930DF5478F02C1843E406D71B75A78F8C20B1CBEF8747BBF0E38C26FC1F59C07FD03373DE0CBB01EB26A720C9A1CE0ECEA99A156031B40EB6EFAC51011C3396DD563A8718580E6EBE7DFFDCAB7709CBE3ADE6E2DA0E74D4778BE52BFA738CAADE07DAEFF008C2B80E0CFBE68691EBEBF9EB29CBC3F866A9E70F577FA97594F4DBFE734DCEFE7F6FD19E30AF19B270FEEC34E7F1956DEB3D4C7CB59E1A238F797D6A9F5C718EC3438259F2BC74BFF0073480BED7B07415DA934D43088DCFE6FAFC6F3F958CACFA9DA7F03EFB6167191E2C7E32218DBADABA47A0F3FFB07E7FD32DBA8BEBFCBDFF9974D4CBCF00BFE7AC17982535A3643BF597BD4250DFDD7C675ADC3F2AFACA46EA9423FEC3795BF3366A53AE3C988EE21FDB05DB53F2F3FEB9C2DDBC7F790F843F8758FB3699C27781E6B147AFC7F58D769EA75DE03AD4C4D8E879D6EBEB78BFAB72FC89C3D1F6AE7A499EF64FE1FFC49C327F8C20D7873942260E23AD7192412DFF993F250D4CD9C7F0E3FCC455AA3EC1CA6EEF973CE280E1CE6A3AC4FC43D759691C53ED9B247A7F18CA35F0C14D3FF0058F022BEB28A1498BD7AFC1219ACDE17F1FF00B9E5E30DDE5FF5FDE116F30FC9860656B9FBFF0019693CE691A6B0CF862DFE7CB28D744F38408F83BC91EBD86BB1C4A49A9C081B81EA9F9C016EDAE7E7163D1C6FC30976E437CBC7EB666F503DAEA9FE0FD7C6010818CE03F5F58B40C61C1AFCE73E753C651EB3AFA9808743E3EBE70FD80EBB9FD61B1DB899A42EA31BBA91DF59B71446B6F0F9C66C7D2BA02E485E78146B9CB4F793F97FBF39D15E0874F09F5EF34BFA068FB40C4416A1F9B7EC9CFCB131FE5EFC61EB3CEFDFBCDDA3FDBE31F615F9BA3E71A91C0DF3E39DE4C2797F19BE0E0DFAEFAC6B709EB0392CBD7F7F7FEB2BB1A7C7F5FDE31EB9EB8CD8E58044440CA5CEBF78B375F0FF0099431E416F2F17281E3016ED2F8FBCDCFF00CC61AB51AE5C95BF6F17BC3BAFC01772F7C7F0FDCAB7960080725FD7F3894BCFED933E54FCB338E008F3EF89886B95D6570264D0C79441FB07EBCE5D03FC3E4E7264EECB7A8DA7C984269FCA6340BCB10A755C84D13F8C1D6F8FAD7590A6DF71FE73B149112EFC278CB17BEEFDAB91268FB7F792EDAFE6C01CF1D881B46917064766AE1F74416382EC74BC8F05CA53FA78FF00B8ACDBB5BD7D7FDC89D01A35C6C02FE3347CDE9F384F036BC6FE89BBC5E1CBB09A3E3FAD67C44F5856F237BD7C5BEFF794D9BAE57F3BABF773523CFF0058386BAFE5CB81E6338BF6EB8E70E02AE9FA7DFDE180D5A7D718BA2E4273F9C00D851BC3FC3187A62140EF06F7886BE9FDE387C4FB7F64C36843EDFCC30C6B49DB5F9BFD6199C3AD19ADF2DC0C0906FC2CEA7DB09449E6F9F9C181D1E4BFEE57C67E38CD9F671BE11C3E5CFE3045F0DE73C003A2FDBC393D2D1BC11CF3EB06C5CD274FC4EF18AE8CF2F83C7BC91EE4FDB3031275FAE316B507F1F26281EF0F033B7D7FCCD8C370DDFC3F8CD958721D1F374FCB8E9F83EEFDFAC637C9EB2A671DC7A7FF008C0BDFF4C389C4C776536FD63FA5EB9A04FDB675F39123CDFAFA9810988161E0F189276C7F39412FD3A7E77803B59362CE93359371ABCF1DF1F6C939E1FCDC4267B3F396F0D84F3539183DB2E406BF47AC1EBB7F67013EBEC70E32CA053D643A6E008A4B63489CE685E9BF391E18CE8CD0AE0BAF7F5D67083120F071E7227BB78EDFF9979390C4A01427DFFDBF1940AF0F9687A976FA318D5EDBE9594F3230BEDCE348D1F4FD7E32C80CA8F3C3F7BF3CE3B7A2D210977F7C37E970A7CB3BE57A5E5A66F50A52EC1783FB359457605DA82F2C2FE318621A4FC5E1FBE301311389AEF7F00FC651003339A5E877CB81CEBBC9C9F331C0B55EFB9CFF00B8863FD6BE7F8C9051BE75F53024DF5FEE79773FBC2E9C702C7C69C74C84BDE6D5D727D8FAE739F55F1D94CF17E31C9EE773F9FA78CDB1D0760BA9F0E71614147A21A1C177CB758631F7BFD60878A758268EB87E67F786BAD8AD0BA754F9707591F6FCE768278D8E69C467AFF70888DBF3FCE2DA77CB8F55E6EB63FCB2E3A6CFF70EFAAB1D6EDD63B7D7F59342C7E1DE6836B3C6447F83FB62D9F1EDF93063397CE43C2FF4C4D8BA71FCBFD7A7CE34B913C868C94ECA7177AF38C14DA4D781CFE6FF005875790FD3BCE228D07A7D3F2873ACBD2FA9D09E899DA8AEC83D8749D33A23B1C82853821A053876E60658DAA0C20874BBE3FB3EF9CCC1AFBC754FDE283FC05D718509DA13BEFED9146F9B9B73D9E47E78C43B79C107EA30AE0E309B3A7F0F38A1C5CF8E7E303F530A379C4CD6395D13F9C8DCCF7AFF00DCBAABEFFB646F4A37E30F0BB49E6E30683975081FE33987A71E3E58E0321FE315BCD5DFF987608700DB4BC7584ACD3C9A9EFC783AF66053534747E32E333E4C401D52BBF792511D6DFDEB27EEEAFF00DE1C7FEF3FC2E23A834E7F8985B9B5A53F90C48A1BBD3F170E09F9FAD62A6023BD3FF7F59C938B8C3D02FB68E001E133C76CFEE7F5FF00C946D17D3BC8251735D0BF5F8C7A910EF1F0389F84CBE159C9AC05775E3E7EAE0E3B7F576B3368B1F2733EFC980D21478BCBAFF9894D6D3F275F9FEB27ED747C0E68438C57973FB0C26D36FC1B3C7D4C66CAF74FEB1161E79B9BE261C9B1F3FF0099D097DB8750583C7792012715FE1C37CB5F7C0B76C130065BC22693749CE69CB72E75EE6298C4D0380CA44A79FA4C1EB83A51D2792335BDC4D7188202B13C0DB77ACF90CB8DA452311BBDFDB3E2BFD59401AAFE5E7BC64A0A40D3A8DEF9BC4FBF9322BC6967D843CBD7DECEFF00272427D7197FB2ACE7DEC25FB6336CF60BDDF7AFBB95FD37AD4F931049BB7D77F9B87F087F2E04C3EB5866BB99344FF932165D5CB620DEFCA1FA9815B5E03D261C209F6C69F06B4BBFB0BEB8D614670D1DEFF63F9CE4DD8D9381E78C65B8E6E30C0E0E58A9FF00C989BBB4F9EFFACD0C48EC134A75FDB8E4813A00FD192D7426DFE7CE21FF00AC73D7385E16CCE174BC2C6B42C011F87FF0C7CC11E3FF00709B66D91FE662D5DEDFEB00C17DCE16EB1D21DFAFEF24A0EBD5BB48C8EF1970BD38FF009F5F6CE84F0CA3F6DFDF061C503DDF278890848B5BA1D3A12B2790049365311DE4E50903AD96FB7997046CDFCDA649392ECD7AC384E5C5EF5A7C86EF679913DF389B1A8F987C7007FD71A06DD5A7DBFF009928CA2339DDB8D5D5FF001F63A3B2E58E9313B6BE5A772CD61D4BEA6BC0F9E3F783AE8F4F5DBFEFDB1C15E1FD7CE3F181774E7F0FF97ACE40F4FF007E75FD64B66DFB39CAB38467DA0FE18E2932F66E2DE9AC4D86B0683BF6BD66AFAB81F839C404E5BF8CD08747EFF78966F2F76A9F5F4E50FABFC18A03B638C644C879AEB795F5D4701F9E7ED880FC8E8F9DE2A5CDC9B314477130EDC10F1BD72F8F9CEAF181BD714437A3F8CD5518F435FDE3514FB358AAFF009CD8DDC6FD7C65052D9C27CF4CF668D07E7213D39EF35EEDB05F099F47A6181EFF00933F60FE30C626D3AEF78C2366B770B13AEFFDC689E9CDCD823F8CE8D1F67E1C29A6B6FD7D7DF35F28683A76E44C2BB58C071A6881F8C814DDF3EEFD73F1881C03E7276177FAFC6727CE08739B77C931D9576680BF057C7263E5C7CE6AEDB3C865BE33773358175CE4A1D7A632FB33E7CE59E21E3FA715B4E7C979E8C1C92FD0FDE21EB077AC4A671FD27F79A167E366BF8FF961E34D15F5386E736E23BDFBF3DF5FEAC15CE1E876D3EF328264834ED8BC9F5CE702BFD2A7D8E7CBF6EB05EA9D5FFD39C6217D0127F39CB50FB77CDE73663BFDFC9FF9840E4AFD719F1F4E3EF8F773EBC6013582F1F1C7F19704063F10BBC954AFBE126DA9E4EF2CDC5E2EEAEA3FEB832714073B363DFF007C6263646B9107228EDF8719E0B0BFEF582CE0E71EBCFF00C3FBC870FD12FC67FBA1BDE319765C503F81F8EF2404C163BAFAB9DDD0C25BD0FAF5F5ACD6E577EFF5E335E2D6EFD6085CD7F9C6CD3F39F4FE7EBE9C14942EBE8C014EF3F873B511F19CEF1CDFD861E51E5C76F18C57B9FD72603F819151F40C0467E6F1FF005EBF797DB0A608F927F394C335545D972409C2DFDBEBF181A8395BFE1C6708A39D3E59D37FCE1DE90CBBE0ECE79C2E16486DB8DBD629CE9AFA7FEC9845607EEBA86F0D4D03EBC8F9EBCFDB241EB020A3C9FCE430E8E3E3ED908DD7F9668F8616647253D78CA5D7FB94EDFF009EF175E5FAE30DE1BF4EB1F09A65BC1B84770F61AF7834D4DBFAC007C3908E1FAEF216C25DF189111F0D7F787278ECE9FE718A7CD9FCE4C9744B4357E1C52F98AFE336B343E320FCF72D3F9BEA62DFAC37C30FE178FF00DCD86D7583520738E26ADF97B75F672E6619F044FCE7E27393E70309D0FADE0389383022BDFF0030FEAE153BD7F19A228C1D7AD6776CD7531160B4CE99AF166F76CBF7945F34257F3931114EC871DFFB84F116846CF26F8F79AB18410407A2323DF8559F38FD3BF17FCCDDE39585D7EB0734062735EBEA640BDFD6A6584C51C43CF1EF014444B9BBDE0F9E71AE9E16FAD637B7AFBE6C7C4660DC139E3207C339DF7F4E0F8284905783CEDD79C927DBF5CDDFD2FB3EBCE14B123AF67870FE300E8E9D799BF9D7C613F881C33E590FD1FE6693D23EE13D73879B400E772F85D72F0D831DB6016F5433CE2B526DFF00CFC7FB9DE45AFF00C72056D7D75DAFEF005D34CCE64347AF388ADBC6AFF79A907FCC12FBFF003CD6140DD9FD3EBE70D85D3F6FCEB1BF2320D1257BDCECFE31CCD13C6AEBC6530753C712E59E53C7B3C5C0460BEBE8CE5E7CE1DF1ADFE39C16042BB3D38F13E32C06C3A34F8683674F7C65EF60F07A3268223AF38363C69EBAC4B0F9E68604C044D48FD7B7381F6E639A65F65FC3FCE339CAB38EF8CE03C7FEE75820D0A79C9DF9C84F0B7253C335EF1DBBA9AFD5CB01B7E8FD7DBBC64C435F90FE1892662A1FD49E184F65E9F44FA3EF8785ADADF7C4FE2738B2D57DF5B7F8CEA4ADF9C0FD3272793497D3EDF4E135D2DE03C9ECE7B9EF26AF8FF12FF1F5AC06CA3AF1EEF3F383915DFF00E1805FDEFBF4CE777593117E7EF29EA173B03FF6642CD4E8CD17698A7CB01ACFD31821D73E1F9C28FF00ACF96F5F5AC34549D3367A66882ED86AE74300E4FAD60F42AF381695D9728C1449EDC61420A75F83F9C093071A782E6C4B67884FC64EEE13B65AF61F5CE55698E266BCA37EB7803EBEF8A780F19C9E0FEBF58CE5FC613A517EB78EB058B6D1D93AECF93D617DC13E13EEFF000C53DB60FD8CD3BB79D5F55C7A733386F37F931F2F1AC82633F979C279F5927A1C5B70FCF3F6C3DED7F263CFB65F1E703E8D72A11A9FCBEAE012DDFE72121FDB0278CE3EF94005FDFC3DFF00F8631FC33FD41311AB8CE59EBFF3E72D51DEF365354CDFA1C730C5D24C0F6CF1E9C7D2E34B187EECFF0071C9532AB1943F0703CDC0BD27F5EFFE60A87D8F9E0D5D7C7D1E77FACDB6AD05F2FE0EFE8CE7E48F53D983DCB7BDD3E3F83E3135714FE09EE8EFD6682A713F86BE3D71C67363AC8EF571E079E2E0068F3FEB142D21F7D78FAFED45F10BEFA7F386F9D62D0BA70C68624377E73D1E59E53F4C4003CAEBB3E9CEADB7AFFDC8793AE310FF00DAE1F9ECE692C3E3AD7C7130B5139E2C2E4182303F663700F9B250F187235727C86BF194B16AE0CF20B42220A03A37C0BA47AE3D6B8C0DC807DBED8313CC317C73B6BFC0C47FADFEF125077EB09A1D6191F15872EB595D3B9FAEF2D39485ED5DFF008C43E9FAF9CE0994F39BFE71E2358C985FDD4603DA9A3B71849301AFE139C2D5D603010FA2FABDE550ADBF01DDF39BABA707957EB3A35D7BF026B9F1EB79003FB7CE5233A71A24F06EAEFAF62E2E9142F26FE2581BDB364BF17E8FB79C11CA4FADEFDE7334DBF390FEB3CF6C42D3585E288FBFE308F710C09327FD627AE10D7066CD4C6F847146786238389E7F8C83E49D7FDC56EA99A81FC9FF0098C787D30D458EFAF3F9C14B0B0B66DB8E35F39F7744E3FEE77AA367F5EBDE10A38077FE60056CAF3FEDFDE4FC6790DEFD59F9C8DF27A6B59DC18FAFF99AC2E00A2ACD759CBBC6AA06BF18A80218843BF8C98E86F8F19AD02FECD71EB125EF86731BDF063BA19C19F3D3D7AC3C92BFEE04FB0FC8E48DA9F5C67435B8EF9E7C4CB93B47FA3653EC63B0737E1F6E3374C603FB1FDE59D598447C8CDD15AC13EAFF0098C6E6050FE67D382A6A4CE6034B7A6F43F6C083468DA3543089CCED9E0431DFA272F9C6E000F23ED8F21DE4CA3AE5D66F0357103379E4F3EB25D18E6CDFDB136269E3E8FEB027327B3AEF585F29D5F3F5EF3435AFC603EB7FC3FF0059FDC8CE4E37AEE6FEF8C35402162D4D3C063C0718BE26FF00AFD7F3968C40EBA0FD7E73A15FCFE4E302B9AFFC9F1F699ACA7E0CACE5BEFF001719A47CBF6C2F367637555F59D2EF37F74FDE4BA069F8FAFEF28E235F7D071FDE7D99FC334A6F970E2CF373E0C9CB7F4FAE32B66DF7CAA3870A79C304787C9885EFEBED9C0D19AF7336D53FD9F6E171BA92D9BA6BCE1E86D4FBA308F621E6358179180798D3FDE09211B711077F7C4CF55CF603CF4BF67580A23FBB83F01799EF1497223F5FF3383D7376F17F5737C10175EBBEF097D7ED846DB9C075F5D63C794C37BF275C99EC6BEBEBFF0031238DBC62DAE6EFE3DB2927F867EB029781F5CE00D4C5B4F43FAFE3538FF1C74972C0851D74201F391047ED069E09D6199B34E1D132E5E8ECF5876FDBE3FA38FA98E86C3FB359492ECF8A06FCC312C7D7318B0D1EA7C3DF1FF7066969B7D79FB39C7294DDD77A1DF5759BB829BFCE2C5D9BDFD7C39ABAFA5F78E2FB3F34C7F146082ED9F5EF2A11F77BCDFAD678627248E1375FCEF0201CDCD3468FAFBE5117D7E3381D9C1741ACE20DFEF16D692C21EDBCF32B3EB588E8D5EA0E38B7AF0E2B88E9D37DE14199C9EF9FA73C3FA7E30B8561F58DEF8CB327F3C02DCA6E3ADFD7BCBEE8DEBFF70CEDA052EBF73377581BE13193C9D31824C98D279DE185A172B8BDD5E8B952061E3A2BD73E706D2DEFE0FCFDB3825A0FAD62E5619093AFAFAFDE197CFCCE3F5C6541A9E6DFD17118BAFC7F1FEE223610DE7B6E939A8111CE3A12FC71F6C8EAD790FEFF00DCA904E4C28808DF3E737D34EEFF00B85AEC7E7FDCB456BDFF00C73709113FF49FCE04A795AD2B0D1BCDCBDDF4CB83A3A5E34BCA93FF003208E7E5FD4FE3021D27EBCE06CFC0C018D0FBFF00CCA1383EBC65BDC9EAF1F5FF00300DA538A52F8302FC9F380A68A78A44B3735B9F13176253FDF9BEBCE569E1A107A87837B718FC9FC66E2C7D23F1BC53CF48BA03D73CF586DDFF008A7DF20FEE1F67342E2BF9BFD6105386FD611B81FDECF080A2DDF1BEF3D847FE7DB103EC68D0C01EFD0E43B6AE1EF55F1E5EBAFBE52FC3F83A98A77E148EFE33A0E0326B8DFD7AC3BBD155C3AD5C57C33DFF00A6184C5A7C519873DEDFB6DFDE00C3B4D7BF2612C01D7FDFF725FE8984B7FF0033B5E1CE5228C651DC7D601C850FA445F51F266B21462FCA750FB787CB8C092968EE1FF716AF01FBBF2F8F18AC3FF963866BFCE000D75F5DBFCE54B972E7105BCE166A19A25C4D72CFAE71262FD3A1F7C9F02DF7FEE180572C1CFCE1B2B48BD263E3EE758314B287454D622BBFC610E7389DA7FC477CADC8792C61B9C5B678F41E3ED8C78CAFBE8FF0E3143C6623F807B6F9EFE9CA3CBA3F58C75BFD1CE9F82F755F9FFCC44DBF8EE1B9CDEFF9C7385EEF779FF325F28FE7213DECC35DE91D69FC38C006B2D9F0BC0BDCCE54DE49DE45A3CE0406A9F5F184E83EF20E15704CC24FBFE32E4F47DF340D7F2C343C7D3BC15615FC5FAE718A0E035799D6FE33CE283AFD9D6BAAFB931910D2226D9AD5E27BC6C7C81DF1F2FF005934ABF2CD95DBDE5E97C3BCD29B3F5EF1C28A74F3FAC81DC175854837D7D4C392219CAC5EF58BC72E0B65AF899578E1314BF0EF8FDF8C6DDB50D6C68FE313E0EE7BDFF390D0CF3C39B35B33A3BCDD9D7AC642B3AE327D793F5CE29535AC631C3A4C5D9BC315FD4C1CCE9E23932DAEF531B033709BE2E506FE9FEB58F3883EBDE1F8FF00D7358F156FE8E701051136791B43CFBCD01381BD6876AE081E7FB66C88F6C912FAE388741F5E70DEEEF343D0FE3140EE1FD673290FAFE71ED77A652D0D61F185FF000CEB4C2920B3224ACD134D2ED1A7588CF6A63C6214D6B6EE75CE6C9AFDE77D146123FAC163F8D80EF9375DEB795142ABECC32CB1B37E9F7FE33C763F09FBCF8C15D743978FC6777887256F303AF19702A2F8E307C73939387CEFBF58A80DB8FB8E5C0C1AFEDC74E5D7F18FE2E1E47EF9D41B8CDFEC7FF297297EE14C51C28FC655DECC7F2C9FAC08B4F27B96BEC8FC670111FF0058A28331391F5E338ACEDFF663440D6DFEC13F58C5BA02AFA585F9CE70939F7AC6C91834FB29EC4C907A45ECE4F1ADF9F0B97A1BA5F2F879F1F3964F3F6FAFE319E3F40CF447F061864DE28636D8D5CDCB87F39D6ED7D779501EBEBEBED9BE7F931CB6963F07F18BE2C8F3F5325DF061ABBA60BA47EEA6E7BE3FBBA90C12E45080EB5DB73EF9100185E654B7BFA56E374B34F9AC3B0CEC206F89C72E57BB86906DE7EC71D4E77BD4C672EF9DF5C33CB5F7726867DB3B63F1F9CDB63309F1ACEA0770F2DD50DF4647A0A5E38F2779EF43FDC721E3829B7C75C73889D83E2F3E42778F51FA87FACB11D41CBFD601F161046BE9CE0C33475C99A68FC324797E994C7CFF0098371BC3F26BF8CF83F39E09D7CFF0E1ADC3EBBFF737C057462FA73AFCD1C4C6D2B7B4FEDCDC3EA962601075B5FC7BCD3103AC39B753466E03CA9947F503FB5C4366FB2E3A34694BAF72E7B836EA7EF8C1573D09FEFF005841CFF5FDE016B1C827DDCDA063EF05163092B6B9F0E32D7C21F6D27E31FB507DA3FDCC13397A62F7BE39C76D85E3E3EFACD9B9B171A280DBD5FEB37BAF4E31F391AD61AA3EEFFE7F380841E675F9CB44BA09F67666D891E5BFB38CE68718E0190E3639E3EDCD4279ACE9EFF9FE30900750E2DEE6F04F3CDC9F5CF18C64AFF87BCE3510F4CF3D935ECC8D5DE5387345BFCB154E7EBD7D78C9B3606F8F391441F9192C07E99344EA0D13C51BF870D12EBF77D7C67394EBE4BAB3978F787D33D75F5F7CA708B6C3CEF8797CFE70EB42D2BAB2EBCB80FA0EBDB8AB739C53DBEAFAFD66CA60FE7AFD65ECEECE7AE77D73DE51536757E938EEE4C0E0DF9C03362E21EFB4787D6F8D623B859F157FBCD9912779AF60F3BFFDC9F8538FA983E27B2B7D7BD7C648357DBF19CB8DE70F03F068FE7205A853F0CC89CE4F3FE64788CE673FF33CBA4BF7CFA801FCB043800FBE0C040784EBFDFDE6FBA3507EF79D7B8704C5B67399395AD713F8BE73B9B1EBE1F9736C4A17F5FBDFBF73341428271C60186F961153EEE512E25DAA8B89DA41CE32656CEBEBE70E7005D3387B9F3FF359C0E3F2FAEB398BA63F5FF992E5639273978FBE05F49E1478DABDF47CE2A776909DAB48F20386474B85C1FE91E75F4609A16975FB6234260A9C0102761EA1314428EEB2B7D35F3F390FCCDE00D078315394E819DBE3DE242AC21F12E16D72FAE32B5CFE2310B437FE3CE038E4DF196AEBD416ECD4DAEA879C9096075FDE7E7EF7181E3D6BF8DE1FB29FF72D41E6F31FEF3AE72224E71B317DFD3F38174F8E675E0CD003F5FD189579E11FD189113FA608729AD4C92CBEBD6F2B4A6D8A5EB6FCE30BD9A92EFE5FAF38266A69E327D66DD77F6A603C223B7FD1C7A183C4FF004C04853BFAEB14ECC7535FAFE32121B3BFFCC447BE7EFEF18497DFD6F2784F4FA734919AC0ECE7E704058FC66F49D6538DBF5FAC026DD27C1FEE7B9A79F389F8CD3476F9DEF7F1F18D4F0FC4FE2E076C766B585FBB1C3F978CE24A3F45FF00308D6B57EB59BEE7D99CD13987FB0FEB1290F8BF4D62E7E5D0FE95FD6322BA4F380274A6C0D3B9358CF6BFB672FB389913609DF3AAE46114FDBCF9FDE034BB35BECC0DFF00ED9DBA3E8E715A6D72BB7EBEF93A3ACE473F39E0C5146AC52AF7CABFB27E530DBA13C3FF004C78681B389851CA426147C7F3FEE41BB51D1D3F07EDAF78BA393DAF2EBD79C4120D21F7CEB0E3703A72090BD39BF9CE0BA4D1E25A9EF7AC025B106EF33CFCDC814BC3E8E6ABC0681FD07CC39DB900605DAB8C8DE9C16BF3FF004CA1F92D3F418AA6CF7BFE70429E9D612793282B0FC65BBF9C169CCC82CFEF2363A7FF0004740ECFEE7ECC44223F91FCE386CBB7DFCE210859F53393607F49FDF9CAC86C1F01DFE70B6FBE7BC8724790FD5E6FD1BE19D9401028FD1F6F7315BAD60F25EB1628C6BBE8BEBD631F274FE53EF82A843271F9FB87D4CF01D94E7A7E261926D3387145E0E7B7E7F46213056EDC7D990ADFE184027F7FACE0FF00C668E581291DDD6B3173EA0FF5C3C735127D3944D68FDFD78FCF5EFC3FEE044958F7A38E3CE4E58BB3AB797D60B9CC8EAE9C773DF87397C8277AE279D6166C89305A02976DB619AFCB8F16F9D93E97C99E8C637C7DB3F87739A11A94D079AF227AF19CD40AEFF8031468DE27FDC6894FC63B5787DF143DD88EA3000EA7283863C0E9003EBED80E5CE7DF58D73CE5D8F8C288C9F8CAE3FB1A7EB038CFB0D7F5FAC3AAAD6010865FADE41AB5FCFADE23FB0B9BB3A49886BB0DF8FB65017497C19486A7D7C6B2C86ABEB179747BCFE08BBCEC20705BFA98EF9119323E2DB588BCBC08D7B666DC0F6F279E33EA1FBCBC70E734B8B7F5FC6278EAEF19AFDE48120D4F1DF38896B5534579E86FBDB8DF7471FE7962C721FBFE33AF58CA7BC47B235DE0B7B73D85CDDFA71A302A280F5E3371AE1C0113FB72B6F65CBC7C5C9FFC4778214737F8CBBA3CC759C5AF51D1F6FA301413DF02F18548E761BD73C7AC4D039D8EF36943F38A343FAE4F9B14A3BC7C06722E1BE86A07F39CE69F33FACD608D79CDE57FE0E04CFE265386FD6700CB765CDB4B43C622EED721CE1CFCEC9FD5A1C61431E3F9CE49C3AC1756A3E9C855F5F8C4365F9FFCCDBCA5C7E7E722E3FDB0AB45C31E6FFB73526508688F4FA4EF2BDCFECE5209C7132CF2277BFF00B9B4F87F9E3FBC25A327E3205D25FBE687184BEF01C28F5F461B0505157D944FCB0F43855E628CB0D2F3825D1086FCF5925D67D786247DDCE1AA67E0CD1CB4758F7ED7861AE7F5F5EB047CE6CE700FB72A6AC4B66BCCC4CDAF95AFE6AE1B9F28BFF311A95D6CFA7BEB3692FD519BD57CDD3CE4EF5563FEE32B7C1E4F8F1F6C4719F38A5BAC14E301F867D0FEF14378EB5FF315C04D20D6FB1E305FA8D7D7F98006BDAFFCCB0C16FF00C669B9BC29192FC623DF771C3B7DF19A478AC534EF1F594309C679625F0F0B1FF71ADFEFBCFEC0E4F1E98B2EEF911D7B21F6261A78F1AC8370F7AD5C5BF8C40C5F8301E9B757DF473F9C873CFE3E701013BFF99A0D49F9F9CD227F3FCE3DEDFAC7644DE53BABC73FADE7237796BF90C76F88FF00D00FCE1C12B7B7F441F8DFBC521DEB10E85BF5E305CE3F26699287EB24F07F59CA7C13215E1CE232F29FC337FBFC673F38C53C3051E7EBEB79A69C9D0173977792E8C7DF185B79202796546238EB34804338E31E04FC2FF78FDD1EE4FF0070FA49E0C41C85C73F472726F9BC9E4C13B8CDCB4E9FC7B72FCD04383A98A817DCB8A514FCE26A59F5D6100E261A13EF8BB383F591E7792F63C5C4148F5BC8F97FEB0CC21D2FAD601777A9FF009AC1ABEE327E9BFEEB1E1FC3FF00B9E961F639C00169BD9EDCB16ABCC4DB3EFE793345E391BC9F8FD648B5DFF6E1A57A632DE04F6723A0BE5E3F39177CB24B0958680DC3B027C3FF003F39A0EC5FEEE57DA7D7EF05D3A1CDE6FD6B1806F99F5F188ADCBAE73EE1D79C5FB3FDA7FBBC8B5D44D7CF5F8C668B85F19585D61BE6E00D2738C3698D53C4E30E9B7EB34180C24FBE69FB5E1C3D3CC2CF06F374AC36DDCD344FDB008487A72C02FC262B05C7871D2E0C07D1319D1D61C6F9CD69969981F3BD6BED9662E8C0C7CFF9C030FD778D90DE04606FE3FB9832FC22FF001FF32D6C65DFD7E7154286A71DE68E1585BC7F1895B35CEE7B39FE71B7C41F8E70F0C699C53DED8A9AF0073C420971224DB0378925FAFAF59A3762FE1C007BFCE7DBFF0088E60E7BC38A2FDAFF0059BC09EE615AC9EDFCE477E1006502B27EB39C78C1F2701B3F8FEB21B5A2B69FCEFE339C846A83ECE54FB64644F159F79944C9F130A0A8C5CDB58D1E10E72CCE0E6E6811CF78C6A63A76185793F1709A0BF5E72FC0C3B0E72BF461B9BAF5FF00301ABEFCF3967C6791DE531CB8085C5C85DF38B99D7DBF531D2FBEFF00E6681BF0B9EA9F07F463DC5FAEF148887C67016746596D1BC49F1BF8CE1107B32B6E1902E9A93FE60108BA5BCBF3972F5E2F57C3A70116D9B5D94FF0F5AC8635F345F82FE300731E9D7E12E0D69B7AECC1D97CE37C8673839F5D6437D7F39ABEBAFADCC527D1F730342E87A9FF00B9C67674E309FED3C86F16718B05E3B11375429BECF8C06D0D1EB2E8AB1DC353341E88F453BF93CECCEEE890AD9496F0FC62C030AA8017BC6ECD2679F5DBF9CF035EBBE3F18804EE4DEFBBF5EB03C83EBC66FA3D6501D39BDFA7EB2EFF00F719F939B9AB74FBDFE30B3843B7E8DCDCF7265CD3048417776304BBDBE9EB0050978C813AA0E7085F7BCF8C40CC37A7E3C66AEBA9D4C62C20BEBFAC7C67BEF227499056FF00586EEEE8AE6B58FBFF00CCF7D1840EE63DF0713F8C3201F31DCFBE1483E0DCDD87E7EA6522F823FC39222F39B3E7BC76C367CE239719E0718CDAE20D4DF3AFF70E2B118C7ECBE271D7D7BC761851C7B1BDE0B24E5A447C0D73DBE717510DEBB3A9AF791103D37A1DDD1F337F7C78690CF3E43BFBF79A422FFB7F18A55507F078C62E98F431F5EF0240D4DB82CAD991B4D68FA9C65D4AC87C3E9F1FDE4F08EF11390FB9909787DBE33867EEEB07493585E3FE62838FCE44D718D7EC97E0F1856DCB808F10FCE227DE25E0FD6402F2FD7DB371CDC903DCD6FEBEB5801903E7F8FF00997235E7C7FEE2DA5B78FF00302BEBDF53EFB707A51F2CA3C3313A698B6F7E789F7C1A0DBDEF6FCE03A1F47FA3EB3632EB7B7EDFD726526347AC54EC71E8C278E5C223C98595BDE305F8C7F7981F2CF2CD87EFFCCD5B19C47FAC8003E57FA32AD8FB7F7944F33EC47B8612C727F39D80C1546327E9F7C3D87E324EDDB0878C1DEDA27DBFEF8C5C93977E71F31F67FCC2E18517935EF1B54C1B2D135F2DDC2651684DD075853914ED72152A79FCFF00592D5FA0DE29E2A2A75D7FE60471224F5E4C12B78FB5FD7FB8E9FF00BFF99DD6B04EDF98FDEFF183AAB1BCFF00180790B538FAFC60481A1D0EBBD383BB2E51FF0035855D01073F8CD8CD1DD9D7279FFB922C3BE5F61B2E294B74EECF0A7EB07220EF9E59A42B9FE67156D1F78C81D51F3FBCE03DBF8C4C367647D8629F07DF28907CF0490FE0C5439CA5CCC6AFCE17C87AC07D27395CEBF39A438819A3C0747C62DE49F33F8CF94CE7FCB1A2DC7D932CEF0368739A2F5BF7F8F38333F3676D9BFD7C7FCC1B00A658A17844FB638AD79A7FB87481EF8AFF007DE0A73381BF2FB61F43FBFF00DCF01AF5C6753C38FA7CE0E97E87BF999BC74F89FCE10D35F7C74BAF372DFDBCE6A739E96FFC3297CA7D47380131CB838A95F03FE6706E53270399479176D263DB61031F9DB064416966226F60AE166281E4A6C6BEEE1933034E7D3E91FB603D1D2C0DF937F7C67643FBFF003372FDDE6384DA51CD5C9266EBC662FC8F19CA07E59BA3779C9B0E709B9B8CFB4CD1EDC476C67ACD37C3EB08A0EF09D2F19343D4F18740062EEFDDCE1DA269E306241F18424D7B5FD6F360FED9A60977CE6C9FC9312056FCEBFEE28DBD67853F8C81437C718D46BE69CA7B747E030A0F8625FF00701C7395429C651D75835B379C1575920EAE4E1E6B9FEB0377C084FF001864C3EBEB7BFB6298D777CFAC0B0177BCF00FFB9FF3394CF9C43B5C689A32A0D0C7A1AFDE4811BCA4571F5DE69CD5FE2D7F19CA32BB206FEA6F1D2AFB1FF71E4A0F9FC758C089457D51F72B92017D9EF14F09AEB394F7F6E3F310FF00663020F3C7F4A1FCE34FB30690ED05EBA3EF8DC283684F243938E7DC70277FCDCA7C61A5A7F6FDEB3AE1CFBEF27678FB61242C71F6BAF0F1C77E27DB26B8F0FADE00C01D5EBF87AC4E2DEB0EF23C74EA859B9051F7F3CE4866FF0022EA27A19EF205EB6C79DF1AC13E4FF18C17171B88EDFAF9B91FF2CE029F4E335618870639C58C5ACE7F1AC127AF3C65CF1C326DBFFB8BE9F7C9F9FD7C641B9E26FF0018ACB758A1BBC637378E89C7D759B6E0CD0AD310EB073EFE6E69ECF3CE212EEFCE15E77F5E31A54A7D79DE15E8CF419A8BA4C378341DBE7D64E8D1C1F57FF7398DE5D27BD98EC13F7927F2C0873F9C75672F075E39FCE1AF769DCFF3EF9E4C6D202CA78E76FE0C1F44FB7F37F9C96773938A3CFAC69E028FCFF99DB35FCE1CDA5E7AB379015DF7CBC3D273F63C66AA3527B455F713EF9AB7BCDCF8DB377DEB84939FCFF7FD608F8F79F8668E1F2C01FBB83B718D1E8C42276C69EA66AE7E0337FD3FF300F28FF18533E231468818934DBEB1685C4C1E059FAC3402078C4D9C7F387C97ACE5FF008C0D86FEBED8707D7F189044C748EFBD651805FAE73B4E3D65DCCA3DB8B82CFB658DD18435F76F27A2BE73EA38DF12E355CE3BCF189A27FA632F3EC3DFEF108268EB213E9F5F6C12BAFE8E7CDBFAD6789F5E73481CD93588DE2E52377036EACC1BE499F8C1FE020F07CF93145BF157F1CFEB046BC7F7334203BF0C5F8E707F9D38FBE4255F4F7E30AD38C5DB324D45126C4ED6D60E05C3D507E620F67FCB50EC4DF00E7DCBEBCE031B64D1A9FCB870E104470CD78FA3381D35836BBEFF0086A339101799D73CA57DEE401CFD7C60D96F0BE7E33AF5781FC2E365A876C9D45C8DA7EB398E6BE3F83572E01C67F59C0F4FFB884BA63531649654782129B70B3BCA348FDEC3E05FFC620909F7C1BF972DB131F0D7F780B7A9F5EB0D5DAE18BFE98150239EB5CEEFAFDFD7D5CF23056C64D447438B5E17D6763F467FE8FF009805A50FAFD67D43FE71ED63D9FC7FDCF23149FF00AFE736510F8C7611C00D74C7D0BEFE9C8C38CD1D3E19117FF5960F3FEE6BA80DF02FC2468BB39C96EBE85C354F35D2DD72F3933CADD06379B28C67F19239A3201E838FB719BF2DB8F183EE68F6FD38A7022A1EBB00C5A9BD7D7BC33E8E0A2F6DF371C6B0136CE15FD322294DEFEBF5948EC69ADF62E2F2261CE909D0F1BBF39C38D7CFD4F782FDDBDBE7E1B9F73E0CE5C9C9E1EF09DCB96E0E0CB7899CB60A3581D86FD7DF19E80FAD5C5796B3814FF72BD878EDE38AEDFF0030ACEF0770E32B8C9E6FF18F86F02E6022D60F06EFF189D1354CF4E71EBA9F5E303EE336DE98E33475FBC396CFD7F3907F6FA7FAC4138337D9710D059E38CDB0C4EB1057792646E5DCB3BF699406BD6EE44BEEEDF6CB8D70FE73D2C32F4C9AF1D0F9C860DFBDEF001A0C160FB27F8E795B8BF3C4D8E3083ED8DF1FA7C673F87CE5C1E18072838B9FA6B1A27937F7FF0033710A1C71F97367DFFD9888ADB7F131AD561115342FBFE31A6D8F5ADF1E75724A1D78CD8442D752B2217035FF005E67B67C429764A9F79BE38C9D89412EB19E36DE5C7E43075D7FCFFDC91C3F5DE158E7EBD66BB767D4C70293F5828BBF69E7203A678590110FA78C220BC9C487123CEBA37BFE31FF004B2758BC8D632F3C4F279C40004E407F94E4F4E03CC81E671E3AD9CE42FC9FCE39BE0F3FEE2E2B9CBD10C105570570B40CFAF391274CEFBC3834993E7EF3E8FAEB11A45FD3E9C12113A3971836D142BF7F3D61842D1E4DE7BE4C98BA0C0B1D0C6599B38E3086FCE209F47D6513F53F781398EBCFFDCE210D7C7DB1121BCD3A759CBDE512F387240B5F71FDD0D65CE7BEFC6DC7C08C57B8213AFF00DE175108F22B7EFCFD714EB0C6547BD3F31300E2EDFF004668F87E3EA66A079C5C34EE7CB9C84FB37FCCD599E78FDE23815FB43D7FDC0C1A57E5D9BF18B7AD7998A52357E4B67E9C9F41223DAD27C4C536D46711F2F27E42F189DBFC7CFAFAE7034C0350EBE3F19677ACD1CADF8FFB9A6CB897ED1813A5CDFB10F9C6740FB187973E7141BCE7E98A2B47EF1046A1FC649C738C6BC18885DFE180A8CC485264271A3109D3DDFF0098DDC266DDFC4BFE4CD5A1B78C69AB714DF2CC3B85C00A817EBE700B394CE5F189AE759A38E266C234C846FAA2B8AA39BB8FEB2D52FB6278B923BC5309AB88647D314E80C9E286EFED9FAD0CB0EB4C10ED43F8649BEEE178980F4183877864B9172920E38C33880DFCC7F39DB377FBCBC239BB6BE8C5B4FA531E0717152517769B7F9C93B830470A3E9CD60496701623A9DE46A8097BF8475F2DFA717D52F1E4CF577FE61B842A3A591D2F971E52A8F8DD9E7D600D1DE4616FDBFDCB97C9F382E2DE28EB3FA5CEED7052BE7DE48D175EFEBCE1A4538BB849E3FCCFDD26B397C75BCBA1279EFEBE7288F236E17CDCA8D4D71CFD7DB584C746798F0E26AE741E7200366AEF971509CE3D6F461AE88EB08F2309F1CB380FA60B4FEB35247EFF00F31ADF88FE71173A26BA3F4C2B6FDA3B75F2FDE2D5CEA9FE18F7C871BFF27EF2079A4CEBAC7F1D66CE5839DCBEE7F7BCD97ACD3CB382DCDAF69BBE33ADFD897EFACE57F139FE3F18EDF778E77E72E09DE255A5E33FDE08D8FDE1AAF2FEBE32447F3F419D70D75EB1A8C5CF775F0FD779B09A874E75F86F2791D5DE55E81E2EF8E08F8B8EF9326E2FD99B119A8F81F1F6CEB1F227F9F8C63B9BFAF194BC8DC1BF809FBC91CD9F7F5F3D616AD3B1AEC70475C4C1BFF77F59B9EAEBD77CEB8F299FF00CA42C5DAF570A6F559DAE20A7205FDF7D7DF21CAD7A70D63E9CF39F80EF13D1F4FAF39BBB93EF91D1C33931F6C77F19A437C5F8FAE735378F0CE19B24D3EF3FDB1FF9849BFCB2BD0FC5FDEF3577CA3A19CCD305E267938C639D9F5F5D653C7D3EDFBCDB8A3F7CFA0FE71B3F87EAFF0059DB6B8DECE3EB9CA3CFC5C77471F6CB4759B9BE262946AF59CB46FACE269327D19AE1C657D87F39F731FC63854BE38DE5A25341FF001CE5B329D30F3351CE4ECBFADCF7C672986AE0F3C19E7784FB671FAFFDC1A4E6F9B9E4F5F0FF00583BDE75F5FF0031E833DF8C079DFAFD6F36DB5FA718CA009D3E3346E4E5F5C61C6F3E91EF140780ADFF00EDCCC5E77D4041BF036F4E2E584ACD3F04F59F99173CBEFF003FBCFA572CC2CD8C278DF2F3C4E379EB72A75FBFF73C1F5F9CF04FFC38A9D47315E47D78FF00E54742D75436DA7B9258F33BCE7376C7F27AA6A77E30EC2B7A7D7E9CF9BF8FEDC7207CD38F19D6A35D9B6BEC2615F1702125C04271D43BF79BE573EFE672180A2A7DFF00EE1DFD3F781DAE589EBBFAE4FF00B9A8F8FAF1FEE5E9F1C7BF79FFDA000C030100021103110000105765AA8EF4E5C39DA602789E37D4239D6D80BC2830D9C2A6FF00109AF84E6BEB4558B9928F592489A25DEF08BBEA6152FA3965D5264ED9D4A9D1DBEFF0050211092104699548232BF0C6A3A100AE6DBB7F6B753A57CD459C2A80E213DC722AA0FD9B4CA6C05E10A8DA3C93C203EC3107094923BC0DD6032876ACCB341A15A2C2C6C7A163C0896AA7BE4AC8C4B75DA58A7EB27BF8B00547D9B5542E6916220981AD0EE909AAFB351AE4BFB794D24534B37654D450E5E6DF7AD3CE3275E79815278EBDF7BF5F4C8398056BF9FBA4E8E69AA173FCE8063466570A234EEA1638F2873810FF001C9E57DD91E8A6EF2B4857ACDF32DE1FAD260DE5CCB9B364EECA38839CC6657B1A7DFF00144C6F5D0AACEB8778080D54865C204E4BDB22CE9BB9F48A23FAF575B6A72805C1BA7D974EE4D2A12647629ED4829C1A345CA7EF52320654C23379426CD304AA8EC6F6A637FF001047F9271D5471DF5783D7BDE20335177E3A4AEF440574F62AB8923EA1D837DA6963FCD82615EC2622E397E52EC29301E121CF0E14A73D50713F4CA5747F436BE7B584909333D83C238DB8121110A5E3D6AF2A41A24770735CDD6FF429127DDDDB6258ABE2D23CC33992969EF996C30D65DDDD09E8E7B6FF00E34DC71A6CF479F90944EF08E41DE133C04C1D5BA771E2FC70FD18B9FEEFCAC37FA3988DAB04C509C850CE2A03515FF27EFA3B028003077605665F64F66D81898B0C276B43AEBF2B41B2E70AD9B3A66669F38D20B017DDEB1AB9025C8380C46058AEA2B6A1E5F40D240790EF8B07F486F251A792BAFBF6FBC974322B620170332ECD96B7EA6F0BA7DEB0082E8F0D514F1BEB049E3DF1BF877FF2A144840A2E266C2FEE028FA2178B0A2CCE635B530DC726EA9B0645A0D986CD62E92F7C72D534E27B31E7375B6DCB2916829939F2E8C6628B33EC98A4620510C72AB9838E4CD2167E372B15475E6CEBF3E67DCE7AF85E57D9E5FF0056A7B91FB4070C14377248E515F54388739F443FEE07F502AF088C344EA66274FF00C23401BD675203D57216047A2F4EF20AD5F6F03A96869CF805ED52CABDD2C9B4F4B79F1D628B9153384DD74B0FB10B60FF00D521F29731F4E6E9B5D3E6B21BD6CBA239E18946768BD0A77E68FF005B802EC12D6244301F8243F48CF003334A8CD0A2E94A99242F4201D9F616A0942E00EC86CEAEBED0FF00764745B444E6902335FE81F3854990970F5736134DA5D06A67CF9784ED06D4B9BA63A8F36A4C94163012511704CFDC0EAE75EB7E883A47E73BEA7E7BF4FDF73E2614EA48B2DD61F4D1A0CEE917CA3E7F6B660BD26C847E08EADEE8A87F98FD93EDDF65D24A38072C45081E52485CDD5392158FC38ADC2319B63148D485F04737BA86777D7B42F4B018E789468E9A2AAA262405A114E6B6BF2CAF2A45FAECD5C82F69B3DC0654230308DDAB885EE39D0E1D361672B491B1D18F7FC4757C3D22E4FC4D71F491D1CF7748C50338C0FB832CEDAF3AFFDA0008010103013F10DE6495970EB6DAB055483876E9176A610FC11E08A4215B29B07AB9E9CD66F02A249E0010066C80068E038EFA261FB500A1F114F6AC69E8D61A4E14E32089E355A2221284B9A0B2E6D86C1408C17631A1A3095595D09E07A0761B81E484998046729A929919067B2288566EC80B37712457A8191040502C1A29B7310A18D26EB80484B87262E68F3B088A97484944E9B9221165A97798EEF5CBB6207C1B1A1D368914B16653CB2277ECC774932E246CB04B6B64631A8C3706F08022806A5E45A8A40AD4DBAC01112E7D4C9D7D163174924D16D508C1A52BB2357CBB6681965E493C729E2F581D8C63081A32C8B7C4418A3072C956338C32F4928C27557F1A8C86800A33215BEF85F372DA0C088F8E1506AFE081261B39042F83F3C55150835A18160004E970CFF483D532F662E9CDC5B2817400E346DA0DD806DB4ED8D039442599680046206288641829E8D8F294200217DC89201EB3EDB48A40565EE0680CE0202DE14CC3537BC7A287CC3856247CB5934C480C805EA2B038CC15EAD8B56D23801704DAD973CCC3B25819DDC65F1068A922D48AD9C4916AD722FBE9C8C32F0CCD14086D1391530A5576B3741243D12B041C1B2D7DD66241528302C09C71D78A65505652BFCA5CC604B018D100D72DD1A71616D099D6DAB98AD6CA1205D38ABB2B05B17A0AE16DD2A2EDA83912AB1A079738F515D3B71E4389C67024724551841D64C6C339F901C6342B14361937D40D10287078137CDA4BB09A850AC26B46052862218E803456829080B5807F18DB02DCBB40222FC8429C2F649283120CBC1292D0D19190CD6636D66DAB84E9833E9389082A57729AAF89038CE3128051269301234A2E6D24AC48521B4C3C919EAA04648E613C53B801B0F72F2C62A1BEA174337410A0466B005D700718051F79B6739C92B7B52350D7945EAAC57565CC85D058113A29298311086650714F291C30D48D84F1B06499BFB427A81410008E948F3572AF939C9B573C2EAB15D4C12BF0318A8B8988B03D968C3C1F898C4DD8F4E52D0BA553051BB5B31086092F77D9A157B0F8743CBDA5A73B6442DA04C4181D282299245528A8DB361680AECE7A959B62134C941051A0361B34944D19E8379D8208662083AD46A0BC340EFB37712F24C196E7540C15F0B7AFD41AD1A2001FE740BBE872EC822C59CE65546221E98C62A8B384FB0D49E720B6BFA938CC8D8EB4A8B73B63B782C134C3719E3BBEC64D3863E03650B1A4ED7BE4DAE4A6D3AA27007CB6A5B85CD0329C5D04019E6CDA8A350B48EAC01D9D1145ECC522822A2E8531BC2F770109B15BBA8C5E02EF0B4D290C3835CE024D1DFA597E6E98F3A8541D94A0999618998560F54616CCA58960024C6ADEAA5787F12AB9634815E4E48836C39BACC94EA1058104C314668C469622EDD1C5CEA46AC978F425C1E2A016BC26461D85408C0415AF76A7638AEEB32347C0A4A8CB760600CA12241EBBD90C15FE8CA2356150104C04C44506D903F48DC124C0070D27C2F835762B2316DFCE42E89376E021B8501E90E7F04C2161CD66D22EAAB30F41C616AE55B07CBC1B7079636C14D33B8A94B37ACC9729F21D7D1035DB0380E73CD518B11122F956832F41468732BB1A908FCB40B57B2AE4127063F15A0B826946C6FF005922F516A88A60165982565A20504093D58E3B4356A70799F069C8489E077B88A16E92283DF46474057270120C4979F67D4628426FCD35C3505CF914AA7B78488460FC606C40401040CB09BF9D844D75E438C4E049EE5ACE1A6412A16E22FD026942594B301CA6B721A5330B0053A0074D9587B10848DF93802041718ECA6805D6180752689B884766263A1AAC46849EA469CBC28D0280087B26C078462AB92BDAF54EA2742135330888F8AF295A23150200CD2610608B3CEF50C9E449B31A9456096A382000841298D14C50D44B2B3541D1B45C8065894AA195E689302B27642D400906B2A18FC98E1A7CC0390EEC122CABE7888A1BAEAA49E24621BBD969D5113166AB7CEF2236CA9DFB8F534280F05F09D31A972418C1D012284006F4379C16D5C4B1E43C222A1EB5830C48CA82D68C43047A17452A88D32AE774F640825C94511CCB605BA34A4040EB8D135E314CEF0EE324072A8B56A8856720765EB340808A6B850ACD08D22078AB346AA9688D18E875C10C730196A0B4252A1035730072744E21213755700C206A06025C12D5B68A987505637293C67286805E8B6DC5C63A36D7A161845CB84384B5E4D8572E8B11FF00695615B8C280ED95721A41025B5DBC095DB8570AADC1C2D26C34AF8DBDB1C3442A00C641A69AAD0646142F2C7505B4A180E1C022BA4E6D510031AA1EE46A765062408B5808083083F033543E30C8E0C68A5663DB16864D498337DA64A559A8B954B642A59B397115E50083B471A93ABE228CA64051CD2016459E29312FFF003720D27433430232A0E566A6F3AECEC549511DA8A98640AD26430432B03BAAC877B11C404D13D1ABA6832D16DDBD59F4C75A6ACD73FA77FE8D3E5B668C2E93B535E42905580D6C87208C89AD702A16BF0B43F3446FA676470D13CB0BD225AB0031AB820E1C4A4A5A982878006F24F01E208403B31E997AFD0A2A18885DDC4FDB58257684EDABAA4157BF701469C950A5508CC065F5C633F6AB05A0169BDCED09952C0604814EEA213DCB6E8CA143C7688EEC046902B82EC6F9208F8F791C0A090181A27B72EEE492869387E7FAC5874AF5F1B0D626402CE2B3006B70C04878516601B410043249CD7249D8979758CE998E3436F96211AAC303F7B360675560ED703C8AF264E83787881C0168418A01A1D51CB02C9E19CCD3091F18158308D7CD3050049B5F4162D01CA503860C0216C71840C60E08D36C704861A181654DBD274D910C3868E4FC75A363B0DBF37803D4B2CB71CB2F86D90E1FBB3845A875250EC49A0E8ADF2C20693A17C095D0385087888F9711B92745C434539B85C12850AE0BD8254BC901304D0A199BC3F4F37A6CDAC5D6284AB08B5838A870C773798DBA900C88CC6F084D4DB8257606BC2324AF5E4855A2210019906EB7143A7B000A391C540C1022AAE1EB298A39254186DCFAC05341B92FADA542A59B4775FE4DFF006DB8AEF82711915DB7CB1FE1DB77A056828E7116D687A3A00EA7C528CC782B453D46C9913D60404B1F6FA415C1693F362E402C0C44009DDD9939F0DAB3E27FF023C1DFA26A5A4C65ADCEB1EE7E1853423288C36FCA5AD76C1438810198060DD2A69AE3AFFF00836DA84ED36EB98197365F10645C9F11383F5E2C8BCBEAB0C93250E75AA5D54C85A6C3805798F46CDD212038699EE84098070F9D37130027609DBB2950C01624CD79AF8241BD4B29DC75ACB02CEEBD3B157117A842D9E5D5CA6C62A8E002003E8AB75FBC0B4013B1C4654215152B84BF02A860DB6BA84456819E0E4A9FA88C5B8AF06236312B02D1AEFACA6854A860F7EBE41F0244092510C7A23220C94D8C811C51E14B015F4A70E0655C2FC87480158805F91A258D3EF3B515C916175D05E7A6B93AB0A79AAD6ADEDB7909A05F173F768E0E2CFD942994A978AD423E208520860C2DA9380D8B405BE0B650F7205AE321A60528255EE8D9EA025A474E5CC4F0366C87B4D842F3729675B753BB80684D1A0681F7875D2A2F229E7AE5B05789C0458A4065CA4E2228A5C8EF1764671C00A3FB31411A915AC37EC1C68DC12BB6209A86D1B021C1D3C7194E6964552AA4181DAA37508029D030B4768EAF9720C0745B1F31C2EC4EA8DB762501005339EACB26354E342EA9BC419109D139304C13647B44FAAE748048FACD903BAA85B030749A4FB2569575B1B60AB13FB33FDEDFA92D1ACA44C51F52CE998AE79E9FF6B690D03AF7850CE414152FC18433E2338482D68262458015AFD5BAA29844C66ABD885111D150E6D1394FF2BC10C05187000DD1294D680E83D3351D0C06A8205CB2866075CEF15892429724641C8C3410315E7F942044E4616C6266B7247B577038778153404CA026ADA24D0008C8DA385CC8809B9412B1B02414A608DBEB8F7697BE350C955D99F65F0010B242D6083745CC9B5A9C3003E0DAB7FDE92D1588EC63473A6763AB64A442B60DEF64E894B4FA1FFC35B3FB0439D9A3A2010489CAC12110582A192D346A297681861B08DED690426C651B4BF094002ED1828371F28DF9A1D9E42D6B708F6DB1106885FA8BD07356E9340D22085568F66AF86CE3AE73010978F2C20DAAD0B09193C1AA11A060214444F1809433920495D433BF383D0A2D493720ABB149458312B410F5BCA519CA549DA87082A8B2090A2B11300E08178EC0B102255494710F3B0B620521B1936E1E97509055A462C044206351AD498A6618B44A8128A2C92E47A033A016C03395440F0B9E634220A2A156F4364ECA2D1440C2C03FFF00086E363ACE2C08130427A094CA68688C3CB49765CA856D08554A858BF33DA6E1006A55E4817170491242384C4E4504984836D122D011202534F61BFCD20BA1541C3DC5B58BB8C5658025C1B2F57799ADC511341945DD645AE10A47971D12AA561194ED249A902A8B3B5D69A05D5634802D20829BBB4D119FD04C2FE8B4A448DB8E6613887B7FFF0049948DC3C70E8AD2E0DBC2B3B96AC891D910BEFCBD1A0B66C4BCDA343E00F3028EF4ECDC8FD08B10CD254911AE48F18A214B0B3D8EC7E8138C04A306A8DDCA50DA0C616682BE0D96D5E1D4E4FAE4373AABF93224C78449FAA6FC38C74596706FA533409AE1514802D45F4151DD1F0D71232146E0C379546C8A4DC29688482417196F80D0C4699B5067AC5D20483FF82ADEB81A921EB7093752F15593C40E6C138EA08295BAA5543E3162E2AEC839714AD06339812448CC5810CABDC1932677C23F2AB8C575A8D283CF4B0A26C80EA26AA887C07639E4F2805AB148233248F94A5CAC7C1188582992A8118694A56E20D40470C9E7C45BB808A5B323927FA95D33691414C0DC879448A836A7CCA9768127CC206E1D4574C3DA32DB48900C9206CACB6CEE3D3C7F93B4DAC30DA89A6AEF17321B1001E76472FE044FEE4FC8EF03AF2847421848A069729D8FDF3E61B24892E0F81D48EADD5A4974172922212D40343B8A348F8C3962C9086F15E6E4B2F72F0160C84E88907CA0F7A24265210D33F49AC254706E66245972913A3CC241DCE07754E5759048124651046B9C92AF33C4F1F1D8C1B1A0E025C4E4C0DFF07A0470B29DA5CEEEA26C43E0EA4A3ADCD1A146B182FF0071964ABE3372AAD3B5B822E09A46CE4D768A31E0869E874CAA4BE6371002B9CDCA5DF1640BC1272348B7B1BC1536E90C349370032B316E4E422452276D9BF14409CC73291EE3180CD2F9F13CE8E87C6C409139298854EF4D2C43B5F87761AD203E789738DD63521B3B6312431548C402AA2E12588E41AA08619661B43C27581898931B900C4969D2AC09B348EC94978195286205E1705CC15BA6204110171AD7AF8760C706B21641ACD17947D3463B13F022262789920560418252D46D321E7DF6EB4CEE7F903D427840177403283908D8184EFBE57821D083A1D30F9A6E1B8AA8247114B0934271D7AD6529D648962A8DF0B46248A9816984DB0CA90B01050C0637F6D854C8E04774F11AA605513204A69165220AB0E555C8834552AA37082F22A6424C44D1DAC108A12536889114405950ADC6C3D1C3C62E5401061822710A500B1E442F009802232B044C1B4A2EA63A54B0C7B1ADA0232C675B26A9080C1C6811830906A40277F4473C7C81BD62691CBA528449B4F7B26243F0F1F4C24DFD190F11137A983867D780A6357208F18492D78903434818A8552027012AE512A1477637792CB4729AEA355CC8EB78376109221A723162750C6A694DDD1A12D1172B20F6460E8F3D4D3E033300799DD89CF0A0C21106EE2CA364B2904CFF00EED513591ABE0BAF389E9B44C83C378F16AD5227BC026A1065A0B918549B82D4DC695CBABC54804C74DB94C06DCA82D34C9806C26706ADAE40D1C40D2BB5F435DD823A2C6E9C0AEE83BA995E61C9D909FE5BD508B7AD054340420838340422B0382B4F234B3081EA9214082C05E85F54C6B67650D060D29369AC281B476625083980A9826E37C0539114D1459B214BC8CEBAE0B1BAA5E8346EA9598B6911B9783B30011CA72F5E405C7A64C268D3A1D3100AD900A618E9660700E42A57963CE04817501F1CFD9B12DC68010D0AE8E8235369D94882DEF9D872DC073B479F1D3636C01B82840608C5A12ECB649551A38E484345BC6C8008536995078C922D675A91294809889D7507E551C7808C4641AD532CA00AE71496388895227400A51C4CF436ECB6B698A33E208020E9559701F0CB50954B5817ED9F40A5C0C38D38EC34F5ED30B005FE484F3B5AC116BD9713A716E82064D52CF0594E7D39F3D84B9835EA1A37458B657303EC07B7AD09493D8E31024D3A26EE3F060E4F37B1B02123C176AED9CAC3C43E15F44569A45357F8661CD84E1B8022AD447EB13AA484021E052254E83D2E634EAD36705B619CFC9BE9D5199DDF11CF15C8A29C9DC6D40C4BC1C1B55329D4320852C10FE2F6572ACDCF232AFAA9A2A4EE58B10C97C81E4FBA606495159C841727BA263D85C7749FEC2A024044B41879194CDFBD60C86DE2DDEF02A436A64496066924756A05C433AC6F0408FD10026A98130582AE09A9DBE1204C84ABB877FE922750A24E25262205E182CD2EA2089221C7861BD30D83D13A0C80D1C6071ED07AED2574141A700E9A11821AE6075C60159541CC4D340851135A07096088F7064CAEA5F764A183F5B3B45DB2BC248865CD25BFD661344BFA958606C12A4C5B036941395E050C0C019766DB4A15C66344CDA217B6386B4261454DA650E3F4DFD1684B38349B84ABB8DDF44EC090C9920A1407A352B266B182F26966ECB951CE009D1BAE284D9364F609A2012213C422EE8074512147532E528F25482031B8EA519B3FBC55E07264ED0208602A51B6A8DA3817893712AF5398A023532F94870768C0AC70AF3B1E043555964096C39C2E2A121966811AC7658EF9ECBE04DB3257C540B82E142C4908B41512A00845C6A1D702C1BD1C04E2D1BDAA63814064305654431BF04B1DD8442941706327B9B4A32F06934408FF0092382AA52932BB1D2E45F7606BACC368130A9AF0054ACD956BE2B1292E3D28F6749364968124C25602C400C30AEC5F133DEC5505596AD24F590330055A686005603AD2EB736261FD7A0DC36018A3B2E1805A3144BE54134C4070E65CE6834190DD130ECF085C997C94B18CC02D3453090717158C35AB63A87B4CF502DAB4D44580C34A1B3316EF02E20046AFC8D51554E90D820D53A82802CD775494D725AC927430AA3B006AE428170FB7C445B842685126D67527A0701E9C635C858A460E5629C8AB104923B0B34888E12A3456055A0CED549A5A52D36C0AC444EB5BCA517958981956FD2C00595D7014C37CB434944756D060C3CDA8B800306DC42906B115EA93D35924182EDCA591B9C1CDD61B0FB4CD59153B713B6025684B24E5F34381B2A85804618BACFECE0FC8A2B616264ABE732566F62CF1011CDE6DC04B50DD3CB6CE833157C394D9B2788E94B189B254CF0021262AC0D7951B031B2CEAE8905092D18D5663BBB0DA6D402D0C7166CCB7E7D40F0A25401B192B62A86F0A3365547C4556635B57220AA40A7CE6FB1B5DC0B470D73D9DACA1098F2E06EECFB6EC7B147E5667DD7C10477816E73840064C240F0D79D1A610BBEA21497D5AD0970308D71116BB05D17698042E0907C28CC87443135EB6089601AAF256CA0A53BC4A43B69A0020C987544017250225D9682C2612F520C19809A18BA80E1852036931D52BB3781CE09EC7A5108008B21180588B6E1130909D0E698FFB0D6F14961720A8532CE60410B1A404006A3038B84F170CB21B1841C871B6EED647EF11F6E4770A325D0505D2D0E8517009A7911A0C52B3716C6C88993A47B4F79DAB2B44D723DA220C8F3BE776254C00B65D35784EAC0231736ADF65019235924CB06258AB285FF12A9231723111E62DD59650DC6E44F59886E2276936B0D2018E2009B835673CD01433742E8514147B019A8E1B4DBB46D728ACA8D461ED5D27AB2972CBA013AC8594E0A12E16532A1B9D9381273820A39ED99DA775EC208303BD5C2F4672A5A1462F1E2B164E63E7BA4831988C87DC8240A3C1BC6A6EA8B482A1628A233E80395CA6685460A2E7421C9738A01CF2338B2C05A41BB9C42B53828DC659FF00C3EC2930C7F0BA61417D65DDCD54AB98B84E66DB110BD08A09B2A054B1C2891A20CA8F35F616FF00E3774036D6E59295DD291C283BDC7950C0830B5B4951B45288D30988E11525490C9FB30646923C75C94DFB2112304A709BBCA17E73096888C11055F5053B7E80B2A8538050CE60956CDB440D8D984FC5B7317492A0B4155A574E007A879A0C84DB04EE075880B01115807F32115B22E4C3CCF183107D9F998CE5740C61496476465D28A35F68A31D462CFA31C4CAC25CF6B04D8C9BDA7B85BD367DC65A1089F2880882D110829021A6C125ADC9915D905CD4935F0C163BE980788BA34DD4402AA2C70D7EA58C21923BA560525B7BC61348A15142E365B2D20BEC1A6806EAC3309A82B316C4D984816040951BFE92DD80DE4B45A32D815355D820681020DC431D44CB3E9E5F5A99613F44A3C913B85C0FC5F5DDC5D86C49BD1B2842D8F180B153A0E5DBA52E594B2B32499DE06F20E0E77F21A24D9FA4C3B2F0AFE0FBF44516DC40C564C2876F2AA4D52D988A83C8FF00FC8F0953CD054C43BB619FA632A18B15E878B7350571582FCE89E67246CA404063CBB56D42DE120A680E0BEDA93B7A07A3874E76D8F2FD74498898421C818FEDB34CD9685432D3C9B195593A9AA5C059FCE1904A4296733D7B86E45CB5C8B180B91B79369B086A00E202B00661E626FC1356AD209DE97CBA4363DB1DE58DF5BB5560C317768AEAD8B1AF88010A054570978704594EEB90DB738C042B40538D6DB9B0B8E4BAD6200A53860CA9952DC5931D2400BA32DC9DCDAA3E24018174638B9D1480E240595021E4CD06667B1E4E1715BA3391077E7D83A716008826C9DA0A08CCFA6BB840A85AE046A5C3804F22DA069B4AFBB65EFA8B04C08B41006420A5413A6E7A06E2A23090F45C4DCA2A1446B6A83BE024B637240D8134A5C5721994D09D862284DE6558058811A1CEDA2371D10B2B6C2EEDFF000905130881CBBBBE3EDD305C4E487868DE8C26D1C130F4FF0018C3E10B188794551C49C8E9C238442F35D1A10A3E4576F4A8674E4467E11A66CB4608509E21280AD7041EA1F463852CA2911904B44623110B5128329081170FDB9D858BABA20D8DB9300DA74F51A86960ACB6F6C3510C20B5D694677F50E452B01014C0265BF10EA7756854AB2A3D7AF0D11EC8D5840ED04805C9804A20F9D4F8448BD1D5E8B4106B0437C0D51000D9A575AD2A6C5A8CD0F880D20F434D40C654F425476A15515589B922315012DAC8EC705A05601A0715907186AF3AC2E1463EB227969DA031C8347305513F85689C60882D371369E06EEB4732223E95D6549B443BB260A5A044B29B632CD03CE09AD019FCFB2820DC2C9C4D169AA23A81F000FE7F20F8DA03268B3B3C542D83E69295A6139C04B1E1E6BC0573076D7C799677504A712A4A29695A2A141DC12E6E8EC317B1D2604077504940875EA72A7E471041EE6AD8FA8BCC61FC36C8B11015D54108E2E76EF475505DE51D32B24440CB9B8BC99A192E5576F9215F21F688F60910B9ACC9E72964CBC215AC833B98282890B6124FAF1D38960C5C7650041340AF6BA608C2E179AE54CEE81021F8A639CED040A78C28C282294AB30C70BC581690B88E93063DA4E00175B73FCEA2DB25CCFC1920109A80A544A11A060A02A9EDF7BFA3043C585E79852DD4B2204932F4ADE0CA654FA841948DD10089EA649852C9F1104151D825315D3A04A7C3247985C12351AEA4030F5345AA803817748791CB728D98883518F8CA0F23B5E10224F4D34A36DA2E3EB31D1D81BF33FB7C07CAF85851CD01A256E05200ADA882C8A068081CAFA7A958A4098822157DF60FA0BE52586C389494787D002B574E0A2ECC14C217835E7EA448060DD945FB0C76AA0D481FCB656AC0075AA46021F3193A1F105C58004D96A9D5ABDA98E26572E6EC4B0538319931ACE9235B8B4F94109A57ACF9C5F7971C47E944F4A30F88E366FEAF7989E05A0C6888C8B0A6B5486C98C165E6E85AB7EBC084DC9807EFB6FCB03AF4D910C80582E5DE1481B744324A900F255A801E37B6347A31C3BBCF480F1DD86E319F20A2D5541D51275BD1ED530FA3D9033270EE4873023C2E5AE452890D20492EA0783283423E182A6A416728F748AE986662654452132F02837524953656E84B290A936180598A51EB927A68C1DAD3B393544CB609C9BA8E313A5D768658384414DD2D692C41B78940109D962B65DF505105405A54C3587163654013414714C3630436D7C2A93B8896AE8960E8DBA1DA1A42AF531A9C53759048089FADC409C63254EAE0EAF5668498DDC00284C453AAA46FE2AA056581A6074AEE24030D57D467B376CA9D68211E19378A27662CB2130F910376A073D331C2F4B8A88E98FACDCE27A23445E63B73B5DEDA9629F2779C9E7D653D482588A421A2B5262440183C746901DBC5A01F30E05182C4A2ED0386A2201AD1F150E160C651A0059B472251B2D31AB842102A2C11C01A0EC36485B4F05DD601AA0F7C145E55802E3DF6B28165C0668FE129D8028BEF55D9530A080CFA4004CD100246179DCAA900C12AF1C9062F142070E76A9E061D0AB6401A11542A220DA4A400EA25C6A2C9A1D820D259802C8914D22D635403020C390A605B004803CA0455C1928084141A8924B06EBE339DB0322A50E5D2692DFA283610A205E8B2B8C6F0B026C050A545C025550E8F8F888C5B025BFF007DE7AF53862182CF52BD531DABD673E3898E361E3AF6CD965CE5622F94506E85D009E27B29B715E48C1881B0C57A31DA1B0348F0642C101C81620EC2F351BC43B144900058001148D680529326D6981481452051CD813EF2CF31C5858A05580F04144D21C1A84D5D276356395C7BDD0D1F40E2D70083D2A0602C7B78137EC6A0B3239D97B0226868E48DEF7E705B988B5028520AE64A3715554E00B1802DE5D48B9214F05462519DCA0D0DAF1489A800148A3BD562A0584F1064AACAB7B31B05562E66F84AADB45C06EE93D190962025A2606D375E38864FA2416D978DD84C510BA11FA806A80CB691137C368E4C762C8BB459CFB5980983E2CF9B6FC2D9CAEEB430BA0D5871397B1AA973BB555B620240021694078CBA6C5C7431671E18110A390627A84005A761580A25240E1A8F19B96CAB35432BA3BDC108032950CA92B92BC740961B400E68928ACBEB47C36B5874104493B5800148E459E17BE844E415E5FF00CE4A281476357029E379AD5C573820773371DE51AC446B0A80C04B813A474452C9066CA08DC35450C1DC0C3E82B78ACDCDBABC9A0FEC28050CA28296894448E5D18C7FF95ABD24E8D94E908462764294DF09A411C025534EC86221A50AA98E25CDDEA4FA493246EA61989F317F98583E2D989BBAE1B86CAC211580C9B0BE9A6E83099788A7057D961C08BD0AB04768B14974F082E5C75DDCF87E8CDAD598079452E9083B8737AA1EF80A5ADCF79DC22B11D4AA93DCD6CAC0BB0FA6A93175F1A0D705E69B14F0EB2CC4A22C1CC28D90AEB22A010F29C20846A6A4AC1B3283E528995834F1BD969486309C8A6EC65A928A1B40388706016CEB4E007002A08CA8239E6813427402090E5814EEDFE860E8C1D4D9F2E392F155B8E34C74F15002E502D889F1161F0B25BD618ADD56CDB68B13D82550AEDAEE8D7A6329E653CAA4199D328BE78FE11676F52C92E2D882008E2BB38641240E43632B876F814E71435AC4433C8E08559AA7523C93902DEE6677FB38506972702EFD802014402E0A2B4C524B113420245CD40E35E97F540345A0AE218C2097F9AF76F8BBD43713011400A0BD82219E464CD8E152B0A567480C79285984BD4497BA1C6E71C67556AC4AFF00B7473995E99FDD88C4B377C4E729B69063A9A7836CDFF0322094F41F3863C02C1E0B1B68A3A5EB2EA6770B4C51C3E8540D7189046EBDD2F28714F0026C2755B55ABBEA17CD51BDB22FD9686C1088A6295F1A58D2A5B101884293AE8EB6F91ADF111305802EAE8840F1BE6ACC241BA64A89491A931015772B8850D1A0D6304F292846E42E895889988042170956C37D2CA9FDBED0C7D5DB018BB768614930FBE2714E04AB2330019FEC3C44422396F18D05193B9D99B54429ECE073606C495CA6A6AA5E2014986488008B4DD925A74731453E96202AD8BD783AD03928033502D27162B825BF806414B55420A384D11837DA9D951055D3446216485B232D42513952C385A23428C127D5A10838471442BD568663444E1D1012489012A0070294A0F690FC0FB563A9221430EB21ABE0328B1D3460D0558D52808D0541649ED0A744435884586286B0900B4D8561F77001407A2C453594DC71B651451C50EF27B41215B58004D04C0BE8A90E3816069A78549A509930D3F617CD031E915300A4C2D599E5A38B5BFF00CDA215EB0C98A26F10B2D8E83C82B3DC018EF1236A3AF8E3FF00E2ACBC157B9A07884724445104D8D401D84AE0F635D93C1410DA4C5987158AF9284819BD4E20EC6AAA792A4A4040E24C1CA412D0EA0E2A001086C35E2CC571A69B2120354606246A14EDA181254D90C2CB2BE6D529CB0CF36645E197266551D31836363283C22390282831B621285317A9B86EC618ED60D361BD8A676858E3679722FD2828A9B4137518F19102295A1DB1054501D8C48367DB69BA18283AC2D96EB5A4603688002B01D62C815854DAF0C7D61A7328157B4306A21C2649134E54A40A14552E398E2655A98800636E0130B6AA031C5712B00024D7AFC32D0D8942D197743509F2581610021DAA1EFD33DA9B9905B2AC40042AE951D6B1685D1B22BE8D70789F6BAE94083536F49CF52268352600FE5BF4E46790468A744E0C2790088E2746624AD681D5795FFE0DD96456842CD476806F3AA2D4364F0220A1218F237CA5804D2B3A17C0FE9DC0DA07E7A3C539591E88102F531CE25D0102C55AD823A5C6F284044D96023611539912844EE70CBAE1AA11A357F14C14030010960291B9DD23D5F7CF38802C0431204634505B0D00AB0A2DD10E624DCE42FF002EDE696996864059482095CC806C03614AA2B3C988BC2BE2C910E8FEF29B3A8612094A00B19830D8E4EEB4385BBA89C01AD54EDAA4CC592B37CA84A8E6B68BEDEEA1B72B8E003EB7665844B5069FC05E486949836744B060321851706BAC9DB9E803944E28DDBE4D80C832F6A812FE03CA019C6221CA741B5B50E405726A5AE3EF9AEA31991C785C33BDF0A471933DB1B687631026D952E08B7542AFBAC1B48A95EA0DAD0B85996C1CF461531462EAD4D1BC560320114D274AA468CE8A4BA1F21DB05D507DB0189CB9B0244A7314BE75DB0354225FEDDB0537E1B9A1CF015049123C91FC286DCAC854E86141A54442B78E804C144B40054718C309FC9C89DD1A0987DCF611C15511D2A1180D2A30B7238889D20447FD8DE12D60020E5ADD92C0AE7EB19A6478888A33553CDA39603058C6B4F5562306ED298058EAF340EA390658C49C8C804D2B1909747446A6E9C832F8C4162AD232D8914044FD9D5D68307B4A665EF715D57944E77C1745821359CA4ED7531EBA82894994EB6C007DC4224C700294D1764EC691B086AB007F7F7B97FAD5E64B814070609A2D601020284E18F41DAFB90C40B9C1238296E24C62C2968D795C2CE59184F6198ABE232224D9A4F44B86822098B164AB815DFEA08B68830B31D0D0CD5858C23038EF1C5A962FD002F84B870A6CC125752825EFF470D9647815C5DD69C15C619CCA2484124BE8F1931625DB6CD8EDDB48A38C519009275EF261C78C4B94824852DDA183173CE91B5553B291562F002A31690233D4AD4C0284254309E4D631837832AEE8687F482AB99A51D67025E0978BCA30148D9A6E7654311029A5109F1CB6691115F4011693124648F1B9188C8D32820168463464420005870AE1278A1EFB5820218770090B0C0D56834BAC9A7827CB4221040D8440B0836627A73ADA5AE9533415B3BFB051D908184918B01191BD82106D81DF512340186F2A46140BC4200104856070F68851E3033A2A5D3360649084698EC9430EF44082761BD4A713C579A3C82C84F3C71830B0078F5C581558F9DABB6CB411CB1211D58711B97E2B094C80C559916600650A4767111C3DB9D890DD4D32D822F066EBEA5A374059D09D5B8C354C51A0D5967CCFF0314D6D14087034303669AA302018048C248000B438304690A5C5CEB451C8A25D281520183D97E2C7954E4ECC35A84489816D7CAF9B6B43E74CD23CC4454A03B4E72DDBD6DCFF00078B25F06047B06ECB7C8F429165BB4E1027AE89CC2F36FDAF91033435A89954968DB1A5F061A020B0840D6492425508411A205AA6F0CFF46690844CACC8ABF89DA301B559115780F8E148130B1E26E79D1B405384356D87821091403C9E1DEAA8A91086FEC02FA5B69935768016A17B82C5519C8EDE20A279036208900CA7BF50B056934442B90AB5A152F2DC3F5D501C009BF8CC622595F0D49543646625725E1CF1A06F06EC5AF8A75CA4C019677B697B82C4595E05995025CB86D82011613F39BB2240A345F401A55B447C731DE2E14648B99B4EC142E29A1210DFF80C354859EF823ACEAF14306181E0FF00E778A75681F3208584A6C4CBA599D161550AC4F6ABFF003D95065E50C4909AC046897C6EA55AE2B120034663D63610A265BB0188B2D024A84059E7E1C575BB431162A22DB2F6D3210287916FA6E7E437A40E5CA3F23136FB89028B10EBAA9A6F117D72A49586BC90ED796B160B349F5D4073D67D83CD21DC1B1168A7D5D2B7C479E95C67B5D40B169B9CF35940996A2958CDB69BE351C946EA88E08E82E4841D882186C063B15A19406A2CD3038734D6F6F565C1CD6A3C032BE6462282A1AF0154BB56BFA00B66180DB2EEF5272EE8AA4E665510E459FA48444180E0BD03D8BAD860C21383B9779948800D151775D4A368105A19A252349B8ADC2435449AB8F2A1AF3BC0467AF185C83D11102A45708DCD82D44A6862634FB07B822961201C15C910C92530A2821AC0C41CF39CF8228418316E5DABB17D8364F650CE30CE21CBC288B0444E31B69858AECBA6896C2B12E6A002D25A054545D11AD67470B0EE4D0A1929571382110B78993ECF517121787585A243016B91518F802961A4889A02A9500B237C82AA1E0A648A8EE4E395C2576B189C6AC403390829110DA6A4C099DEB9E7A30AA28AA0010285C04107318AB5097AB0B3C5848D815CF563AD2287BEFA281F8D53B9409919E819B6409D10D833057FCC2CE2A0350BA3DE1A881183AC7EA7EC4210C8AE0436E7607D3641018C0F0034E63A1454B71506CB336215EB26584A86C51AE7FF008FE90C825919A09EF83C0ED44E90A50D57061475F4CF423901B170AD3B0F68223919D076C5E40EDD570FB0D46208E705B3C22AD1803600D8494016C134622988D4615B2C0535A1BF002BCE6268BD9B023364E1566003488AE4BC77E53EDBA895EDDB05334495932BE1241DA094C474670100020E23904ED9CE68C833E8449C790D774532DA53850029585676E0DAE7EE0E88E01B619944D9D38670B78604D29FD4AE5D059048BABA0BBBB1EF513008CBB0EE0D51894316203B0739356CB1DCD2309072470D386876B56C4DB46AA3F00E51110534A550283A6367A4E84F3103446D114631E0D91B48552A8AA3910602C585C0DB015A51253863B9AA08404510AE000211B67312D2D2B8920A94D03454B6A21901035B50041537884A4EEB0D1D216E8634D0C4F4F00C06C381B0428BF58A31FE649809379D0C1D6A7DE822A1AD3022207AE70365E4F5DEE64CD9B1FCDBDD7C2F8B817943638AA13C130196EA355DB39424A13B64DE9044CA2C2F429877302F30E3BEDC7760D922062410B4E326FC9C94704B366F684868BBCBA09778060E17AAD06B5E5652D581448115449554614603EC2ABD581DC100376D0BA1A2D19A4FA0206AD0C16BC8D2E2648211C048A2026AA414E020408E1843A98C52826CDBA13830E6B4473F0FB20C90E7D8A2B6843A801C9B0FFE52206841051151B8D5D3849DC02888C500237D612C7842B7558CF4A33BC792690A47C1DB6002BD403966070D11422290E36C105480BF54212A71409D987D5579AF8730C02B9C8304B9A209026F205108392278DD10D6AA6F9B2B73C221C1B116CB54075D9A3C18378EF906144093553D5B9E94CB7ACC0134474822D44E2FA270BE75552AC98008CACEB3775D60158419B48179054AC2401602EFBAF54AD9C464313B76394C3C3C462C1B112D2D292C8F95DD09609A4C29381937515E011D0C8860F1D9831C428469840048367A3FFC6414C6C2915AD48B41C59B345A6529A4EFF017826C46E09A9114B0FD97CF015A0DA010C3B428FA57CEE18E23C31961414B3BB5CA8A023716B2FCD0085B41470366967EC5DB588F0431054B60200B447530940E26639291C49725074C7346DE21D870064B3F3BD52490C23EC84BDC6F07441568B3D1D6D498805214EEA846814229221E5D5FD637694C8C5D665450D365705AEDFC25542CC4846081959D38A834BEA2860A297743D89DE35AC1DB4309AE62B8DA146196C46D9FB3B1DD686062A298CA59BF50830AB85FC34904AE0A738585D00A20421A40416B9E7A3FE00066A3AB06EE515A1B06D98534D07C02B9551110B71DB7394C508E84F9B3E239B035055A0D3AC4C9CB6A0A289C70A7A52BBC8305C6CAB911EA28DDF2248027812C0D1B61002EB8A810B772F3D10648234DD6E32E224A36C0C352D910508FA9D02C5035C1614D9057403BA1789605B106EC93F9D820853AB05953EC7E5111ADADA60E0C14A1F3C4F525AC818FB5750C0EF242829970E81C4458626D1924262E3AB1EDF97834EC5F937042055E4CA1698122A0E008DBCFF90342514B30886569D08DE2AC07831D4EB952556276A51336AE3394000D08C13A73FF0045AF3D832326641E9EF3D56E21853F8633A51942CCE5C462D4170311AA1434854AC4AC8CEDF303A21D80950218A202C6C389CD6F470055418B8C1A1B590204158BADA74A0CB8228D8463654BDCB04B4014DC8E7B1783B04798D00E4124441AD265760A0E2984B8FDFF006A152CCD63955D586BE3CFC081727D34C9A57E10C4F220E15961409FE50AA64D9303E5D24DD41663485A2DE29C56A683AC4DA12A98D40A0E055E2F004C9F0715286CE23E99B64CE1BC96690481C4BE8AE07210D4007DF1026BD3B40D7B339D7D1DC7981CA95002CDB8F82CD7854A4AA00CEB6327929446815C7C9A6B776BB9A589091162340135028179013240226EDDEE0144C554348B390089105045201A031405ABB73EDE54322008C46C2C52151B2B83419A21BC027156C28AD0C44782016014BEE0143EA85A31906E6A5D43AF38A881500D97096CB47A246C1BB2F505BA6CEA488B28740A70040574907D53AA643EA23B821E87FDED96C4A869B14DC06859D85B07FF000B4DD431C484F50E0823F1FACDC63A8869345C9D980E0E38CC15D02C1649CA1EABE1E2ED4957AECB049247FF00922983F3941D5532EB178EED2C964A28D106F90794E86A00F55647B231E0FBEA84775030106698C03A1824191194151394042E27507015BCAF50F0A8604208923AD2247325180301114D80DEC160645AA8BCC3D698DB14F4B6419D91BCCA1CA611C6E84EE69312D2615D00C2EC999FBD784E0E7233AC288B105470904CEBB0550C1CF8E1922A259F8A7BE59E54BA7665E70A34880031C53C0D8E43742E0CA98B7EE1471BCFDC1CC26C6FA6C4CF2AB8A1C9022CC0DB7352D38636ED3610206E004A5A051B3380ED265E45E9CAB86F752DC93D1C499345D25749AB84ECCC4C5E622F08ED1212D830616E4B720F5B340C3DE40D0F8C2B6636EF76A3AC41D67D8133085F412114CD572709F54CB668D2E017028BA87A3E3ED506373E85C726A440194DE108BAA5592B4235C35797DA61E7A0BEC258647263332E190A0869051373220106A188782715FE1F640D2E40150CD098D45515D60B35B197C14AC10919593983D55B9C0B1C28CC30C1614494016C019C32C72423405337D49C80055C418561A442F5168EA460DC58BF14535B4D1AEC57FD287092FAEA446702CF8708AECE38EA8094802B0C20476909BD662580D40E6CAF2FA15937518024A610809BC104C1B9B05E1CDEB96143524917502E7B18F6551F45A2A21EAC3188AD7D5B09C6AD9440644B251732EB56081273C2B58A90CEE49CF91F82757C19DA80C4196508818E15DAFF00FC9E638B81AB07F828EBB2E9EE13B1CAE4232C2D66EF09D47554461A3DF0C3832020A9A2945BBBCB5069B3388C4402B2BBACA003363DB578417725B29B51899CDCE2F7AD3C71DE265C765B828A5CB186F63754D3FF00C4243A564091C228E796C200376E4F6C1C813528A549CDED215059873C2E63D669609DF8198C30AE627BAD946E0E23B4FE1B309B5EAB110942E50D5A3466892B620C91B0CEA2BCDCAD42088C0413B2F08411BC152498AB9AB173535FBC3CF6A7B9C7F0DC0CDBEF22E87499B3D0BB447E2D647456652903459FCB42066357158F66B256021C22186E288724470A5CA0817081E0EAB68E732504B81D77D209C27351D28B8154FB3406C30E9012A6D0758E1645DE735FB8EE3BE0E2BD5C9701B4407E1D49685F2C7765FE794B23FCF4CD0EC052A5858717486DB8067628B199EFBC621421C10E357A00322C829BC4F7AB2A391D3C7C0722DC59D4F9A12E9C9AF8086EC0A62E85450C0547C7E59141340058AA8088F055DDAF1D7439988BE4907B52A02F13D0A4870DDD413235572684D5D7D74C59424C9FED1F5E942003C893EBDE9DDE341369AA4980D5ECF1A169A1DDB9249B6E6EF186C554CD74C5D09B00BBBE2AE0C5050329D7D2185C2E0A87CC0610D65070A664810995DD0529381C7744FB5D5775895B0441E7B0096F566A13882056AD6310F39138449003870A00D74318F3DC315D4108223C4244485DD7269669586C683A581428529AD163A604111133CB114029E844A305D0E54ABB6C291A37031EB75372DC19A570443B034BA4070A00A31031064033A1DEC5687711AC7466D0661889011D34E5E7ACE9A5D20294E25D3017B8EC8CC0CA59141DCE4A2DEA4418D9805A097133579BDF33DC95858A534D0DAD910637AA009A3CA0C165F0CC71FD71FBCC68EAA58C84D4BE2C21F64EDE81E4F4FA6258A26D0EEACCCB090DC6212703E05B66422B14DF139C1BC228462F73DD19EBC1BD1C638ED4F2E624DAF870B7B24A248201C20EDB4042A61B22CA1CA51A55192C60AA036803E60E6E980033290940ED1451BE700183E3863B891A9B2F8E0662421AADA98D406B915EFAA0F42E8AA1A061182C51651418AD0B141C156A445AF3DEA22C128472BD983B0365747759AF4B278A78A018D5B087AA3A4C85C368D86D84B988854F87F3286863EE683C80A349C4004D10FE707100B80A36D2DB005D63CCE83832022158534651627EE945AA2413299A71264B35EE93AD00C8008802E296F0275D30832A4F915E1522B0C07015514C49EEBB58AA5440C84678898EB558AB4125985CA44DB0814092CC682D110D7102228065DC38063837B2E191F0181CB28AFB1E291691819038D17835C775E81E8705533EBFD0C474567C14B0A19D1804A3B0D2108622EF28FA026AC4228729A6A58FAF0A80CFA661382928C93B238677EB1437586627031EDABD849269069F71451CE205D34E00B853051BB95C9586EB82868268914686B9599CF3C04F004B45E440A358702044886C811FC1BCC12E69954926A761CC757C30B530D1D231809359BAF4E9016EB0150FDDAA32542DE97A442D1C3BB4690455C8C32DF560356ACDE5CC4CD39784576076EA6D830CD8E6A4ECA32DD58D2A85E746251C55F585C380E1A2818C96F0C1096D21368A4E96232337209F21C8742AE7CADEC1A291155C8059BD99948D23960471056D22992D446D4E20AC4E551BF5459E741655C7E48C67E62A925886CF044D277B9C82B1DA98A0DFA236351A2018ED44EF363CA2FCB1FAC1C91B380C428E22F9CA004E583145A376E8D41D9E9943E96090F4D2AEE938309243AB5ACA6085840692CA2D0171F290C008AC3BD413B650494C4EB3E9849AECD87B546475D44454D8719816D9D73154D11AC3001C92A0DE4C78622D301CB368EA3076048ECA543FD98D0A7C2A28D6A41A2E46515D8AE0E5CC9EC78E588226C1ABF34268703081EC865C637E90D373A115250C01EA4996C1348FD8C800B4016CFB5C230AE4DA6389B68847C32B7662E672B91A52251628849D3FDAD949208619F44CF7CA96D26C02E658ECB45F7096B04F89E42A3830DEFCA93EC5570100A5902555AADD4744C0532935D442D71058703209344E034A1FA05FFE27B0C85B2CAAD7EA4EDAE5C5C2DC3E20B2CD22B302C232A5156045BC86261295557C861C553FB376CDD63EC44C27CB90B74F70D015CD51E4BDB6E839F801C36C4954BCB9CD30A52321DC5B1850A8B8765E647193723D2A5A812E7293C407F8386977F2D4ADE6D618304F177F446811A8A3E16416E2C6DA43262E1C96DCEB7C412291E08501159B7AAA157617A80CC9D09E14EA238DD178FE6622095D166E895175422692A1B8C8F62018A9BA5585E862B6348AE972B061400E1864BCB156EF0C50143A28311EC2068F0915814F1446E816AAB8D256F40740B1A4FF002CEBC29255401B45418A6DB9E827A1A1A3165AEC303A6D4B5E781B03DAC4D5E028DA1E3031969410AE9B76D35028E37041105A5CD094408E84123A08265308F9A8D95E40B4C10EF80A381607F2AE30C75F075728B8384FD1BBEB72C04105739CE6C5F140246918D0BBB965922C7E10241099BA58E84430E8AE15F197EE62E481779CFD213230A8219CBF87709E1113687269C0B4FE4EBDB464F830895D8ADE5250564006124E0895C3280F78070344A09981E471054D2BB0C085C020556C04CD44149411C47177D8A8CA2A9B0688D43804EE0D3CD2AAF40F2933E3097F0573AB105A032B477DE409689AEACCAE4C30F06C4E81DAED98A6A63C005E54EC5A806B56B50232081771F890EE8140809D370A0458947445508D8A6D0C085A8FF7E255DC28F0AE299B552D848541C254082E0C807288E372877E7FAF8884C53390B46642290202852955EE6051172D24594E3B7F17B0917C9112054DA37481236EA02E4F92D68DB1802AC2903052C0210CE528588A2F7CE030F5CAD52284EFE0DF2640901B0C1E674B47D2634F2E25D4E5977C82B04095F717784F62509D0A2D77AA3E974E2FA33BF88884A28B02858B400A98044CFCD1250E36CD64125BF93DC1432AE87123BE4D6390E8CFAE6FCCE307A9E3AFDEE72781101F080E41601318D3735445E2CAFC5B489A92831655A74CAD23A69DDE903635F7D7A76CB14F2289848442FCAE1627501ABD42D2671F7898ECED7BFF005EC4EB54F6536CFB6A176C17D45B658C3F8A18B0371957207E85E29D3B3508C1C3BBE1AE30D0182549645279EA00FC3010C6B98E3F603BE952DB4A4CB004134984780EC0131CCB664F71CF368EE021D107538F908494C2A016F206D052B6C862984C1448C73EB39B7A3003B829F6F679E8DB4838089DD308AB01B229347A22DF264D2F2933808EA65487138AAB020DE1EB8CC87B5133F3DF85BD8608CE5A6194A4C794B4B3AD03806C56868D0E7999C5AC4999A00B314BE091880DE084F728C6A6C4815E99EB38DA5F64EA3456CD14295F0EA93B53349D010602F5A734220EB6830F93FC4911313D5373E667D804767448A8B6DC4D9259BF39B05B30F4803C54A8D3C92A131E10A6A531A119D60DE33DDE0A2FB562C37BE65B522C806F844721B67E602F566584B32BCDBB739FA0D0ECC88E213928D8450B10B354B86679029B90B85C1422A5C74BB4FC3A8F23D8449ADF819BD44035B874241D975F7D4091C44A327B56D3CB3561E4CA16D64E6EC91524A27047184E385014CE71E54B1FCF9C066CC870DA58ED21861C67D672E46829B603FF00B29415A5705C5EBBFB33D689C005214A0A00C434048B5DD2DE7D101A86B2606193C2AD3166A489524666EED3892AA5A883865F2CEA17CD786F9D0B91EA412B0009B90FE20E2B5143C750182104721360F9706C36C5A2D2F59EADCE7FDD542EC5995E4228C597B9C8F2844071B0548632640A1114B88666AA443E02E2D20C64619519C3D0E93055E9A9CA3F034E084784CF1181831D0DB9228F7737BC8FD520C2DF6C19A67411CCF62AD8D4D92D2E54B318BA3F8C6899D57EFE05B4B1055D81C07357768763B2C8BA9739301CE1782066452E107088616E7708E80124D2A7131A937A81010774643D8F5CB4D2CAB6E41F21A1873068CCC56E6029B4389624D53D32898041C75D020BF2D9326A31A11AB247447938012BD1B2118F56C04E80A8B119A027B6BCD528F6C4AF3A21B6002AA82856FA424D35A0A6F0E08D3B0A5E8269C7245D3033855B6797086DA0A05F375DED8E0473971CA1AB279122530DA040A06A472EDCB662C34D17B08F1F7FF81860EE97ED127CC47209879161F7A499D42181D2F3B7B0A991A982E0E381DA690AA351B421816520D934A862DA40D5A9A9B579AD1690A9E6C0798740A68DC0201EDC90D2EE2A9B20A0D4DB2970930CDFDD8022594C9B9C74826420441148D4B184E96459589800F1E63500D28853BB81C8D1C07C9AA34906318D519E56EE875F1AFC35912D8EC10014701A76B8D3D130196CB3C2DE0350684D45390849200EF0A8193790017BD72AF5474E8102F55C30D80041B849A60A467A15C23A2A3680EE82A4813ADBD3660404A34028E83C2B5C28F174420489A239D3A778B79730D686A0DE49A82A6AD210E02427D9EC5621C3D42D9794AA948F480286A89AE11D9A582AC82502900783DA05DE03C610712CEB22E82F04CD48C29C867D4C505F558DFD660130898057CAED6E23CAD886859A7D2255152AE40D2F491C6A05E09040ACA12F4DE81AC49DCBF2EA4BAB789CD7B630C238D13096968F02A5181014120924E72A0C866C00254B44BD0DD129458995B1E52075ED91B3113F898662810387DDF1071A92FA6AD0AE45F2C49A0548541A28ED76889BF32EB86DF1C70F568DE7DF0BA815947EA8711E993F5922A05531CB46A10350284E243E71F0CEE3265180BEF06A371D38012AA011180BD21436472772040F264A7B65B1EB6E06C137DF5795CA3B8B805206543284AADC0A40620B5951685A1D622C0AE8D28C16B406B84D77689FB8B8BB88C8D547A96A3073499B4AC6EA2F1CFF00A6EDD282918051B16539955CAD3DC395D540AA4981365668309B433415A984BAB1888F6AAF2048057637803246CA8500D2C74F0402BEA2DC328252B48AA03F0D7C1D2A04223249B7F402944D218839A4F969160E2CAD8CA81317AA1C8D4DDF72786095320E62145A9208C0ACE6E702AF52E1662A268CCA09EF80850F61BC6B11811F2C64A886699528C06DC66BE73A18289CD01EB0AB76246E24EC2FA49BAC5E880C9E47B7C4E444482E83F0EC5DB241620C419EE3713C3602E5966A40CDED80A272CF80B42B70349B50A76724B4B007C094C3602C72002218D2E5367510C5C104C958A22D428F79EA9B661106102A11F1A0092554952376840A56E335D9CC32159C6E04E9628B95B724B4E705A5E1E48C54E3F889B91C91A3818F94FBA23CD2912A0E15E204E069092528153587EA92480BCB870C912D6591D436238A128F0C88497CC6E0800C884B95ED1C8E63903F7E72850BB74FE0ACA93C0C2869CE4D2BCA722E3169638B6EF27FF044C37A60B7CB66D784F25A6ACD74005DD283A355BDA48C2AA6A1846470E74CF9CD3EFB067C331E21A67B9870819A6492743503144720371AEDA9BE0BD39865F420557D540861F05118F402680A6A811B85281C52792241C4958C8448C3043F45463B140070601DFB0AD63B1E458C31B6465212D1395A88018E46AAA862B4744BC4DCD6282F5920D345481A2D72981D6B8158A42234405206E11C222B4252887D900D413924E97187BA3C2E2685C6EEEE0104B0835B980165B2932381C6091D7595A72608AF24070196A4145B075B8D81574928D31A5011928A4280216AFB8C2D41362247C6F0982EDC521555B3D9F91AE9235F14FC599DE0B0B329060A8F0D14D95823B06FC03867AEDC03C28268A0719E62C74EAA58E09B02082B5EF4274408BF832891F60FA40D0842796E8C20437E5480278D5511C1067EB4AD5C8D987B004742F135A16E9EB8C15015929C830946C5A26CD41F3BDB5982664490178E55431E515810B2076490B2B5D40840070252E3EC5D1C470A8BBE29B36074E4C01B026EE5C4A758BAC7452AC9484854B84476C901E2495BDE5E1078151B95BF5F70D20387701C7D7E871525476193AA7C355E2A1FE58CE0464B07004DA6D9AECA55B84FA8C890FB5247171445F2D0ED2805519D9953509A0578E3ECBC7221E7B18001F15DDC25D9037185CC6414650761D923845370565F1050510368208890AC1DAA1604861277098DB176661C8563123DF4006D3074B1F13E4C9BA114108EE08CEACF082804A7421C0BCA5CC058FB28148644A1F1736250C0A82E3DB0551CADC605F418025462B646480F122B4812F64E243EF0B30DFF00944E64371CE8CA7A99AA7E83C468066432E7D381AF724C512B8B916C8DE7C942E8B1BA190A79EE4C651398D0020FC165B29FFC7565FCE3BF858BB68AFC32DD2BC3040FA2481E4C1867B43CE93AD6209C541168B70A454818C56EBFD7AEF235B0E16536CA2C3B11339D0C54BD51E64A258ECA71DBBA560C1826800649188CA3991C8820139050A98813EF6E08BE2B0251D0652E26CA3143A3A965D35A20A2BD8DBB6CC13867925D2591D8D4C71649A050E4BD0378865887441E1E0AB04C6405344A4315EF6AC8AD804FB55D334298AD808021D7956282CDDD57B26C72A8739D125D416D98BF94A6A345768167388493553DFC4DC9460DC05403EDE7914538809B88BE4B20F428551E26241376836345150072968C2DDEA805A4612808F650EF1BC6A3F85A8D302CE61887FD10669874040580789B039D0A2FF2118CAF8E38BA26135351803F2A7F437126AF2D81B6A2068955C05942C593CEC746EAE7D06CB3E5C925B581D8540A42EB7B1C90706A4188E042F3CA1EB0D5ACC5C45EA2B3D439B2A29802A04029989C5047CD80B88D5EF50B9A11953D37A8D9150E518DCA15B5F8EE0A8113B81E54BAF89CE03727EE5B60656BC6690114C601F3A28521AC4BBA6E2180E623AB318B0DA0320778448E38A6F6A2AD0CA9918C8FD1D5B7E7BCFF0090C2C8183474486B902ECD21B94BC48E385C91B2C42C309AB547409C65469C94E38E57F6D34900C9B09403AD299CB3465018425761A93CC11F6063184B0BA1E80A5003AC30B1F8C17C57573CA38601C2B23265A8269D9535FE1A4E7502225D60F0022EF232A22426C1706010830382D08EA4899D4F0358538131C85BC37912C5B5D45931A0C872873F582282D853185841BBBFE34B8D90D05CBCD92507B5C5B61E00566786EF3D096B6B25623D03844BDEB7050829B4A689BAB09B44A95D071E096DEAB1122B7A7B3C9C0B083D7667A4E66E69A11214E6842420754ADFA84E0A416E17D7344046113C815A5D52329B077394B9089EE4311756ACD10B64A1A056D887041A45F48DD0038723D8742A182C428D1AB6F15493A8D0520401C0D9AC8448046156BBB1EAAE0CF2B7A600115C3E18686FD62094B32112117AF4051180CF914B49851024D506B779816A823855551A250D16F4999E1AF149B1293B4E01590444043074F250A87FB0ABB8E2F47C1B41A5DA06439C19403F984C61DBD34BE539B49DC0338AEE14760996D478244EDA538D37480512B5194091C3203398212A1A03A555948439604494F97B331FC98D827D1568A06E82AA0A69C41B037891207A8080BCAEB099D0B4320CB8D94762C8726D7A116C98481038418B491A109051B36A8588B50CD1485134314830A591EF9E9214B15B0366CF0357D8EAAC195E614B95018AC831421974081A4058D8844541D200A0EAE56AA2C921B0840515E1367286D5E78F56879307B054334E05A6208E0410468410024F802BB95D8182D331390023D83E80601C618911B01EB0656ED29295A52C5F0C7D3CC629554E37351BB00793582D0870424BB884F1D048A3071F85EE22D89E4AAA5600285004601D9F050ED6EF2201D86EC483CBDB85692A4E40080908C094184D6948A235AA218500A3A7438031D8C3506B30C68D5D2A06A2406A980952C361966190597A0964A071BB9691615B6DA9CB931C6B0007544B1DA2E6C193BAF7A42F01ABCA3415868FE228D957381D80CA4C89EC178606A15C954A47420B786298EADE7F44122BB20AE338A19551BE6D2116C1067B0C03020DC8B35C59AEE001650B02249D466A691D62FC91C4D53DF12A2E780ACCDBDAEC8CC37FF08EAF0E98305496F7645783F556E88580881BE69024CE41659FACA2F2526C83D70CA131E807844E72EAC2943418D273A85BDE4BD78BC8B91664F164C7464EE1547CC852A7497C4A2949366E872088ABBD2B84BD671CBA0623B3077868F9972C4F568230DC40CA5B585422D72819A780D26D957183E033B5D3B2A858EFC165C1CD511A30E0EC991E18CBCC49654509E4D08B3538280872205432948022205971AB46DAFF00C84423140432D996B81405414673304237C17737AB0466940394E1B054D1BD0E33DAD1166A3A45557501D7B6525E58501055C1F782ADCEA351FD6E9F69569144148C4A0180C97110F86B5F718B3B238B0718523BB0D0DA9E841D5D0B7244C140422FB04225A7E1262E617A5530F5120015C32C4D087F62C211CD4F2314869A232B611596565DB243279DE8225D53B67326DC08BA588C342825061CEB4CD082E41ED5AD2620887454D33A60A95F2236E1161158020B9470D01B9542E1124F7BF7BA629308428CA44310B24B05B77699AB227A56AD0A648A6143D77E8ADF612CCCF947DF2AFF00F0965BF2E684BFE8B63EC011B4848B8F6459C051B4ACB590C6BE2DF0C1140634D82990CCDED1C6960E391778F3680D0C0DC2B843C64A0A6DE188D4C553D23776D8C2860C6EE88EC4D2136646DB1715A25840BDEA39B6FBF45654B51C8CD7C6CDA347304C598B4DCF0D5900396CDC12089823255627AC6060C4C952ACCA614D6BCD16C89D6A8463A3BC19338211AA9803C120DBD82A9C41E2FA8A3DB29413844E1FA11A2222451C45D97D9F9AB3A9C3D84D3923B815BB558EC577E7028F668B2CBD536CF9711A30A948B0A222B6C3DB1B30CE6D58A908FCCADE2D64C8453185D269724A201C94D044B51594C366184669AD578C530AA610C21673EB8045C4A15D04930DA08AE0D9209E81B7458B34710AC1B002634A1580E777E282AA0074B048A021FDBFBA0C20552880C13C37836020D3BF6F502B2E1E09CBA0EE380316025DB1D82E6214F0C6604143131CCB25C789A27685262158F3254D2532351C322B2C9B2D01BC747037988C88BDD8B40824AC18F10F05010A3DCEEC41471B350FDEA28310AF7D67E4086B61E13986E38B5ECD83592B2C47A4C85F40F710220002EFB55F1336E57DB38D11FAB3CBAE1794153927CAAFD4C2A64522C243D690EFF98203AF470EA5A691020E3C52B36484A9D220144703854A6B0B45029A08D96AA0426554B6459A3944553C824C8DBB1F00014B01BC5130E802C015554A369C481843F2601DD32F268016E542962E0D72148041545AC4907277570F9D642FDDE8A8D61186F7A5051B97606E612C8EFC8D262A211484E2DAAEB80A05E6657864FC870A949193D2397AC347025414EC0D1A6B6056E717AF47708A22D377C991052683D08D3956214A02A762A102244CC21396A3253084C6C06AD8E04C00793BB42681581C199C32F5E9BCC8863E5014B1E15B07E4D3710337E1B108BEEF551937075C6ECC601226D5941318A8335DDC630096620450BFBDA908CF78C985A488FAF8D0433CC703ED5DDC0C66898039FDE08F5C0A4D34F391CDB6817CFF00E5A0387A63788EA383902C330BB3504FD8BA402217BE0F3DA08E9CB98A3887CDD4B43C628F8136DA333C1428E7C610E21E998565AAC2314CDC9F6A50D77C40763D8248E122813B43C82697060E922889254B00D0A4784A1653F1304DF5414A83A5025FAACC4355F361C8F3431DB2F19924AB0C265959870C1B828864E98D00E9B82396D6A85F1943108C5CD0BE161AC68C67D856D83A52B540AB12391634692C2462ACEEA445A538B55A902840E012365163C2F1E8AB5D4B320310A360167F5F4A5DB31B511993A2D41DACAAB58E6079D5328AB932F702AB4C508050A7CAC2B659B83E4B115E15B1C4D941A42D7C5BF2812858042261CDE0ABAF574085C9081B72E914082E6A9CB05F206E740206F6578CAEC43F5314E8AA94A044134CCCAA8D4D881737FE009B881C57045D072CCC2786CE0CE910D3061320AD6341B939201482738EBD27B136E000D68C50CDA9908B6444E725CA430140072D505737CEBEC757DCBAADC6685D521262D593228C7555584A9C0A80A1E42A18622E06EC77B3C6DB6A9279912B0A5042A14C5521256BD6E515E67E666D7E9F71418CC2418050C97A2228A04A0CACF53EEB9FCAB95534272D66FEADB2BB9A541396DEFDC4B55A5910922EBBB8646E06B26CECBB27C411D04974D0E4714BEF8CB59E60CC92A2B1E908D597C4E5C11BCB108C3DDCADAA938A14EEA43F5E23B670933B73C7CFFC6DD21105A29E8A54A8C206C47BEDF1303B858450060BE81A58A01454DAA97346576E02025DC0224C8102130081A21FD655CBC8903A456772064F5CC8D2B19ED25F09B7189CE639009E999B2EF723C17FC20CE2381E2BCC5B56E563206A04A242945870310C9E77AE26BD1119A011DDC00339B20552D104416220B0806B8225E1626AF9EA50408906429654507D0AA303B61B720061361C1DD5695FCEBD5D6C703B0AD04767C32BB44EAE18397C8039C9F0CD7C776E9E0CA4925E03462C99AD9555466562160F7AE124A08537158909529D69E28E09085E1A65692B404C146D42B88BC2AE3B6E6889CBE400AE60940DAEA83B60B145D8098B452E200C87576A4CA518F93802A546D45374CC6468E23A39CFB070094674AC913874B900DA31CAE6A050CEB221D9ACCE354B1DA2E4D483448061CBA701C35308BB5530E12EFEA48A9A742C6AED38288016208C105798D8261BDD5C6C39D7824436A540850C45BA0A0456EA2E2BD501D22BC2CAE2E8894C23AAE72249E1435DA8A6423B8215FDCA60EF14C18FC092C7F5A2D60000230DF087EAE9137D019CC4FD32BB0A28165C1617750D2696A139C546B84285B3BDB914D0B3C238B520ECC164D8D2CD01B187A682560400A0006C142F82EE203735E7A0908B6503BE74C041B991CA6B01E4C01A6BB79235B38A9C3415C2604D328242DCE47250AE2BC446414BA6813668AD71AA315135A3799BC832EF82ED840B125A239903ED2DFB5E4B2764B8438BB0B5B63FC644D017B421251314D48A24471CB26A022533716A20690A902022D136196751EC341E75FBA5CC8284DF4340C0A6589491049120242D31A40CBB17B483941B241184D7C1EBD3306289A00AB734A85CD5845D7A7A09AAB3263B7C402698158237EA9FD007C838A7AD1E704D1C09A533EA7FAC7303A8943963AC0308E50401EAAC640D18495373A5387210B7849901542F68450C723F55CFB0AA02CB0A9C9A2F22C53D467401EF0787932632DB9944923747253BC6928B02B475BB595662318B20434B9228D1645370630757DF917BF3E640B819936A65F04A720DE2E5D04002ECDD802E28E8226A2326C409002E5033B351D8A4036C4EAB8C9DAEAF2B9244287E50D91F558CAC8F0E92A053A780CB99269A9BF09A474755927060D648FC629B4765224FA805C5643761CC66F32CA377D1F8D760CA01F15FC8645AF06A8A761613047086B1A6CD197308A86E106AD7831C8380A3533E916824EBD73A846BCD12086B403730AE1E05590AB7B7FB187C3EAC400E94231221C3A68462F701CF4D299053445B1D9AE886701835188683148A4AAB05A00F425EA3A8A30046C43482B68ABA83A91CEB27471BC77C9E09938240E989DE0C47D8D4B7ACEFC754CD8EEEA9387084C26823661C14A608F61F72210050228893EBAE09C190DA4C2D0443E515834A03E9A5A06101D3D83141D0E5B85F8EA43C000289958A81A2468269CA1192204C80E18567EAE74A1D9083013E3506C6AEB94100220B2E0958A47C5990154EC8150ABB1A6DC7E1C9061101C5ADFA404227523705ACCE82D2AA89DCB20F0950CDB6844774203DA6875CA2410A81219393D81D293379C068535830AAAC9EFBC5D219020A44387AE90B28E0FB35486E626B115D599C404F3D28A6CD88DD983354468DE053D0B9881F99972564ED3B348031039DD4000E46C5B1D36B6BE037A4C5041321961BC451775BFD70C8C891071EC868BF02227C0A5CCCDC862266F73B82C1B9EE67490FDAA3395080C439F2A04CE57488D55D8FAB7DE2292978B465A501EF843C8BF6862E06AD202AC40BC65A2F9536BF64C7495756EE651925D1565369D814B6E1B6F011525043C4CC9924F42E1D2BC13AD94F00AF0C9C18A3B04BBFD003A4816A238944AB063910D5E55438228BED9DF8041B86ADABF8949DFF00B53A94584572409BD076FA1EB87632D567212F0F70CC211D66A2A84AA8AD9A08F4A72DA9B04D8E7274C993AD7300DF5D3F677212352507BA60AD241453657109C74C26400862421356E8282E8C2305D820A91A6628352E436F72C0020D0E041BB3C20D05DA1B10898389A49C38546A1269E8D570C0A8F26700BEBCE4BD8C03D31B936E826463502E3839298C1657D550926DA04C0247523616A0EC0365786522F8676420A26A5E2A5CA8900CF0F979C6A0184162580E4106A2749D11C09D019FA828AC28440E9DA94D81BD26DE6A6A04B106022A716C0EA79469A003233256BEE439342D0D824605D9302C42A6C4C0C2C5D11A8A42257309E50EC508844525F728620B48460FA31BC054CB9C0F300C0C6F0268A54308F400C5755C3452B5C50028442DDC4540C6AA25C4111966AD11B0DD5A6C5084E99452A62B7600B66EBA10770B636E1D21E61490A2006CA570E3F0006FE9B5053556D1053D501284E28F15485BC3AA963AA540EFA4AE4402968416B465C42E6362E5307767E56F122C808BA789F57B916F3B27891BE0369B625400C008375F9B017414AB08622F2F72A46457751476A95068200EE02C8936568713E2D8401B0C350BB8DAD6F829A6201BCC3B7D0E9DF34CD97EAAACAC878170B0948427BB9EA4B5112B80BB02C0B08B8AEC1023A08EE25340B4210AE42056095FBD2F0C0BED06222EDDB676DC55B694009C3334075A4F4D04D8E4CA61304F22C8051C1F4189ED63BA7970A618A2E9108E5F356F78CC5B901C1882380C90DD27E117F15A21981B5C2D37FC3C6456F4B4C596C1F6042FEB0198A693CF56AAEBC9B4CD488D1AD1385001B02F98DC360C0683E522BD6A2FEAD73257C917378827A32C460D6263C1371AB825E4559A09752D1BF166BAE829C15DC4E87ABAA002FC30331FA28B00051D886480C4A8D4A4C4EA18DA8ABD44022080197B25674FA2AB800A9370574DC499E015DDC88F1C1502D8784635BCA4C41D3ADBA68F655C088A893A739389E5881B4628BB48BF80512D5500E08019AA1BB4B0C582E385035C329DD5A058F96794C4436556BE5068A6D0E5080B0501910E8A1609A610BF04E01F2C48C75801543579EB2F660CA2432748154DA7A34460D33C83261055E97905C008443DD326348D90C6F31AAEAA967021B407509A137E0409C0C7290580C4CD784D6259AD34C159857589610DB75680D8518A921726FA54E11013B810DB4576A88745F22A4129879DA61AAC814CB436892A5E1C6799031B186AF6274CD6F6EA1950C4BC4A5C7704370988104BDE87FD7805168AB66242A6D531B6D8C60024B908B00A1F63187E65BCC540E5456EF2B0989CB2A507D87C37066656FBD99433B4D2AEE64701E823F426484365B935425B97BD9976419045901E72074ACD1B0961AB791A0095C0A0288DAE4A3F96E3B4B3C435CC0D89CFA18F3C05E2E7B928C2D385FE0107D3174D055A509A3952CCAA72C115923B5256512E303D6C7C36510B1B79E3009659501221B94DA7547E83898459C53C7438E836BA21027070669CFEC027289115C15067974970A2D7C0186F230E8CD69AA5D4B3B3F65D29C4978ABEC5A8C1F1FBC953E3D011BD7708C023A1F916B1CFD69C2AF607C0274488EB24135416CC252DE48CD45AF46B10BECA7939C5E509648659A3154D3054AEC44BC1FD3BE795AA5D93A1541E6DA92C0D10181DB60531D41D754D3EE09E02930A1AB646EB30A13186789967596A47671C512F96FF008D8F08C14A0CE57F212A44DE09197001C8B61E1A1D0CFCEA071D2B6055AA03A64DC00A1C9955D040A9E353DA086305B6D719A009128DF4826ED8280C80CC9F3BC00C44E02B6A179A9C8690E301314C23502CB7415268C18BE6D5642935A1121B210E4280BB8748C50E15182A40CB9CC26A02985D33CFA123389E98A811287501844390C185478B77121C2903023CC132BB1D93CAE02BB45A1675534B01376B72286E11875920ACBC6422133866FC5A2E050152868BA5225C68CA14168CA82AD365A15025316A28CAE102690D4A81845F5A33A197A244A1A848F0848F28615AA1989102F0858841760A8B2812258C6E803A904C0921A54311A86009B425E0A23018D0200242BB31AC75252216F858806D50B702C307CD7B11CB3D612E45D29E4ACD0962AEA28896A40D85BC410D8BC58BEA4855D261CCF82716A529169B28583F6A4E775560C9A0A1C2023471EB9430076B66D1C5EA938896656E89D9552DB00113AC2A3B4536E1373727979DE84A405BAD0E3DA0323604429E0874304021DB4A2316090D90CC14794A4BA9B5849BB80100B0D1A72FA8200A06C881DAC9851B68A50D03C0800CF3390709D41442DB187415952292B34EC370B9C676B55382BEDA56995574E53ED0B00A01A02188053034584F3A0432EA7572304D775063BA558ED46B91A4E5FF004F85476280B0D66114017640DC1E37C370CBF0A218C2967C82176C0A292B00802616BA088BBC4E300B62E51820033A1B7B170898522C4877A49580A8ED276ED6A2424B604B210E44468B80A6C392E2D3220057F49C5F6016464069C953208087B18DD8751C77FEC4CC0C077DF9B5FA87FC832D0EE02C67DB2F3940056C36B5BF2D824EED6D44E6463C71662B6220C53DA8B3BCC57B3AF8CC67D89FF0238E8190B2475046C83D5F21008C45BD8A6332EDE30A78D1C9087DD2E53E9816CD34AD15BF70B8683B5E9D0A1FE4B239A90A4914A4E9A1A8628C2DD88DD60302844A87FBEC5E5B18325D725D059774A6130856BC0C040B15A54167965D55C69D20817E7C61A5739981D6E88B4A4B4230E160C604D0AF13F80602E4730C71BA05D63A58D2A40C9768F69CDF3726B872B30AAC340C19363A8083060EA9ED1201C71DE4947CB62DF56472B43446AA2A22400510ACBA94150A8A835BA0E1265816F41B10D68DA7018F1F501200CCB7A8C1A4CCAB27872D44AD0627A2A488F7A06542868E0763BD42931295775B6150898509987298BC96BA471577871054CC2202AAE0F34B745CB984A8EF4063760E4483CE1C1031142CF2FD74508E47A28BA6B1D2A1CA0758658802B4747759CBAF6204E7930C39457D02D31809E162CA7CB74141EF71B4DF0C076775EB06B1B2B52B69AFEA6A21650B0470D932B662C190442127AB666BD4130232DE4C6DC6B9A5793A19D3062FE11D3CC0FED4221161ED72E0848A5038D8A8A4E6536A94D53D894F9190A5CDA0A488FF00E2410406F4EE1D4D450A05EA71984852B0FF000019062E5AEB134063B5D286EA71001AC508DA5D3228C4344408180B8895B2C5A40805D0862F8864A940C78942262233C6310F8611C4523039CECAEF79CC43AC9915F449556E41CA7411385821B12CF2A16CCC2A3A1CBC630522D38CBB037F86933B176203C079E7ECB6F4FA39772395C8A6AC28720AD16B81214CAF25A048183147C82D02564BB4DE404B2240032A33C67913621099B899924DE86844433FA6DD2D94DB88124B964778CB48590ECEF4580D4B814B25044B5422590BD8D449808308461294A014539CB06795C4E56423542993D7AAD5250145D9885CD654488888509615728777EE05BCC46B7D66CC8500EE2603A8330211EA546DB42D22C2E794117580055096969DB29D00F4C0DAEC1689B231E2481D0E460A2C86E6A18D0A3270C288250206648010C67B9312280B12A188E23A9BB50C0B1642EC0D400766002EAD0B8E70B24225A0DD295A39647581F31085B881A2A11316C8E4D2A2CC4123810283222340C8AEF163E96414606A06A686C8A42A0848986B5442668165814E2159C3C68E9B5A063A40D6CF9020400D9DEA5A504005812CDA0490979474462D4C432ECB380C54848DF47CE3818424962C6C2DA2845B6F43D053AD82109251EF010BB7C05E049B513531B7077B77F271DC79B2E1B2AA2943422612C358B57265107B6733B063C7121A9E0A862352857B9183EBD2E152B6D0AF48090B1134B8B3EDF020820B8C1615336531B6002849416C2279664748C42D8C0599AE9FFDB12D6E0985C740A8BA47991063283663B2C2878468B9154D385712DA8D19C1445907741024227AC1DD60052EC1105E902F8008D276A9C8E900809A8973C7780C170ECCD8B681D9750BBBD8B141D0A95D3A8ECD53A508C4A2EB05C061B86455EC22A610D605AEA40D78C9867086EEEAAC2410578899699F3EF78DA29E049F57D8DB163B01F8C096A5CB15CBCF08D852D3230D8E8E74A9901B6DCC30A3CCEEC76B0E5C1B992547CFC4C21C03C346C0056904D456B712920C4E41DF8C0A4035520A665E82368FFE0F931D0890CD7AE02AC0CC62E86CEB804D09447DD31A4248FF00E6330E3F78585538784DAC6C017E89C0B78E4E0D950DE75D30952C10297B3436C02D8948E10C038157E46C22809209765CE0CAE45D114A9458C581E07D89A10E195652AA69282012D1B922ED9476E9F66A881F1B51530EAD88A362AA0992E4E684F6C404414DC5FB9502F150AC1690ACBC404D95348A628937E2B38B01AAA6BC26D192DD93ECFA630231A623471B1C13073B81518E7BB0138C53B523745907A44D03F930E429874A04534DE6CE51DF516E8D5EC03588719EE794682D02A5E93178B135A983FB5902DF0C970CD4920024D41E1202385324129DA2E000874C75D7D3A496B897495DE453EBA8F5F3462742E520379B57537732B50135344BB264CB6F1B8103A684FA1E654709C120FE4F79823974176263E24616D0A004D9D1ACDC1CAB28D4A03050D2214329822F7B55E443B3C37AF6D8E604A0F43E183A0880769D0420C113B0018A00A9142F8DF18DAE118454C352A052AD4C3D62E0309B6689A2B9DC12255EF0AFD3E580988C232C0072057910E61D884EB4D480E577E5E15AB489C18D8F0404B62860054D4826888328DB591919DBE13E1B0512E9A85A82E3B66906E6D1408FD2D88CEF24E60138E99CA385B219D8605FFC1C419DB409182F9F8E7688E565F2EC60622B34D2197336685D28DFBB0A7703524DAB222ED654806810A491951917592CF0F46B14A34B0124AC8215D73ADE4C6C3392EB801C373400DDDF7AF506F4C454AB02821AD536D916E082DE1BBD81052B71A00F807C9C58BEF82D5C20258B0D65119694712981804BAD52C854584C3591AD94324AEE242926559C2C30A382CAD17108ECB0D6E902926ADB09BDA0494BCB15C023409EDA02CD201973328E7B6622948F1254CB81A7C5260D03385A94E3CE0292EC7CA018A59124524DDA7A0DA137D9AB6895820E001C029902D1BD7DDC402615055437813C31156C0C297BE98A58E102C74B8365DAF01CAC1F07553345A344CD54D610C02C172C1F218E40445C6F6A2296A3BD88A21960451B4803285D47BA0C9B01B019D8F256C8AF219E8937398281203AD11767804909DBD20612BD4A42256026710E050B5E465171630845ABAE8B828026B162E199446000A8CAB6A09363C37EE98B95AFC15A9088301B0A0288C6F4210341A6B096806B41B4BA764543644C065120A4078E95540BB5700A997694A5E882201ADB6615994284D00C86ADADB4727000A12B32064C3502001536982B1868C156C2A22E92D00AC3CA0059C116C3522080A060EA6D22A2A0DDD9B0ABA4543C48A6C6A810EC1EDA4A653CE75E81448CD545B830DD6A8B34C53722BF088BA7EE21664E8CB63B0F35AA04FC764858AAE901C6E61264010A41688085ADE0BAC48516A33455433BDA0147095219884A7994BAC81830C9D209226309A5B62930D645FCD9BDC3577A21F2995F01CF243A54067399164C058A5D0EA0767053ACC44B603669404A12BB2264748511D4E7468E0633451044204528206CB80F0A48425509B6F079102A2E904ECA9A8306ED0E124B517D68123851773A00601C7E0F27CD1349A142C836CC2BE281924915411B9B71250BC81F9A6248EC4CA6A219054D0A322660FB2CDB3A98693FEB2640D82A8015BB60B0F33E20C3B63D815295165430CB114B2A260732B6B2B38D7C7404DE4457F3D38D8730D8E428DC24C6E2B9DE51164D657FD86B392A3333B7A7ED9D60C8576BF237AEA1C80B66111C479990D8E5DB08B7B8D3DB278C4E9925C7623001AE42214B487210148D27DEC89F3143091AA2E658F0C0016E1EA74CBA9E09D612860E41291DD2DCDA4B5F50AEFA590B8EE7AC4C4F0C57084D0E6A14F001A2C1B53455BCF04955800435505A431E92B630925E8DA5F21207705BE236857A21076C10CA4B9A760B4FB46ADD9EEED96C5676664C9CA22056B45914367FFC3472FE1891E2584B48D8B7555C949A46CAC481A322485C90ECED398B338F1068D92801951E65D02805F9C798F7B818E1A9F18A611C0606F2945C6B7D30A16470B9CE2028AF6C1002361C0C744B8F5C24E1F6E4C27598054CA35506AF00E152A5E608F40810B666BA8238FFDA0008010203013F1053804DE0E7757DA279E5D187609486E85A2B237DBF8660486162BB1F423EB9F75EB16CED2275DB459C871BB0EDC5D8E40092182D1D00DA8019C535B1285F2BF1D77887517D1AD7DF7E3AFEB2251A3E69FB310E2B575DEB6F579D739173ED3C0AD0E557B77DE680D6F7741A9E273E3080206FAE277FDF8F59F9C03A3CB09AFB7BA63688063ADADA1D3E6E5080D87B3847CEB8D13AC4791CE5B3B176FBBC70CBB7B50F3890D03B5FD3F3E1AFDE5A80871B86CDD2479BCE3D03090A1F68B35C349B3AC2AC8088DD9753BFE64BC680D2EAD5D09EA7F18B0820E00A7BEEEDBDF3825EB1C1EBF07F7FCE0114AD799D3C5BBEB7D2F1DBAD40D895F7AD09F1D6B58B682159514225D69444838B0F37C579E1D1DF20F5B736304406D7653E7A4EB4747449153618926BD37C35305A05AA22BD6F9E9B4FB6F10012B29EC88BDEE2F586D074528F320E1051E71AA4E5E38F75EB9C1041E23BE8DBFAF5AF2555499C004D20483B84E3B739B80D3A014D4D3D07DE2CE82D2809DC49FCE36F092EF7F378F1B86F9C32624EC816FC5F84EB8D4C97065EEE8F0CDFBF9EB1E861D203EFD7DFC72F19B42F8C0FCD70EC44166DE3BE3E3250B6000909C4EEF1F0E2E430061AC86F24DDEECF18D2D98103F427E4DF9C72901E36EF47B3A2FEF2F8DB92F23D3CBEF827057DDBEB7FC6480A0490E38D2ECF8275946B04AA47C5DAFF007741DB884702BC86ECB39223F173959BA3587F2A6FA87DB18182A5E054229BF21BB760998BD0A8E9DF6C3A378404004DA24E34C9F323DEF0337A042175283534F7C4C4A6457EBD758AACC99E8B069139F797BC04D947C49D7B3DE2579A3BA9F3C92FA432C1609449AFB1BF5638CDCFB509E551BF6DB371CD886488336C4E54DFC3F3726DDBA06B6690159D3A1D9C32D2CA38141D40A7320A6E3A509B9452A47AE7C186DE29C6104BBB97833843C5DB830D00EBE1F3441DF84F784C648AC54AC4B6F12DDF061460B5B6DBDA4A89CB64CB2457B44FFDFB66F7943BBFCADFB7DB0EA241000967B5398A1DA370DAFCA49D59C1079DDBE1E72DA12AA024B6AE8437CF56B713165D151E0BA2BA90A705B85023B7F17BF8A12F79B98065861C6D9D6AE5ABEB5516F3F89B026F110160D17FB27EBF7CE32672C40CE92D0D7BCD1E627A22F9FBF2D99AC647014E788B64C45ADA36A6FF00C5FEFEF020D14E86D58878E1E6EB157A289A3E9DE8E34C7D8DC33C5F6888F00DA8FEBD60A1E9E011A8509E2BF759B0966AD0FB3D0B3B6FE0A7005443D29D7B4198899D6A6D3491258038EB0728A54024026C02003440630F3AE1541142D511C214C4E68F935F67F8ACD1C37D8ECF1A751EF4B84842A5040FA890FC18694DCAAFD17898CDB28828EC8CDFFE3C646D20481B4AECCDDE9DF84310242F43622D693990344D68D3B6DE564F9E7E970A486D34D8E0211B5F9EFA326208858CA2A295A5D783D2256603E7FA0E5F3C628C374D8EA09D3D2F22B872211A273E59F997DE1BF9405E834A13BFB9DEF10EF14043DDE4F7B7F59B360A7A5B42784E9794A829C0CB76A572DA2D190EB04AF648189E22284694E104F9D9A531E87EBE4C882373C66CD069E0DBC988ED03E6CE75ABBEBC1F0D5E9260C4B9B5128D107BE5AD5C8D8120A2D97BDF1EC27FAD45B0507C9ED0D1BC9D0D06814E8E40DF073978C882CD0D40FF003F19DB88D9BF8E9D969AEDE70031B56DC1428F2469FBF06534ED2CF15AF1FCEB34B9C88900ACADEE57AEAE4B8AA762F2D14B4E0D0E7581DD0A24AF626DAF09AEB0360E63058F8183FB7ED33CE6E7D3E9C20943BD9FC68EE6F7F9C82C0A6FBDEE0B43E5EE9EB004384011EF7AB2F752E68E1A16D273075ABCF4EB282600E8D88F218A9254C090590D4B146D9BE1771E7AC41B0505B27C578BFAF3721C663B23E1129C86FCEB5929F115E64EAD3EFAE7E307BDA0C54D070148C259DE5C8ADE527174C0A8F9074FCE6B028FA3F951FCFE336A22DE370FB7AF5BE31A2045D9D9B303F8CD166C8019DD03BBBD3F6C206534D08786ABF9EA676E410811B432FC15E3082DB050806C05E5174894DD865ED8D0702B1BA17A4DBC73E54457CCA6D34101215080A23B20420E00CBA1DB7A1EBE2289B6EF71706CD4678D68D6F9C5674735CBDD6CF83F78934A9749E67C2E9748A53A6882E5401A444D5DAF0016E170228846F70BF3BDCECDE1D2A733E02644F234EDC54DA7706D4A46273BBEF166029AF3C90B12DA6FEEBD8F8AD0AF471C6A126238862D00F2764D26B5E6E93121B811C5823822835CE0625B8EDB1B1786954629B5907DF67CCDAF1C157D72B805DC3CEFBF7BD7DF783107A36F484F7EE7CE00F0841DDF175EBF7E87B81ED09C850628CE5CDD6CFEC41C0DC7846D5D29CE0056B5E41C734FB1FC77545C48E323537A6324B7201971C8BF92FE77944115766AFDE13FF704A8A08A73E8D80DCF462D1A4A191392054E2B0556E2261E411D2EEF0E9F3C608A45824E1F568F5BFBF646ABBBE5F33F99822903779FB43BF37DDC41041C8B40BC073F5F9140086937D8FD34F0DC0AD06EA764E000E05DF8F3C9308B90F2BF8038E7BC2F00022651D85A9841DBE6615EDF82A96B469E29A0AED9AB6800FCAA8BF7C7B6827F26BAFF00E20F527CA7749C77DFEBB2B314059BB39D02F170692A0862D0F0F1DF8EF04A03D29C4DC0F3E7189016020AA1CAFCC3B2610C4502886ED84E7B3A7C4C76B41CDC6DDA8D93B5E737D8C1A6D41C0DAB1895B5CA001878550748BDDB61BE70A3E9BD127AFC23AF5CE037AC27B8D49E38C5E69C0F87D12694D3A9EBF184D82AB02EDBA517C1CF1260D99B069E3AE4EFE307A20D5B3F327EB9FB613AE032AC0D17B0E13AC632451886CA766DA8810CD6DF45488F1BA3B100539C0EC4C869497BD3E9A27DB3768F55B34710438D5C09ACA500BED6D378EFC9840C27684ABA12F3DE0A83BDE994BA869F9F19523595576717F576E0E770A03D48AFC8A69DE1E951F4289A382F6EBDBAC7144BD735EAA7EF7CE055148136F0685FC7CF18E10A501A76012EDECE3E3014843A273411BE026F0D85B46BB8803F24A3E7AC423F154C7B4539E81F7883DC02D6D56B1DD023B9DEECB462B1072A555A26FD70A84858480BD2340201005151ADF88A1A8CF05068D72CC57F91B28210194EA21E1B0C14ADC691ADD52D4F2FDF1B26556C76F50722AC48AEFE59A4E1459A82EEBEB644013006CEEAB834E03BC3BA2AB6B1A4EEF71A1B35AC9A7B0C08070273A8FB2E0EE35D1A1F1AEBE76FC67272286ADD26D3727627EB08B4A95D07473D03CECBCF188323B5395D82A09C409C2E2010152A58D8081C9151D9C30C88365EBECAC7B59EAE1A7779453547747B8CF38D003BC42A68D5D86F21ADD00ED1AA30043A104DB38298C0BDD628043CD55D1C6CB3582854D40AEDAAF8B954102261C9E001B48F189A61AF57BDBD153690A8AA2AB74AFB988BF34E70C0F10A51771D4CF80C69CA9AE3652A34D04D1845A58554D86EC7479184DB2F0B62DECB79D19DA4B8594B1F0D726CC828E788B012BFB9B917743BC97AF2873B4420D7DB7115717AB61BB49CD0E0F94F8BB8E63F9318113A74B934200669ECD40F8FCE09471BB69A7944DF83DDC368BB06E30DA45E394E1E5E7080682F080150674F13F8CF2F973B93FCCE61835A6FA5753CF7AC96A0011E9A3A60E211C3C608BD3AE5EC79457D647C947A5074D9EA7F184105946325894F96A6D710F0CB9039D9B3C6CD1C13009A1A44D3B529C6AECF18413B6AA8DA434872366F3BC41F8C4341B5DC7BFE0C08EEAEE7C01D0DE415D17582A875763A6D938E2C179B89A4BBE8D37EF6FE7E43555F11A6F7E3477F18B8C93A55D9ABAB169DD4986946DAF14E37CF3CFBB30125CBA55E84F539034F1C181DF39D86C347CB98C4ED8992989C0ECE01CB54FDFD645162483C123A0D9B795DD5572A80FB488CF2D448F83AAB852D47142FA2C6A9A0365B8DD3650851C72BFCF2DEB360808E3E5CA44EF9F9C6950E9A89BF819BE79E1C23ECC61A9E7B57F3DBCE236C81B08BA69525D1ECCD615DBC5477E2C2AFCAC1B45BC501E23921C1E5EFB9D0E08B912AE86C3B0A85E26BEC5089F11476938202E5BA2177819AD81411A42A9A08BB32185F56E8CA92888096BCB797347B13680B02D2A83E4B86801CB46D509E4BCC678C3E7E3829CA30DC5E3E5CA941CF89B35C9A2ED4E07ED850BC622A111AD8775A86D735522D11DE8791166D36856E04190090698129EEFD1D3BDA781074316240F25759273449D320007BE22294BBA2C105B0142141766F5B76EA35DF10D412AB4BC470BABE7351782F5CBCBBAF984BAE0CDE569E4A591853C18300EAE691E0D907CA5C2643865DDE86CE38FF00666E07B0C1FE03338A416CDFE26FF9C8304F10FE82FDD706CB6A364BDF0E46256111B5C3A94BF71D6072C762AEEF037D7AF8C5D85042D0052260508445570E53044941ED50204A2A4E29D77B101D7C1D75E7D6709AA2FB8AF1E74A3FFCB76EEF0AE8EFAE2FEF02445E21BB7CBF69C6582A4439040E1CFEB7BCB5A28215760E1F9F5F386DB0A51B377B3D370F65B8CED5F10DE8ED6A3C0EF09ACC46E8B6B9218F91DC865AE06D400057AF276EB762CBAC8792B34A109DD657A1C3E575E5E3CBEBDBCFFF001880014501D3E271D06BF5910500F6A3452B4E0469CB0DE31A003E26BC28B67F7CF19B4F264676F4729394304A02F2CE75CF5BC1682882DA4E92FCBFACDC20400ECC0DE8DD863B62DA6E8E36755DF26DB9799DC1CD8845385F339930F43E58243B4509D938D41DD26205686D477D447989DB1B74D1B537E9C0FCF1DE4CA5C28424414BCAF2BEB0F78B3A36D3136F034F8E6BEFA76B1044760D52F5A3532CB29AB6F9E28EFB4F4C7089D3A12D1E449A89D8F26B02F1136025367F2996873BA9A8852DEB4869CB86BD52245E94D7C39E5F18523B50D20502A58FDAA7217005042A4002A5408EB5F1779B76ED35B68E4034D56F003C67301253601F906705C40B04DB41D3411ED0EFCDD393585CC5E820DCB4043BDA636701572FE16FA392DC8623B8208937BA9138468CCD5B1411D5A045DC38777618229B9041C51E49CD6CE72D1A97A4217D6D090E37D3184D8E1011E5C434F70BDCC20376E510D1BD7D49824AACB6D07D7434255DF3876D4D2CEE72D7EEFD64BBB2C16CE78D04FBC3E73E0617918C5D9112CDF78C48A00613A19637C9129DE71CC53603B1DB49A5DF3C98AEA9F921081BB2F53ED820B85CA2C0D9A41A73B6A0ACBB31AAD5D4249DA3CCC250C84804BA01A31694790C35C6F6A8A4160BA36A5BABC6595E41C9C0AC824D036F4B84469847A8D7AD03C5F132010E02CAF1A3BB773EFE1A6C8BB1BCF5A49ADED97EF9A734B369C870514AA90F06CC8223ABEE68DF1477DF1F6DA91AD2694F477E21C4680AB111DA552477B12F9C1A669166ADA10191E1461CDC3D200236AEF0D5BA1FC1AAD14AF7B3C6F89278DFEB011B103286F7B5D6B978F38BDBA5E3B9D83BBE7FE64D415FB19E00AEC75EF8CBB637E9F94E3EB898E7FC8048534A104D91F7C975AB87362EC9E782BBB6383068E9245FC6DF88BFC9ED88B0169800DBCABDEB59D55E1801D06EF6A0162E13354C2360205D864A5D5D4215128D56AB276EBCF1B7852F51AD693DA2143BE6D4E339311337A0FBA1E3BF78D20C4B068A355E1A073CCB8D5958E5D6BAEB47643124386BB167C653E89F7E2C059F2078EB01889948CE89772E94B3B63CE2F2F5F5440B203795F186C9ACD401DBDD337C13F18A3B87A0AE9DB426F97F3AC282189B5E1391D95E30D37686EC3DA6C4FB8BAD0EB04412CE8F44131E10878C6D9A25A1C695B82A6C522F584F6E0E4EA1FD72FCB895F7D409CB2A0A6B5B7A39C837D3660919C699C7CF2E0DFE71BCF05DCF2F60D6F3827C3A402B54D785DFC1965505D01BD1D09E073AC4C4052EFC9887AE0D793C4E7A89B95082110DAD1BC54CEF6667C28E05B2B585AD43AC6091C94E766951E4DE4A1B69EE104151B4EB9F375B4185ADA3742D6D4B38071D39CC6A53B5A9EBBD472C27308AF7A2ED2AB7776531E02A9767485793C977E0EB039DB9538F66C4EB9D7CE4022BB436C18A7472E8CDDC5774B4D5752043A9C37CF750E51B4EC9A65164927DF2DE401D14106EA8F36555D61D42B96EA9294479E361279C449A20220871512F84E0E1E98C04D6D09AE6CBBD75BF19026DC7545DB82F1E73E57321F683EED93AC1CAD73746DDE035D9273F7E5E2F4717EDA3EBC6188CF7AD91DEA25F8981147B357B34AFFBD635142366BDD68BF378E7282B11574854A475D2BCB7119BBB067B5B85AF77CCC37433640546002409227CE44649D3630145E9CA0051B5AF28EA80BBA43FB4D6148E543100A24DA1C0873358A35CE35F43CDC23467115456B650BB268AE16F9B9B01AFB7AD73F9C48400208AF7A2DAA7BC9C056D131D8C71ED7FDC5AB88A0D40AD687E79F1C63D33A566EED8B0D4B11DAF182764949414B076795B78B6266525B0426D6ABCA6F9D718EC4BAA4EDD1E4B7525BD5C730F8182091416FC51397A2E0FA0AF2206D67076E8C4F0B5A51C8EBAF63F7F68F01C81B2DDAF16C6693EF8A2A6B8178F47172050151021AA0B57D68F7AEA8A6D34E7C94539BBF8C225B281368DA12F96E4D53F398FA824F63875C9AF3816901DD0DF4569DA073C6228D712A276F0A35DE76241FD3E3F8C2EF1B52D55FE8FAC2F90BB2439F94F671BC2011385A9C1BD6F7EF29F75CD1393997BF386C83C896FB1ABC94D1DF79CD17BE424DA797DFEBC42AC13A5803E473BEC25C529500EF6479229EAFE326B6000D94B555DB344DF3E541E9D9A8AE4048F0513CF78A12E41080DAEDB3D71CA669B0294FB8367B3857BEF17BC8DD26DAE456588CD2F8DFB51A79C3C078754736D69D02440DD1B16B42A3710D12107028101E9CA2E033CE427A685FB4C6F182E005109ADF36AEB89C606AA02751890DDE43DB0C09A4884F014809CD7A1C992ADBA77C839E549F8EC71838D10F26F26B2BE157D5C22469A695F67A60FBCEADFB31AF764E7198043BA14F4849A769F74CD0F40B104DB4F774DFB18846FA1DB2345E8AA6D0EDCECC71E92F36F238DEB5661B04691A3134E84CDBE385DC7E5148D71E069E1075AA54C50B489EA099B57744D044A22C5A4BB223080BDAD12F2CE0591B71402D227169280483854C6140B4EA238F21FB98F850A6835A781D2C4D54345A71002941086A9475D12F3EB19097425D6E2A85F6FE33B9A9114D8246DE7B87BD467138409B32501CB7ADB360F783A0D0A1120C1B8DD8F18CB1628299201AF5CCF39CF910E675F03BE75E74E3618102B35CDAFF70FCD002B4240ADD966DAE29C60017286C8D1E135BF7892C31809E6E853BD147E714BB891033E093AB17C2F16BDEB2B2C005E3A67EF2759F085F3F17EFE735AE5B58D874BE8E36EB5958BE0C4355E8AFE597B470A465EE4D5F73D4C28010F6683C3C1174F1E7D16D8F376A6C38E8451A28E08A2CC02B1422556E8A83465C03ADC68FBDF932664081395913935C9D18A0AAA549C8ACE1F940918E347A755E5444542D4D6EEA74E46D09A08ABB6079BA5A780D655326A61E344919DEEFCF5BC202883EEB59AABCFF784B7C1B1167A2FA4188A69E8EA7A7FDE1C614E5236BBD597AE41FBF186AAD5E04E9BDFF07DB0AF89D11E4AD6AEF9A1CEAE01B0C92BE6D50D87D38B9E2A4AD0506A9AA0175E7CB84429DC4613401615F471ABBCA9454D539FD7D39B0C8045A9F1C73FAC0D40205F015DF977F2E27712C057537E17721F670039814E3B031868E26E1C6F1B40AB68BD90DC78BF3EB07C8D2A5450B484F8DF30CE454B18A11042EDECFDB1CB89A851478202741959A63F914B012D5E0268D6F6E026ABCD480C8D0B45E60E540B841D7250EEEAA3B5A3F0D563C1211D18812F4D389956014B68BF24EF6AA3B44C0C25708C78158B76097ED759AEEA606106EC4D1275FBC4A2EAA562F027B4A36E92E28646EF83C31E086BD60024125D10D4D80D6E20B5971814148EC6B81F3B37F6C683E20028ECD28FBC59417CE04852B60AEA9C3735F04C85144E212CF13DD6B734D08AF6A4D9E5D77BF382C5B1B1F9468D7E5C63C57C10F010D0D564F1EF0A0AB4760C398E8FB9F7C195008272BF8B475F3D778E76109D7E91A678500237EC3A7EEAFBD671881790346A24D1D0EA3CDC3D453B621AD2303D2C9DDCB45285BDC4742D73BE66B788D6929542B0EC340BAD3BC104C76B027C1192535FC994181528A9B045AB906F7AE70700C8A22FC9FC2DB8AB68C95351BDFB8E367C61BB149514B7CEC0F2F58342A5A427830287EFC388A34619BC89A1DA4684F29905176872170DF96C4BE4C54562281DC0145426ABC9CEEDE48EC58A4442F724EAEAAE2075F294D60552204650C0914A8871D23B3ADF03B4E31C6D699C5EDD71339DE11F239BBB55207701745795BD38D483C94C8F603F69EAF7906ED7293DC594C5E044C200F489B7E13ED32F9C0902FA831128A2293595BFEA4541C6C64FF4797A950EB1BA728760F3ADE150464503E34D13F238ED9D992E9AD451EEDDFBEF80D8BF317259A9D1B69144A366BBCD8C0DA419BEB46DEE1DE79192D4DA07F59C731BF6D7F59A1F0673591BE26F7F3E310A02C6EB6DDD5F957C1AC65E1B42DA428563D06B9B315252F4A3C5BAF1AA1E5D5CE629371B42BB64F446DC22762282961B393FF19083664026897B7BEE7E726770EFE3255ACE7A9F72CA5D52A183CC4E0E07F19D3D0FA00564F1357022A24842238774B49D812AD6F383E8140E85B0F05DC4F1AE86C613D7671C65F7401A763922F00259A13B1785CCB5D2B25DE9AA3E1926B68F42168B0EF926D99740B8190077286AEE978DE420B11A30DF41EE6BC75858492B629A387B38E4477A132F807662934B77EDE77AF1085D978514490EE71A0F7CE572370E95D8F9354373030F4119CCE16BB9A554B8B8A7C06A80DC6BEB99139996A17734D963A4AEAB51860E26C0B70D1DBBBFDB8E79CDC8D90608A03B5E057AE701E4081425AAD6FDFA38D92E719C0586E107234D01AB89B2348A6DBB503DEBEFC162559208271E02D0DE64C97942B90A23752DF3128E94C93C0A0DA7090A706954BCD1C5E301E89B0D3508E587328217E6D364A4E5743A883E1D66FDC05088B145690B7AA15736AC02A4B431BE9A3DEF27DC08ACF005079F471C600D46D529A5327F05DBA1C45C403E140207413502789AC0542D3A15085672F0D77B480D2B3509A4ED151A04A8BD35099705B8526B798B347647180106355DD70C3E78D19EC579DE1277C1D68BAA0D146C7963EB1AB1493AB422EDD320B955076573F02FF0FF004FA94B8CBAE4506BDDDEE762231323909E0EC70C2F38350ECA73189F1620B3AE3192A06DA1E5EECFC77D63DD097C60F2523B10ACAB5C40C2BD92EBE9EC7CA7B60457C4BB2232563D4DF7E302D636FD2B98CDB713E705F3CBA018165DAF35E0F38EE4E35034A2DFB0BE0E36EE5E20022027ADF77E30C6690BDB0DCBC3CCE1F59AB22914E049287178DD4E5C8E68603A231C7243541E736CD1C382A141E0BBE3754B838900684F7C466BC7F797086D6455925D011C3CF9C56478DDECA3C9106E6AC5E38628344595CF2208FEDE3ACA0AADDBD3C399CEDE7C1ADB8051505700F66C21D6ABF386384A57547010F81D1C628B827669BDC7538E78F7D0F381A00A9A856D0E54A6056B740A25DA73A45AD036B85344B1DEA895B36D14341C5C300D81A1DA65D88B40851E303ED44C4AA4396B810B700D428AAD7C84DEA29E495C60E015200F02B4444D5D3854C8271FC006D4BE3703AB738081D1C6CD9ADB57B1B2EA648C078C50F8F95ABE5E7A0D0A0E6CF54D3DDFB1E5F24CA9760E203CC800D7626472588D65AA740AE0ADDE6CD2416BA21526C94ED6CCB9148F83BE7CFE49E6E69F602E1A29F1DDF60E737D5386C1568FA24F774801021870DFC3AF8AFCBAC2E5127A055D037E8BEB111A950122A3128F82ACD7263AA39DC02015A59E0BAEF59BDC8EFC7C6B16D2D1F1B3D0DEFEAD985C006D749E2083F9325593CDA0FAE3EF3A3CEE543633B843668A84334F931A5025835D39481E3535864005F047EC75F3904007288FB389A65F9CBD4B448B2175BFD0BE9702B285035E4737D68E3039605EDE3C6FF6FEB24D28634C6B671061E78F702AD0B344D837AFBF5E75944678EBB935B7C9FF00BBC205031A6E8976539D6C5E918E3705C1A2E8E6D77C1B6AD4D04968B684041056178E78E2E1B0E28D02520F2445D4E541B86CE0441B266EA8D39EB0531234ADC572840AB551E2C1F78CE7BF6310F986FDD1DE2616E5BE862FC092FF0099B7629F10F1DCEBB75171A4E0EE8F670A8F8E4C6E43342C3C47617E7F3882AF7143996A7DCAE2DFA86DD35D5657E11CB287CB7065DFCF4F1CCC3B73003E10841AF13F581661C4C8F31A1D7B32B28723D9401227D97677B388DA06EA137EC8CEACAF38A8540118EF7FC9491DBADCCA34E8A8EBC82FC10AF6F2820E071AF8BFB8FEF2AD6A097A0B4E194D3F798C80A200D4F2E92F8F9C222EF7472F8E20BE3E317681F5BFB35B5E8B3F59C001624EFB561EF16186452D6D42A6C43A703C418D8ECEF6F27638B8AA6E941BC135F97970D2A29543452B4E066B5BC119251B850527C1CA72E0486B0013825D7C78F186BC005A6C6C2368E81DBBC25E18396543DB79F7D60903A4380E6D55B2C137BE311CA1AC61A09A426DAA4D85C52076005B09AB171BB974D4181110DC6421F390A6F2690D3986F8F22EEA9C8F5792DBC07138F7CFBD627A14EDBF274D7C9DF51D35569E11AD1D6C5E38D806C30F82406BCF1D59E34CC0330DA024A7233C3E18AC80147DA06E800A80AD868DE360922DA75348835C2DD80E0CA0D374A35443BAD21BF18D48D1A95CB445D6AF11F18DE09B8C551C43C11F7BE3000822A4966D2D00163B09336D4F21D8F06A84AC4BAC6666A8EC5ABE1E542F33AC820E97F6EFEBDF1E300EE9101A3D02FA1C71C5F36EB655E46B4FAD632B845E42171B3CBAA6CCA6310E6B25D7A9FBE0C1528703DF66D05E9E79CA8270D9540A89F622F8D61BC8A79D7C921E77EFDE01C09343601BDEEDEFC74BCE4E5822868878D1F8BFAC50AB6D2589765763E24E3D49C23BA9A22F00D6B4FC60A117EF53961E19A9B3DE7F431F3E3E326548113A4EC544B0777C647A4B036DEAFA6FB75F19B85D2B5D0F2D0BE76C31A46C501E06A8BA6EAB6694BC4694315BA695E4039F390B91D1096763506DB6358E2FBD51A63235AB648579C0FCC2D688A4D2811AD35BE98FAB0A20D2F81F917DFB61219611801A6F8FB1F38293C1CDB5DC4446F1BE47CAD9428ECDA278E0D24035CD6B8F45C9512937F39A07C008EF75B5F08435CBBCDCBB5DDF1B52BBBE67DF2C853A52F201042AEF8BDB8188B051BE7B09A9C606CB98AD5D3C75F63C668B04946ACDBDAF7D1560204323A01DE9C046A003B3575B70524977033E5215D2C5D843100260D69546F244B6CA725E5101B4D55D83EDEB57F27C890746960F2F3777C9A39909828F1AF83ECD13C5F388A644700E7AA57A211DE9C6B50D9011E581E75BE1B1C00869220054DEC141B6BCAEA66CEA4D3893DAB4CB3AE15E738BC037391DAA329353AEB26E1100E94ECDE538287796ADC320540A82BCCB7B9EB0C8EC56EE941761C2DE2A7018B65CDD109D9E1440A685C72CC004D34480F5C79AF5929B3D73668E059ABEABE32282ADAA1B3680F141D668D801D524600EF35CA6B5B40E4A2F31172E449CD73535805DA7434D8FE07ABD639CD5D802740BB3CA5B38CD8DA5B51D988A3D6E1A5D7330C16F814EE9A56D522033C86A5B802BA8FC42CF2CF787E6BA91AB926DFA0B8A89BBC4954AABF89CEABCB61A356AA0DEC1E07CEB10AA41A1E09E1653DBECCF2004BFDA9F8B84D0AFC11FCD7F3962A15CD539D5E3F3E3026F491DF3B2DD7459D1CF78077F30B04D0AA1D2F1CEFAC1555762577C1C77D7E1CEE4BCC8FE2BCF4B80B7E43CFC11A5E7C4CE689514BA2F2F1F17E701628AF28FBDF1F7C40089E1F7B2BD64CD62DE769B5E22CBFE66883234694371ABC7CE5E2425ABD238E3B480DDE6A1D191A343A8086C5DEFA3041D906B784D29CBA13EF8B8A2B56A801ACDFD8D9C1BC8A217255440440349D3C886030A208A3A837BE4DFD719AC80DD36578BADE958FACE2C84A10EF8183B3E578B817A16B66B90EB93C4A671AE4C43E6368CE2BADE73642BBB057BE792C9A83E30EF150BAC0EB6D6CD6AEF1835158420085006AF315EF81C4A00A60015CAD17B73278CAD6942344A0276E295F8C4081B43ED30453BDE5C40D340D518EC89DB7D6521BFE18461100BD3B757704FBE1A42B65D29DC6F5C23C778519563DCFE83F7BCB3C649F89F1BE27CBBC034F4AAA4444A83A3C7A5C4DB6E88A797AA3FF3088A9C1B3B73CA7EFC0B858B3750BF7DB43E3C9DA68168EC0772A3FC69F872F156A0D854AADB0144349C60F6880F40ACA6B3EFCEF591374014F2447DB251B7793C397006B89DDF4278C009915A11B34F0F4F9EF2CE60B02351420764F3CBC634DBA01A00909C071AEFDE0A8B62D14E370D1DCD1BBB72F0B9A807056A6BC5F1DE6C993D3B367735A010F1BCD90D294AEBBF249E35C958836CC2D201AD0158A1C29BCA35C09B5177677BEFEF9054D30F685456D75F10F5930798A0F7C8F13CEC75EAC9154E29D085B057D16E8759A8DA21B5FB8B9F17ED844F08143A3D00937D0B0C7242C00E1CD49E957DEB783B372DADF96AEE889A97B8EAAA41EC030E8AE41D5DA39C64627A028DC058C23A5322885A0E5A01C11B3E7BCA26DF229196501E343A8063428890B8441CB404A8C51D98D30F608AA8887DCD4295DE6FF51A6B48B457255CFDB849D10081E320E9FB647DCAE345889A680B5E49BD84206C9924E434796846F9B262306BB4A889E4368831B802A69A29516C15E61E9DA6B1F9AC015CC568DDFC3739A11C1069575079E2EF84770004112892DF04EB77F58C810F2EB70E3BBB233CDCD8AA4604575655F3E87360072545DA8AD3CB61E6F6E9E4BE9BEBD92761B3793D28F7D138FDCB800868B56476940D43BC781CEF856BE17F8FBE310067A28F7FD682E048B6F6268375BB8ED977D95A25C5A378F9ED0A176F9CDBDDA1D04B61CBB08410ECC1A01B436EC2ED90AFC788FBD5884289C80E9543BE323E5004881F2F7CFF001903C370D5045BBF5F8E71FDEAFC84D128C6136D899BC056E0398B615E088EBB717DDC1585AE4259E99E1C6A895EA20287B9C9B4C6DA0A5C17EE9AB093CB9CE8001791E089AE1DFA71DA40E838D52D02B255E776618540557865C9D032B9DB65644082AA9D243CF5D8EC47188E80DDE3AEBB326F61C6D221262A583B0F37955D330EA2528936C9B272CE279BD86B63CE8979A77C6BC7EF22257C90C4D40F7AD37B4C2A3213BF43AAFD857AC6DA425A6EF7CEBD532AEFE2031745402859CE3B89ACDF447A5E4D9D2649304D15AB1BB38392B7B864A847378E03B03A10DD35806A2A5A5D0574BB1A13BCDDC74206DB8D9A33541BA6919CE0440DBBAC112209D086E2E1440F211A51B762B51E58428A2753655E7C29EE6FA3ACE5E8107DA744E147775C7288A1E6A0B905597777D98A5D447A0044A8EE2EBCF1B5D9ACA096036D7009176C0E7028891F3D750829BA4BF260300487043B4BC8F2F2723889BAB5536A3459A8EDDED7046670B078869BF1AA9C37780BCB41D25AFADFF792841B9B105CD43988F7948EE2A585D059BF3CCD7936322A79977C34BA138F8CD7853D7897B756EB4EB792185DD5FB44DE58413D68D773F4BCE2012980D23E5ABF02E771A095BDBE83D50868D621A8321D7B938766C1D479CA4B814A6E76F1DEC66F486F0C83534DA3C1216F1C3BD5C9444B111FA1ADEB234A69C18AEB475D4DD7D98CA34DAEBE3643ED3168CF25351E6DD9FDE2CBD7453EF4D7D5CB4C021102073A7EDE7C9CE5CDB6BCDF8DD8782BE15C46102DF3EC2F17726F7F670491D114A2960D3ADAEB85C1B63D802B824AD761164DA6DD6008342A264BCCAE1C0DB8F1CA15828D28DDEFCF3DB308E951BD14D269FECF58802559B7BBCA3D91DEB74C17C33611488FB3C6E6DF7C4B26A2344A820A7FAEBB790A2B000B2350E1B3B25CD1ECEF536D9E49BEC49D4D608B5468DBAB1408F8630BC0A16080B1D2D1E0FCAE130E991B6F0A8C60904A8828086AEF6387A148B76AC31863210019BC00E83B5D9DD89D7F1FADE24248889E757D3FAE708309D707DDAA3DED676369F1E5F1AFC610D1012C793D705BEF1389286952B904D9679EBB9331A21A9B74DE3D73F39CA57C49B89E7FD0FB65FC7821AE9B371EAF3AC4882735270DBA9EBAFB758F208955A02E826B473CDEB11B4B435056954A08BC1B5C075372A6D6240AA5DC37CDC592821657DC1DEAED95EF7914A543CA6918F37B83578C21026AE10A1B6A2137C35BE157DA026C026B50935AF1828D39C55555FF00E3CA6DC51801790DDBB01B05E16317A9D42F237873ABEB0C27DC6D8F3C57C690E9C741AEFC0851B2D2A3D68DBC603A47A91582CF22CE1D1F6C75A91280AB0DD52249C09431116C0D4A8F9F09E8FC65A41F66BC06178508D9B5FB7CA178C36A2ED1DF415A36F1C3C390D02535CD5E137679EAD726E77A26A1292BB777A80625723C4149EA800257BDF0E250A741629C9457DA8232C8A434875D53787037CC5F18565A711210D2D68075DEDB85527680D3B0EF7BFF00371A70395CD1A36CFDCC4014D11689B50096512C38CDC74EB5D44DE829B479C439450AE6365787650FCC0AE1DBA434383A7933AC650790A817BE62DD0BB86E68C648F0A6B73B57BBDA7DB1DDB0421E804A59B1D72FDF2C73115E78F7FC188480E0153F3479A375DF192D1002D960A3A5B4875B842658851D20DB46F741CF209677E78F3FDDCEA6474BB137CE8BE3BE70D705EB754E442FA9C793347A4104D6A725FADE0E2D3C3B8F25978D887588A89C4B3979D6EBCD69FD83413385DFA1D42CE1CFA0817AA2A5029BBAF00E644C1C2574BFA8DDF2827ACA512207AF8FA98A28A9F2E0E4C2714E3ADDC8A2A0011811BBF64088A779BD409EE938362818AB03960155525EC768DEB48C39C4D1AEC7BDE73C7141B36471B08033AA9AEF792E05067AE2F338DC97660E80B0136792AF1D572E012095FB753A9F6C20C0B6368ABA017CBE3E72CC0CE18D05D034D29DA8C31788D9E5A6FA8B57874DD60ADC5B030F1D9CFDBEDACA8CE21669BA0CD6B75FEF533C994895D85028EC60C175C60B4C6D40481401BC6DFB5CB22608C077B49F9B84A83DD726D34C478DFC4C67EF855D78B68DBCA06FBC943BB205679D5E7539FBEF1C6B9285A4144019C008F3805B5192A6C2823E151A614D1C1F216EDBF753BDF78361696B836C7273A60D1B266A2392869441AD975E272E172C6F33E5437A35C6402E25D021B134DDB18F7BDD80CD8A068AD22FF07CE0A298C2BAB3C2D5A1213C385648A829D0A22B0501AC256AE601DECE01CB96FDB58D96EB6ADA8EE9D8720F26BC8D1821B4A3AE0177D4EF9C932141F792EE77F2BCE140421B787ED19F4E3C13519A08268AEB5C3C7DDC11CAF66506085391AAE8F118AAE802A1579E3C4D813CE2A7CF3DA7724F9FD63008D3A60FE3BFE737781DF0EFC6CF1E3E3080351061436C43735BFC62E3412AC7B1D4DAF902E4418934615EBA1D6C5F0F35BB224605612C0AEF6CD3A9A4592B6C012713F9031E198AAA1E8D1E06C43673BCD33344AD13E5BBD9BE3F1814C9EC179F2311D789CEDC36D81FAF628D57A2BB664DDA0B7606EF2BAF88FA3A0AE130711E8AE9BCF1F898D592B4086B8141A75B19C6552881A3604950345850D7232D424A2E5C8C0D0A5EC8B82E85A509614158302EE71AE301589192A8925D86BBB54B307AA13640BB1F6AABE6350C5373B93DC8EC41E0FF00C4445B6D440B6A543F63D78D5A0020469DEC6BDBB7146B9039FB4DECF4DF4E05843A850F23D1F8FEB1CD8DBCCBAD497C4D39F587475C1367CBBE5F060E7C81007673CEE6DDCF59C0F5F76A25363CD074E9D66FB20443640E552C583538C6C9B0209AC46D516879D408C4838D073F27660810E7E422736D8045BD1959A73253F05A3F21B305DE4E3A94356A6D28FB32E04E81AA9C05127701369B43ACC00103D2B0BBABEF16682E40D1E383BEFF0033A54B48A95E1D03C943DE4140C77121517E49319D228753567BCB0B4D8D9D1BD39D7998918C3B690528B7C728BF6C498964D22346C75CF4E1CDABC1D6F84B9F41D7830C019375A17936EC77407CE26538A978775BD243CE589D2A2AE12801859CA79317C41C01BE6A16BC0821CF9C395E26C521808208D9B8F9F090962A282009E0A5DAE9D6B38D2CED3A3CED570D745D675C04169672CEFDFBEDC4F686233918CF1E51BEB2C07B6A09747A16B6083D3E71B8370813E118A23D7C730A4B1778659BA79D9D77CB882C006A13BE1DBE747AC55BC80477D6C09E961E709684E885316AC372EFCD0DE02915CD00A253C55D30811A224133C5D2629C68A06FC3AB74A12D54846E8A0225B5C5FC5355461F853C3F0E190C184545F612A52C1EB36A06831AE86BBFD14F7AC641A6FA2DD452DED87CE2181A79DC2BDFC0E4D18C22FA34F5EF5AFF00312A42DB1644E0EC5F39A389E9934A341AEC8F8C7C75DC962B707029016E8A3869C00ACD145D17AAA9D335C63D71392F400BBDC4EBA27C585542348DCBDBE26E5E729C155104870FDF2F3D907112068D85DA769F4E38A844D8845E9175C8A793791EC7926BA91B749D5A3ABAC0EB8D874A4F7C9BEBA79CAFCCEB8F996CFF00DC0A4A036F2A8D23797DB84CE6907AD3CFC5716C448D2EEF7D57E0B843620EE34D2E8DC6B81FAC31C34D3405494B0A4A4926A388F95C6C95A6CE464F03714640124E5F1DF797AEF0BE01E4BEFCFEF7837DC5BF5FAFE313D20343DF997548758FB5988AD3DC6A69F3F7C2C00605A1208D22815A1CC9B2230302818DE606C72482D6AEA48835443DB749C7009ABA1DF22D2FABC1F299BCA9A23988A9D1E2833CF59154D62929D362CE3583A268810F53613D377F38CEF1A8240042F00E861318DA4762411181AAD6D3E58CB40A1B387D2F01E6E5428D6F2B4B343076F54BC98E7476C894D975B3D9C7B30266C210A23435ED6873664190264244FE4FB739082681BB52B5D92FC979D64F15C487C16016F6331BEB40DDCDBC99273FC720B5CF9DAEDD91BCAEB653144E818A3AE2020A9CEA7771674A963164D8BD7683BA785681F6AA1C4EC0BB0D1AF9CFCA02B08D3A6976BF3032B90202090EC5135EA4DDCDB1D8A84A8364017D432332CC1AC76A480CD4FCDB82693717CAC4211BD98C13996B5E7A093C7E57755D299485B6DA14DCD354AEB05D3031454DE0583C853B734D2E9523C01277ECE3DEF0115F476785D36EA4FE1C43BC2A17EC1C351B35AE71ED3C772F97B7D7F77BCF15974C786FAE3C8EF095E2AD4E7C00B2E8E27AC742D01B09518BC31ECD9322BB281426BD689EE0E00D7073CEBE1D17E1FB98C8167103F62AD9EDAD737552A9690D49E5025E4E6FDEE3A801D0B67E9E6DC3B2A8E768B7B2051EA6BCE017B83A34717A75EB06C8089C006DDAA76384BB38C8A9A8B054881426B6F638EE62A89164B06D876794BEBA820B466FF5CF1EA1329E4ABA93AACD87F733767C6BDCDAC44D75950A818A89CAF413EC145C42CB1E40DF5C02F3C38C15145BA76B02C1D8C1F2A13129C250C4F624178D0A618737B4AAFDCDFC1EB373BB00F3CF67CF91D8E718B68654C1CC89D949E54C54669D802DE9DBCA69A9E6948574DEDA4AE5C6B8BBC7154BC3707681AEFDEB4106244A0E98233403AED51F184488D7610F937D7DD43BEF020036D0D642A57C8F7829200D2AD5DC0FF66113209220EC50B3A0EFC9810B22E7A2F220D152123C66F03DA2EDF2A5F5CE1B508FA4A8D6696052EC8804008436A99F026D0D2D62580B81C804A8C179F261A51E987323F3273FE758089F943673816A3DDD974EE3C811636284EAECC3A530F60501DB74683CF80860D7726E8E41424F3C1F219A81396C048FC36859762001EE0B0091E58E3A0A6F7B9808CACF137BD7D9F3E302BBB6B20350D0527B5C8D44A8116EFAFD8CF9C622392765DACD04E1AB3CDD62D90767856D4FDA80466F134DA8407F8E4E1A4C835165963AD2FCB8A66AC0F8BCC5D952EABAEF3A11AD9836D78B669F730C9294E55A96C5A0690D85F39BF60580364E4595E5DBEF405284026E51BE799C3AABAF5B0BE1029A5E3BE5F7E0C49CB0B40B475B69B9C692DF618815AA2D812913BE6EFC4C1A174AEDC8A7347A787CE998E1D40A8ED82C9A8151AF1ACD5D060EB6EADD7F8F19203CE8A9FC3F2BF60C441AD43A5D9CBC7BBF3868009012070AF3F7D738B6C247C9269B4DF8E8E3711F5722053B0250A1346D30841A3CB469D61A747394D99433722350477B02EF08C3E8EF495EC23E0BAB81111CBA82051A5749E2E43E02531A680943A1BBCF174E0CE8BA05556775DEAFCE0BE0F22D401E3521F8B8767C1EC9C7C52CF4FF00391AF7039904EC2D0B434EB2A5ADD0EBD3D6E9BE83360618942A80F26FB98D1D2046E29086903B6A138C758845142D7E0734D183BA41401BAE15EDDA1C46DC7C979205D6A0DF4EFCDC49C0D0693A1B8D9B5908BB674D75EB5D8E0F1CF1F732709E13AB673E3262061E4449C8EE7BE30D464496316EA270BFEDC430EC03CEA9B0FC1AE260A33BA69DB82EB8B6FDAB91C358541E0908577B35E78C94921542AD500B86F1A99D408DD2A14D25D702C39C5681426CE447991F0F5667003CEAEBEBEF3FC354518D6A42D936E282536AE941EE6F72E9820D7078B8377C6C82B367168E319A6F6131C60872072ECF0DB54F2C78D1F2BE471A461CC01482421EC63F6C211921538A5D25F92F8F59402C1188AD73C2714F6377841690A3366C1610E6477F6B88901A5D90D50D0E2844D1BE701148E9A8A9A6A548AF1AE0BB28111AA71CEFD27BD3F1BCD94E34428917EDBF2EB5BD60B0D08F28D3F05B1644E5B750264DB28844D6A9B64DF200ADBA40880231D851AFC1075BE4C734A5AD43E210F974657647A288F128CE2919EB395C431DAA9F44F68FBD3724F144806BE4D5E4A0DDF9CB57F151D0472E0EF5EFB324C568D2066D34D214E8C03922080452B655B2BB9B7498B00D000783F79AE60EB03C3C456B6C578B26D71BC99504F3C69D8510D13D19225B5BE8868E9B4D950E2618612469E5D9F1E1FCE2250185E2D6FC6F7EB1C1AD45504EC024B4F8244C8B29A8115824534858F64C65EA25BC75DBAF1D6B5950D14EA78EAD40397CDF20D448477008D82DE3715E1717315A68D323C79EF020080041D22D567E38CE1455802BA4170E1D9015D58F8482D02C8DDB66EF89EB052F2CD9A9F6C65542D0E2F9EB5F79E7234916BBAC0475F65105D4F6A75BC4DA7BE87F03F7C32DF65A5BE77F87AEB381D026FE7C7BF879C8D4A11DA05BC00F9DF870C130E58D7ED4D6162D989AD76936DCEBBC13B07E0656C0F3D53ED84A104DBC78FADF58EA4A6BD82752D9F7CA7934E900569745754D35933C62C11D2682212B41A436CC9B2281E3AD900D41AE60E21BB3BA917694E02CD83268527FC25881A9224F9966B58730E572DCD84A4BF2F86D6B83637E68BB6B7C0A71E2206A9C1A02B4BD874B79C4B2DA969C82146E220687882ED0E0BE69977E43BF5818213686F9A22F7B56BCDC1890EC14BE12B7CF042E34B428344B561D70EAFDF1413234BA7C6836EC4F9CBE16572BB12B5DA716E45E1D3B57252289B03EFDABD4081054D6E237C79E336E658EDB30E772B432F3BCB0C26BC055AF475E312783BAA716DBB7A47C987222D28DCD2321CAD51F18C9A30A846BB6ADF09B3D61AC710E65151587966F5884B11DC310F20F0589B5D753005E1F39A3B23DF87367A5D87AF8C3A85CA43CF47C925E39DE1214DB9156968DE2AC7AF0D9D75136AEC687D88232DDA25C5A3D1CA835C023B3CEF01A72DA08BA25E88C140BD4D98C42BA34BA63259C6F6D91C0186827DC2686256FCCACCD4ECFCF9F5BBECDF8DE516448627099C5FC593CE210A51674A8DB6488137D1C1E3418242F204D3862F50C8D16401B1294E23F03A90303E84B1B22A84E3CFDB743065CE08012C4A8967E5C16B6A9B16ED747141DF273ADEF6A1168DD4A14EC35EB8FC66E87D2F91E1D5AF5D7E08D01A5EDDF3751E83475AC068AE6BA0D76A7D8BC5C57182AF9F1D27C60610851769E9AF8975911C8391B5E489F1B57DE34C07AC5370E02F891F9C814A48DF55D3F76CD4E0091B7A1455D09D2101D955153D95A8509A01141DFE922F288B416200BD393CB975F42A8560A2C96E99BFE92B2001366D10C20DF24EDC4E64859080349BAE3C396E002C1041E42E8F07D89C2488B60F86734799F3D64290A346D5112F80BA4B37866FD382321429E62A6A63062614BE466FDF53F7BCB25B6BBA8B03E5BCCEE1B861000D34CDABB6BADDBAC15AD2E8F1AE3537E3CEB2874518ED0E8213AA3DF930A323B1B11CE86B8D6EC77C980A5325BC70EAF9D2E2D581112F2DD206FBF7FACF09E7C75FE7D4C22C82B16BE1A586100E60723D74EFE6EFA98D498005D7CD55798B31838AF1447F890FE311051A55DE77AA9A4095F785809A5940A529CA90A73ADB93C4028860D81B3D44BB4E168D97823F028DE10DEFBC5FA912C166C2AF9A5F79A9522530110B4137371D5CE6EC70E8EDB5E12A0AC6E2D64D0025945A40357E6B937E396EF050D908392779213DFA66B8045BA6CA05A7468A061BE1C786BC7D9C4346834DA73D1F3D98280F747A6366B7B26B00AD350ABA6FD9F5CEF1500D9083A73AA68ECED4439C748835AE89CAA5B669BF6D9A5A33FBF1E370D38D2268E063F646FD871B77437E9A7AAFA0722EF8C24282348BBDCD30FB718BAD4414F05A0EA7B76F2618900B41F6207F38DC09F1CEE7B40F8ABEB1D1CC5E527CA8E0D699F1724C815A12B00444E59BD6DD8E91300F70BD080DB5D9D6F2A1449504109A2FA286A7B430B6243C2A36A9B0DD74F0B08D41440D569BCE8268CD562EC2965A7A2946B5261B711894D106A6BA7E6E2CCE520AA42A7845363C6252808A5BB7A1FBBABAABAC2840D4FDF974FF1E328804401836830B153D382FC308D11361058F1AFDE31A672DA1B0DB4EFAD7C947075CB3684022F15DD13EF9ABF61A0D30F660515DFF2970237B9047F9B37F2F4D1F669547901413AF3D6AE0ADE14562E804079DE9A6DDE3E2371456EBE4965774D7AC21E63B0227E7C5FFCC1A52A749EFE9FE3020834083B8BB5F3DFC4CB9720F0FE4347A3AE3796605A25737838BAE51F18EBCF2EA3A2B13A7942D8EBC10E16AC566F844BF85FCE1D8692045394B23D873D8E2BA045EE53E29BFDB9A5B1135C1E14A0ABDF3AFB62216CD051FB886B9E8C605DA761B0BE1D50E061A06256803B2ED65765E2724E1AAF72EF47E0BEAEA5B83FD21BB6523686AF01C4EB1B8DE4CE4E343B28B61CBA3180E7595537B13F10073B6DD9C40005D4D8D4D1B86F9B4CD1D0D176BE454DEA5BF193306FA062C63A280A6D662E02A74E22A0A36881A0D606518BA6B150EB2BD1CB8DAD00207A94D1F49D8CC5E441D942F94681D6C35C4C037068057BDF84EE1A73A714073B58ABD3BD87973B9D4C28748AD1D9CFF2B79B72A12A04EB4445E12704EBAC4420BD26E162E87A8F5DE5F345522DD408DE9F6579E70E668BE74D2AFCBD0D71BE934828D3A1150550DC2AAECD61816E002553D259A8E44589BE64E78BA4F8FF002C51816ED4DECE0FCD388E8C0CD1B12DECA159CAF1FBC289157983E37A1E757E3173EC529B242689DAB701B2F2EC2F0A1DBEF139A46481070A19DAEB1C5590BB8347453B0272718B98D82B47A3C3CF35EB36A97E03CDE76E7DE1C76916B8EC6DF1B9E07AC28DAAD2568E3668034FAC6937D8FEC39FBFDF1ABD827A9B897F5AFB984B0740A3E68E80DDA1BE36307A883912A221ADBCA6E60A6890C54DE50B15BB12DD56E4A04E36BB21CB24BD1F8C121186A5A5D58114D9A1DF1DBA80020DB7FDF8E4F79A885A822F9347ED6DBEB260C8179C095D2CE6EEB924ADDF911E64119DCF270E3086A6A22937579AE77D606198D11A022E85D873B9CE700B82A6D9E601BD78FB66E1516C2271AA077D87B338303602808EBB9DEFF5C60C5705C3BD688CFEBAEB0DEDAB8C545016C8141807185F4543511D0407854E96D4C6CF4E5E03364D0BD9BCD662105074D77F1C346B8F465C4F352487B6EBD83EB0DF1C00546614B679DF0613C961EC3E6D37C330059016F2439D773CFAF38DB36908A7B1578782CE7A55AC7091DD0DF6C9D6F1F8C94A1686259E1CA37E5A1C27369F8136F9A0731CA0A28983F1B23F7DDEB07420904B7C550668C33458148E56ADCCD4FBBCF830748ADED2926EA179EF21E74454EC4603871B92636DD0B0D0D9CF9EFB3FBCE2CDCE6EE5F8970424ADA684B685795BE435CD7D5136F66966F4CA7CEE34C5906C692D3C7F7AE3AC1BECBC1389AABB46C38E320692BBD0AA71B835610D69C2E22E3555D8CDEA2DBB1BC2396CAF1028203AEA4690734306361A94D1500DECDFBEF09AEC16B479685FB71E0C128A004628023DB0DD1F9C07B082EDA2AEB7ABA01F1CE348843C25DF02905E08FCBAC43CF61BD9CF51E4A141684C219441ABB30A6CC4A9B16E47D0E6F62742923E3CB72A34F3A135F87E3BC102836822FF002F1C6FF3829163F06BABAB3C4C68A6BED103A16206FA794E72AE934D689A889461459B6B12DD3072543C4671BF2E0B05368D03F2F3BD8560BBA689A8EBCD7C6B7DE484274B2353700F9E527CE380C6E140AA4D68BF7713C668E46F3CBA39B704919AD11FB242FA5F5721452E84E02583BA23C60AE8B8B0C37C1D46AEFED52499148A8EC80A34DD43171C8593C21EB41A0A8AB0971689EB1D540AD20FA009BCA3620A4133646AF5E8D98A38980B35B64D2F2039DFA2D0D7C9B299A0D6EF5F8CADC20BC8E0109492259D9A88DCDA5DAED9DBDB7EC6222683A55EDE3DBBB29F6C1A4863A3F2E3EDC5F099A56246AB7D73CEAF8F78E39E7F069D13AFFB8B5CB0A8845E10AF914EADCD02C47841392FE0608E5844429D0A3E382F7CE242AF76E5D50271CDF5DEABB5852516DB6D17E1BDE1C58C42D82EC535ECF1812084D9CBE3C3FACE476BC7FAFE37913681DB87C3447BDE3050C517B4E92EBEC1E833AAD68F2348BB6587F781268D06DF429B8CFAA8ED1B16CB851D4B2EE7E19BDA375B38FB97C4D878EF266E5F60D1D8506B8BCEF169BF911E437A6BEFBE7058277839D6DFF5D04CB00DF72A22F9538FFCC928C8498288229C1578F06352269D049AA26B7CD6B6330B295D1DAD5480F9366043C869A1DCA1FF007D766100B1BA18DDED3476C7817586B6D8A44D3B28035C19B9A7241C4E8C87E8F9C6840101463971C6D1271CDC12EC8050200253F7247BEB02D725784DA2581EB61F1854410285F4AE8F1B2A3E70059ACA1C7B91E0548D8EF0A55C3625F034C9C6911EA6F1C2F86DAE3D7829CE85E67194D94D941FBEDFB715A4F26B8F09B1E41DEDD623724088AD12845A24E0E9E72309BA25181F655EA0DEF12EAC033C81E654650168725E61CA5D15F4176ECEA6069DD552C63BA1A406894D9CE2D5B86EEDF50E3EFF00A734C045EDD923476EEE83DEB0AEB772C002FABE22E52858D57CC37FC3F276CA57223A6BCEA21D6F9662021146F64D04E07F1E708C2E0B6A23B31DF227DF020E852BDBDB0D230EF75BC54AD3B188251A8A53AADB96AF8052C41DBC78059A370361A44022D4814BBECB34BC996816B3C2B3E6FF009C113DFF001BC010275780872618EB939A5335B760DD0F8CDCE809CBD39FB6EBDB89480A2BC052CD5DD7CF7860917EB71C4444ACE4E23AE71A917DF41A48AEF9B879D331745868EE203CF9C360DBA3A443B4FE5EB20E04F9BD5D868FB7AC428FB80F1E76FBE3780B444558AF072E2FC2E27857452478DF3D697059370F64C811E25613D615AA6A93AE8A2D5D26BAEF198066147A00F97063385E016817121B6FF38BE8452216F8254E37F69949424029069880F0DBA65556E4409E88CB968F06A171F3A8B5072770D313904975B50C34F007811F10306DC47046F49163AA270EFAC721B6ABB5E574B77CBE7795981063B53B783D1DEBE70ECBA6A07535B7A3D627B1F949DB73B61CFC5C7B30BA9105D8A7A3BEECCD672AA8A8F17BBEB1D9B396DAFB576FAC9C60E6CE5F99B13D3FF6518040A2D769E12EBBE7781E70E2AAF9B2B5F2CE90C052480A212832D8EC2ACB6291578C4D1ED58BC6B919E572F5CF3CCE6F1AB2B70446211AC6BA157B7FCC204D8AECB4EAA6D77C6F8C4B7A5295FA05CA636679FC327F7FBC21812688A40F26A4E74E78388551C4368D87007DAE32E1BBA9D810BA51187733505C00827275D07BE7C60D4D5D493D146BE153E3075996987901C768C79738C6D275A364E77C7AF3DE2D77612034B62A9E51E4B83D643B273AE79D5D7F985050EDB2A8792341BA9416E6FF00C0351CB5168BB4469D9B125E3AFE0C415851CD13E64D7D6F2C70874DBBFCFACDB0C1B7A0E8F506F979455A88A571A0A1C881B4FCBBCDC0ACF2BA77BB0DEC59722A7569087AD23F3AFBE20D2C0711D4A94B5D58EA18110C1451546DE7DF89FEE3403C9014C589BDBB2F29C46CF551B57473DBDA738203D00E80B9361DADA39759AE450510A360907EDBE7DE3C85096FCD7C9307F78A3B6D5FB4E307997EA920A90A8F8CB96553409C45E447C61F74E48BCB6D4F12CA245B050CD61A52A2C54E03433B79B63115A36AD94F63716F548462038DC5B69E2217215056076F07835C72FC0E46051018A96B507D8211EAE704464470E2CEDD9DC39C6969C0527901EBF59C6DF2D04F9392EFB7780B0219ECFC07F38EB49BD3B1F0F67D6F15412842F5A9F27E983300698825D29CAEAA20B0B86818A4BDB495889DA931DA5624561ABE5C5F3AC044361AB3938D16BD6F77C18ADE6F5B06765D7D6B1E3EBA71FB643D6FED81516E064BCECABFDC8EB203A4019CF505C78E26453A30235D4223EA1F0F38E8B248A2B37AA13679F131D553459B395181ABBEDD61C383B81C1A6C41DEC75C49BC7489E80BF26D3575DBD6220D9EA23269687D972640A290CD89559EBD77CE3081C911D49A1783A4E3218AFD285EF478794B96046900D37A6C87076B778A729D268EA92978EAFBC4955FB2139DECAFB67DAE93DC6A0286F7B22DF435CF380244C8B849B56CAB4E5C049C551D9A18AAEA1399B37943E62A08BA7CF0F9FB62D1F2986E61310F9597DEB284D9921258AD0E9D0F4B85666F61284B06F7CF8FC982FE57940B11B34EF469EA61FBD34E9D928EF4F9D7AC5B6B48A5DBB422F8D5ED71CC4AA1003CB7637E36F3A71B24D0169BF71F97AF699AEA981F083A7523949B621A02BA6A03C326A9C5C9416CF2669D33CFAAF31AF438DC04DBE57A4DAFBC3D541F017E6F8FB89DE33C56515FF81393636DE714E2AD5DDA07338D6B6981DB8A3D1CCE1DABEB4BE759C177D9076113F9DEFC7818C883522DE8906FBF5CE4BDAA733AE3CBC85934758B8B42D01C350200369DF939CB5096AA0BE4CAEEFC03A7B1085B6D469DDDFB0DE6995180347774AEE0DA4FB314CE3D011BC5F3297737377116997E7C71A9E786EF8C85568BAA7BEE0163CF8BD672F922C9D0E98EC0D4DB8470A391D50ECC5469A7AC8D4B00873A2D1406CBF6E4C4886A80D286B536B555A53ACDBED000C676B02FC4F183C807024DDDEC4F64C48A880A813E11DF1D9F6600585EAC8FD97FCCDC3DC1AFE887D8F9C0368A20EA052BE1F0F38DD1593906AF4155BB7E24E542E950ED47E6EBD6AE5E006FD1091018A5EE8F7824A0C28E53AEC1A68D3BBB9972093A1FE8E7F1FC677AF04527C719AA28057A24048414D37E8E2353B8D4ADE36741E138C1A2045086B550E01AED0F5718B439CD883A746FE4387030925D447CF67F57533B1030CFC3B57A643C611E059B019295F1B00179E3101C35D2F4203AFE0FF6DB7714190918AED7B38A801C1306B029913B4D04EB48F59C761E55DBE2827AEB18849D695FC9B8FADFDF39CC82C82A790E43F782C697DEE7A53CCDE12D0A41272787406ABE3DE1C326CA880A28FB7805EA4394072293B0B61369C138B03ACF09EDCEECF327AE3F784338AAB65892C40E2B1B3581DFCA7AE69F735E77F8C720A9CBA4FDBA7F0DE6E1ABBD3D25EE6BE315E0C78000D6EEC0E74471AC93701582ECE83CF5E3379A30468156AFDAB5818920042E8D71E6F9D7DB0B514555757F7AFC64D15109578F4F3FDFC65723CA26F943B6F609AEF1CF4192764F29B8B4E8B25A8C6AD1FE71BFB7C1D000A209C12F74D5440800A839F9D1DB3349628150F77ABA008A7AFF0075C71FEE316D51B0E7E5A7189C01B7E9F9FD64457B34E00763F61377093D179375A3E1D7DF0B410883673BBA83DFCE6D241B1DACEC147E6B8F0753B527DC6FE98F80A12083A5E5415D5E38C1EB84EC369602C43828271A0C117850D44E788C4154AD8204DA3369DFE9892BB810F6701B9B59D384A0604826C4C871C2870E1C8DABAD3F610EB8A75E7029AA86215EC74C6AA6DC316C9D9045A1062491E91E33644544081292006E9B2924C6E3D36003E002EB994F19BE394228A6AA26DEB83BF6928ED468FE3FE630C6174D9E5B8C1A118E14DCB85872E1163CF337B3A468885AAD48844EF7386B6620AA120AE8BEF96E8179E33BC95224A734393F7B862000F2975F6AFE9C4BD2D3AD3F8FDDC741DAB9BD3E51BF264E5C49B0FCA33E47E4E80D87448508C68481D368601F0B54AE02ECDEA3C8525DE3A4109D9C6BC95FC7E310D11E8357DBDFCEB20486085671D029AF879D4C631476108F6DFA3E32AB9B833AE4453E45F9C3433E03F0F1832BA36D7A7471880C1C6107C3677CBD0835CA3111CF1ABC50137AFCF1902A363A6EFAD1011DFC778CA93C8A593E0E7DE12A2506699CC2AB7C79EA19BC22A50800D8748EFAB4ACCB5882564278DAA16D2BD18762AEC4569F3D1F27F19C6340949D4D8D1AF575E1301130134A4EB459F36B8216C5AA96F821C724EFC99E4B1DF45DD3AD2EF0E833624F6A87E9F8EB26097340D73B275E0973C6533F38A75D03FB330138D45DAA1DB620400809B0ED4109C71E4E385ECE1AD77F6025E277DFDFEF9B419CA0AA29B0387FEE20EDA780F838EBCAEB8C603661D4035E927EB19ED890427854DAF3AAF3883E0ECF34ED37AEB8C3707855DBF9BEBBB85074955E43838D3B8C2F18894DD83B3473E1B2F9C51209FB7D57001D3742C2F34D0EE47004973C4E7ABD878FEB1680C1B6A1F4FC60BED625A30BC6A07E4FDE581445A083E355E61AF78398E10EC3B050C38CE057B7D8D279D324C6B0A6F72C524F3BD7771620009C9DEA0B13E781BADE0349152AD5115127C79CDE913B6AEF7180D4E7E14B8308A6ED3EFBDBF77AC83DDA7DB5CD78EE7FE874099B101A0D82EFF2610C26041428B490E4E1BC66D151084D76A52BB7AEA5C023B227C81CB839F2DC3DE6286876B50FC6D9D6295C9469F7346CF839C010A26441D79A9F06DFBDCB28404901F1D7C986EB4FC81E78AFEAF8309B0840E9D5744FB875915087ADBFBFB767189BDA81D36A3A49E453D2616CF7756AED01AB8155F0E2386423C355A4641E4C6AC1DB9E4365E049385D7EF0444B00D1F3B24F47EF348B6482AFCA7E53CE44E89B014E79BC3DF1835354428F4306FAF1CB894C1AEED197A361F4FF0078B96A16231449D6DDD6DFC5613B4A0E94084DF5ABABEB156EC2B942EB74BE2878C65BC721384F1BEF51C8E04108480EF60DEFDB4F18A8246F025659869A70DDB7B43508696CF7C8F5FEE3C68E0E9074327F21F5BCB251C1690F979C0D04C9A48EDE3039DD4EBC60B2019B2BE08A15E3927BF2B3200D50D00AD65E1DAA302632515EE81E02FB9E3EF9D97A38EBE2CBEFEF8BBA580960888CFDF3E318421913946F07339D3AE7E66D4D4873A4DC79DDE3F9C8DA291583E75A936EEDF180AD8150771E4D733AF6ECC4CA2D5D1CE8679BC859A6E6F14AF2C68432AF29B949BB863785DAFBE67DB7880DF0F021F975EB09201BB07F83EA632E5E6136535AD9DCFF00708723EF2356040E67D837280489ADECD6ABD71ACBA4DD26D873CEDFB98459206114AC78A1EEAA5734A95304A75348CFBDEDE7164EEEE81F8FF7C66E90E3A68FBE0537F16989AF953C6DBC6C8585EBAC2A2D10C767B07FAD79DE2028E38F27A7F8F7E302850D4FC77C1F193593CE86FD7343D719214BE076FEBF8EF032A3B76AFC3F630E699443A686872589BF585B5479144E1A157557C3AC1C15ADA4E5D4506AC17E3BA188D8450D14E04FB19289AD38E1FC4E7E37970C3D8F3F5CE6EC237B4F632CD75EBAB8029BED65F8EDFDB8079668B77E49C7F1E4F04AA82920A1C5393BEE71976986A0014DBCB502F58651A8817BE8B913CD81E7089486C3A909103E3E78C346DA16D6E8B13B7C59CF90800AD00903B68923C57E729D9DC390EAFA6F3DF8E72028F87978BB3CF17F9C94458A2D63E81B7D8C29EB4102EFCF4F92DFBE764A5EE1E656F8FB6DCEBA4714765927A07398A6A2AA0F675BBF3F61CE405612BC703D9E301495DF0FE119BF1F7C2389D26C2F60A77DF6C183BAC48BBE2DA3F5FDB84D88C05245295BBE08E77C632846C1C8E290D7327DB03A081D4F212FD45AEB7D3C575DB439D529EF7E35AC54362CE7B3ECDB7B0CDBEC5AC60E458C7AE42FCB9A85E6916F844BCFAD78F4C0DC20805F2CF3847CFB06DF6A4871E7D06F11625BBB573A238DA3B1643142164175E3B8BE11D60AD211DA13C21B2CD3ACB945C1032729AD5F63F263B6225D05F06DFCC312130142B5DBD442FD7786E6874D4229B587C27BC6C88D7B5A79A8BAEEB88692702F83CF1321DB069935FD991885A6167893F2F0C487C642A9AAD9F627839C7241DAE88FDEAEBD2738216E26B42C1A6E9B14AF6769C2C5C04D3C4A4B925DAEB1AECA29C3DA8B46C000E7866252037C3B74D9CF74E7125E81E75BFCF37EB9CD3C1582473B4D7CEA789A736671A473F981CF31CE200FEB0F56E91783920BDA82803F9CEF4C89BAEA4DB0BA06538B83AAA05468D6A8F1C1B4E7117713627874D3D2F2C036708A0FAAF2F989F7E4D5C1A72BE363DE975F9C569E45406D500AEBC01F1CE263AD556512A2F134EFEF9A482083C3CF6471A1FE7092A9E21D2AB4F603DBE306F68951DCBB4EA4E35F3302105E63737A53E1C0297022DBAD087843A9DE1A2574352891A54800AEBD625C0452C9A290FB2DEAEB1A4AB516D04D0A82C14D6AE45297B06B653ED63AE0C008219062CA99AE98D73E1F906A2EC81270EEF58DC362988B9E8AAFB00D2EBAC4E93A1DB27E07F9E4C59261F21FC6CDFAD636944B55884D871461A077890091A3BE4D6DBCF9D71E70EC09D1E4D8110D53EDB84A214B229E1E68A92F9E00F9C1DD50895503B6C4766B99B91C80910920275DB4ED0E9B5C8F6D5942766C2BB1D2BBC4641D038398EBF8C0CE8341A1D8763E34F3C652842BC09B15A31AF0CFBE5D335B1D851274BBA82D6BAD64F8BA8554000C1A3D3DB90FC635AED1512FCCD65FFBAC57D9E038957C624B38D9D04252216139EB0781B106AF6DE0E0D5F581DC90051B5B22A3BDDEFAEB093E0E921B78398C3697C624D29B3A0A712C7C98895D73A797ABEB3C6073A1BD0D14D6EB7A9A0F09C66F4569CB86B5AA278DF8C8254058406BA7937743C904CA808EF558873C723875E57381BE6CAE6BFF00988EF62CE5B0F9F97793EA85B1CAFEF5F3BCDA4362008AF48564EF47BC9CE08920BB138ACF9E375608182C92AC381509A952F7AE30D5269276F4493EFF006DD1EA5701E8F870E38670955B3F6D7E53E431BD00E1AEFCEB5F6779CF10DA101E522F3CF7ECC6CB3D3CBCEC7E2263F6A8086812CD3CF7BD4CB62A11910441DBD5E3E4C195A1EE3C708A7FC64C3B1B0EFABB9AF763C8E133F7E6EFBFC1F6CB8175E91DCB4C70870D1954EE8179EAA3F87585804180AF96C5FBB789C61F089E0AF54015E2B1FDE7463426FD9F69CC85E70702FED2BEDF57594864F827DF6DFE1EF0ECD0C2402EAD1BE7C7DFBC200D6AB4BB388CE2CB3AC649F2468BBA70F9D65F16E55CD4467248EB56ECDE11E36C3C15272F2094E795D6198683CA809E77BAD65F66F0BCD040BBBADC17AE47174D00529DA07B8F926AB1CD008E4DBF72D7C803F1949F2784ED0AB5E55F69339B397811E17437114A87170191836F087D3659A451269310B570D252C104FBEA6556D50B74E429F234FEB041C5210457BAF990D654D62885775AEAEB4F2F3C1888A0051E6EC387EBD7529A53C95E371E823BBAE2F18AA32F601BF4A75F6E78C2D806D90E8ADFAFB988E415A2EF9E76D7B75BCED43B0355E479F12F1FA570920A051A6CE268C95321618269C2A345EC7F7AC453956BA7C75AD66EA5ECF17C337FAF18500377747DE887DCEB156516F23F0381FEF1EEA5202EC46286E2AC7411904306F1178ED2C4F4E3463A2C34151F057B9B6E98E6D994E5A4F5BEBF1BEB0AC182EB77D43AFB7DF18202BA52802F40BC7ECEB70B1235BDD07B37D9BADE204A135CAF65627B2EB4DCA284A0695E944E39237A9BC5AC03AC389B202E9DAEACC0746751DBE6EFF137DF8731BA9842F9007D78DCF02A4479A50F9D2F9D5F1F205310EFF0C0F67275DE4EC1F62B766A1CBC6C1B35712EFB0959E80FC9CB93DD1200D9E7D2A0795C647DCA4A9416D2808D90E3368579A044E0034D044E98EE54E8575CEB7F3C32BDC1E87ECC0FB09F18ADA4EC057A0D53D5710BBAE9D8DAEC4E3B4E7BC42D80E0DA1EDBA3F6F1BC6A5CB7B6A702C9F66FAE66A9BB1DAA9543C9E778CAE03A69B9B88BFBC9230E09DD3BD4ECCB0FDA00C5760020D3C09D5DAD806378D411769745E396CDC73860082AA8CD743E65827783549463506B481ADEE8EE42C573420063A791DF13EEBBCA8423A123E7B7EC9D6B0609620690CEE17F08E2A0222321DF021F092F81D6582888543ECAA0FB207CF4D8B560A1A9B575AF9DF36E1BC3904106EB39F896CC3524A6C022C2374C0FCB901C45DB1E74E1A5F57BC5258563A1ADD3B919FB384A993421335A4467079D743267582D5396CD69D3B0E24C3613C004088A70748370B2A003DA1A7882ECE0D6E34366311D34C00836895E6F2BAF0E3121041C4D7FA29AF0E5A8A1A4166854096BB37F1B724D6A811153C08AF473DE1747C9451724DF41EF47E777EC69D56CE7D13D6B7D38CEA34741E00478DABA297F2AF30EF623B97C935BCAC8EC9054761292CAEC58171F993AA02FD9C251D724C5698AD84F6A250F975CC666D74B805B3A73439D722E3DCB232A754D34F26DC5E2360A829A1A3887D1DB239C041868A5766B5B1741D3869485521BD7201C93CFDBBBC2C44009A22E9E3BF25C1941C8014E590D792748332CDD74A044E402338DFE7124676C440C41411A2E8FCE03D1E22795A0F9B5FCDC2B62979AB69570CF071CABC6093A501226D69E4DFA4ED31482B5E1D5797AEF8B8C4A8EF77CEB53AFB70092EEE0F7C54FDA7CE0806804A8EDB5342F8538B8065A654BEC02339EF7CAE16A685B183CC63F91FF004430760C89C7BF99BBEF397E3CF9E38B3A9939D0EC415DB536F87F1E3F0D1B5FCB3F1C778F52B6E0BF1ADDFBBF1931CE448C0FB1FDE1A243E534F5FC81AE7BBB629BA1FE440E78C8650C2014435C033B4BE1CA12A39574FB87D7780B64BC03DA5D074139EF0DD7A1C2F3B37B4786365C08A1421829E9B1D6B70FBE45AF6DE4FD8DFC57040A53448EF6B48B7745E55838787289A66A2946EC35BC10126280D6A2234E0ABFBC2A76D01A7B7636C02F1EF1A824A0109E4D2FEC0D738CA1D01A7C6DAE7B3198DE7B2D0A4754E367B1953300D03008BCECA5D09F39A8FC0DE905390DCE93BDE13B501D90E78FE457213768D13C72ECF15F99800A5045D15E43B1CD38EC98A3532D9855D073A8FDDE31A222E2D59B3541FC939E0C4D6ACAE82EA03AEABA5D95DE3119780BB54AC1C68FCB356F0EB2036EDEFF0021D971402BAFCA22F1376EA686E960418C0F35BE0E95D04976AD4742D64D294D8F48F73173C2EEA4DB060B1635121B8BA9B14124789CE10245B4A36490215EB8DB86C53349A2BDABE34461E0EE05691F00E5545F3A27EF170AF3C0AC237673E5D759100729DC1E136BE81B7ACE7C1200243C3555E66FCCE302768411633C28BF87D605C0B3C13DCA1EBEF9A641399AE39E1068DCF38E6B5B6D2D7D5629E1F2CC8A69B550F576A4BF7E002E5E8955E20C5A1C091446F3120D2A4B66C7650150DF94F4718F7E02D0A3DF0F13EDFE62302273076CADFDCFBE5D80392EFE7953E47ED94F99E6019DF5F2DF6EF170B049436A6DF63AE1F3A8C230B66AA5E00F073638D6F09B4500094252E9579395D26FA40080E429F7D6CF61F9C29BE88474BDD5E3F7377581E898EE6A8DB0DD095DF20CC4C816AD23EA3A1CE83F38350AF201270ABCDD86F7CE3249A2A073D353AEA078E20D5668437E801C7369C7192885E02A7ADFBF37ED931236310FD87E7E4C263A36809AE51D01F33DBDE2A3C54559CFB7B9C6B040E1EA94E23044DF6FE70B74E6C44278ADBBD3BBD4E4E3C0D75AA6F5CAF7EDDB4391843585D10211AF0B57196BDDBD0DE93C78D1F7C96528A9C0726B47A4DFE78DE01F950FA8A1F899B6C5164D78E0BFBC16D38E14AF44DDDFC7975966544E0FDD3F28E28EDD6513BD9DF8671B3345C0231BCBA93BE3E88F87803DF834E1E646966BF86FF3279C281508E89A101C70DBD61211495B200D884A070A66CC8900EBA84E809C273CE38891D8B0BC72503CD6DEF2D705AD342CED59E21F6C85B8948BE44383ED8A62AF1B11FBB59E5E71968F95E49E04EFE40EEE309A38B447CA2B7E1D33BC5AB0FD377175BE27EF5889C60AD9E10B47EC388068D1B2A3D8AC36BAD6319407554E936DDC81395600371A21946E379796F1E0C67A2D5B55421B1B36E14EF34F5CF0DAF44A00DB4F795EF43B412E1A139106FC3821B8043B0BA9AE5E57EF82BA1FC038EC8378E1D9E378147D363476360A19A769A72F679A3A848DF46A7DDDEF2A309C955D72ADF7E6E49EC289191BD836A94EC6CB9963B784D830F2F070F2CCED8F6047485561F634C640AEB77678BCEBE35EB3ACA19B406688AECAEBC4B32B1C881499FB37E54E44CDDCD428DC6377C2792A1D0A1B8C672183C3F072F17B6308C9E837135DA71E0F79C4584682B4C529BEFADD72555504A671F935F3F2E3C608426E717B2FDF2B65849E35B48DF1D5E0C7EA210F61B5F0F7AEB26AC0DE10872AA91C32052054C6E6F84525260C1EE94738C895B74EF7CACBAD68DC3D67839F40CEA6E3AF9D5C8D1468341795B0BF2F831361E327EF9FCCFC630B74E2C1F950FAE0DE3C8422C86EF91D1E3ED8D76BC6F2EAC482F454810C584A34950BD06D56AB101B0378930ACA94F28A6F5D79F397CEDA08841BE36FC43840B9BBC2FD6FFBFEB0A351E0CFCF17E47AC40A88D95DEF9BFCB2F85A43427CF27D95C5148F460F27D3E0A60C0D16DD90EEA78E7A3E3248D5B70BF045BC69E3EF32DADED683E08E3C52CF18002A02E8DF8D6C7DA5F8E7053175E3E6F075CEFDBE75892F5B1F7D89E838EFBCDA52F6887D7B5F9C5B544D1769E63B4FB4C454CB22BCBE8EBE38CA6564DC0A7A74BF3EF238C5AEB5BDEC7E3C646440D364BC04FE262F96384A57EECE0F1FA72202F8E386F5E3F581B60A054B26E94E7AC3423D8CD02ADDD85C7281C4731C81A100897443F7B70415B015BD9C69EFD1FBCD1409AE435D1DEBD7DB3B00A1870EDE6A31E3F8C0C754EE141C9B1BEA9F3310B80898BBD4128BBDA937BB900081AD6A89F65546A840E235172699E22217C2F8E26F26407A0885B0B62AEABDB290728A3E1F9437E76E5A0DC32A6C3B0E5AF3BEF0EA8FA512F4383CE1A8102F301E34FF00B83ACA9EA6C7D926C7F594691ABA6AD216F444D66E40AC9A43A8246DBC1F9321A09B06E5DD36A253653903C38DD1910C0B603D22079B326C6B82A0BB8AACF813E3138A07B21A634A5BB57BF6D12B43422CDC3492F280E00BF0A5FB68FBDE22D819C35271ADECF447E31AA965B15C7145DF0F4D78C3A1D252DADF09AE6F03C6242C52A193C01BD7C4F18A8C5105CD7ADDBD0B0B2A65D16558FF003116BBE7AF595282CBCFEBFCC68035CF0FEC87E3F38EF2EDBB1FBCE78DFD878C70C16250AECA0F2ED43ECE2E03BB6ADF0D0C5D280F2E2B22C3848BDF5A26A81C95BAB42D1B11F7C0AEA2F79208AD6A4D0F35E6755C6CF749613505D88334FA8DC190C3A49AAEA6AAB8E653749941353D03E10AD25A7AC90436A204EA4AFA779750B10D99E0BB4C32220A32B59BDEC07989E30A3BB0EB47C9FD65A46E6431E80D9E45AF9CA3206BB407A2878E98FF00285486A95977C72EFA7E263BA0295DA0E7D86FCC3EF85E9AC954F9F3FD6F01954B5A597CA93ECBADFACE248CDF6FB1AE38CD7D6AA30E23EAA9C3D59CE5672B60423A2E926BC980C20386E8FC88975F7CB0C276CAACD1034E86F5D261E6BC594F9F25FB3D66D8C92946AD9B645F3AF3E7122022B34F89B341AF9184C09496FA4EBEF3EDF186948896BA8F629CDC5D500F20178F8116A25AEF0D850D9B2921DD7CDA7D3AC763B324671A89F7EB3FC99D5E37761AF1948507C1E36D773EFCE68EC5D9C3F6DF6FAF5EF38F81F0223CECEFE63C64284BB67FC2644C3AEDE87E05A62DE0FA80F751BFCFF5854810D093E6FEA4C602847229B705B39EBDC1D66E6AD2A1362A90DEFC73CE456A22AA814D45C1DB53A5C4B14A15AAD05D01BDC9E2600445730932342A308F33C1866F015E59A287860F4BB3A5C12E0747482368E8D913571BE8AA02C5E7A003E6861FA70693C85050014379E59ADD3DD6854360969837137831533A4076135129ABE9DDC670128F5807896D922EB6A708BD891FB713D3C61B0F508E18F9F2F8C106150881E529F69F2F9CE3D0A7457955D6FCA5D9BCEF364444D9B6B786EF7F2CD96D6D6828AC7B23EF781AC28B047D28BF98CB3DAAEDC974C34F483BD6F3C5302D769B494A270F97024260C6A4D6F91AECD7DF06C354547A42579F270139E8A2D1C345DFBF3AC5C704057B70CD3C638073813C2F00500F5A42F8C03E633B2BA0878B0F3AC846286060AF4DBB1BC21C4C40A544A4270D603F0C49325A50EA407C0D5F6DF9F7230639413E61C74EFD642A76BAA7C16BE5665D9A01D9536E8DF7AF7ACB900A695CC11D348A9AD0DF19AAC69D34F0AECD8D3C6B89A72A35A390038EBE8E0812F4EC689070BCD083D8BCA0ED9FCB78D7F1E72A644E0341F9EFEFBC50E229E4D3C4F5D62B50D0156E1797E35CC5C330A374D77ADB1FDE10F35AF06A07DF1660F26B417CBDFC7F389422B1793AEAFEB02A25A2025F6722FA7373B806CA1F6807BFAA220A3C11C7A546F9009DE41A8EA9FEC7876A7E1C892B90DAFDAABEFE0CAC8258AD7C02FD98DB6D1D1377D77F9C649783ADBD40BDF26BF1910F1D0518125FB72F9BCE041A2E0F5F39B97E378F7D5E3C1BF3CCD62A8F83B3459F7DF1EB011D168E965E8A592AF217B39A1D186872856A905A6BA4C4E0040800A54601153B6E70E09ABCD6156B7C53FBCD1A094434DF1244DEDF7720E9A40DAEB8AEFEAFA05CE4A72126828F62BEBBC8017845EE23D6A50A5242C7FB05D95D7A57DDDAE38ED3B8E83258181F2A29DDEF3C2638E13A1FA8BD2F062A633EAB7E5BB5DEB15B02D1D819A09C3A6BC71CB5C3501028DA911D72B20648B652FE054EDADD7CE36734A72292D1F77B3EF735325D38773CED4E5D7E5C2439C4A351CC39620B1E70150612114160873DA0B75DE314B1F8D26F5444EEC7CEB0C9065B37E04740369BB1EB0048DAD911D79BFCB9CA4840E4A3F7D09F7C459083BE2D7B57E77335EB6AA695E82D8F4875EF000505AD2C1DA0E7AA33BCD7F6415638911C28956DC395B87720AB04144E658873B98C13B5BBF6E9EA3275EB1360886720FEB7F6C1346928037B29538ED8FAB8997F182C75608F847F3C61C0090A951B216036595EB2A0876540E3809AD46CF2E1022A31370072F1B49091E71D9A05D9ADA6BADEB9AF932CA5D4043E0EEDFA4E50A191469BE0DFBA1E3D66B00AD440783A45D8544DDF1A6A34614934723E433CA738A22C4B0D1F35D3E875D9873549A4D37B7A75DE414D892389ED4F3A3F9D254A6351C3D1C23F3F0C4C60784BCFB5FC8F95C21C5A95D49D251F159F266D9006FC0E66CBF131782B14DA5127631FB7DF3780150680FBBBDF9C7A1D2D07ABE1E700A0435A5F26CEFEDF1E0D8DA6ECEBF4BF82F675827A2D9A47DB4F3E35F7B841823C6C0F9627DF792F342435E14683CD8FAC17565D566CAA51D83059CB004D689C342686139AD370A603116106B8E440BC75C7DF1009D73754958AEF8E69BE9BA1AA0C7084F0017ECDF5D63E8809E8143D0743FED6708E82A91E1896FC0F581014197BDE8BD75D9DE36BB1C71B89A89BA6934CBF19396CFCF34A46EA70FDE40C3B60D3CEBA7A8F1D1D98A206E74F2BABF9C54227123B7DED3F380DB8D5A47F5C7B4F5DE2719137136781FF009C3BC7E556EC05427DE7EBE7067D50765A1A69B0765F393635B450915C90DF2B6A6B3C8DA896850AC30544D2389BB9C36B400EFC26F8F3AB90F9D129D6347AF0F8717E001016BC89CBB9195866FAFD607919231ADBDF6E38A0CB6422110B745D076756BA69A2F3ABF5B76F82E46752B7B4BCE3D86F7B0C6050A8A85474ECF19377999D5E79768580BDA6B580B2108D428D0379826CE0EB5960022D46AE9A873E175EDAC8A8C6FC07D9EF29DA63B352F227D69C4CE48287BA01DE9ACA4A5328E49986850A91E2724F8B80AE349B10BCC0A4FB30CB014478E9CE91BE957E3B21962831DDE268CAC117D56BC3B4FC3EF572E40F4C8248DDFBBAF8DD124EA09A4A6ED6DF382C6D4DEB47CD7EDFBC1A2D047C748CD8EADE79E9626B8D020B41E2826F8D74321BB1DBB5051D1AF3AD13973D4D843D48B46EEB5B84B92169A8B90027105F4EB9EF3528D21B71E2827D8DE5014F60AC3CB15F88F9C8A8B5A038F76C7C2E5D7DE58EDCBE6D1E4ECE318C67CC0222F9EBA3C5D634A8B282F53562B64878ED71029C46D9B3D54BBD09E2E780F7DFE64BAF8BBE26F2165B25DB91DED0A43E3C26E601188510BEC80C3AD18058926A94F141477E0B30111C0A227CDDF1E5C27983FDBF5ACD91BC9B381FAFDB883A0A1DA6B4EE6DFE59FBC445E0FB7CB2FD74E04D1D13B3AE7FBFC758308A480FA3ADF8FD6215B5C15D9C669963B557EDCC3EF86404DB0FC523B2F2FBC8FDDB187B7B74F0BC3BD410C2AC7DA1273AE78C7704E4A21D6A49397C72EB2EB0134F5FCFE3208C6A91DFC25F1EF05372794751F57F6E0F807482054EB8AB75AFD989AD9EE40D3DEDB6CE6EF07585310546034781886E6F1BEAE90DB24D240D05DEFB684502A8E8BD71F5D2635AB5FB61EC1DF313C3ACE39EACDC852BF241BB4E706E03E95E2528FBC0E78C41B68BCCB44D1B77A0FF00A2431830269337F07DBA0932307C8D0F5553F09F1842AF48827CF0F87793E4D0AE168E347496D6C4C2C8607676DE3DF3FCE4A667C923C1A288F372D8E94355ED37D26EFEF11686EBA23AFB5975CF8305F4E9245B48A4A39449784C09AD2E45000EA08887BBC263084AAEBAE6CE06ADDC9B7AC775B0548A8B1BF2E0DFADE3DC8D80212760EBD9BF7800074D113BF513F71C0A5617FD46FF0028C69C28D210345022F40F8C1D946880001A3A49A17E79C4E9AE8E1CBCA1EAF39BD80194559DC4EBE7579A6114F273C87E747F59564C38B75E6437D75F9C90601D39EF620FC6B37125BD8DF1B0483EFD63096499E0F2478F5BC08D81B1069E107D016ECDEF2487EC02026A436136E0078A636AB4927047C1FEBE719B2ACE081963794BD0F749EB4FDB05260A3A069A393EE46B33912A6D45F2443E734126F46FB454EF8AB78EC5B1144D82417645FB079F38F4B9DA9D9EC94BF24F3809C842E975CE9AAF241FC92729C3457718389797056EC76472776AF935AE78C554B2226B8BAA6DF06C6F4E3691BC536D8ED0B248D0E030960A2BA83C1BBFB5F780A2F2B35CEE9A5F3E3210ABC1A9B94F27B31ABC4DB4D6DD8A26DE9FB6129A1528586CB2DEF59C45BE1BC2BAE5F74CD54A88C0717B17978E7110270DDDFCAD6FD63067C0F427878F39C91228DBAE0B0EB9D5C1182AF0A3D24E9EFF0018082906C1385A9B8EE12F08E4B85D037C740F5F1F6C5BAC1837B167175E3A4CAE5D0856B9EE383A7419F675EDAF0EAB3B1C69C92D1DB69C2CBEE61221B6B719EEAA3829C93DBBBC741BD0487130D8A1E1540F7E7E1B81D236F1D5E9EEFC79C5A6A78927F1CF3F7E66312100D235B297747E7714C469A6D2184C016271BFE8C1844F27A14DD49E0EF9C5B1868128A0836ADA8D4B7587C04F858BEE73A9B00F193E1B45000EB5C6FCFE39C28E7B8111C340A0E8F60E710F228809A4158C0DC3CE2D23D340FD33E298D9D24BB184F2AEA06D7E334025D2C30D334CDA0EEEB3C58B82A4A3523D22817AC792128466A1CC0220BBEF1C9A353941A695E74D3E1C832492B4E20018AB614BDCE5B950D8DAF6044A556E99C6310184DBA122AFDB38F2965103E856F3D8318A45C2DEC9E8DC9BD6DEE60EE069B692F6B5D3BDD9E33478A0362AAB9D3A0D838E5B86C72E9B2EFC78F9C61468422D2BB8699C3DC9D61CA8A8F2EDE82B4D8A714B9BB8A17644E8AF2F9F59A9609B84381B37C6F399603B07ADF33F9FB644A2C0D5DD4DEC76F4ACBBCB954D826E58A202F6AF77783C12A6091E1D92F9FF003912585DD906A2DD1EF617E3190107B044F424FF000CEB01CB44DF1E67C5DE01B001B502CE74E9F9C5CF63969BE81A7E6DF3854555A009BD550FE07C3DE042D03C28DE40466F77BE72D2556DDAC3D7A9CFEB832EC9D335FEF3F7FB6244480948D9A156AFAB758AD0B1A1D1D1448C3D349C30E451F043CAD79F5B3D981758EAA7DC878F9FEB0404DDD6E8DF3B6C2CD4F23DBC8DB797C5F5AD7F5865BD7A93EBF582A097E7FC39B858E977278F5E1F6C2C26E740DBDC9BF9DF17DE59C871DD3C5A4FDAE703F1ED3C37582EC18DF6837F3CB4D167333516EA8EF5E88E9CDD0F3EB000522D35DE1A5FA3D2950AC015BD9DF873AF571A88252A21A058DF486E2D69BE979F7ADFDF8CA12010AC5885752F886DDE14345A3C37B10608F8525C45870FB3F06AB53AAF4E2ECA8D40EECD256912DD5C9C2DA145A223E176146B3F0CBC2F012E8EBAC5002FB1F0B35FEEB03B65AC9675D3BFB5C012FADE34708DD6BF605C4818A40A37AD8DFF001F389007B8AF1ADC089151E2BC98036AC6FE3C106DADEC1E700C9E6E9F696471C87F1806E16F6DDA1A2EF8E35C97465B268443928E94B754F93341A3A2F235C578E399F6C4F0528D8F0569BF200F8C6350F1E4FD6B1A221D6BA015BDD574EBC1943AB051100E124560D3C8438D043A5E4C7EBC79C1AB1E6211F94A1E8FCE7912177CBAD83FA37DA6541141DAD3CD1FEAF59BA9D1ACADFB0575C1F8D64FA0EE8795E56A5BAF8C7A0B36B76D3A0BC3A36CE597D56F365B08BACFCFE266B537BDBC37D96FC5F86A9806D03911A7AF93EDB852334F4FE9CB2D1B2C64E06793CDF71CD4856EA74F87E7FF005C74883D52ADFBA7992F90B8C102DEA55372D35F36F3BB8664B42E8D8A13553E1F7EB8B37FB9FCF17E3592AF4F0F1FE7E69E31FDF90E93A09B731F3AC0364194DAF95068FC9EEB9B411C10ADF9541AF03FD58351F28F1C9075C2B8584D5D549D2C3CEB7A9F9C0E44D3AD7872ECB799FE016B65100975D95D8B613DF12D31DBC9EC1F491B36EF931A684761B4F91B2CF57F60E99E01D2AEAF2519CB3CDC21701D157E47E35E7ACD37DF60F5D294E3F8CD2791AD4FD9C78A98F49B0EDA2F5B8FDB054A2FF85716782DBEF1EF88F2CEEC25389079E719EF8A87F3FC191136DDF43EBB7DB283AA6CFA39FBE2181CDB7B9BF879AF683D9D3C263CFB78F1D4E1C76C4B645077355C5A73A136771FC865F5B7E4A77CF677FBD604770555F1A943DF13BE705A20AE06A775E3F58E411DA3481E028D2335C69B3553C35FB137E3AD995A68DF5259F977F13E33CDB3574FE6FF0079048B74AD5BD9A65C4445F319FDB97E435AB24FBEBF571040A706E73C6C7279CEE5EA8B9D561F149F799CD87DAAE908078B53979695C077A404A851DD39C0BD569D542F2D814307D1129E321B854AD034936AE93A0E5B96252DD86A376F8595B89642A7DA9A02807879E78190987EE9DFA63643D2A04E688276C747086B0004E0536C035BD5A2D72DE93002B68A6C251577A263DF3403ED857C62728820025C876D2BA7EC77CAB8A017AB4676F00D92DA96D24B8C4C5B55F6F67A9F2BD616829A02F86D07AD77E75946EBC901F5A4D8F7B8E4C02482E2E0D89F9E0E4F339CAB38244D6EF2CE2DE3BEB7887A09CD1C20776D16035F2F33C4DEE4EB97C7EB8C21B0874F09AAD4A56A44BC62B6E10FA3EC0076C3E4B8E2D1D04BD73074EECB190C4D49F18926908C74C5F1C65246B4217D242764D6B2269BBD0B1CAB1AA9C6009351B5BD836024ABB2698C1A16D642B514B56F1F753034D2C15A9EC1A4E787DF18CA63A56BD8D7E4BF6C2E01D6B6BD74EFC5D6522CBB777E117EEFF79C970807F63C9EFF00389C41C736CBF77E3D7ACDC6021A0A1E445A1BA68BBCDDDFCB7B081BE79EBED9AF85F73FCFEFED9FFFDA0008010303013F10037931762EB5EBCFFEE5E512F423EE9C266A341ED0F9E1F6D6230E02F4F21B9EBBBDCC449A876008020F280A3BE32A990238AD37F1FF0070E8EC40F5DC4B7AFD626C1B981C8A1D51277FC604F4B020F6399FDE09622805D2147E4107A7CE7140940357C51F8FB655BC4BCFEEF9C045B3ADC75C7DFE6F8C4745DA729B24D2BBF2E23D50AA3965B2338C9041B1114F7BF771610A9D22762F17C5BEF9CECB0B5391DECDCE242722E2310DF8915B14335CD1A9B2896427B8366BA3F02496F595B4875495FBC0F905FE7001341B10B67BE67E8C8EE0022A69EAF5FEB806A03C03F9E0FE7220002C45DB362EBE7E5D66C68D38E4D526D4F0F02719A1206F9B4E14D8FDA38FBD3421B6BE0EB6419C72D314984C873A424D7355F74EDB2AD36D1AA1A7FDFD6080D3BAF3B8F1FBC4B24F1233D5A8F6027BCA06687DF834AFACB315F1AA7CF2FE5FD61826FADF0DF7C8F8F58C9126C39BB9ADBADAF4B89326D5AB00D2C1B5F4F11C1882AF66FE1A5F9E537E70BCD00835AB35056F711BC758DC529C8EA4E23F977D719C9521BB69EA1AD7A9F8C0DCD39ABBFC381187B06BF8075EF3840608474BB78B4FADE31AC3E4560361ADFBC9CC2128BAF9AE35BD38078023382926B9D390857606019531F8F82EB112A01C49B7ED27EFEF88116AD89E7524F1EBCFCE3184534176781AEB63F89BE071B9E4E35EFBA4D7BCB143B782F1DCF1FBEF9C148AD220A552EF5AD9D7E10870C7031CB1E76F5D5D4C4A30F83667E39FBF597FC90E9D8594E17BEE738AD59448986BAEC708074575A75F3AF3E3ED8BD24129EDF3BC5465A186D7B269FDEF2D1895E41777675CA7CE0EB420BC35BD867B4F9F383234000A101DDFF7EF8B3126A8A085A47C45637D61A6EC52066BB2FC9BBF58F1B973C61DEEAA6F91F772B0EAF2783B056B849AEDCF4062D93D04F93F59418883D8B07B177D5C4A45F8C7051CAB9E5BED67E8FCE736845B1684E955D1BF0173798502C147A4A7EBC66EA5F97A5AF02EEB7CEB831A83F225F91477F1BF7AB3800FC9F5C84C278B631A38BE179DE9367933BC1908C43E07559DF870859ADDF5F73FA3012CD2840964BC8F4CF39A623B112EFABA9EB004A6D5E7CC2B1F0001C638E4969DBA7877E03ED31C59407965FB9F40BCBBC96490B570EF737FB3ED814B0C51D6BE6CDCFF007AC8AF6CA10ECD941C6A09C6C365676680C43AE0F56734759AF79D348CBADB3442A9CF19D84C28F9356DE74DDEB79AE0E6155A1BC9269566DD2145D7834DCBE29B9315D91D34F84D561CEB2EA47869DA76E3E3E72D83A37BEDF2E3F330004272B5FB8FB9F8C43C84A096B49581E21B38A738888B1055B3C3C21B474CEF3548916C4EF97F529ACA1171427CEBE7F3EF201A47869377975DF9E6B9B0F71D40EBB6BD7DB832C9C0F803E575F9C47109A1A9AD1CAFCE341607ABD4E15700627C0E5A6E803519793AC71EDA14B244BA476659A42C5429799200102B03DA63C7CDA197F27A31BFBB445D274245D6D9684C18072254E5A12B45D71AC2545E646E9A857E1675BCE36CEF259225FE939F9C9DD214BBA17505145EF5AA609A322E82BC311DEF542866CE08EAD30BDA412DBBCBD635FEFB4E42AA01A5E62F0B8D73628A05BB286B74A6885C72B6A998B65381784EF461B2A11488EC203DA46FAC96740762C83463128C661FC9AD02F2B0483C4DBBE704B3D623C151913E3F7CE5D8234E34F94EC4D6B7E3786A9A7A22BB2119CF1A9AD670DB8710BF1C7F581802DA347C806B6445D2F1917208183A377059BE2FF0C2EC8D318FB3EDE39C65C4073774FDFC5F9E711BA98A885347AFE4F06D2D6D3221E8926C78B875036428DB5D53C6D93F95C01CD408DDB80974F61B350CEF40168F3F3B0EFC4D75860C6D1BBEC5A203A52D447585E86A68F2DA5BBE202DF2F38D45ADB47FAEFEFF006C8870DD4BBFCE20D36ADAFB2D9857E12340A80D44AA5E4B305C476395BE2F5BE2A1C62908596CDA0E1D1EB85C5B1D650793649AEECDE2D20AF69A9E20B7A12CEDC6173B852A23606B9F17ED30B4140A434078E59B3288983A06E57CF0FE7154D2D15D5B1FD5FBB26A929ED9CC8FEBFBC02193E0BEB5D758FC9070031A6EE9E3AB3D633D91D937E407CEFF0038CCD6AE9B9A7DDB0D18153880DEFA17AE839D7378BF5D8D94D8BB5C0E96D626692C263A5D0E9434F654B81D170042422B52B8E0E9D65F1E01552C3CC12B407E427921D27ECB35CD861E156F2BABE65E1E2FCE460A9C91DBB6EDA7AD71758033A2E6BC1360EF7726410245E8CB8DE4349B23CE73768A3B4D80AC6C41F38E81691AD7F4F3F5C98604D505E5D250F9EBE70545069E3ECE9C66C697B63F8EB0530A514740AB37B878B92AF2A104DEF7BB77E5FCE686147C947DBE3E339F1754555C54DAD64D1CD9856D58F1675C3C4FC6088BBFCBF8A19741CBB906C39053F1F9C2D16B620BAF303F0F886F1B41D9C10E47F6CF2E7A821DDFBF3AFAE30F08905A042645ED81FA54BB0DB1B9514BAD9DF2028D3E737FBBFC6050DDBC7A65E27DBFF9AE945AFF0025FAE7AC4CA0177BEDDFD3862A288A1DFB1113E7BF5DF1C2FF00AE1E9F3FD6105493A6F086C8873C5FB602B549617409C1AF636FACB2699BEC4249BDAFAC49EA34B13DAA087048E8E18707519C3B6C38D1BF1C476F724069F1203EB5BCB01E7010C123CBD5FE18704BF67E3BD3F1CFF38C20BC53B21B2FBDEBCF8C7B84EA7F5E0C9895790A9F79AF69F6C6969112C1B068E9E10F3EF0109F424105A3AD4E44F18BB21D52D449A78F9F7CE172D9B23C7B391C9B79BF60701491F20F7035F5378C9B8640B620234DF878C3277D802BA004459491A473759C1386F1273A6846FB6E4D6FF00D053CA35B79E268CE060D12BB9FF11F3E5CC8A8C103C6952AEAEB9BBD9DA83A7B3F19BF8C0A0C37CED075DF38FEF01A6823C253E5E9E31ABFEFF8E37F2D709BA921BBAA89B50367CD6F8F1C9E82F9849C21CA7DB124F18ED0EBC8F7E7E690CEBB85F27F010354980A101835B60762E497A7342D01189AD4119A787604CBA0B86D26D0A764BA260C65F98DBAA97F847FB56B88018C482352540E697784C6E054ECCCECE0ACD0F493A79C059CA517CCAFCE68B39A19DBB9776CDF1D5D919BB748439F96FA6778E06438D38FA73941445E35176FBFDB6FC4C9491D008B52706DFC72EB6E53102AC13811B1F4D7A4C71408EA060550CE41FCB253104D2F3D8EB7D7C73875246BFD6EE88ECDC3E303035A042AB807A604BD2E1C1240E81A55B002A436452669E37AB71E64EE69E314674F910D1B0145118D52D22C494545E2AB7B56B7BE5C4CA7802A36B428291DF14102013CB26F5AE79EBAE1D17269515AD2C2AD00E82274F3974B633620A48A0EC7723AE1D684888A01B020B3A888CDF367CA3B3105510805E2C5C214CD71C8B352FEB81DE47C788B7EB1DD2A0602AA64821A87B42C4875B6DD39D3259D106BAE3B35E95DBFD8AA37934CDED750E31D090B6FBED2A71E3C632761278040D0A1DF1B308B06969B1EC7CF9AE5DD3E5BBF3F3FACBD303B00DE2C97CCF2E0B00B470843751BC596BB0F840923CF03E423F9FD62F083C8156F1FC6C7D58E4BBBB249A87C82503671BCAB5852C62B1AAA076559DC4F654F2E8CFB2EB2712CAD12C36055B4A760BAC409059D44D78FC7EB0DA24068C2810012548558E31315C5AB1E1105D313C81D51C47B77F11BFF00B962E0BA885ECEE7607EFBCAC70D289A9BE3BAF03DB78412262291DF07AF14BC7BC16AF3D02939FE79DCF7311B210C89EBA40FB3EF194D287AE01E936F33E3258514B582BC08A7A0340020432621A4A6C0DEB897A5EF9C16C6F32EAE943821ABF6C34B5C48BEFB87D4CA60DED11EE1A675CFF9B40A360EDDF5E97F3953611EBCCFEDBAEB0822C3E8AF24D59ADD5EB220BF717E15A3E85DF8C26F0577E13A780DEF8DCE6601040685769E683B6E8734312488CDC52D4F4188E0384C220F82275E09416211A881C3A003CF5F1CD75B877A1213B5829C10707272D4714527BD60CD3953BFBFBC69365804136500D9E1E85C0134FB4FF48F8FCE694333423A155A40235100806CB8F120B8444216D8F62E1D814B6B6CAF0F0E378B5F00B2157F1D5346824C97C3EAE9265F214352CD7597993612224221A1793370ABA08E8757B043403E43147EC127426AECE37EEB8728E9D6042CEE3C3A3560F22903C51BB7CB5E78E708A4E714EC5D205835D9D7A21B4FB1DFEF730C86DF1C3EFAB1FC65608F4BC7E1DFDF296C8E52478A88DF118FE705E5B25D8E66ADD5D5138D5C9C052BAAA79BFAE3AE3BC82516822AD2F17EDD26B85E7831209C9C50E0504DC42BA8BC4F5CCD6FF3AC3B74A435E5FE3A2BF6FF00E20AF4C9E77DC7D6321EFABD0FAFD4725891D4D97B347E3795084035C0B3B4EBD4C580781C352FC1E6FF00DC091291A3A057B9AD93EF7384CC3C34EA6ABBA7EDC38A6434B9776C50616FF217396C00C1B571B0E4F9C4B340C3C57FE6681F7862EF1F6721C9B797AF570882DDEF4B6091D04E3B95C94C026B547D32CFF31868EBB6BD7703F78F9200A28E8E8A0815EFC73AC4A391DD1FB2EA7DDC93440EDB6AEBA931B45D53D3DF5AF9DE34222AA01A2EBB9AF59402409E407D89F18A4CD8577C8A1C3076F9C7BA5766D4E39BBF178E5EBC50123E97926D7BF2FDE6EB025E34037E56F1F7249610BE4422F1551D91D5700F523BBA87C9E63B77D66A2C36BA36D9C23D5D177BEEE9119A6AD16FD6FDE0927955CD0D927E7FCC18099685F8B75F0E1E82B0401885AD0E2AC39C110DE11E5450D3B4E66F4E52D010469D9E3940BBBCCD5117B6BE563A25DBA1DF8CBD106A9A4B068346FD1895A453CAD1E77760F143AB8458203C235BEBFAC0A0106DB4468720EEC82DBCE4309522C755B7969462F91558B327D7DF8E3202447486F8DA393CB799840054E1D75C9EFF00066FCDAEC9E9B9FBC45618659FC270AFCCC07E071906D25DFE83E72A40138B41B2BA3E63ED8361A1C5E0D48E8A98FAEF2608246EF53CBF47C4CDA717A348ECD41D04BA983C90102E9218423A49C8F219E39ED357486EADCE9A368AD2669344F207C293662E5B534932B476577A84170DD651065108C4BC5F1C99AC2DA20C022CA8420B550D90749CF5220EC57B348176ACC5A2EF3065BF61F1B8F5BE4B8822DE218A4268D4AE8F9048E44BA941C943AD711D5C1D7D0D20BC12E24D730521BC2404A9BD763E1DFF001C6048863B7649F02776C6F4E043A0A2293BDB679E58F1C6211E8C65040B04A8D3B9AA00C414EC6E54F26C0FCF0C8222240066FC5E724CF03C581C705FB6F5D66B3C55478525B6DE779E7FEC7F4E7FAF7947A4B4AB424D854484DD32754540D210023A347192B1F2A9B3AFAE30B6A556814560C037E7925A260AB486E124688F81B606E2D534452A74E4868534383C6C5161BEEBC48FF59A261E0BA19826CD0D74098CB05E611571B457D6E1D1868D54375244A2F0F53FAE4559AB4450286CFB13BD010A93973AF647F67BB97823BA713E6BC78860DB440AD03E74F70EF7AF5837F942F487A18306BD366154A63CD42090ECEA9CEB6EB0A0C964763F275C729709A9800A8E8EE6AF8722A0F3AE0495BAD720F393D23A02E8EEFEDC4F02F5ECBB26BE1FEB21B64EB945DD29C6D77306314E414B3DA7A7F52E490381E43780335F1BE2E24A74151C4D5B1B7C1BD669843B5A26BE49F0CE3571B6E808A97D04E3D08FBF26FAADD794E766CE96DD9D9AD23630815D448A29B9A2BF680418951158026262A6B60397C2302D721550361D4A922A080A5E988F7DB78A8CFD21200383CCA3B8F698F65D2884F9EFC45FE7276AB1613B0D50048A54100C0C82ED51234EC771DCB6BDE2862A0E288DDDF887CBACB5CBA10D8F0C848E4B09B2E5053215C05293E36987793263426F8F0E35B4B23E0C664866CB0206DBC337D47C706690282A839A782053B12719162D5011BB341E9D2A5EB1AA9696A469A5856FE79C8B08C43349B8D78997628A782DEF8E1E1BF3ACA50F226FE1624D964F8D5C2A9C9EDD71E8F7F731E2A7930E3BBFF30C4CC1D4DFDF9E3EEE58914B62B53B80930031E0516D110C7C8FC393501368FBC42F293EF8A1032C9B23E4685185E3209D49EE1C0F22E87F589E00C211A2F817B4458EC40EAE8D4D0148A16E82CEB1E769885BD3513C0066ADD0578D3C9F247ECFBC8191744FB7731044ADA22FC68D43527C64C0B7BB75DBAEFF0038DA6C516CDBD4397613BE5E729DEA868E3BDFD9273E49894E729405E9A9DEA27FA26D8ECEA0059399CF53C6FB39C25004353B237BDF9F22C7BFC5D5111D59A11A0710A40CDEB803BD73F5B30EA8DBAFEDF697E70507F3B4D2793AD6BEDDE211A1CEB9FCF3EFDF5894B334D33508D799C687894047C9286BA1B2C9CAF9E8647A85950D121F01B8DF80F109D0EE0B3A34EEF48CE479D2245E3EC58FF3AC1009A342343ED79FBCCDF7CE28855E09C05DBD46EBB98C8FD1A9C24F6779A4A4E4E4517C335DFD9E62B6680CFE8C4AB51B830800ABB87473F1839741A9613B74D5EB43CB700CB0772B1E0D9E97575BF19B7A6B0870F2CABBF8F9DE1488FBF93E3F5BE64ACB602E83AC1B468F1B7CF68E318089D048A537EC1EB2A7550A0576AFCA000DF184B8098EA206F6C56352F88AC21A23120D11EEDE3AD3BC02DF668A24614000A180B3360E255D7015AED0E3EC779187611180B0259BF27EF1F59017D1353779B9630C18BA2F3B8C2ABE26E607C10C1A7F33F5FBE312E0632BB079938E3F382DC795D4EAF8FB5FBE464551A553B8C67A877D4C01AE68427CDE3EBBC084EA6CE876A3F763DE1B440A1B760215C72F1A2E0F9209188EE3978E0B23776E0276EA72FDB5CCDFC4712643B63451F4E89B95CCC6D163DB4322E8478110530158942624400A9A6C15AE1810C873D2E883F77B3CA9DE5E7004E8DD500E155818C8ED3E047DA9B14549D61E3B2BC24088E81C86A04970440122344780536B4DB8A5359300DA299781D00931CD506DBAAEC4DE90787AC38F4210AD35D96035486820488DB035E4AA5D0F935B1812D203773B036AECF9304A290709D1B0469B6E2EEE755CD9375E97B3886F85E512F625488096C4BC9AAB6C72DCA85DD86F91B5E3840F7D10819A237A84840A7060A1EC72F3273BD2F7E309010BE80E80F5F6EC867527AD65FAD739DEEE3B0A6CD9A8CE0FA1C7D9DEB504E16BE1F6395E4E8AF4F7CE8F8FDE4F2AA147948C6CF48AD22E31C7114830473C9465D2C8587ADCC126848B4DF9BBC6692888A0F49F57C261900DF26B8869BD7375FCB8DA2BA81755DACD6DE208B2E6C0CCB06ED73C6B6E35BB83C61838C87028943BD6CCA52A79787DA7F4608916CBA0F1548FC87AC142F4F14C5D0B1223D77BC3E84EA9B79F0F8947ED9194FC01C76455EB99E8DE1291EAC5E8DBBD7AF0075947A55275A734D8FC7DFA59483D07632B9EFF001E0CD4E69F5C03CDF959ACA50AC15D575FE3D6204629DAEFE7CBD7E306E80AE910F545E3EDCE4C40A0D9D1BD057E6E542F2494F14D8FAEF02429D347C8EC174B2F1AB874E9E347ECC9FA75D758DA47060F7D1BBC1F659C389384DA01DDD62BA81B029DB11C47B7585485662BEE83F049356DD7907405A01DED8F4F2620A1DCC790D94B0E5D682E52C452A36021BBB728420D65810A000EF6BC62CA350C0E069800C00BCE8E525C22C35DA01E82972A7BDB669DBCCE565F8C8E751106C244826EC84DD6EF085C4A4B1C86A6D0534DDEF354F0B1346AAF3C4DFEEE1121392115F8AF1CDD9A8982CEA94A2D746F56E89D7EF101C3A8D0DF23A023ABC1059886435EACB5E04E3C538CE1A236416EABCCE9318A00353A671E72E350DEEFC84D4AEA71137905B7DD7DF1AFC99D8083E93EB8C0A475C23A7FBF8D7DF124EDE8023F327EEF5DE1142681A461D23A7D24F3CE71095D33FB33F07E31BC3CDB486CD47A32BC58A1815A8F083FB87C13C62F2743552EF7AE66A79B8FC2056CE01348142938CA9022A0A87C07D75E4C41D5DEF91C53BFE726855FF2938D7DC79E73693554D23F70EBE33630C9744AD3CBC9E2FAB84C0616F7B204EFDEFE39C0808A9BD3B889C71C52F33003B82D55BA9AFE5DFCF19A8E1AAD0F28A34CE002AB1C9D3EC10C1241513AA1E792E210348E9DD38DDFEF9C991D65FB8E28CF76A0076A3BF1BEB15B1A63B7A3420D70E402C08072DF61F5D4F4E12540F909F438C783046C5DCA974BCB3ACD386908E340E7BFC0798A0ABCF32A80A9BD5F9C3D53AD52B7A65E9A27C63F625000A70EDDACBE5B9BC205C0A7E725E531F241F49F0D08E0E177214F67138EF0DC1C0B7A8BBAFF000F8C07BA27E4FF0098F08D9A6F8034D8CE78F3AC61B49502343A9AF1F530C7B91BD79E9FD8DFBCAD50C431E7DC9F8F8C297B8DF4A743BE2CC6A89AA28A709D1D4D6B58C14140508CE1013AD04E1BA99C340800E574059D5BC44714D72BBA2B6A705A06C2CC3E0620349C29BF0E8ACE78103D45521761F1497718D4C648B8E80305B6EFBF2E2844939E363AF1CFC9BE71469A1E5E186E76912FC6B02AB78BE6E05F045DE80186D881A4AA4A787A97DE0402D89E340511D1D77E33584D8E36E8D1EBC6CD7CE77464D114E7A5DFBD6B79BBACA9B0E1776AEA49CF17770563669C106A8F5C3CF7CEF1D092F0ECF2445E7CB9AB0DEE5207AE2935D8FDAE6869F07C75F183BF336588B6125088C618F7BA2889289C3CF34DF583B85240189314D403892A8A0AE66BD69E0F38A11F5A468E1C2390574C7382202BC014B95537C8EF1DA67D2C0F5AC68E29B6E1C234A73AD3F31B13C724D36350B46B1AED8E92F016F59048E25D0A50A2362CB0E23E851600A84A04A94D1B5C34BD71946C40892429F170DC8108D9ACA03A974D94DE49F649C371FC1B5356966B0C2A6C0D84A52A79E44ECC50668DB61C4E529ECBCA39420D5163A63C17CF2A780DDD6F76C37CC69D7A4D79CA101C069F1DC02FAC0C9D96D6F835A435AD26F3EEC2EF8F8FFB706C920EC3A14D4293E271A46AA334DBC828EE5EF5B26F2D0821BDBAF127EF2C840790E47086B6450DD208C6142208E83160251AE6EE2946ACD16AA42274F2670267D34D037F0AAB76EBBCD948F7D7C714BE4D7986F1C96A500E43687B397E0C1EF0651D6C42FB3875E72B7200FED380AF0306705C59551348B5D00F86627C012B6DC0E4104177799C9255EBB50727104650F8C613259E41FD3F9BE30A6CA65AAF4A4BC75D18006AFF002287243753FAF9C2E6EED46B3E4D7493DE59F1E0A08F3522FD9C48266805BDA3868D5E5C3437CB976ED077A7A9BC260F32BA5F8A77E463C71916C470A507824F5CCE276E43028842B4F9CF81BF060ABA55086E9A1B3C0F11E70B4302B0111540F1AE295AF460823A4BAD2A9444BD9E60E30C163CBEE75C77AE3BDE39AA6021A15A8A0504884C20248353A28C794512180D0070D8E123E01165D5C33A8C96F931BFF1BBC360261D1A974B67400D8C0E03A461E0AB60942B3C5E680E1E2DD5605206C5762A1CBBCD4D3776F2C23C8DDB1C408DD1010258336F5EE5720AA3044D62C1A0361A9A512E89B05C924A0482026F10FDA022D87153E010D30C8124DB51767882094B41286A68432A5BAD86A9A9DE81D599A527C5B8F2006DBDAD21306D208DA06CECAB7CEFB6CC89B9C9CC43AEEEBE31AEA33DE8E237F37DE44D08D630DBBF3C6CE4F85A0BD38A77F2FF004EF290F63B19EA6BF8CD0023B873BD6DC4A27704510F6A5F1C73F8CB6676F050178DCD7C1C3B1CD94D9291E5F1FECC6B367376C9341C3F7CE040E41B1781DCDFFE64141CC4DADE862BEA5DE8C5A5A271A19F05B0DEE71CE20FC8B64799CEEAF8E1E7ACBDD0DA7D091BC10BA5D9F7323C1457EDFF002739B895C2EB5E497FAC338A9F223C3C6BDECC2F9B3234B688AD7C21A79C24E1B5D8794897AE755EB12B91A5629A4F09F3799929ED985A09D57F9DD3060908401AD1A2809AAD9386421008EADF1BE097EAF382422740BE194ED1A1CBF8B77E87A117DF9D4FBD9894C8ECD2ABE67F38D83A6F9DF6A7131116DDA843D6CD7E30E26179E53C48C7DCC8CC4295114DAF40FF00961802C843076CA90E75B7CEF0085A445477A777CCB966835C893C1DE8EB5E35820183679DBB7DBCBEF2C90506F817E3F68653A528701F94D79E7D5CF5067CEB97D7FF007F9C1C01282607B24F1F6C603668E64FBFF3316544B669ABC028FF00180B7654D925D478D7F38E17C18D0F6875BF3EDC072D188820AC8857975F9CD64E2249C2C6A1BBC6BDC70715CFA3146A18F8E294C0098C211262AF455BCA6389A0C003C816336EF5E14E3143CF163CDE2EB961EB2CB4D4BE2025789C3C9D9326F7D7AF5CFBF833431730D84B4EF539DE74B3561176D569BC5D9CE3A5CF11239D12F5E77778521BCA2856369387AE123B2601BEE1B3D4DD7CF7BDEF5C1971B577BE7CEA97A293078B6ED4476BCCF67F7BAE1CE17136E12F3783BC738D030E50E056C9CFE32483B0F67E78F5FF00B89AA052DA072FB776FDDE39C1B4870EC2C0F209C9676E8702F4492354A5A8C0537D679817B79934EB747AFBE290F97668BCB0E6125EF7BC4A1111C3C21D23A54DE0541818BD4A2367DE830D9AD4EAB2F2F5F0811B2F7FB8624156C85E632C3D7A337DD2D58209C9C95E117B6832A855C093A09AE419C9985222428850EA483C1843240BB11E066A051E189CEB348D15920C8DBC8D8DBF91C588C63342E455BBF5F75626A81391A4EF6AFB1AF4E4189DB97EE41FDE425508F205BCE7CE2B6C66D4D1AD828FDDBEBC3237023A0467909F02FDF1C92514007BEEBF00FB7CF69A9E1F164987DCFD5E04713A8D346EEF585894055E3E626F7E297570D75D41C9C23A3ECE0530D42356420411BF06B939A96C321E4229034A8E1BC71008168D45FD787796B92E410D9D2F1AF9DF1EC6AE156F06A8A2D73AB36B6E097A03C049AF7FBFEAB0D362CE37E0FF0003FDC0298C8D4364B7676878D4C35CD429AD004E6B5F7E8F2AC5CC4DF022F03CF83964B8E59A045D94F39F749FAC52E503F735C5E0E39988B70B013D5DBBF497BCEC146F13469773E9B96973C78B799F8795EC7214079A202EF9D13A52FCB892A1F50F29037F5BC422839EB74D48EE6EEBC779AF5F361F6CE65D9AEF081A25B2EB8D01925FDC34AC3A9CB2AA3777F297F78DB49D0290AD481F7BF1872ED5B13EE10FD7BDEF2B550569469EF7412AB29810296836DD8BBD6BC539E1C1E441A15762351BD686F7719206DDDFA79DEDFF007231A2578A66203C3E39E673822694FB777EDBAF6CFD60202F168B1B76EC87C38784D70C1C3DEC24A90112D1C072C65B08555A6F8E7C2894CD816CDB1876F1D3E9BCAC4414478B45E892A9A3363B149B0C3908ECD2A1532CB023D943A81286D3A1A2636A5A50340A8905DA2C7C2E68E8EEF363A6ABBF21154DD0AAB71B2073054D6C66D0E70747BF93806F841622F03B54070B5E9E271F57788AEE2D8CF2E0F5E78FCA7BCD3E83CB4FC7F1834A2334AF2C5AC907CEFD38ACBE1FE2FD5C3B82C7EFEF8F3DDEB8C7C44EE35F0EFF003903A19FD38F8EF9F8E2152C02CFD179E9FEB0515D16CA01FA77F3F6CDB227563F3012FCE17000F23D97EB78D1ABE16CFEFEBACE004D4E7A753C4707C447DDAB27F1708496681420EFEF9F37C1931961DF1AE5767D75BC5497EF797CA7F1F7E92C86628683BBE2DD2F8AC316A284BA161CB65BC561D1E273A505D2A1C6F7AB709B0B40B40DAE20F3A76F3828B3400A8342EBB6AFDF0275393608E921E16EBC6130B8AAC25D477C1F83CE3A292D6D2BBE42C0E39DDA718CEA035DAA09DD4AEA9FE6536BB176F45E0DEEC6699E6E6F708D789F0E04814F30BAFB89EB2A1F01C6A7C947E17FD55B5C555A6E6F56764D3B7BC085976424B1412D11DF7DE3ECC15D2094549B46D0D0CC7B08B76AD116F326183245AFBE2590AB60F17E1A63B4F9CF9A50D152E8BC77C4C764246070107BAAAF73AC0F0D3F0D7D3FF38E1651A5D2A6BDFF00DC60E801108678D87E7BC4EB174A959D9C7AD935E308890A1A688EBAE0FCFBD61AD11185281E75AB4B760E1C41B413C6D59DC1FB86495190526D1B77C553AF79595470B8450AA380A7ACD130752D109CEBB7771F241DBACDB74279E7E1C0A92E8096FBAFD383061538E25FE38C4586AA8F7C38F1FBC82B684A2FAB3DE5A0EB68000B786BADA600D2875AEEED5B335C9888406178A727CF38AC821BD024F35EBDE160808B3D8F36B7C1F9F1358A7DF737DF77F3D99266811F83AF5E4FE70E0D0DA3AE434FD4FEF09016BCD55F1D539E7E316943A1A49516F9D5DFBDF1807B03010E634B0844149D393ADCF4E8797845F6B3BC1939742512D1068F852E0E866A9382392B6F9773CE07839CDE49E0A1DDE7ADA2D3B44E51A8AB08558281288CC73BB28D6951C95F0A4756ABDA1AAFCB1B4E3BF2FA3245DAE859E8374F1F767610541387DECA83F9EF020DDE804CE002C09F2828755D00D2B66B55140BC507007F04DE95DAF00400FB4A985391529ED804F7A77F18939AAB080D54987900738117735ADF0BBBF675DE140837DF2E27C7E678CA25B2A4C78D4074E2BD0A5747237373B6EF786B6D31383C1EB7B9F1EF2F773E21CF8E3FAFB7584594004AC96059A9776787610608E3CBBF43EFE7BC5C4ECB284DE9E51E9D97BC300544815440873CC768F9B420BD810A09C4DF534503A1544C86169C89C2A21D6CC4E74EC07658D906BDABEB8CB0C003DDD6D1A237395F5BC810795A39E3FF003FBC92A697ADB0C7CA3C326F7320A9308104C2054AEDD1F96017984488AE1C8AA4AC3830986C39137ADBAE7579CA011E47640D1BB7C5DF79036871457870C9F8F8C7DB0A6E2DD777CE68806BA0A59C6CE5E394F33967CF046476C0AEF7B1E568624391E9B5C4DEE5E4DD3C0EB39DEB2A27343607C13547BC7001940F28EBD78C736284242EE1ED7F3D719A84293915FDA9F03E7A4C54D8875341F3CFEB1A51314741A1BAFDBEE99AE1DCA11352149FBCEE47A8AD73CC39F0DE71C76BC4A73453B1D4EDBD8E6B16019605C579E48500392B8D6434755CA068D1CB69B0C6561680211937C2272F366A6734511C04902AB68BE7D13793107DA77BE63B75D84E8EB2B003E444651810AA429B58F140A03421E57A238EAAF7B7DCEA5B8C775D4538394BB7187D57A0400F336DF67FA44845637A0061F8A40192C37D500123AC149E4AD1DB60356ED8688D54F8437AD4E8A442370826EBA310AF92BB8636B63002C81B780FC616228CE777EF08BDEBB3AC8A2B6FDB7CFD7DF38844510B23652F990C07A9187721CB08F97977DE4221278F773CE3091095023BB04E75D62B101D70AFC97F5E31E35F0BB9FDFE308647A1A1AE161FDE1AC0EC2966BA0D7A9DDDD71668F3E4EFE025FDE252521740FB435F273C3CE0D1087B5F84BA73DA6DF785151F03F5E3355483A4BFAC6B13E77BFB613203B0255717867878E7CB1EA03751F4ED75EAE448760BC9E61220752EAF18C123B8CA9CF6C3979DBCD72529CF26844D3275D39C0A28105D906A1E81E78B697CBAB6C16A478E74DE1E143AB2EE3472B1F931D8B6528E07683D6E3B3F78AA221676701CB8E27D9304D03893FA8B4E75F7C18813A3A1EF87FE63D03CBC17E387E5E703954DD1B351A2A7E9F1DE04906054386C7B7F6BC63E5087F0F3AE1F37AE0C92460042E9A31420F5B3DE71AB57520610B26DA0D04700BC341DEDE1453562B65C278954DA54E78E0A71862A6DD9DEF08DBB0FC8303AC2475A35D8EFF79748B76136BF1D7D6DE73554875FB3C7FE7FDADF1F5CEC6F86EF7162F9C1E3685ADF46D5DAFB43EF89751C6CF7B8F3FD9AC0FA0B6F66C3C8E52F1DF0621BD19CE801E9EBF7CE0750E2317870516FBE27BC5B6B62152D7A8FA9DFC719F6124FA388F1BE5F12603524E077ED5E8F5C5FC88B0AF3D36A92A175CE6B574BB6F5D378E0D9F1C516CA4514D0F3C03671F7DFFF001579FF00E19A50AEC078BA753867EF03E235D51769F77B9F18453E1A83F7E3EDD73D61378B3C72534D307508F8B665C207FB3C3ABF69A75A960E5AC1BAC4E366A7BF7AC2A28E8194E0E36D7C51724A61D39D9CED939EB8F8D6B9082F82BF7BEBC6FC63C7767B1527C166A45D635807B558AB53A478661CDE610011C03426DB586A81752B5E40CFE9E7A0549776CA81E538E841F1AB423A23BA5B3748F8AF8C2D59A87A4644BB1BA2A3A3843B06D1D08BDB83B9FBCB621605600258A9A0E4F0B318E8B95916B9B89102A3D69EBA61A5A89AA8A7C9A35CE1A0844A10D888D88E14A2370BA4AF025364F3EE35CBA87A9E397929AA2E8075BC0685AA6686FD474E6F1AE3C07129F44EFDFE1FD629952A582F989B36CA5CD5A11748ABEF89F5B3175EB587AF69081AF83766234A52B4363A905744A47797A3FD9F1FF334C10C00BB01A6B958532B655A84EFC82CFB65ED9010233E4380F26065116CADB01120790799BBB06B91C4DE872E0368AD7D38BA6CEA8BB901D7B5F5170D2601440BC95FC3B9D613ABCC86B84F7F7C45C08F8D4F61BEBACD4CEA9A95E3F678C064B4434CB2B469DC37B38C4CAF985C04DDFA8B3943CA4D22C85148D056C8BBCB3C2711542702874640A70A3CC26C27EEF8C5B350F507C77B7F8320D81201D834CD43D6AE55C8427084F45BD66C23A0D1A015FB3ABB3D861D4855A4D47DF6FC78F38C1968026BD6FF0033AE79984B42A2415ABCCE51E27DB9C44AA824947C01BE7B397731EA24E3937DE9A6BC6AF8EB2253B40AA1E1C3E37CEB46550836C89BF42BCB7C077920BF1115E393C793B9F33043284334F3FE97DB7AEC646BB9F2ED34AA49CEAFB314FDFF00343046BA1D9A83AD0FBC5400044F4D4AC9CBA49AB4AC40F5216F89CCC4B0E7AAC3406F268751A25151314E800EE9C9A22024515D8D3E87022909029D1A73E4DE6D8D4841A4AF24A0762AC530732F0E8707AE1F643CE1082040AAB2ED69D1DA4C40F2274043AED1A50D3BF35D0D11A40461B2D1458E575814B81C7D9E887690872B02820D54EA9D1B614F909ADEF0A6E5B1843B582BF84224E57340818B0529C49E8E3ED889CF26915BA40DE3AC305957C014B4B1E8DCA3E72052B91E74DF53F8F78C1E214E63D97C1F0CF38904D5F91F9D7DBAC5CC5BE2531848BB380F1BFF00CC51E68D4493DB1F397A256F12FBD364CB0D23C6ABF81FF304CE6D1A3B7D87ED971F50673EF45FB6F1DA05D6B45E0DFF0006FF0006230A266979EAC2798639497B0520E9BB3E26B83587111559BA9ADA7F3C5EE63518A9C46CC6226B7773B1C096DFA343D974FCA34DEF2505C971D159A010362B71D6287B4126F6E9E12F0E944AE4B6228C50825E387AC16165028015B298851AB0A5C7BC9005508E2D3A2C93D193E06C1B58BD5E5F4BE4E324479A8EADE00FD6B37F6AD15D39D52F9F78AA103D7CFDAD3EBAC63EF67707DF8BEB6FEF2C43EEDA79D8EB2C05AE5FD0934797F380AF34016BC86DBD1F8C148024F0CDFC9DE9C4DECF0F2A18DB444C09B7576C5398DD2499186A8F0D3B9D4A5B8541EEA1ABA2C7B138B3B99353B471C1DBE00ADDF1932801677F2E275DEFAC4E89A64F400A0A5A0C6B1E3388A4286E0DA143A6DCEBAC7CF212480840039F7C4EF37A1C70A8BF117EDAF1D600CAB4383B95017EFF00D604D692A34D3361E0EFBFCE506177512A85D6FEDCE50B12138DF916638DD1002EFBE4E9FF007186F644D323DF32CE3F1DE1A4594943DBB34E35A7C4C654126F959CC765E6F189E1E602088AAD9E4F29865C8216A9F704B00E028879B86316280B0E3627892D126868A2881A3C15EE414474086309B6E8D28761B4D19C5CB939FD7FCF8C589BB5BBBE452DF9D7C626A1339403F5C1F6EEE8702650E92C9D5380E9E47AF339DE70385DF3C86A71F050B975B452BA670B5FB1C4A631A3E89C11C01F639F5890852A168E48EFF8706029B2F3EDC868FDCC393EDC5F5C3F66B639A21E71A12DB50DC1A2F2794EFAAE7B4B8A53069C1882A0B652F818FF00DDECE268CA893E2365EF966F6CBDD5A68C0500A395D06F4B9D36AA086B8C0AB7A3D0654FF097B4D578F359C5E32F724237CB8E757947DF3C29996011D551F7C791BDEB007227152C2088F2EA5AF5CCAD4A164189349384AD8544A4A0E8D1E6870E8E36F3B5C4E3BB935D91C201C85AF439003826E8DE6F1C4E3D3C5CD1F0ED5286F436CFC5FBE4A4610285AA8336F64D73B81816238746B6AFBF87BC440A0FC3F90FEA6540DCE6F49CBBF98071CE7BDC7D7FEE2EF06EB5A73AA27F1D6ECC01482D5DC4D91B0754E327C023652319E36C4D64A023027306884773A531135B9408A176DC791B53BCABF6426D224E7B8CFBE8C571BF6F51D549ABFD6F0143A27037CDE793D65940B77FFB2E5FD4879E9703CFD4C7D46A836412481E59F7E6FD4DEAB40400A3EC2431530D0069A674F110A82EDBFD016F1C89E4766F0EB0A5D5679E7E3B1C68841A355D08C49E031B414CD2A760ABBDBCF460D529BA0783684EF866035775DB656BA1EFDE9B9BC481282A3CEE85832B617136CDEA5B7DDA6BE3CF2616C21C87034F3B7473FBC14460BD88BA67F6D9EFAE106A7F26DF03BD668D39FA6CB31743354F3366018165A7A1344DFB57DB86ABB2326DE791CFDFE70CA82B6597B2B2EFAFD608C17BA3BD55E760D917DD0D3C02A02CA6C8DE5D923B1A6C004AE1C464AF013264D3432ACB6F0503BE64D91C225C505B01794E076A7B55DA44F5455B64AC7846DDA7264A22AEDD9EEE085557BF724A851FF9E02EF509BCB10A809112A755B7F3C86B201191A096C382AD9B5AC3441426B0EF022699F835E690BD12456382406C3961394092B401E35B9E99FD4CE2DCBA2520FC9613D1F389547502877C7E0B2580EF0B36C7BF90668EDB0E7F786C7A7AB6D35ADDFB66C0A0A29AA7C6DF3322343105B82B0B7EE4F5CE08D29E0D43EDBD64B4D15F71F5A13EB785A94E3524F6EF7FFB862B2BA83EC0469D75E7592175F14EBC4D7C0C31D49E26715F276F9FB622208EA82DEE837EF595A1AF7B4F5BD4EF1910D6F5FF0013F66440DEBB15DE886FA9DBC79C04BC01069AE857577AC4DC841DDDC17543B2C7177606553566C0FBBF325CD597EEC961A8DAA9E25D98D27FA0803841B174C3DCF0A9998A711033A4E237D38AAD8445D5F5F4F596989B5413D836BF73BB94A9555B1CECE92BE06FE328D256726BB1D475F7B39C7797A57A1E78FB8F19C3555AB09BE41479DDDCC51578150B88151A399BB40C8753123A69E3C4E3A03CF58459B3CF0EBCC7F3FC6501F29FB2FCE10A24D7CFDB4E6E95DA43A1E1BF6C39D5D53CCBC929E0CA2D5A44AFA375FB61BE29C42803AA16F491B83D6C1A16006EA2D709FCE504400A514BDBB4789C38E80A59A4E0D437F3885BEBB0411942DFB23E930D538354680E3694069EB43C65A247435F707EBEF9BA2B0E5A1F5433ABCB9F587C954757A412DE955371AB798936A44E28E977B135C3BC72298480D37CF3DCD18740DA7D05F27670017BC7E8901A073C856B7C471CE5431B2C0414242A111E0C70EC2EC7CC041F0D7DE23A043845443954D2EEFEB2D26DB8D59673C8931C81782A8A4282A6CBC983E0177863C50D82BBDBAE9CA21A937C129AA28B1D722EB2164DD6A07B014A72AA9C759DAB805D3975A69EB41BE708940710DBEDFDBF79254BE46BEF5AF65DEBE326519CABA3B791F3C43BC48D2350286E5BF87EB9C9A08CB62144BA4179BAE791821A414151341D974713BC4B3682344E28CA75AC7C1D93208DFA5865B2D886074A77082A942660B815C75CC1A0F2DBEEAF631B031A6076B2A8DA200E0F93A09CC871BEBD9F1C0BB26C1744814E54D21A562530D494A22076340B6152C2C6B8909CC814852368F8E7AC20693C4B363C2D28C6C84387EDFED34439F1D0BA00B32A88C3503AD17B53F0CF187188F3E18F4366CE2DEF1B8084BAA4569B00E977CE1855D877A8FDD0400E3A0C9D5141421454349A7177BC5D159F6DB64DBF74BF396A04ED15AD14AA38280BE9C292911FD9B271A196CD4C764C3CD66BE14492C79DE6E6DCBA51DE86AEFCAB38D18409253F1DA4E7CF6BB59A99D5D7CD271FDBDE52474073DBE97BA7EF2CC2178D3774954F0F126B2A9128CB138540BF271E38C212176346A3DAFCF8DE393B079ED12EA104B69274ADC370AC61DB525A7139D9948A281A8F95CBBECF38C511B4D288AED2767C7DB274631D31F91ABE67EFACA245793C9D4A01DF21F3CE21B00ACA0A0DB52977AB70BB3110343234A80808DA383684A86BCCC4809E41B1E14F8ACAD2488A3C15773EC65E4813A7B3B8C7E62FEF1ED6AF5071B3CBED13BE778B6B61A0D4AE36BF8C4404DF070E7F9E0CAF6290043AA5A06B5C0D20C0850035B3C3228070EB20C8EABBDFE57EBCE3555AE9BBA7036733D79F6B6DA03642BCACDEF8DCD78E1C7108A394DF276961D7CF61923C214BBE628335A73231B8BC2409B2EF9A87B38FBE23A14A57878D824F04D191B747F9D1D746EEB9C448548E6D49D92E4F4A3AB82CFD0BA140D86ADE2718EF80268AED502940ABA57778324E5BDF820F0D14F2D13238A56A5020225DD1B6B06626FD11CB35652F3BE2E597A5479D6FB616414A72BA339681E25E0070A005D351D602E26CAEF4EEF437D71F7B4073293675D6DDEB9F8D603A86AB926D5A410E7D06B81535D4469507D5201B6EAB416527977C10E6FEEEFBCABAA088F0E8C8D3B20B3BEA10AAEA80DDBF8FBFCE10103D408F1B77C3CFE6EB0B871F0A79AA8CF4261C0B0342C4E6A885F3A3F380D01A54E7436D89F29C6AB84A6CFB4FE4C8E6217CEBCE9FD7E7046A7CD0BE995977DFFC26D6FC17DB207C6FC6386C6B50347ED5ACBAD1E4CBB0E383C77CE300ED341BE3A9B877C4F771525D06D9FB09F5F6C550349B60D6BAFCABC15C1B5E05A51BD487DB9E71A42572CD4A42ABEA4FD647C0E8820DAA0290A1F0864DD6DC27C1DA9D44AAF1B2BCC4FCE8F46D18D372C815960234B422D2DBB3C913588AD92D0A7502091AAC9462D3523E91D8FB1F5309929EC2A77CD7FF003134074AA091F4037DFEB18E3A450BE69A835E7FB3248D2C209CBA3FF72EC68BD9E59EFCF1EB07EB51DA1B55E15BCCD73928838109DD937D7BC07DD86B7E75E5DB886C133603AF31747B71143D3C8FF475E4CE6C975DFEE71E301A0636AA2207891D3DF85B5897BE41242BBAACD1F184405B5C09E6E6ED53ED8012604809E9D24D6A0BDDC4E771DEB80BD5FB438EB174D89F287E2A7EB34609DD4BE918BFBC39B50ED3BDF7B33ECC02244FBF86A61004029399ABF77A984680D00052A2B2B3DB8C8040D839D87E0D4F79B9A317B06D3A04F9C645BB509E0ACD91F5EDC6DF4081DA14D50D569C1DF18C1A85B50E8765539BBD9EA18C74FAFDB925EFDF947F12EB9E32F60297B8701C6F7D7F9902DE7115AED34F3A0EDA1B86200D70D5750E0E071355C76156088A6C802EF99CDB8084195DBA4FB2F13929D752CA2483A5DDD78F8F77AC0DF9E4A5669BA7D49CE030F026F7AD0C71E3937EF342CAD76FEA4EBB5F9CE73ABE35CB50463F6EBBB91C577767B5BF0ED8138323335A13C145388ED678C139D3DA1A2FCDE3B735A36E75FBF1F6E5EB01951611A4923059BDCB671C3750A22A8F5A3BD54D86EF189E90775CBA25403A2101B0EA83794E8F338165E379BBCE54F48AA41A688501D319496F5A04D2A6E19ECBA185275218E81B6552210B4E31CBCA26E5C2A6A8EC8C4D1A8A48E1CD25368B60741C0F28E62080227BA5D22EE71CD8A8BF00604D619188F1B799318599D89C69471DEFE4E4E36DEB68D24E08B67A9E314AAD2C04369430917A71ACBD2430F2739064EACF8B32939C86E96A14ED5B7538F39C2C26280A76A9D767A3788A95120A0F40BE4D373C8D57459BD122F914C40B5155D8750D6C387BFE4C9B9ABE6E699C656A577C9A8783D64C6E49348169799FDF786000F2685F3138F3CFAC6420F615655D0CE78F57BC4994CE1A21072B436D66F3CEB3779733556D7BC2EA3E8768469338B69EB002FDA74AA880367377C1ACA751D8F1F421BE81AF19722A808B74C01348DD23CE1216B8D06A85F1C37AE78C79DE0BA74173B03BBD71922D1A4A5B4029BC9C91262220754A739F445B1D3864CE0180781A4E7BB183FA62DE819BD2BC88A93ABE9F8C250D099C5637A9F8FC639148877AE5A7AFEF2B55AF37849A4E28F273C81A98C18206A8F3A9E4F8E666FA3F309DC9CFAC88C2A11577F84FD5FE32A8544083B6D466B83AFE58D6A590DEA702948ACA6F4EE3265BC6C0056EC36C51D71B79660D0DA0F0F1ABFCB2434F9BABDF153EAE008DEE379F7BA9BEE733A77C5C6F02ED0C20442E86060E8A3D62706F6005AB0283109CC93C48D2BB346AB58191250E7DD2C8706982475C6373244050800C4EC6B41D61D480514036F46822806389EAA343229E90E2A6A7C656994A91030DA58E40E975A2C361D41E10DB35C956C0F0A374FC48227112ABBF0EF53AC27CF642223913D8535BDB418202A916EC6C9137D725645A175E594A4176ECE458A4C0E8E17B0C680EBA0A1364E30A244A3B2A10A3AF221B74EF10A1A691D6F85FE006A1358B9BEB41F848379A0CE3191D1A232FDDD3BF3D1F19CA00DDBAA7FA86186889DBFF00706EA85A6C9F1CFEF158F1D3A1FAE97CBCBE663830B9AF6E8BCCE69CE08154D63B93937677F7D6387E4A0FF259F5CE25006D39DA75B06A71E7DE10F694E746F63AD1F7C091BD98B5F705FD7BCA2A9DD2E5A93974F1BDEF25BD3483FF0075E135F3AC24A853505A4088BC06B6D1CA76B43412F0D89AEE77CEB0EB5B104EFD9D4FAE21332B5B077B687922F6E682391B2FE579E3C6B5BC46F4C0DDD684D73ABABCE56287A48C4A271367CDE73760DD19B6F012F9A8655ADD1A01E4D6E78D78CA2A21A1030569DEC7E3D01AA946B4B36D7D3AF132CB3E52B4D9110EDD977D63C508C3806F65826F842FAC6106C8C50FB75F6E3C6200126B93DF6CFB430A009F87D9DA7DFF008CB91553B5F1A547EB9C2AD713D017AB2A7278D1660284D45774C9C14D96B37A6865A2AD4D8AD60168E757874EB6A1B340805B40CF20A40C14802C96D71E0D469C668451EBFA9CFC6553E3ADAEBCEE1E0EFAD62C40035A6A92503DD4DF7BCDD020E5B5DBBB7F034F393A9F1DF6776AB24813ADEF2DC0A90EA776571E3E5927D255E6737BEBBD2994714841E495493771D10BE2220F90EB880BAEB3AF14BA3C3FF328916AA224577AE8E21F3D64DD08252DE3EF80832178391A75EB137E1ABE36E7CCFD188ED50143A71B56B06C719C80F923A9B391E317485DECB155627289D5D72E15D77AB562D4026AFCFEB39EC052E81CEB523F7BC63A6DC205BA2F52979BAE7AC48E9EDD5F4127E70D1F68297D2DBBFAEB1A15A4410BD9E29CF189A7A2404EA4896FC7F468C06C0C84A0B74D3E3CF261D686D134D0BD5FB7796760DD4A7EFF00D7C7582EF2032D801440F2113BC50824EDE47809D1F0C0138EDC235B895386D539D90DA68486A7103DA9CB5DE3326E6823CB802246ACE5767E8607292C12AB1452F1822104AF6D80741B9A417AE1703101269774D42F99EEBEB14967179609C137BB5BD237961A29B26DE809C193D26F03195831443DA403A73AAD0296B02698408287B7AEAA9FC7C95E40A93569B84B3161944B54070C20BB20F61DDFF66C40A83508BA19C619438D2F99226F7ABCEBE328333618B3B08087D38B2498A5B6F55489ECE6608741168070077D8ED781E71CA10D7678F089F5BD657C8E21F3C78EB8F7EF0086896F809CF037DD53127ECA4DD3FED6FF001BC28C4E287BE7678F15DF21C618074D74F0904F35FF00BAC37146D400D2F6EC9C346A393046686B8B7C91A63C13783C211342A070D2C15D797395BC12ECDD04E1D58F2E101B6CE9BE04543C8F5C9AC45836AD8362CDA1AE63AEF3BA950E7538F376BC7F7877BA6D5108CE2E1C8EA5D9DC3FE85848A7278B739EC9EE8B34A52EDE488AF2620B627CCE4811B1784F7E764CDCF9B05F1C0930D2A7A65F854FD65DB01E3E1EBADF80F7EEF3E81733CBEBA9EB9CB956812F7AFB7C7E30D4A65A0A387505D85FB38CDCC0F8BF138FDDCD8366F2ABABC1386BE723AE1941AB51D743CC7F81AB62D1B0114BDC7B1C1FCB96A0F3376C11BABAEA7C312A1A1DC7BDDEFF0027FD1096080D5B34F717A5DCC0BC6324A6F069CEA4EC81FD575886BA11B9B0281B742436EC354409B3E5D6178E97A58D48A8AEB6F2E25844EBC3125580EAA703891C8892E04076AF238DE15C926A040BB0034F121EECC314563C85BE380ABBA634EEA581100CF708F9B3859341137E066C3BE3473A4DE30E5A1279B7A279DEADF0E5E26A764F8179D1F3D39BF605B4103C8F9DF10E2F185B7164000A80BC809C1B85704F2D2AA9CBFB9BC381E1C070D4A9FC69BF32CE1AA285AFC9CBF9C5B9E70BA77C4A9364E09BCA477D52825AB445A43D39C1D153A3D77E27DFED88089A77FD7E76B8C9E41EA7ED9FCE264810E5182C93C0E5EB9DF0DD88D22670040EBC71DEF42A80728EDE6B0D79662A1DD5823AE4DCF691239B51E8ED7F7F4673670007075E49F4E1FA7BAA4AFAE57CE9F94C0DF537BB3D72F7B34E02C828DC06DD5E66F8B8859E4116861A1E5029832051A488ED5FB9B7C716670981220ECF2B927221F194939101FB547671B8FDC050DAD023AA25B9BB347262BB058A4FB356BDA16EF79A30EDA9A3D90BF293DECC288B6829C1CEB4F865F261984DB44552C8DC918F37971820DD5873CEAF4FAE32816142BD68E9E3466F551C193F1C9F85C6BCCBB11FA87EF0C0D771B5FD03F9C8BB835D6DBEC59F8BF9996902D9A85BC69D7B325025C668E119B7A5DCF1827C3670E96F8856C3935269696159B6D7DD6D3463D9EA5F4314E4556CB178806DF32421A654CE5D761C6CE6CEB2005EFF001EE3F5F1946189DBBDF67ABEBC78C975D8DBDD4AE17D9C512E9994FECB7A6AECEC0FB5DECD05ADD0EC92709C01008D874F9491DDDDD647258C6EF541FA187CE37B43B2AE79669EC4F8C9E931C0535C00BD0879D987E1039086356C919BD89F1862D9415398208395D6146E793C8239C715FA07253EBFB6E4730247A1DDF5A4E0F7808A64064E424348F00E6EB0BC1D3A88925DA7107ABB7200EC212B54575CFF0058997E700EAF1FBCD991E3C829DF715F6E13C4BE8CBF7887D6F1B6C57A03E391AFE3D62121274EF8BBDC4F17CBBC220AB90ADF997F5ECC4C18A9DF1C6A8D26D6FC636DD800B2EB90BDB181AC00552868E98EE7564BDDC01D12829B08528CAA59421013B1043605A7485313132FA7911115043B12A0F71F3C40D00A9A46D75B5D706195141504C050CA1174B9CBA034E9215254234964D558D3666B04BD4411B0969D33F2F40D3DF3B0A5444784660E3F9BEA700036588742B7376F46940AB5810FC79C56FA14476976523C3B315AC162826A4B0DE975EB7838711411E85A0BC73FC678767823C71EBACB01DDEE89E7477F8F78D8A01BE97452ECF8A9EB0589679EE33A5F5F5AC17AC3CDF99B39FE75D6122D66D767E0B2BCC66938D811A8B1741E21F8BF733813ABFAE7029A11544979DAA2C9A98608127836536A2D8BF1835E4A959C9AE8EF83DE503ACB0287683F63F7374BB5A1C4076257675E4F989B50879A502AF4AFC9CB964D3DB2C3756E874124A006487A142DE2D0273C243CBCB65772D3BF032FB609F7C3ADCB01ECBA421140A05A358211E809B0BE24E0A7255CB61B1576E92B6958E34DA4C1BD2CECD9A08A81A232F10E335119451CF29F43EC368632D5D10E9276F0072F5304F1F0DFF99BB91FAC3693478283F284FA3228D2898B16002EC2A7DB082DB415ED395ED5F831A0B9B6AFB20F8BE2F58E815BC353CF63EBC6C2A511DED1CB3AD7837E3B3090837BE1393834F3D5F4DC353A7B489A6F46F7A7699C369851CAF150EFA0EEEB094D25D01366DB18EFE47103834484743C4F1DA32FBC29A5BE000527777BD47B74C16E44490F1E4BFBD9F6C412A28885CEC462B5F9E003B61A45A81019B717ACD60F23E289766D4583A0947100BB94AE056C575BBC0B89FA29F0D9A739A01DDB8CC7A6C25A3408366DBA83415C70A31D36855B38E4177BCB0869D1007400CD6B6F8D62A10B3079417B1A12B9071D558D8E3C72B021A81268C78A8016E273C89F6EB99816DAF91BF479FBB711B70226C1EDDE01849E4D45F77DDF191C5E458EF67A67FCE70368ED64EB6377B29A4C4B9706B09668357703C571241A7D6B07901A1D15DFD3D62092F12EDFDE366CD9A326BF9FD2F3AB8874A2F121B0877D18889BD71ED477E726F121190EC480F12BDDB70C5148342BC3ADF9EFF394D8C09BF87414675BF5979A3910941DA17CA4FD636265EC02F5ADFDA5C5AFDA5D69D4A8CD6B6E362A3722C5B51BDF52E010A415E64BCF7F6C88E220AAD0D6BA03889ACD3D42AF6F1777EDBD6295F2708D5F12A7A3F3AB8995EDB47F087F5E7016BF20987D8E35A50E32D9206C44A44E82FDE5C331D045D5C402F7BE8D4C394A850E0412EA37C1BE313D5CAFA14D10BC4564EF1383A7BD17D0407977BC50CF384E01E3C453E79D6B1040DBBACBF075E1D7AC1344872582DE6197CE20D2D1A21EF2C09C8B444EC0EB9FF98248880176E501269B35F3818A9DE0128E9346CE9598ADAC1680D9780F09BA6AEE36D740D541B4A6937DE06C961F1BFC6F19A25769587474E430E8024A9390EB7A7C8E6969ADE75DE9E674EE719152D048271D07E99AC1B8F1524AF5B97EC9FC622431617B393527BE2E5C86D952BDC87ADEB14C8EF3A3F2EDE336DAB51E1E4E37AFB19784811050529A46CF1B3CE17CAC1BA540EDD966E4DDC9288219C9431F99B8CC1D275A84858D48FC26FE4B72E1417412B5222F0826C379CD9C41B9A42A069A5001ECD186C935761EAD0B3A002C00E3494D7B1A0726888DA5F999A4F50687D87FCB9262FB2166A1BFF9819F9396F1A8043ED8B3BA9BAC873A8E098093CB3F2B820510D6EEFEFAE7EDF38AED20452750D949D4E78C461D8E949C1AF6F8FE31CF537797CD0D3F7CE6090A0F2765D73EB87EF8A8345901F7B116F989AFCB282C3E4EBE791FBE290E3E164FBB0DFBF8EF13F83C52EF7D53BEBED83817023875CB37F19756A1409FC9E7B3042A84E365FD3C7E3DE02EEF4E06BE1E3C6CCEE5084814375BB8F5ECE30AD886C7A4072BD751DE58DC6362BF3D07854BF6B848143329B7C13AE4DA7E710114D359399E0FEFFD2967000F5D413F4E45D20E9A7F3CBF7C28A04F3BE3827F098020117658F86E9FE7BEF09851CAE89E8E7FEBCEB23134F92B40D92710D43465F4A7DECBC4FEBD5C1B5129AA0B511C06030F244526563B788394347044ECC4D12028BC71B2FE30B8849DB6F2688799798DC81CA1C771D0966BF01DF381201F2ED20EBFECDE0DB4CD3516FF0066FF00CC6A944D52FF002F3F9DE6D905BDC3F987EF13964EC4EFC0F41FD719046C00DD7282F2B6A01CE4B924996106C11D4BAA33378080425BBE939C834103BA81415BB37C25D625479D1010F3DBB366B66D130E4CE22593BD4DEE9E3E7975A0103CEBFA7C3AC1147FC99F7CB96C51E57DCF7BBFF814833475EDBD7DF9EB8C44A86C210273DBE34D79997323A4BFB5FF003363C5A367CF01C38044A9C2F2F1D9BC6C74D0129908E2F606DDE5A1C0D3210AB83787FC542B2720D68ED47A89A9830655AE4EF8DF04447832C1300200B54C781363BC72EBA8DDB575C1DAF29E24C575A74F0C9C2FE8F1314341B149BFB1DCFF00735440E76BF61736FC112049EE70FDB0225D71B2F1BE3FBC921EB99D9F664466ACAABC148038E7F1DA81490A135380A4D71F6C44436164174936CEFCCF0C7A0073141A9B7B71D5F5D1101B280ECD76AB4EF9EF9E70663835341BCBB1278F38001A5DF3F81D1F37ED85B1461A1E2E803DDBBCD04086CFF94FB5C230D46C78462BE16C885302996277AD0B19BE2821ABB8CC41A83E4347A8FF00B30B3A9F5DF1887E4B4FF2EAA714BF387628B78BFE6BFE62A5E347179A007C220F8C40D24E6ABF167DB2390009BF0392C7078D4D622BD02D02942A50D84733B911174002752A6A71ABF7C282B119C4ACEE68ED2FC61168095A676F3F0FFD4761B1502715D4F858F31B9ACA10D05529B7460C6CD812D26A574DA749D90F0DF7DE59A3E5C4F847F4278CDFCD3A81635E13AD41F7BCB848F24AEEF03F18A0029E3FD1C3E7F8E726A3C15B7E1B801A0D2B48F00A6F8FD63105D40A8440377343C79C0EB9B06ED54417E6213DCC1C8E6757A8546CA3782A2B1C80D801F60A4313DA371103BBC8D73CFE3A1B82F2229673BD7EF9F7817482C6F649B7E7D73D778BA483623CBC3A27E70652A36BB3B7757F1724EDF9129D1DCF2BF6C152B0DB448CD6B7AF7F8CD0325D7169A9C71E7F38A71C513CB6EF9A5FC603C4BF6604A04216D6CD7E8DD9946C5005BBBCF0F3EB090DA69E4BDF2BB0F5BFB620CCE7D1AEF7233D6FF1949A2F5AA4F7DFE3051866EAAFC6F7FF00B8E89E004B39D4E636E80C6C3E4329D9BAE8FB738C2406EA07D414F7BF7AC2F4DC3A32F125F7CF5714804788FBA22CF670656027271DF03FE3259BE68AEAE874474D05D6174D00508E364122014673B715D712D6EC8D296C3A149BC3691992F2C08EE59C4CDE38E4B1C955B11A2A31E6E5FC26EEC3F206F1D25C649A7457A7C38C421B188F2F0A6F93FAE31313E5FB71A7EF8A594EC6AFA935AF17CE1683C27C3DEBFBCAB74FCFF6D9EB8C3D2205099191D6A5AF1CEDCF165D853AEAFC013999C7CF673A03BEDF1CE9CAEC2DB76CBC4877F7B758591A72A36D88B39EB27046A83F21C979B9AC9B16CBB6892F87E071636C0A1269D553B7C9BEA6ED5305B4D019F788CC517D4196F40269DCA7F58E1483A83991A40236374E1E2ABB46CBD08FB27587092360EEF24E4F80F9B9F60163EB9FE266E613681789F29F99DA1AC88E41B5D3F0A0BFD75CE4B24246C1E556A1BD09D601C761C1AF3CEEFABD68C00361B644DF977FBF8C82AE1A8DF7A3FEB9CC9342CF0CD891B280D8894C41C7DAB79B9DFDFF00ACD01BD9D9E47C71CBCFBCAA46CEC09385E5120786370F2E532C5D329BBB6B77CEB6ED8B64EC0FBD1AE0E1C811DEFCA07D5EBC4DD1EA632051EAD09AD0902BCC949712122FA80091A49D00DBF7B8938E1C09D9939DCE3EE62EBEE8D9B95E139FBFC62FA65DCFFA78C30687AEBBE0937F60F73053C45D59CFB8FE7EFE0B7882E8BD87335C76E7C3B3680246477D336F7EB9BF50815BB2693923D53781276945EA6C1E3CA752DD70A21CAABEF6959EF1A9093AD1BF5E5F8C6AE81AF6E1A03AE704CC7713F5CAFF00DC62DB36B35B0ACF0CEF9C4260BB009EBBF1E33600FC97E154FAEF36CC09CE8FB9BCFF0078E5A7A9A17FE7AB92B2A8F29FC73FC78C2241141A75D1A9DDE71B2AB0C5C68E8D7B789D6273199BB27879FB622AA95E3CB9A7E7BF1BC75A237A7EDE3E33895256553E6B3E6674C8B417CF2F23754373AC820DDBE873B7EF00A4AB46F7E7671678719B6184574F77AD4F3844846835AE89C37BD4F0E5844883EE1CAF2113BC000043282B8EF7E826F0132684E341CFB6E8E4C72869A398CBCBF3777EFCB855C11B1435AE2FB29F3E12EFF5EFA906E311AA3BB3F16E400173EAF9C5E0AD6F99F5D69FBE249B01A6F7E767D378C90B7C23CDAE74F9C8C6355FE1CC39949E66694A9F835FE5C3C1D0DEF57D29AFDE25A8E11C73F07C5C70030C00BBD1A713BEF9C13971C35E74829EEAE351F6ADB5D4E68AF2A117730D77E86FD07F18220EDF0F1C27C0FC6B1D544442D579FC4D73F6CDB6CACF277A2013F2E35882CC48A0A04BC4F20B088E53BE5457C40FBC93C2EE159B7042288A3BE4D526C8601227AFC9B10EFF00A30516C7393C3B821ABEB0B2EB764DDFD6FDBBC38A399075EC38BF0EFCE5E5EC371FB48FDF3417B031A3A255F338FBE3CB539D36CB62D7F131967D95FC2BBD7E33734574D7A6EF07B72EA61A2957921F74C104FED6BC7FEEA63749AB5E77CED2FDB73BEB106878A33A179437814ABB5C1D5ABB673C621B25D93B0EAD9FF47730C3344294E25830F3EDFBE08B1AE3B7BEBCE5921046EFA9DF377705EF85A9D87CDEF77AC014F277FD630B1F20BF65EBCEE388B55F6C6BBD9AF9CBC956A9D26C3D9DEE871AF080A01669A780A7BDF0E0A6D11AA2A76EC4878477AC580A3EF5F937F3A69199437B8905EB44FE17DE3041343DEE2BB3CA2739280655AB0F1E7EF3210F032139CB79D1E71CD11B602A796FF1C185B020DCBFCF187DC7706F06885E77D6F8715695876068077BA1DB72C9480C9C0088109D7F7802D26DD8AF24345E470263A0148988F2022AC7E30455DBED4F2635DBF69316C800D340979BA9C6BEE38F402F67E6688F0780F9EF2E476EA3BBF7FF00278C10E6BC3BFE26CC5B476270B1FE84FA7BC5058AF4507A9D6141B555A57674ECEF72712E04B7F09AF90DF9B9B100762AAB2709B763BE2E490BC105D90D274849D78C498109022EEA32EA931E5D774730E3753A001771226408007649A0B5C519C2926F55CB91A82195BA0C3421AC82892E028C7E5AC047105D25AE613AB7C6AA5BEFAA42BC1796EF4D99BD56B1A5178797E7D636EAEC4302BA4EC9A028C5E7439653E4517EE99DB0536135FB6F7C03C6738D2907B3B17D7DFA9DA05009784DFA793F7C35BA8F0ECFDED87DF284A9E83C75AE3E0994514045D9E4D0FB6B9C6ABDBBDF05EC2AFD7D9A55B2680BC8DF4EBFEE7A1F637CFF00CE3DDE32E36D46D9DEE0EA1B1759546C6A0B15F011C1CBAD604D05008DEDA9D180ED60297CDD41BAF135E70841315373B0A3407ADCA3BC43202A05349DA80B7CBE60682280391A86C1EAACFBE8C6B7CC0C7779DA7A09E4C36A227647AD7E66B5EB34EEC6907F5D7EB17CF8831139AA46F89F8CA1AB514A490413E7BFC6588A872A6D9FAF8BFBCD95A5C033ED7FB57ED923403503D760FDED78DF357F2DC833F0FE7E778A81A7A50A04AE658EF588E46CDC3D5DA7CFDB7CE0E4EBA3443B6B03E99E71CA1486815E54373D778970AEF3134589BFB6B9EF570A2C8F06838E02FF0059559577A7FC7F5836851D059F323F8F3BC297EFC437FBE7F78A650654E9F919F77F19044B38703AD74F7A81948D855E1910D0CFC0ACF38E986EE8A6A795D51E3E13013B8C415886887919AC5DD0C41074745070F346005477980E1D187484768384C56017002090EFB13874C4E64BA22D8CD85D531B35948E03890A4D270EEB39738D248534094036FAF86E00004A422FC871F86E45AB6B5095D32097AE4F3E309DD220D061EF5669985516BD54FF00DEFB3ED8EB6BD0F145EB4E5DC387CE3C904E40D27E070AA031DEF4BCA72BD7A1A9CE58E239300AF3A9F5DE210826C0EF5AB70F2066F46D72083A7B13865047A22EC75C91C90ECFEF5864F902733BD7CFFDC104213A7F973FAC6C16BC80FEBBF9A73EB0516D31AE8EB473AF1FD6170B4D2B101DC4A8F378FCC41E24FCF53AB2F73171EE0955DF4EF878C20020FDFCFF00CD7AC84779E6BF94FE4B8B90002D9C3C5F03AE031810D2A13E2956BE838C69502D690463B5D7726B4189C091E937A046F5C35A3B44906C6A058A3363F6CF3427931D268E40DA79508FC820B4351A125140EB45BC1ACDFBC5341BE3909CF8DF21830E8F35AB7AD1ADF977AC73191D9C9F8D6CE75714D8A14F23E46BDA7F18DB000026C72EC3EDA3EE627CCEA8D6D121BB59C708604060F094A6B6ABA0B70A288BE5F9D5F78EC006F75BDFB9FD62D80AC4C37F64BCC7F33281A17477E28CC45978B902F85EFE007BB8166E17E54A3D4F0F3EF3506270CE60B3CF30C0545DACD76F3C7F78A512887344799102CBA4E65C8A914B2A5EC77E2F3DBAC992850EF59C23348DEFE31006E415D6B5DEB6F7D4CBE0D517A2682AAF0135B55D6F36D5080AE75C4DFAF5BD649A2269166B9D0EB990CD1265E613E3B7E71D010AE42BE7C7E9FBDCA55A38676F9E7CDDFF00A188968EFE77AF7EBEDAC225A221C0DD76EBEFCFAC4FA95536A22D2908BE5218C9860366C3EACE21F6B89BE17209AE13EEDFF1DB8ABEA42AF49FFBF0A0108C2B02ACF0B87609C61820602D21161417919CE02402EEC27324B7F7E0C21B6A724770F004D35F7C5B3229F20F4A8FAF5E721662A860150EE934FB6CC39A4E432EDC115AE9FBF8706A4348BE5B9E70151D7565F90557CE1A772351BF245FE3E30818009F03B767D1E704A0505451E945101B62EF8D609509506883114477B109C739400104A962297AB35E778C3740D029CA2421A37BB09CDA1A80E1295DB39978DE5570DF43511C85310D4C6B87EC8BCED650C19A35537907937891D837A34240E31C568A1C55135445A76286E19527B00088D04588813973974084534E12013E447F760F435B5A069A51E35F6EF1C0A5BD872E99CC9869CD795E7C6E7E478C934DD8F909F0CAF420F8C23E939AE78DFEB41D65322C9A871EF8E13AC622A4D6C11F4557F33D612106EE40E1E672FB4FE71EF3C356C0938E17FF00335314A76FE3E8FBE98800D773B0B26F6FA53347A2F2FF00DBF5C627027520E3841D1018ABC05050E398B7F3F9F5C952BCBFDB83D40F42BF287F6FDB0A566E4D0F85D14E5572B0A1720919C379F3CE4994521E65FAE9C0B716235BF715FD7E39C64696481A5E4EE07DDF8EF7942D363DDDBBD5BE4B8850AC71D7B0B0F1C33B311575AF07180400588DF284EF82BE2676C43B24E8E73EC739023154286F12C686AF0971B42EA6C7536C465442F7A7112CA38E09C6C09CCE758061513763F98D5FA39C7469A2BC29A4387C9EF1449BCEC95F00F0702A7583459EC8D50134737DF1711A8C8B375064A31D23EE83EDA1FD65C43A7053F2C7F30FB658794BC1AF494FE3E7246AC48F81560281BB6BC72C45C35168BEB83BF5670E24204E95AE9AEFE3C5DFBC204C6B3B06C8BAE695CF7874AC41F869FC21EF0546D510AA097C8112930BD7E21002CA50B7ABA0CB566C15C1521A1A05F838200206DC0EDF6BADEF7865B8803A1A34E5BC9C4708CAA051B5757E4E99378A504D6F92BAD4A3546F9985981A502F205A74BCFE71861CF6FA9B61F830AF86952CAF1A7FB3EF8779051BD8B755FB73F39D3946E1BF95BF8FCE097203A7F1B4FCCED739199EE8DEB9EA799E9C4B6BB109E7B871EE1FD6103ADAECF835E323EC4E9EC34F5DC75CE690A43BBCF7856FBE26DBF7C992FC2D4FE0FB6F25584586D7C6CD1F7D1DE723A2C746BA9BBBDDD713BC78617B4BEBC51F0937852476174E79A96FCABC7DDC7E0B67E6E17A45D397F8FF0078B15CA449B9D71E71999D272FCFFCC41376E678D13352284EB0909A4E50F96DF8DB906C342D6AF89319A81F36FB94E3C7AE7CE5586B4804E68D335D860B4E744E9ECA4EF8E7E718B5D787F2D1EB7CE34A246D23C575FBCAD4A1066FDC5E3D9819E66719D6D2F08B787CDCDBCC381792B6A7CAEF1F081B28449F7F7D7EF2F96A6935DEDDEFE1FF003167C92024A4EA6DFB63D8544A5BC9E5FE5FD62B642142DD9ABE30A107354D6B5798391EC09CF2F1E39E7E7BF59B8C444673A7BD6F8E70480442EE9F6FFA6F2F4CBBE06BB88FDB78EB9ED626874844723D2F38C76C36EA14A14CB62EBC5D60798F443C7747EB58F510480EE03F5D2E3FBB16E2578165FF00CC424BB3763FDBF7C160F549CF87EDEB239D0B0BCEDEEFFEEF1D02579AAF3CEC3F26DC589006B764F47D39A07CB16CF707BD7FB88842D486F9AAD69035EBEF961AAC033D1B1576806870AD65A085D748D133EEC2283DA941DF5E4F75DA13BA55B48A501F1DEA6123BD5129C225DFA98AA53448A90FAE31A8B16A43CAFB5F3EBAC9413108C63B26F60708BB2E0C97A206C945220ECE8C74C11C800778A421B5A14D0D8A9AB982AF221B21849BC620923F23ECBFC5BD7CBD3C4F2DFB6D37EB78E323C06E3E541F6D6310881366BBEE3A6A9BF8E734D5D8395537D27C6EF9D4B414741ADBA39B3DDC33B89B0694011E84DABD24334869A00A9EC6F0EE81A1CD8801F195D34021C1DEB79A052A0BA8CD5D4A7FEE0C6C0878977A3AF992E0ECDEDD2687606E870D5DE0358B48F010ED105A0D7941A2639EC6B5826CBCE352F2BC5E5F172608B6F70DD892F7F5BCE270F1C7DA9B3C4C23817A0827E035F06BC620A225066FCAA43F4E200C3BDCE4F7B11FB37EF94A51DAA23F6A7AFAD600DB0D18FDC3D789F6C0120674727143B3A07ED942BE3D94BD7F2E464AECB6D8D3F8D75EB3A3DE39F0E2FEE739ADE2797F563834A14F7FCB18505AFA1FC47FA3141C070854F725FC6427FC09C7DF9BCEE719B2129346BEB92F3C6689C94B17ECAECFCF9CB6D03AA93CCA4BE343F260D2C6E04DF1DEBEC7575721285A69DDEA6987FEB9BF8D7C891FBDD4ED62D3AC0E94E47207A0D9E3BF9CB050781A3D3803F63EB3C6647638FDC9DE118206C78E13887D68F182D25CAABC79D078DC3F59B00CED4FC6E8FC600A2AB5E92FAD19B9B6D8F2C79EB8BDDEB0CDA2F0036ACD0AF2DED3666F0519B96EF7C093DF27AC9E8167842F63C851DECE29854EAB444E3ADBBBBF9F8155FDCF3F023F1EF18AA15F005DF06D3D18F8938002B520D85D3D8587668ED6D62145D784942859A5AB8B52440EB7CB4138F1FAC9C4A8B99A2B645524109ECF062EAA8DE860232FD962389714CB80AB60554E20E2B845009ADA58FD85E3E30D8DA0457A7875C3E713881221E21B45162F1BF79BE6EA960C14E5C2A25A50047604324A8AB451D769BB851E77C7AF3C03E78FF72EB21E99DF9FF7D61250A5C5FC334E45228E83EED0E3FF0058D4D40868A7ADBEFCEFBC447554A5F8E24D7EF068843C279AF6FEFF001906601E0FF3F8FBE3022A586967AA24DEBC7DB03A19E8419C2CD79A3EAE16423B169275E1E8FA316D0FB01A8581F5FD3CCD9C30FEB2C2A13A4AAF810E30075E1DDE0FA1BA7E1FCE195608EDA1015BAF86609C54D68D6DE6F997BB8E1A723653671C7CC7CFC66EEE9150FB80AFC90C558757087528EBD4AF91C0301547856E875C9F0EB20EA0D3F906A9F7C091A22A21EBF7D5E7341086231F4EAEBAE1F388A000E5D7938D5FBE5543449434F6D23EB9C38274DBC7E4959C0907B187C4575C3476616314D0BE14ECBFEF930B6615D369BA5875F3D7731D22F137BF4783E1FB796454A75ECFFC39C6C9D827309FF7D65ECD9F7677AE757C4C02771395BCD519BD413C611A3959A4F5377EC2672C0DC8A6FD8D4BDFF39A15058410E923F8EB20D1AEB9A0FBF5FA98A808A822707B46FE77D65BC883E193D7F456F1A32D3643B9A2FECFAE71ABD86DAEE36FFDF4E4A62E1438151BA01F1ACD41016B7E465FE4736A21673DFBDEFE21F78EBD033E489C785F8F79B9D6839E8F66498D4980369F7681BF7FEE39DE3385DDFE3F33EDBC90486712FE24FDCC18BC8C61C6B9C1923A0E7D73A9F5CE3A542A936528C8F7C87CF585C20237775CBC44D7CE9E965154440091AF21F7D5C811B70D84F91E26D1B378C8B55E080C3B8F14BC6A98CC17841036A7A3B722691CAD5DA9A464AD42277A075CE3449F15BA66ED6F683F0E243A05D3DC855E12F46F0FDF6AD02C309404436CC16574A26068D1F346BCB1C01EB004543F265203A4CA37A3CE55C0C942D3A438F1B26742EC05D94E07CF23A071EC0043DBFF007066276DE1D8548790DF6E6D2104EF984F2834B9AE09EE801A7339D3E75AC102EEDDE024979CE449D791BC7210028EDA0DFC438988A3C404032F3ABA3CC990530476A8C006AF143E5CBE0D43D03B01078AED265D37C40D9E4AABDBE7BC4CAAC2C766211E6F0D974A6F354C09C8537A55D78BDDE318E04890608821AB480006054214215B3CDE8DF8CA7C863A350EDA6D368E2101DEC07C02B5FEFE7386AB6DDFF72FEFBC0EB406E6E1AF9E78CAC41FBFE08FF1832747A0BF2EDF84CDA937E97BB6963EB872026947555939D1DFF0F191C12DAF3F6D7E7AFC671598DF27C3B38F3F7972F63FD5F89FBC242DAF67CEA0A7F38E26C7BD7EA7BE78C8FD69383E7E3DA7EB097068414EBF3E7014DB6DB1AF111EBC18CE8691D9BFD13E78C7C116A1A35D695F0BBFE71AAE54799F3210BE1FBE1A8AB5AB75041BEF6A9D05680052AD77146F9FEBF1880A95E46CF68376F04FBDC54289A4CF5B609F184224788AD7DEB5F9C1A2F73E6EFB5FB34C67AA3B9FE123F1CF8C8296F7D0F9DFEB8EF37364E5D3F4733E337096A68D3E5BEA79C2A94512EBA5E373EA672275CEE0C41F9F146CC0FF009E7A75D563620572602C2BC5C0D0F7481A11D932B4E6122B05123C69C354318B625CA167630F9EEA6F1CBCA5C41361B9EC162D2104C2A47765D07501AE70B00BA747539DAF8FC9ACD3216F4F830B79FBBFE8B95B4202D5087AD9BE5D69C44CF00A8EBBFC9FAD6B1F5251922F61AD5E871D6B2CE1223085E22A2D0567831150E6906BAD3E23F2FAC7502910D3547643ECF57025A208B03E1D9E1C16609C107883C43D19A54D6A136E21414203AEECD71BF581104C4EEA0919A9E479E778F45EB0D1D7BD9FBDF795F481BAF1D9A0FCEF088AE8111EEF7AE3ED9B008EDD2FC4C1600F5FF9DBCEC308174A8F4799FB36E1926A3B2A6AECD4F7D2E05C9412E813B2FDFBFD636C80D294D4D90E9F7BCEC1862903E227FD793208777E0FE5BFBFC67CA8EBBFB72BF8C89D2BA4EFEE53E5C4C0B3E82EB9387AD6DC42F33B0DAF9D6FFBE317A3B01DEB777EDD75FBCA01D7E92BCFD7582AB8139BE1C807D5C185166E4A3CAFDF43AC8F4244E08FC5D7BC6630DF8FE5ADFEF0484A69D27F7F9C2E8741B3BF5CF2F99AF8310242F7B5BF99C9EFEF9B81A68868F2AC9F0358BA443563F9BF90638CAF69AF93637AECF5856316C494F9E09E7583D863935ADC1B5E9CA8A53AF1F766BED888856BB9AFC7F7804687B4FD14BFEE68049EAA75ABC18D82D6C11D625C6AB9109AF0213CE303C706CDBA2F379D9BCB73ACE11DFB077E1E39CE19B3E79D37C7E498541BDDCD1BBDEEFEB8F79C6A7C177F27CFEBDB811BB203FC93C6B02E857B03869BC5D75F7CDB41D220CFF39E1DEF1F5AA0F5AF4CE37C7DB1741A1F97C746E62858B27C7DDF1E3F9CB94413BFE075F9FB7788902DBA2F7C5E3F1E870C88E8458A79F27DA27AC175A7DD1FCE9FDE00A1A5E4EBC47D6B931A4B5478D25217C932C1A182814C7A29EC5873C2B2128479162C382A6EA960583F444D829762BBE60F8791D7920D77D6FDFF001FCCC5034832DA726F50DEBC63FD5408CA91401B083405D794E8D2AD51783926C37E905B95A1F70E780B61F263889E2D155452F43837750C156F2F37A414102E88ED5B8CAA451E5E47466CB404238939199468540D0F27691CBC080242A20939D8A8A2AECE40545B0FECD6F89F7D5CD51B6D4F1E3CB8CB5C947403C1CB44FB7DF056282C39789129C5BBD66DB9DB4B60762502A8F30FB1CD0A401F8BDFC279C59480043453A29E25FCF3863AA1278E6B38DF48F338E8894B86375A3503B6ECCBACE0BBC2BA79082D37CEE9EB0C54A36C813C3A9F1C987081A2DC82F6148BEDC51B79BA2C022E8DAAAEF78C64C5899A3B45D5803E2E5A86EF777B71C2BBF570908BD63708B5212F179EB86644570E1A8B5D9C06930978E81EF877CFCF9CD379F33F491FCE29EF0DD7F8DBC7870EB0BA48139A5D7D5D611010E95E46AC9C31FA70C287B3B29797BE7D6B1C0C2A7B5753478DF5F8B923EF77F3F67DEEF8D63EE210E1BA15146D545E938D32610A14804A13B2AB6BBE3048A9D6A11CA8C6B8F84C48E041362E91477E3A988403EDF1E675FC7DB9CDCD4FE9F9BFAC2BDFADC76DF3C49F37E311447DBCA5F57F35F7C18DA233AF7F3DFC6BE3004432780389F7FB97E1C176CFC49BE3E236DE69387162D5B8286000AC3A09DEDCFDB7F39A08E43CA86C0D266D8F1CE2A128AD3383451BECBABE70D0D71DBF363CFBA4F3AC6354BB52DF85B1F8E3011D0EF6EFEBD188091D9A4D03BDFB4D98B91EA772B90D82F24751E72859234236A3C81B40FE0CDD32E48AB369C9B452C444616F874AD3AD0D3978A34C680AB446AFC85DBDF02FCE133ADDAFE1235E2FC98DF70D60DED8DD38D2F3DE5392C5E110E13447CEFEF8F649488FAF5D603688202F06E6988C8F279C0916900D579B4838DFEF37584D1A8F908C671AF581191E03586C215215E1E0980FB50B5ADABC16F1D5EF518A013145F1773EC7BEF0961EA2CD1F828F814FCD352B06D15AEC6EFC1E5C63DA42575D9145DEA58881E25D38914691E1AD4978F0310F10F277E25D8BC26B1092E5CC32BEDC9F7E616020022C44DF86CBF5D6036C46AB5F85CF1C6BC619DA6F6BAF930C83501BEFC1950F83697DEAF3FDE1174D5F81BD79EB5A977870A09D28148F05F5BF13188571EC207DB9F8BEA62656B578F8E5FD6B1BDBCAEB67C35B5FB1E9D6025DDC83C3E16FDE65038D5E5DAEEB0FB1821553EEBAF7AFC61841B486DFDD7DF397500D070F0DD9F675EB229DFB76BF3BE7A81EB00C146AC39E51FB6FF191E808276EBC97F47FB9585E483F214A5EB49AC784321C09F2CDEBCFE3082DA7204079D7B1FF007797578230CBD72B1DE9C0A93769DFC941FD7AC01A108045E7CAFE9F38287B8DCBF88FE2ABE759B981A3DD9B363ED09DE4925876FE3713D37AC0C14E5E097C121F6CE2D09F5BDFDDFBE51ED778E217EA604A40ED45A754FE708B78AE90F46DF8C0984FFB1B7F6CEC2E259BE1DA76EB47C65059269D07BEB191EFCD255EAF37A9D7E302A06FE53A7D3F3FFA62BF268F1CFF003FF70086AFCF2D2075F9D7F18C6C96C34573A1F9FD97007C61BABDED7EF17E3006D3B1FE30EBD5C01D014DC2B6FADCEBAC9A690D39E6F5CC7DE3DA696E07D1F047F59C44707F1EFE3BC5A352727D7F5880D83BBEBA86AF77FBC1A3D8D9A67F787740F6A71F3C4FFCEF34E00C282A69D5A9B78736DA88F2A543079B767E6EB128E6D034A5095976164DF38CD8D7923B0ECD3B7A75E7AC53200F9F1360DE1BB264361FA16EA6808ED5EAAE3B001A44688B5FCE0748790788EC9BF797F4D2D4922A5B1CA6DD7380F67A8B18D8144DCAD31876DFAEE83B7C3477DA8B8B5344364D83A836FBE431A70B5034E0328B44D31BAC8F92F2797F70F97E3014668821F7B0B38744C0200882F4435366BADE1C5CF284FE7FE7BC20E4073B78095E2F38E10A59CBBBAED16F7278D618C874D26AB7937E383BD6828B71E547BAAB0E53E18E17D46C06D394B588342539773DB090E8E0BA80898DCBD64B700611AFFCF0F9B39BCA4409D11A5B201DA3D645E108554748D7AA0F236790E08022200186C968348B39CC415850682702E8E79B758D2704357EF7535D600E979A3614F67BE2E0222539379DD4A5FB61B041E0547CF8AFADCCB1C45CD77F8571680961B5035E25FBE2371C9B44D8F9E3D9A1D621005B6AE2EEC89F87390A5F4563C8F1B449D4D67A12F9FF009CFAFDE6BF4EF33543A3F7E219AA2EBD8ABB53B59395DE4821E23AADAF92F2FC63068B49D0EB63FC31B0365ADF17AD06BBEFE725E62BEA5F1DE6C869D6BBF9F3F6C0094F2D9A8F82FD7C62A806B75CBECFA73D63B0D077D8B7B9EFED7024B04F071D7293F2E218007EFE3DE55E4E245F3B6F5C77CE2D459C9B3C0ECF361C4F6EE0D2D3423469E3E549F6C62510DBE51A35ADEB7D76E0E741EC2469E46FE0E3F45ADC397767EF104A5D26E17609EDAFDE37430844116235F374E4BB38AAA24444EC20EB7A6D3570A40F684B20B28D1F060423C2752282844B05D25BAA808C52B6A3E0E26EBD4FB6B11252D43FC7381B0A974E8AEF8DFB9F7C7E60D38DB7E52CE67E7369A857A7C7CAE01E17791E6B4CE525AF1DE689002458BBE3603EFC8E6A53309F7E012EF4E34E7AB2B25976B23E7F61320691680E3150BB1B01A5C04172DA6FC6C41F89D600D8EE7076F72BCA8FDCD1008DB607566EBDFDFB932E6F888B072AD0F6412CD4C2ED68B0BE50A683756E1148F3207D866CF739CDB1D1D006CDBA5E6FF585DE34E6DBF8FF00B3128C3B6C7F5F4F9C43492E989FA7F94CDB3A1035BDF937F9C6177D9E2DFCDDB3EAE0BD1629CA47817353E62F1CE519FC09DE717B7DFEDFD67199CB5EF02ECA1B963E7F7FDE34C67A18DBE4E50FCFDB2FAA01F3D6E7CBE3F9C413BF84DFBEFF00BE31040D1B948F5C13E127DB360E16EC3F9873F3DE794A797FA87E309B3349A3F77AF3812A89A78FC1567EB34A86B41C7CDBFC6125421D913DF3B79869B774DB482774F3DF275ED037477771D25945BAE35F9C0E6FCA27E5867B4AFDF093437AE8F99E4F04E5CCC61B45CDA278B2B3992FAC9C57B3EA71C1E3C57EF9475C1E80D16EFE253384796BC377FE6EE2D02BE6BFAD7EFE33B25BD19E3CF13ED8D95849BF06B4F9FD60B227AB65FB5310207D678878FED3F3930ECB81A4FC5B9B74FBDFAFAD6408DFCDE1E37F5AC7020ECBD70F3DFCFACDF961A08E4E96C3EA6F0A329A043E541FBBF19E829AD6835E5E1FE30522346BAFBBBEBA0FBE530AB6EF4CEA1CF8C314016046364D3871DDBB981B30350DCBEBBFCE0E76FB8293DF19F78747F3759FDEE6A78D179E305453CBE83201B13ED7EF3087208EA7F2F3FAFB6298706A89F0011751F93378A86EA407E41AEB9F09DE20EACDB506BD8F8E9E381700511F82F887DB90F8EB06C655D11E0D509C4E29BD6EE250128CABD9D9E21F378C660C36123E5781D4D77A9BC4D80BDACFEBAF898362D9A1B296AA5012F5F13BF7C4C0DD4D4683D4869494F4400B92E4476011A92E6231CD169A620C4F30BEF341DC7C5DBFF0798E4C5E2E37369BFAD7F38DC0C8D219B4145468D29D098451E0410E1E4799F0C94B43D9B93DBB71CE93C389D8D8A54DBE8DF1E677779B08D87625E8F8F3509D98697B4E75BD9DAEB63DF183B0A1E089E5DD1FEF9C6CE8D55177AA214868826DAEDE24E040519450AB421C2A8244B9E8A30D73C36E2D938B422B6EA403D352F065D3D05A8A4E16EB5BD0F58181EC2F1D22E8855B0B58F559D6144308224108385321784361E2556F49875A2B7B447B4E4D92CFBE475111DD9D316CF82FEF2E60D681FC81DF3F0E42702896F1EB87E3FCC2102C6D363388F380D6A7924E3C87EBE6758548AA76361CD9033E23CE48A979FD5A86BE397453AC9CE9B7D7DFEBDE7FFFD9,'2','0000-00-00 00:00:00','0000-00-00 00:00:00',41,0,'2016-02-03',6,'2016-02-03 13:55:30');
/*!40000 ALTER TABLE cms_sections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_sections_descriptors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_sections_descriptors (
num_section int(11) NOT NULL DEFAULT '0',
num_noeud int(11) NOT NULL DEFAULT '0',
section_descriptor_order int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (num_section,num_noeud)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_sections_descriptors`
--
LOCK TABLES cms_sections_descriptors WRITE;
/*!40000 ALTER TABLE cms_sections_descriptors DISABLE KEYS */;
/*!40000 ALTER TABLE cms_sections_descriptors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_vars`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_vars (
id_var int(10) unsigned NOT NULL AUTO_INCREMENT,
var_num_page int(10) unsigned NOT NULL DEFAULT '0',
var_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
var_comment varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_var)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_vars`
--
LOCK TABLES cms_vars WRITE;
/*!40000 ALTER TABLE cms_vars DISABLE KEYS */;
INSERT INTO cms_vars (id_var, var_num_page, var_name, var_comment) VALUES (18,4,'id_article','Identifiant de l\'article');
INSERT INTO cms_vars (id_var, var_num_page, var_name, var_comment) VALUES (19,6,'id_rubrique','Identifiant de la rubrique');
INSERT INTO cms_vars (id_var, var_num_page, var_name, var_comment) VALUES (20,9,'id_date','Identifiant de date');
/*!40000 ALTER TABLE cms_vars ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_version`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE cms_version (
id_version int(10) unsigned NOT NULL AUTO_INCREMENT,
version_cms_num int(10) unsigned NOT NULL DEFAULT '0',
version_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
version_comment text COLLATE utf8_unicode_ci NOT NULL,
version_public int(10) unsigned NOT NULL DEFAULT '0',
version_user int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_version)
) ENGINE=MyISAM AUTO_INCREMENT=960 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_version`
--
LOCK TABLES cms_version WRITE;
/*!40000 ALTER TABLE cms_version DISABLE KEYS */;
INSERT INTO cms_version (id_version, version_cms_num, version_date, version_comment, version_public, version_user) VALUES (959,1,'2016-03-22 17:20:48','',0,1);
/*!40000 ALTER TABLE cms_version ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collection_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collection_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collection_custom`
--
LOCK TABLES collection_custom WRITE;
/*!40000 ALTER TABLE collection_custom DISABLE KEYS */;
/*!40000 ALTER TABLE collection_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collection_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collection_custom_lists (
collection_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
collection_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
collection_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (collection_custom_champ),
KEY editorial_champ_list_value (collection_custom_champ,collection_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collection_custom_lists`
--
LOCK TABLES collection_custom_lists WRITE;
/*!40000 ALTER TABLE collection_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE collection_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collection_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collection_custom_values (
collection_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
collection_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
collection_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
collection_custom_text text COLLATE utf8_unicode_ci,
collection_custom_integer int(11) DEFAULT NULL,
collection_custom_date date DEFAULT NULL,
collection_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (collection_custom_champ),
KEY editorial_custom_origine (collection_custom_origine),
KEY i_ccv_st (collection_custom_small_text),
KEY i_ccv_t (collection_custom_text(255)),
KEY i_ccv_i (collection_custom_integer),
KEY i_ccv_d (collection_custom_date),
KEY i_ccv_f (collection_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collection_custom_values`
--
LOCK TABLES collection_custom_values WRITE;
/*!40000 ALTER TABLE collection_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE collection_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collections (
collection_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
collection_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collection_parent mediumint(8) unsigned NOT NULL DEFAULT '0',
collection_issn varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_coll text COLLATE utf8_unicode_ci,
collection_web text COLLATE utf8_unicode_ci NOT NULL,
collection_comment text COLLATE utf8_unicode_ci NOT NULL,
authority_import_denied int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (collection_id),
KEY collection_name (collection_name),
KEY collection_parent (collection_parent)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collections`
--
LOCK TABLES collections WRITE;
/*!40000 ALTER TABLE collections DISABLE KEYS */;
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (4,'Écoutez lire',13,'',' ecoutez lire ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (5,'Collection dirigée par Henri Gougaud',6,'',' collection dirigee par henri gougaud ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (6,'Un Livre, un cd',9,'1766-148X',' livre cd 1766 148x ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (7,'Crea.jeunesse',6,'',' crea jeunesse ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (8,'Bayou',13,'',' bayou ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (9,'Fragments',15,'',' fragments ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (10,'L.d.p.jeunesse',17,'',' p jeunesse ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (12,'Sagesse d\'un métier',19,'',' sagesse metier ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (13,'Le métier de',20,'',' metier ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (14,'Que sais-je ?',21,'',' que sais je ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (16,'Collection Série noire',13,'',' collection serie noire ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (17,'Folio cadet',23,'',' folio cadet ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (18,'Les encyclopes',26,'',' encyclopes ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (19,'À petits petons',9,'',' petits petons ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (20,'Kididoc',29,'',' kididoc ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (21,'Folio',13,'',' folio ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (24,'Littérature étrangère',35,'',' litterature etrangere ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (25,'Revue dada',36,'',' revue dada ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (26,'Album',37,'',' album ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (27,'Mes Premières Découvertes de la Musique',38,'',' mes premieres decouvertes musique ','','',0);
INSERT INTO collections (collection_id, collection_name, collection_parent, collection_issn, index_coll, collection_web, collection_comment, authority_import_denied) VALUES (28,'Collection Warner',40,'',' collection warner ','','',0);
/*!40000 ALTER TABLE collections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collections_state`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collections_state (
collstate_id int(8) NOT NULL AUTO_INCREMENT,
id_serial mediumint(8) unsigned NOT NULL DEFAULT '0',
location_id smallint(5) unsigned NOT NULL DEFAULT '0',
state_collections text COLLATE utf8_unicode_ci NOT NULL,
collstate_emplacement int(8) unsigned NOT NULL DEFAULT '0',
collstate_type int(8) unsigned NOT NULL DEFAULT '0',
collstate_origine varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collstate_cote varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collstate_archive varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collstate_statut int(8) unsigned NOT NULL DEFAULT '0',
collstate_lacune text COLLATE utf8_unicode_ci NOT NULL,
collstate_note text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (collstate_id),
KEY i_colls_arc (collstate_archive),
KEY i_colls_empl (collstate_emplacement),
KEY i_colls_type (collstate_type),
KEY i_colls_orig (collstate_origine),
KEY i_colls_cote (collstate_cote),
KEY i_colls_stat (collstate_statut),
KEY i_colls_serial (id_serial),
KEY i_colls_loc (location_id)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collections_state`
--
LOCK TABLES collections_state WRITE;
/*!40000 ALTER TABLE collections_state DISABLE KEYS */;
INSERT INTO collections_state (collstate_id, id_serial, location_id, state_collections, collstate_emplacement, collstate_type, collstate_origine, collstate_cote, collstate_archive, collstate_statut, collstate_lacune, collstate_note) VALUES (2,124,1,'T. 28, n° 5, 1983 -',4,2,'','','',3,'','');
INSERT INTO collections_state (collstate_id, id_serial, location_id, state_collections, collstate_emplacement, collstate_type, collstate_origine, collstate_cote, collstate_archive, collstate_statut, collstate_lacune, collstate_note) VALUES (3,120,1,'N° 393, 2011 ; N° 402, 2012 - ',2,1,'','PER GEO','',1,'','');
INSERT INTO collections_state (collstate_id, id_serial, location_id, state_collections, collstate_emplacement, collstate_type, collstate_origine, collstate_cote, collstate_archive, collstate_statut, collstate_lacune, collstate_note) VALUES (4,129,1,'2012 -',1,1,'','PER J GEO','',1,'','');
INSERT INTO collections_state (collstate_id, id_serial, location_id, state_collections, collstate_emplacement, collstate_type, collstate_origine, collstate_cote, collstate_archive, collstate_statut, collstate_lacune, collstate_note) VALUES (5,132,1,'1 année',1,1,'','PER STU','',1,'','');
/*!40000 ALTER TABLE collections_state ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collstate_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collstate_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) NOT NULL DEFAULT '0',
search int(11) NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collstate_custom`
--
LOCK TABLES collstate_custom WRITE;
/*!40000 ALTER TABLE collstate_custom DISABLE KEYS */;
/*!40000 ALTER TABLE collstate_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collstate_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collstate_custom_lists (
collstate_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
collstate_custom_list_value varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
collstate_custom_list_lib varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ordre int(11) NOT NULL DEFAULT '0',
KEY collstate_custom_champ (collstate_custom_champ),
KEY i_ccl_lv (collstate_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collstate_custom_lists`
--
LOCK TABLES collstate_custom_lists WRITE;
/*!40000 ALTER TABLE collstate_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE collstate_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `collstate_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE collstate_custom_values (
collstate_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
collstate_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
collstate_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
collstate_custom_text text COLLATE utf8_unicode_ci,
collstate_custom_integer int(11) DEFAULT NULL,
collstate_custom_date date DEFAULT NULL,
collstate_custom_float float DEFAULT NULL,
KEY collstate_custom_champ (collstate_custom_champ),
KEY collstate_custom_origine (collstate_custom_origine),
KEY i_ccv_st (collstate_custom_small_text),
KEY i_ccv_t (collstate_custom_text(255)),
KEY i_ccv_i (collstate_custom_integer),
KEY i_ccv_d (collstate_custom_date),
KEY i_ccv_f (collstate_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `collstate_custom_values`
--
LOCK TABLES collstate_custom_values WRITE;
/*!40000 ALTER TABLE collstate_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE collstate_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `comptes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE comptes (
id_compte int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
type_compte_id int(10) unsigned NOT NULL DEFAULT '0',
solde decimal(16,2) DEFAULT '0.00',
prepay_mnt decimal(16,2) NOT NULL DEFAULT '0.00',
proprio_id int(10) unsigned NOT NULL DEFAULT '0',
droits text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_compte),
KEY i_cpt_proprio_id (proprio_id)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `comptes`
--
LOCK TABLES comptes WRITE;
/*!40000 ALTER TABLE comptes DISABLE KEYS */;
/*!40000 ALTER TABLE comptes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
parameters text COLLATE utf8_unicode_ci NOT NULL,
repository int(11) NOT NULL DEFAULT '0',
timeout int(11) NOT NULL DEFAULT '5',
retry int(11) NOT NULL DEFAULT '3',
ttl int(11) NOT NULL DEFAULT '1440',
PRIMARY KEY (connector_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors`
--
LOCK TABLES connectors WRITE;
/*!40000 ALTER TABLE connectors DISABLE KEYS */;
/*!40000 ALTER TABLE connectors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_categ`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_categ (
connectors_categ_id smallint(5) NOT NULL AUTO_INCREMENT,
connectors_categ_name varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
opac_expanded smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (connectors_categ_id)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_categ`
--
LOCK TABLES connectors_categ WRITE;
/*!40000 ALTER TABLE connectors_categ DISABLE KEYS */;
INSERT INTO connectors_categ (connectors_categ_id, connectors_categ_name, opac_expanded) VALUES (1,'Catalogues de bibliothèques',1);
INSERT INTO connectors_categ (connectors_categ_id, connectors_categ_name, opac_expanded) VALUES (2,'Sources non disponibles pour la recherche externe',0);
INSERT INTO connectors_categ (connectors_categ_id, connectors_categ_name, opac_expanded) VALUES (3,'Bases de données et archives ouvertes',1);
/*!40000 ALTER TABLE connectors_categ ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_categ_sources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_categ_sources (
num_categ smallint(6) NOT NULL DEFAULT '0',
num_source smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (num_categ,num_source),
KEY i_num_source (num_source)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_categ_sources`
--
LOCK TABLES connectors_categ_sources WRITE;
/*!40000 ALTER TABLE connectors_categ_sources DISABLE KEYS */;
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (1,5);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (1,6);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (2,1);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (2,2);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (2,3);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (2,4);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (3,7);
INSERT INTO connectors_categ_sources (num_categ, num_source) VALUES (3,8);
/*!40000 ALTER TABLE connectors_categ_sources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out (
connectors_out_id int(11) NOT NULL AUTO_INCREMENT,
connectors_out_config longblob NOT NULL,
PRIMARY KEY (connectors_out_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out`
--
LOCK TABLES connectors_out WRITE;
/*!40000 ALTER TABLE connectors_out DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_oai_deleted_records`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_oai_deleted_records (
num_set int(11) unsigned NOT NULL DEFAULT '0',
num_notice int(11) unsigned NOT NULL DEFAULT '0',
deletion_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (num_set,num_notice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_oai_deleted_records`
--
LOCK TABLES connectors_out_oai_deleted_records WRITE;
/*!40000 ALTER TABLE connectors_out_oai_deleted_records DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_oai_deleted_records ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_oai_tokens`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_oai_tokens (
connectors_out_oai_token_token varchar(32) COLLATE utf8_unicode_ci NOT NULL,
connectors_out_oai_token_environnement text COLLATE utf8_unicode_ci NOT NULL,
connectors_out_oai_token_expirationdate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (connectors_out_oai_token_token)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_oai_tokens`
--
LOCK TABLES connectors_out_oai_tokens WRITE;
/*!40000 ALTER TABLE connectors_out_oai_tokens DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_oai_tokens ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_setcache_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_setcache_values (
connectors_out_setcache_values_cachenum int(11) NOT NULL DEFAULT '0',
connectors_out_setcache_values_value int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (connectors_out_setcache_values_cachenum,connectors_out_setcache_values_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_setcache_values`
--
LOCK TABLES connectors_out_setcache_values WRITE;
/*!40000 ALTER TABLE connectors_out_setcache_values DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_setcache_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_setcaches`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_setcaches (
connectors_out_setcache_id int(11) NOT NULL AUTO_INCREMENT,
connectors_out_setcache_setnum int(11) NOT NULL DEFAULT '0',
connectors_out_setcache_lifeduration int(4) NOT NULL DEFAULT '0',
connectors_out_setcache_lifeduration_unit enum('seconds','minutes','hours','days','weeks','months') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'seconds',
connectors_out_setcache_lastupdatedate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (connectors_out_setcache_id),
UNIQUE KEY connectors_out_setcache_setnum (connectors_out_setcache_setnum)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_setcaches`
--
LOCK TABLES connectors_out_setcaches WRITE;
/*!40000 ALTER TABLE connectors_out_setcaches DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_setcaches ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_setcateg_sets`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_setcateg_sets (
connectors_out_setcategset_setnum int(11) NOT NULL,
connectors_out_setcategset_categnum int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (connectors_out_setcategset_setnum,connectors_out_setcategset_categnum)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_setcateg_sets`
--
LOCK TABLES connectors_out_setcateg_sets WRITE;
/*!40000 ALTER TABLE connectors_out_setcateg_sets DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_setcateg_sets ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_setcategs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_setcategs (
connectors_out_setcateg_id int(11) NOT NULL AUTO_INCREMENT,
connectors_out_setcateg_name varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connectors_out_setcateg_id),
UNIQUE KEY connectors_out_setcateg_name (connectors_out_setcateg_name)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_setcategs`
--
LOCK TABLES connectors_out_setcategs WRITE;
/*!40000 ALTER TABLE connectors_out_setcategs DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_setcategs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_sets`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_sets (
connector_out_set_id int(11) NOT NULL AUTO_INCREMENT,
connector_out_set_caption varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
connector_out_set_type int(4) NOT NULL DEFAULT '0',
connector_out_set_config longblob NOT NULL,
being_refreshed int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (connector_out_set_id),
UNIQUE KEY connector_out_set_caption (connector_out_set_caption)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_sets`
--
LOCK TABLES connectors_out_sets WRITE;
/*!40000 ALTER TABLE connectors_out_sets DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_sets ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_sources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_sources (
connectors_out_source_id int(11) NOT NULL AUTO_INCREMENT,
connectors_out_sources_connectornum int(11) NOT NULL DEFAULT '0',
connectors_out_source_name varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
connectors_out_source_comment varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
connectors_out_source_config longblob NOT NULL,
PRIMARY KEY (connectors_out_source_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_sources`
--
LOCK TABLES connectors_out_sources WRITE;
/*!40000 ALTER TABLE connectors_out_sources DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_sources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_out_sources_esgroups`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_out_sources_esgroups (
connectors_out_source_esgroup_sourcenum int(11) NOT NULL DEFAULT '0',
connectors_out_source_esgroup_esgroupnum int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (connectors_out_source_esgroup_sourcenum,connectors_out_source_esgroup_esgroupnum)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_out_sources_esgroups`
--
LOCK TABLES connectors_out_sources_esgroups WRITE;
/*!40000 ALTER TABLE connectors_out_sources_esgroups DISABLE KEYS */;
/*!40000 ALTER TABLE connectors_out_sources_esgroups ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `connectors_sources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE connectors_sources (
source_id int(10) unsigned NOT NULL AUTO_INCREMENT,
id_connector varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
parameters mediumtext COLLATE utf8_unicode_ci NOT NULL,
`comment` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
repository int(11) NOT NULL DEFAULT '0',
timeout int(11) NOT NULL DEFAULT '5',
retry int(11) NOT NULL DEFAULT '3',
ttl int(11) NOT NULL DEFAULT '1440',
opac_allowed int(3) unsigned NOT NULL DEFAULT '0',
rep_upload int(11) NOT NULL DEFAULT '0',
upload_doc_num int(11) NOT NULL DEFAULT '1',
enrichment int(11) NOT NULL DEFAULT '0',
opac_affiliate_search int(11) NOT NULL DEFAULT '0',
opac_selected int(3) unsigned NOT NULL DEFAULT '0',
type_enrichment_allowed text COLLATE utf8_unicode_ci NOT NULL,
ico_notice varchar(256) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
last_sync_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (source_id)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `connectors_sources`
--
LOCK TABLES connectors_sources WRITE;
/*!40000 ALTER TABLE connectors_sources DISABLE KEYS */;
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (1,'google_book','a:2:{s:5:\"width\";i:500;s:6:\"height\";i:500;}','','Google Book',2,5,3,1800,1,0,0,1,0,0,'a:1:{i:0;s:5:\"books\";}','','0000-00-00 00:00:00');
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (3,'wikipedia','a:0:{}','','Wikipédia',2,5,3,1800,1,0,1,1,0,0,'a:2:{i:0;s:4:\"wiki\";i:1;s:3:\"bio\";}','','0000-00-00 00:00:00');
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (4,'youtube','a:0:{}','','YouTube',2,5,3,1800,1,0,1,1,0,0,'a:1:{i:0;s:7:\"youtube\";}','','0000-00-00 00:00:00');
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (5,'z3950','a:10:{s:3:\"url\";s:12:\"z3950.bnf.fr\";s:10:\"z3950_base\";s:9:\"TOUT-UTF8\";s:11:\"z3950_login\";s:5:\"Z3950\";s:14:\"z3950_password\";s:9:\"Z3950_BNF\";s:17:\"z3950_max_notices\";s:3:\"100\";s:12:\"z3950_format\";s:7:\"UNIMARC\";s:10:\"z3950_port\";s:4:\"2211\";s:13:\"z3950_convert\";s:1:\"0\";s:12:\"z3950_profil\";s:11:\"very_simple\";s:10:\"z3950_bib1\";a:546:{s:19:\"bib1_200a_BOOLEAN_0\";s:1:\"4\";s:19:\"bib1_200a_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_0\";s:1:\"4\";s:21:\"bib1_200a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_0\";s:1:\"4\";s:19:\"bib1_200a_ENDWITH_1\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_2\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_3\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_4\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_5\";s:0:\"\";s:17:\"bib1_200a_EXACT_0\";s:1:\"4\";s:17:\"bib1_200a_EXACT_1\";s:0:\"\";s:17:\"bib1_200a_EXACT_2\";s:0:\"\";s:17:\"bib1_200a_EXACT_3\";s:0:\"\";s:17:\"bib1_200a_EXACT_4\";s:0:\"\";s:17:\"bib1_200a_EXACT_5\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_0\";s:25:\"4,5,1003,7,8,1214,1018,21\";s:18:\"bib1_XXX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_5\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_0\";s:4:\"1003\";s:18:\"bib1_7XX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_0\";s:4:\"1003\";s:20:\"bib1_7XX_STARTWITH_1\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_2\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_3\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_4\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_5\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_0\";s:4:\"1003\";s:18:\"bib1_7XX_ENDWITH_1\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_2\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_3\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_4\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_5\";s:0:\"\";s:16:\"bib1_7XX_EXACT_0\";s:4:\"1003\";s:16:\"bib1_7XX_EXACT_1\";s:0:\"\";s:16:\"bib1_7XX_EXACT_2\";s:0:\"\";s:16:\"bib1_7XX_EXACT_3\";s:0:\"\";s:16:\"bib1_7XX_EXACT_4\";s:0:\"\";s:16:\"bib1_7XX_EXACT_5\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_0\";s:4:\"1018\";s:19:\"bib1_210c_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_0\";s:4:\"1018\";s:21:\"bib1_210c_STARTWITH_1\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_2\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_3\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_4\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_5\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_0\";s:4:\"1018\";s:19:\"bib1_210c_ENDWITH_1\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_2\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_3\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_4\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_5\";s:0:\"\";s:17:\"bib1_210c_EXACT_0\";s:4:\"1018\";s:17:\"bib1_210c_EXACT_1\";s:0:\"\";s:17:\"bib1_210c_EXACT_2\";s:0:\"\";s:17:\"bib1_210c_EXACT_3\";s:0:\"\";s:17:\"bib1_210c_EXACT_4\";s:0:\"\";s:17:\"bib1_210c_EXACT_5\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_0\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_1\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_2\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_3\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_4\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_5\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_0\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_1\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_2\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_3\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_4\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_5\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_0\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_1\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_2\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_3\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_4\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_5\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_0\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_1\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_2\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_3\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_4\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_5\";s:0:\"\";s:17:\"bib1_210d_EXACT_0\";s:0:\"\";s:17:\"bib1_210d_EXACT_1\";s:0:\"\";s:17:\"bib1_210d_EXACT_2\";s:0:\"\";s:17:\"bib1_210d_EXACT_3\";s:0:\"\";s:17:\"bib1_210d_EXACT_4\";s:0:\"\";s:17:\"bib1_210d_EXACT_5\";s:0:\"\";s:14:\"bib1_210d_EQ_0\";s:0:\"\";s:14:\"bib1_210d_EQ_1\";s:0:\"\";s:14:\"bib1_210d_EQ_2\";s:0:\"\";s:14:\"bib1_210d_EQ_3\";s:0:\"\";s:14:\"bib1_210d_EQ_4\";s:0:\"\";s:14:\"bib1_210d_EQ_5\";s:0:\"\";s:14:\"bib1_210d_LT_0\";s:0:\"\";s:14:\"bib1_210d_LT_1\";s:0:\"\";s:14:\"bib1_210d_LT_2\";s:0:\"\";s:14:\"bib1_210d_LT_3\";s:0:\"\";s:14:\"bib1_210d_LT_4\";s:0:\"\";s:14:\"bib1_210d_LT_5\";s:0:\"\";s:14:\"bib1_210d_GT_0\";s:0:\"\";s:14:\"bib1_210d_GT_1\";s:0:\"\";s:14:\"bib1_210d_GT_2\";s:0:\"\";s:14:\"bib1_210d_GT_3\";s:0:\"\";s:14:\"bib1_210d_GT_4\";s:0:\"\";s:14:\"bib1_210d_GT_5\";s:0:\"\";s:16:\"bib1_210d_LTEQ_0\";s:0:\"\";s:16:\"bib1_210d_LTEQ_1\";s:0:\"\";s:16:\"bib1_210d_LTEQ_2\";s:0:\"\";s:16:\"bib1_210d_LTEQ_3\";s:0:\"\";s:16:\"bib1_210d_LTEQ_4\";s:0:\"\";s:16:\"bib1_210d_LTEQ_5\";s:0:\"\";s:16:\"bib1_210d_GTEQ_0\";s:0:\"\";s:16:\"bib1_210d_GTEQ_1\";s:0:\"\";s:16:\"bib1_210d_GTEQ_2\";s:0:\"\";s:16:\"bib1_210d_GTEQ_3\";s:0:\"\";s:16:\"bib1_210d_GTEQ_4\";s:0:\"\";s:16:\"bib1_210d_GTEQ_5\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_0\";s:1:\"5\";s:23:\"bib1_225a410t_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_0\";s:1:\"5\";s:25:\"bib1_225a410t_STARTWITH_1\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_2\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_3\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_4\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_5\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_0\";s:1:\"5\";s:23:\"bib1_225a410t_ENDWITH_1\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_2\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_3\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_4\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_5\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_0\";s:1:\"5\";s:21:\"bib1_225a410t_EXACT_1\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_2\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_3\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_4\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_5\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_0\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_0\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_1\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_2\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_3\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_4\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_5\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_0\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_1\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_2\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_3\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_4\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_5\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_0\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_1\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_2\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_3\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_4\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_5\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_0\";s:1:\"5\";s:19:\"bib1_461t_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_0\";s:1:\"5\";s:21:\"bib1_461t_STARTWITH_1\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_2\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_3\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_4\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_5\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_0\";s:1:\"5\";s:19:\"bib1_461t_ENDWITH_1\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_2\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_3\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_4\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_5\";s:0:\"\";s:17:\"bib1_461t_EXACT_0\";s:1:\"5\";s:17:\"bib1_461t_EXACT_1\";s:0:\"\";s:17:\"bib1_461t_EXACT_2\";s:0:\"\";s:17:\"bib1_461t_EXACT_3\";s:0:\"\";s:17:\"bib1_461t_EXACT_4\";s:0:\"\";s:17:\"bib1_461t_EXACT_5\";s:0:\"\";s:14:\"bib1_461t_EQ_0\";s:1:\"5\";s:14:\"bib1_461t_EQ_1\";s:0:\"\";s:14:\"bib1_461t_EQ_2\";s:0:\"\";s:14:\"bib1_461t_EQ_3\";s:0:\"\";s:14:\"bib1_461t_EQ_4\";s:0:\"\";s:14:\"bib1_461t_EQ_5\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_0\";s:8:\"7,8,1214\";s:21:\"bib1_010a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_0\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_0\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_0\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_1\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_2\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_3\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_4\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_5\";s:0:\"\";s:17:\"bib1_500a_EXACT_0\";s:0:\"\";s:17:\"bib1_500a_EXACT_1\";s:0:\"\";s:17:\"bib1_500a_EXACT_2\";s:0:\"\";s:17:\"bib1_500a_EXACT_3\";s:0:\"\";s:17:\"bib1_500a_EXACT_4\";s:0:\"\";s:17:\"bib1_500a_EXACT_5\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_300_STARTWITH_0\";s:0:\"\";s:20:\"bib1_300_STARTWITH_1\";s:0:\"\";s:20:\"bib1_300_STARTWITH_2\";s:0:\"\";s:20:\"bib1_300_STARTWITH_3\";s:0:\"\";s:20:\"bib1_300_STARTWITH_4\";s:0:\"\";s:20:\"bib1_300_STARTWITH_5\";s:0:\"\";s:18:\"bib1_300_ENDWITH_0\";s:0:\"\";s:18:\"bib1_300_ENDWITH_1\";s:0:\"\";s:18:\"bib1_300_ENDWITH_2\";s:0:\"\";s:18:\"bib1_300_ENDWITH_3\";s:0:\"\";s:18:\"bib1_300_ENDWITH_4\";s:0:\"\";s:18:\"bib1_300_ENDWITH_5\";s:0:\"\";s:16:\"bib1_300_EXACT_0\";s:0:\"\";s:16:\"bib1_300_EXACT_1\";s:0:\"\";s:16:\"bib1_300_EXACT_2\";s:0:\"\";s:16:\"bib1_300_EXACT_3\";s:0:\"\";s:16:\"bib1_300_EXACT_4\";s:0:\"\";s:16:\"bib1_300_EXACT_5\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_327_STARTWITH_0\";s:0:\"\";s:20:\"bib1_327_STARTWITH_1\";s:0:\"\";s:20:\"bib1_327_STARTWITH_2\";s:0:\"\";s:20:\"bib1_327_STARTWITH_3\";s:0:\"\";s:20:\"bib1_327_STARTWITH_4\";s:0:\"\";s:20:\"bib1_327_STARTWITH_5\";s:0:\"\";s:18:\"bib1_327_ENDWITH_0\";s:0:\"\";s:18:\"bib1_327_ENDWITH_1\";s:0:\"\";s:18:\"bib1_327_ENDWITH_2\";s:0:\"\";s:18:\"bib1_327_ENDWITH_3\";s:0:\"\";s:18:\"bib1_327_ENDWITH_4\";s:0:\"\";s:18:\"bib1_327_ENDWITH_5\";s:0:\"\";s:16:\"bib1_327_EXACT_0\";s:0:\"\";s:16:\"bib1_327_EXACT_1\";s:0:\"\";s:16:\"bib1_327_EXACT_2\";s:0:\"\";s:16:\"bib1_327_EXACT_3\";s:0:\"\";s:16:\"bib1_327_EXACT_4\";s:0:\"\";s:16:\"bib1_327_EXACT_5\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_330_STARTWITH_0\";s:0:\"\";s:20:\"bib1_330_STARTWITH_1\";s:0:\"\";s:20:\"bib1_330_STARTWITH_2\";s:0:\"\";s:20:\"bib1_330_STARTWITH_3\";s:0:\"\";s:20:\"bib1_330_STARTWITH_4\";s:0:\"\";s:20:\"bib1_330_STARTWITH_5\";s:0:\"\";s:18:\"bib1_330_ENDWITH_0\";s:0:\"\";s:18:\"bib1_330_ENDWITH_1\";s:0:\"\";s:18:\"bib1_330_ENDWITH_2\";s:0:\"\";s:18:\"bib1_330_ENDWITH_3\";s:0:\"\";s:18:\"bib1_330_ENDWITH_4\";s:0:\"\";s:18:\"bib1_330_ENDWITH_5\";s:0:\"\";s:16:\"bib1_330_EXACT_0\";s:0:\"\";s:16:\"bib1_330_EXACT_1\";s:0:\"\";s:16:\"bib1_330_EXACT_2\";s:0:\"\";s:16:\"bib1_330_EXACT_3\";s:0:\"\";s:16:\"bib1_330_EXACT_4\";s:0:\"\";s:16:\"bib1_330_EXACT_5\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_0\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_1\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_2\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_3\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_4\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_5\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_0\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_1\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_2\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_3\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_4\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_5\";s:0:\"\";s:16:\"bib1_3XX_EXACT_0\";s:0:\"\";s:16:\"bib1_3XX_EXACT_1\";s:0:\"\";s:16:\"bib1_3XX_EXACT_2\";s:0:\"\";s:16:\"bib1_3XX_EXACT_3\";s:0:\"\";s:16:\"bib1_3XX_EXACT_4\";s:0:\"\";s:16:\"bib1_3XX_EXACT_5\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_0\";s:2:\"21\";s:18:\"bib1_60X_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_0\";s:2:\"21\";s:20:\"bib1_60X_STARTWITH_1\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_2\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_3\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_4\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_5\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_0\";s:2:\"21\";s:18:\"bib1_60X_ENDWITH_1\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_2\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_3\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_4\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_5\";s:0:\"\";s:16:\"bib1_60X_EXACT_0\";s:2:\"21\";s:16:\"bib1_60X_EXACT_1\";s:0:\"\";s:16:\"bib1_60X_EXACT_2\";s:0:\"\";s:16:\"bib1_60X_EXACT_3\";s:0:\"\";s:16:\"bib1_60X_EXACT_4\";s:0:\"\";s:16:\"bib1_60X_EXACT_5\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_0\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_0\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_1\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_2\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_3\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_4\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_5\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_0\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_1\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_2\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_3\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_4\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_5\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_0\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_1\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_2\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_3\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_4\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_5\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_0\";s:2:\"21\";s:18:\"bib1_610_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_610_STARTWITH_0\";s:2:\"21\";s:20:\"bib1_610_STARTWITH_1\";s:0:\"\";s:20:\"bib1_610_STARTWITH_2\";s:0:\"\";s:20:\"bib1_610_STARTWITH_3\";s:0:\"\";s:20:\"bib1_610_STARTWITH_4\";s:0:\"\";s:20:\"bib1_610_STARTWITH_5\";s:0:\"\";s:18:\"bib1_610_ENDWITH_0\";s:2:\"21\";s:18:\"bib1_610_ENDWITH_1\";s:0:\"\";s:18:\"bib1_610_ENDWITH_2\";s:0:\"\";s:18:\"bib1_610_ENDWITH_3\";s:0:\"\";s:18:\"bib1_610_ENDWITH_4\";s:0:\"\";s:18:\"bib1_610_ENDWITH_5\";s:0:\"\";s:16:\"bib1_610_EXACT_0\";s:2:\"21\";s:16:\"bib1_610_EXACT_1\";s:0:\"\";s:16:\"bib1_610_EXACT_2\";s:0:\"\";s:16:\"bib1_610_EXACT_3\";s:0:\"\";s:16:\"bib1_610_EXACT_4\";s:0:\"\";s:16:\"bib1_610_EXACT_5\";s:0:\"\";s:14:\"bib1_101a_EQ_0\";s:2:\"54\";s:14:\"bib1_101a_EQ_1\";s:0:\"\";s:14:\"bib1_101a_EQ_2\";s:0:\"\";s:14:\"bib1_101a_EQ_3\";s:0:\"\";s:14:\"bib1_101a_EQ_4\";s:0:\"\";s:14:\"bib1_101a_EQ_5\";s:0:\"\";s:14:\"bib1_101c_EQ_0\";s:0:\"\";s:14:\"bib1_101c_EQ_1\";s:0:\"\";s:14:\"bib1_101c_EQ_2\";s:0:\"\";s:14:\"bib1_101c_EQ_3\";s:0:\"\";s:14:\"bib1_101c_EQ_4\";s:0:\"\";s:14:\"bib1_101c_EQ_5\";s:0:\"\";s:12:\"bib1_bl_EQ_0\";s:0:\"\";s:12:\"bib1_bl_EQ_1\";s:0:\"\";s:12:\"bib1_bl_EQ_2\";s:0:\"\";s:12:\"bib1_bl_EQ_3\";s:0:\"\";s:12:\"bib1_bl_EQ_4\";s:0:\"\";s:12:\"bib1_bl_EQ_5\";s:0:\"\";s:12:\"bib1_dt_EQ_0\";s:4:\"1031\";s:12:\"bib1_dt_EQ_1\";s:0:\"\";s:12:\"bib1_dt_EQ_2\";s:0:\"\";s:12:\"bib1_dt_EQ_3\";s:0:\"\";s:12:\"bib1_dt_EQ_4\";s:0:\"\";s:12:\"bib1_dt_EQ_5\";s:0:\"\";s:19:\"bib1_FORBIDDEN_EQ_0\";N;s:19:\"bib1_FORBIDDEN_EQ_1\";N;s:19:\"bib1_FORBIDDEN_EQ_2\";N;s:19:\"bib1_FORBIDDEN_EQ_3\";N;s:19:\"bib1_FORBIDDEN_EQ_4\";N;s:19:\"bib1_FORBIDDEN_EQ_5\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_0\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_1\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_2\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_3\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_4\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_5\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_0\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_1\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_2\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_3\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_4\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_5\";N;s:22:\"bib1_FORBIDDEN_EXACT_0\";N;s:22:\"bib1_FORBIDDEN_EXACT_1\";N;s:22:\"bib1_FORBIDDEN_EXACT_2\";N;s:22:\"bib1_FORBIDDEN_EXACT_3\";N;s:22:\"bib1_FORBIDDEN_EXACT_4\";N;s:22:\"bib1_FORBIDDEN_EXACT_5\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_0\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_1\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_2\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_3\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_4\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_5\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_0\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_1\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_2\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_3\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_4\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_5\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_0\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_1\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_2\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_3\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_4\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_5\";N;s:19:\"bib1_FORBIDDEN_LT_0\";N;s:19:\"bib1_FORBIDDEN_LT_1\";N;s:19:\"bib1_FORBIDDEN_LT_2\";N;s:19:\"bib1_FORBIDDEN_LT_3\";N;s:19:\"bib1_FORBIDDEN_LT_4\";N;s:19:\"bib1_FORBIDDEN_LT_5\";N;s:19:\"bib1_FORBIDDEN_GT_0\";N;s:19:\"bib1_FORBIDDEN_GT_1\";N;s:19:\"bib1_FORBIDDEN_GT_2\";N;s:19:\"bib1_FORBIDDEN_GT_3\";N;s:19:\"bib1_FORBIDDEN_GT_4\";N;s:19:\"bib1_FORBIDDEN_GT_5\";N;s:21:\"bib1_FORBIDDEN_LTEQ_0\";N;s:21:\"bib1_FORBIDDEN_LTEQ_1\";N;s:21:\"bib1_FORBIDDEN_LTEQ_2\";N;s:21:\"bib1_FORBIDDEN_LTEQ_3\";N;s:21:\"bib1_FORBIDDEN_LTEQ_4\";N;s:21:\"bib1_FORBIDDEN_LTEQ_5\";N;s:21:\"bib1_FORBIDDEN_GTEQ_0\";N;s:21:\"bib1_FORBIDDEN_GTEQ_1\";N;s:21:\"bib1_FORBIDDEN_GTEQ_2\";N;s:21:\"bib1_FORBIDDEN_GTEQ_3\";N;s:21:\"bib1_FORBIDDEN_GTEQ_4\";N;s:21:\"bib1_FORBIDDEN_GTEQ_5\";N;s:12:\"bib1_dc_EQ_0\";s:0:\"\";s:12:\"bib1_dc_EQ_1\";s:0:\"\";s:12:\"bib1_dc_EQ_2\";s:0:\"\";s:12:\"bib1_dc_EQ_3\";s:0:\"\";s:12:\"bib1_dc_EQ_4\";s:0:\"\";s:12:\"bib1_dc_EQ_5\";s:0:\"\";s:12:\"bib1_dc_LT_0\";s:0:\"\";s:12:\"bib1_dc_LT_1\";s:0:\"\";s:12:\"bib1_dc_LT_2\";s:0:\"\";s:12:\"bib1_dc_LT_3\";s:0:\"\";s:12:\"bib1_dc_LT_4\";s:0:\"\";s:12:\"bib1_dc_LT_5\";s:0:\"\";s:12:\"bib1_dc_GT_0\";s:0:\"\";s:12:\"bib1_dc_GT_1\";s:0:\"\";s:12:\"bib1_dc_GT_2\";s:0:\"\";s:12:\"bib1_dc_GT_3\";s:0:\"\";s:12:\"bib1_dc_GT_4\";s:0:\"\";s:12:\"bib1_dc_GT_5\";s:0:\"\";s:14:\"bib1_dc_LTEQ_0\";s:0:\"\";s:14:\"bib1_dc_LTEQ_1\";s:0:\"\";s:14:\"bib1_dc_LTEQ_2\";s:0:\"\";s:14:\"bib1_dc_LTEQ_3\";s:0:\"\";s:14:\"bib1_dc_LTEQ_4\";s:0:\"\";s:14:\"bib1_dc_LTEQ_5\";s:0:\"\";s:14:\"bib1_dc_GTEQ_0\";s:0:\"\";s:14:\"bib1_dc_GTEQ_1\";s:0:\"\";s:14:\"bib1_dc_GTEQ_2\";s:0:\"\";s:14:\"bib1_dc_GTEQ_3\";s:0:\"\";s:14:\"bib1_dc_GTEQ_4\";s:0:\"\";s:14:\"bib1_dc_GTEQ_5\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_0\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_1\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_2\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_3\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_4\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_5\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_0\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_1\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_2\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_3\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_4\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_5\";s:0:\"\";}}','','BnF',2,15,3,1800,1,0,1,0,0,1,'a:0:{}','','0000-00-00 00:00:00');
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (6,'z3950','a:10:{s:3:\"url\";s:20:\"carmin.sudoc.abes.fr\";s:10:\"z3950_base\";s:15:\"ABES-Z39-PUBLIC\";s:11:\"z3950_login\";s:0:\"\";s:14:\"z3950_password\";s:0:\"\";s:17:\"z3950_max_notices\";s:3:\"100\";s:12:\"z3950_format\";s:7:\"UNIMARC\";s:10:\"z3950_port\";s:3:\"210\";s:13:\"z3950_convert\";s:1:\"0\";s:12:\"z3950_profil\";s:11:\"very_simple\";s:10:\"z3950_bib1\";a:546:{s:19:\"bib1_200a_BOOLEAN_0\";s:1:\"4\";s:19:\"bib1_200a_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_200a_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_0\";s:1:\"4\";s:21:\"bib1_200a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_200a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_0\";s:1:\"4\";s:19:\"bib1_200a_ENDWITH_1\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_2\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_3\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_4\";s:0:\"\";s:19:\"bib1_200a_ENDWITH_5\";s:0:\"\";s:17:\"bib1_200a_EXACT_0\";s:1:\"4\";s:17:\"bib1_200a_EXACT_1\";s:0:\"\";s:17:\"bib1_200a_EXACT_2\";s:0:\"\";s:17:\"bib1_200a_EXACT_3\";s:0:\"\";s:17:\"bib1_200a_EXACT_4\";s:0:\"\";s:17:\"bib1_200a_EXACT_5\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_0\";s:25:\"4,5,1003,7,8,1214,1018,21\";s:18:\"bib1_XXX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_XXX_BOOLEAN_5\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_0\";s:4:\"1003\";s:18:\"bib1_7XX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_7XX_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_0\";s:4:\"1003\";s:20:\"bib1_7XX_STARTWITH_1\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_2\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_3\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_4\";s:0:\"\";s:20:\"bib1_7XX_STARTWITH_5\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_0\";s:4:\"1003\";s:18:\"bib1_7XX_ENDWITH_1\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_2\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_3\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_4\";s:0:\"\";s:18:\"bib1_7XX_ENDWITH_5\";s:0:\"\";s:16:\"bib1_7XX_EXACT_0\";s:4:\"1003\";s:16:\"bib1_7XX_EXACT_1\";s:0:\"\";s:16:\"bib1_7XX_EXACT_2\";s:0:\"\";s:16:\"bib1_7XX_EXACT_3\";s:0:\"\";s:16:\"bib1_7XX_EXACT_4\";s:0:\"\";s:16:\"bib1_7XX_EXACT_5\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_0\";s:4:\"1018\";s:19:\"bib1_210c_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_210c_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_0\";s:4:\"1018\";s:21:\"bib1_210c_STARTWITH_1\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_2\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_3\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_4\";s:0:\"\";s:21:\"bib1_210c_STARTWITH_5\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_0\";s:4:\"1018\";s:19:\"bib1_210c_ENDWITH_1\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_2\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_3\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_4\";s:0:\"\";s:19:\"bib1_210c_ENDWITH_5\";s:0:\"\";s:17:\"bib1_210c_EXACT_0\";s:4:\"1018\";s:17:\"bib1_210c_EXACT_1\";s:0:\"\";s:17:\"bib1_210c_EXACT_2\";s:0:\"\";s:17:\"bib1_210c_EXACT_3\";s:0:\"\";s:17:\"bib1_210c_EXACT_4\";s:0:\"\";s:17:\"bib1_210c_EXACT_5\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_0\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_1\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_2\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_3\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_4\";s:0:\"\";s:29:\"bib1_210d_CONTAINS_AT_LEAST_5\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_0\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_1\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_2\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_3\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_4\";s:0:\"\";s:24:\"bib1_210d_CONTAINS_ALL_5\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_0\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_1\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_2\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_3\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_4\";s:0:\"\";s:21:\"bib1_210d_STARTWITH_5\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_0\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_1\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_2\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_3\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_4\";s:0:\"\";s:19:\"bib1_210d_ENDWITH_5\";s:0:\"\";s:17:\"bib1_210d_EXACT_0\";s:0:\"\";s:17:\"bib1_210d_EXACT_1\";s:0:\"\";s:17:\"bib1_210d_EXACT_2\";s:0:\"\";s:17:\"bib1_210d_EXACT_3\";s:0:\"\";s:17:\"bib1_210d_EXACT_4\";s:0:\"\";s:17:\"bib1_210d_EXACT_5\";s:0:\"\";s:14:\"bib1_210d_EQ_0\";s:0:\"\";s:14:\"bib1_210d_EQ_1\";s:0:\"\";s:14:\"bib1_210d_EQ_2\";s:0:\"\";s:14:\"bib1_210d_EQ_3\";s:0:\"\";s:14:\"bib1_210d_EQ_4\";s:0:\"\";s:14:\"bib1_210d_EQ_5\";s:0:\"\";s:14:\"bib1_210d_LT_0\";s:0:\"\";s:14:\"bib1_210d_LT_1\";s:0:\"\";s:14:\"bib1_210d_LT_2\";s:0:\"\";s:14:\"bib1_210d_LT_3\";s:0:\"\";s:14:\"bib1_210d_LT_4\";s:0:\"\";s:14:\"bib1_210d_LT_5\";s:0:\"\";s:14:\"bib1_210d_GT_0\";s:0:\"\";s:14:\"bib1_210d_GT_1\";s:0:\"\";s:14:\"bib1_210d_GT_2\";s:0:\"\";s:14:\"bib1_210d_GT_3\";s:0:\"\";s:14:\"bib1_210d_GT_4\";s:0:\"\";s:14:\"bib1_210d_GT_5\";s:0:\"\";s:16:\"bib1_210d_LTEQ_0\";s:0:\"\";s:16:\"bib1_210d_LTEQ_1\";s:0:\"\";s:16:\"bib1_210d_LTEQ_2\";s:0:\"\";s:16:\"bib1_210d_LTEQ_3\";s:0:\"\";s:16:\"bib1_210d_LTEQ_4\";s:0:\"\";s:16:\"bib1_210d_LTEQ_5\";s:0:\"\";s:16:\"bib1_210d_GTEQ_0\";s:0:\"\";s:16:\"bib1_210d_GTEQ_1\";s:0:\"\";s:16:\"bib1_210d_GTEQ_2\";s:0:\"\";s:16:\"bib1_210d_GTEQ_3\";s:0:\"\";s:16:\"bib1_210d_GTEQ_4\";s:0:\"\";s:16:\"bib1_210d_GTEQ_5\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_0\";s:1:\"5\";s:23:\"bib1_225a410t_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_225a410t_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_0\";s:1:\"5\";s:25:\"bib1_225a410t_STARTWITH_1\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_2\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_3\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_4\";s:0:\"\";s:25:\"bib1_225a410t_STARTWITH_5\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_0\";s:1:\"5\";s:23:\"bib1_225a410t_ENDWITH_1\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_2\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_3\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_4\";s:0:\"\";s:23:\"bib1_225a410t_ENDWITH_5\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_0\";s:1:\"5\";s:21:\"bib1_225a410t_EXACT_1\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_2\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_3\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_4\";s:0:\"\";s:21:\"bib1_225a410t_EXACT_5\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_0\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_225i411t_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_0\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_1\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_2\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_3\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_4\";s:0:\"\";s:25:\"bib1_225i411t_STARTWITH_5\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_0\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_1\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_2\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_3\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_4\";s:0:\"\";s:23:\"bib1_225i411t_ENDWITH_5\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_0\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_1\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_2\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_3\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_4\";s:0:\"\";s:21:\"bib1_225i411t_EXACT_5\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_0\";s:1:\"5\";s:19:\"bib1_461t_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_461t_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_0\";s:1:\"5\";s:21:\"bib1_461t_STARTWITH_1\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_2\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_3\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_4\";s:0:\"\";s:21:\"bib1_461t_STARTWITH_5\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_0\";s:1:\"5\";s:19:\"bib1_461t_ENDWITH_1\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_2\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_3\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_4\";s:0:\"\";s:19:\"bib1_461t_ENDWITH_5\";s:0:\"\";s:17:\"bib1_461t_EXACT_0\";s:1:\"5\";s:17:\"bib1_461t_EXACT_1\";s:0:\"\";s:17:\"bib1_461t_EXACT_2\";s:0:\"\";s:17:\"bib1_461t_EXACT_3\";s:0:\"\";s:17:\"bib1_461t_EXACT_4\";s:0:\"\";s:17:\"bib1_461t_EXACT_5\";s:0:\"\";s:14:\"bib1_461t_EQ_0\";s:1:\"5\";s:14:\"bib1_461t_EQ_1\";s:0:\"\";s:14:\"bib1_461t_EQ_2\";s:0:\"\";s:14:\"bib1_461t_EQ_3\";s:0:\"\";s:14:\"bib1_461t_EQ_4\";s:0:\"\";s:14:\"bib1_461t_EQ_5\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_0\";s:8:\"7,8,1214\";s:21:\"bib1_010a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_010a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_0\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_1\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_2\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_3\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_4\";s:0:\"\";s:19:\"bib1_500a_BOOLEAN_5\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_0\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_1\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_2\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_3\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_4\";s:0:\"\";s:21:\"bib1_500a_STARTWITH_5\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_0\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_1\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_2\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_3\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_4\";s:0:\"\";s:19:\"bib1_500a_ENDWITH_5\";s:0:\"\";s:17:\"bib1_500a_EXACT_0\";s:0:\"\";s:17:\"bib1_500a_EXACT_1\";s:0:\"\";s:17:\"bib1_500a_EXACT_2\";s:0:\"\";s:17:\"bib1_500a_EXACT_3\";s:0:\"\";s:17:\"bib1_500a_EXACT_4\";s:0:\"\";s:17:\"bib1_500a_EXACT_5\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_300_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_300_STARTWITH_0\";s:0:\"\";s:20:\"bib1_300_STARTWITH_1\";s:0:\"\";s:20:\"bib1_300_STARTWITH_2\";s:0:\"\";s:20:\"bib1_300_STARTWITH_3\";s:0:\"\";s:20:\"bib1_300_STARTWITH_4\";s:0:\"\";s:20:\"bib1_300_STARTWITH_5\";s:0:\"\";s:18:\"bib1_300_ENDWITH_0\";s:0:\"\";s:18:\"bib1_300_ENDWITH_1\";s:0:\"\";s:18:\"bib1_300_ENDWITH_2\";s:0:\"\";s:18:\"bib1_300_ENDWITH_3\";s:0:\"\";s:18:\"bib1_300_ENDWITH_4\";s:0:\"\";s:18:\"bib1_300_ENDWITH_5\";s:0:\"\";s:16:\"bib1_300_EXACT_0\";s:0:\"\";s:16:\"bib1_300_EXACT_1\";s:0:\"\";s:16:\"bib1_300_EXACT_2\";s:0:\"\";s:16:\"bib1_300_EXACT_3\";s:0:\"\";s:16:\"bib1_300_EXACT_4\";s:0:\"\";s:16:\"bib1_300_EXACT_5\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_327_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_327_STARTWITH_0\";s:0:\"\";s:20:\"bib1_327_STARTWITH_1\";s:0:\"\";s:20:\"bib1_327_STARTWITH_2\";s:0:\"\";s:20:\"bib1_327_STARTWITH_3\";s:0:\"\";s:20:\"bib1_327_STARTWITH_4\";s:0:\"\";s:20:\"bib1_327_STARTWITH_5\";s:0:\"\";s:18:\"bib1_327_ENDWITH_0\";s:0:\"\";s:18:\"bib1_327_ENDWITH_1\";s:0:\"\";s:18:\"bib1_327_ENDWITH_2\";s:0:\"\";s:18:\"bib1_327_ENDWITH_3\";s:0:\"\";s:18:\"bib1_327_ENDWITH_4\";s:0:\"\";s:18:\"bib1_327_ENDWITH_5\";s:0:\"\";s:16:\"bib1_327_EXACT_0\";s:0:\"\";s:16:\"bib1_327_EXACT_1\";s:0:\"\";s:16:\"bib1_327_EXACT_2\";s:0:\"\";s:16:\"bib1_327_EXACT_3\";s:0:\"\";s:16:\"bib1_327_EXACT_4\";s:0:\"\";s:16:\"bib1_327_EXACT_5\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_330_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_330_STARTWITH_0\";s:0:\"\";s:20:\"bib1_330_STARTWITH_1\";s:0:\"\";s:20:\"bib1_330_STARTWITH_2\";s:0:\"\";s:20:\"bib1_330_STARTWITH_3\";s:0:\"\";s:20:\"bib1_330_STARTWITH_4\";s:0:\"\";s:20:\"bib1_330_STARTWITH_5\";s:0:\"\";s:18:\"bib1_330_ENDWITH_0\";s:0:\"\";s:18:\"bib1_330_ENDWITH_1\";s:0:\"\";s:18:\"bib1_330_ENDWITH_2\";s:0:\"\";s:18:\"bib1_330_ENDWITH_3\";s:0:\"\";s:18:\"bib1_330_ENDWITH_4\";s:0:\"\";s:18:\"bib1_330_ENDWITH_5\";s:0:\"\";s:16:\"bib1_330_EXACT_0\";s:0:\"\";s:16:\"bib1_330_EXACT_1\";s:0:\"\";s:16:\"bib1_330_EXACT_2\";s:0:\"\";s:16:\"bib1_330_EXACT_3\";s:0:\"\";s:16:\"bib1_330_EXACT_4\";s:0:\"\";s:16:\"bib1_330_EXACT_5\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_0\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_3XX_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_0\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_1\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_2\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_3\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_4\";s:0:\"\";s:20:\"bib1_3XX_STARTWITH_5\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_0\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_1\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_2\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_3\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_4\";s:0:\"\";s:18:\"bib1_3XX_ENDWITH_5\";s:0:\"\";s:16:\"bib1_3XX_EXACT_0\";s:0:\"\";s:16:\"bib1_3XX_EXACT_1\";s:0:\"\";s:16:\"bib1_3XX_EXACT_2\";s:0:\"\";s:16:\"bib1_3XX_EXACT_3\";s:0:\"\";s:16:\"bib1_3XX_EXACT_4\";s:0:\"\";s:16:\"bib1_3XX_EXACT_5\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_0\";s:2:\"21\";s:18:\"bib1_60X_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_60X_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_0\";s:2:\"21\";s:20:\"bib1_60X_STARTWITH_1\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_2\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_3\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_4\";s:0:\"\";s:20:\"bib1_60X_STARTWITH_5\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_0\";s:2:\"21\";s:18:\"bib1_60X_ENDWITH_1\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_2\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_3\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_4\";s:0:\"\";s:18:\"bib1_60X_ENDWITH_5\";s:0:\"\";s:16:\"bib1_60X_EXACT_0\";s:2:\"21\";s:16:\"bib1_60X_EXACT_1\";s:0:\"\";s:16:\"bib1_60X_EXACT_2\";s:0:\"\";s:16:\"bib1_60X_EXACT_3\";s:0:\"\";s:16:\"bib1_60X_EXACT_4\";s:0:\"\";s:16:\"bib1_60X_EXACT_5\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_0\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_1\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_2\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_3\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_4\";s:0:\"\";s:23:\"bib1_676a686a_BOOLEAN_5\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_0\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_1\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_2\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_3\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_4\";s:0:\"\";s:25:\"bib1_676a686a_STARTWITH_5\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_0\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_1\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_2\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_3\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_4\";s:0:\"\";s:23:\"bib1_676a686a_ENDWITH_5\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_0\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_1\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_2\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_3\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_4\";s:0:\"\";s:21:\"bib1_676a686a_EXACT_5\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_0\";s:2:\"21\";s:18:\"bib1_610_BOOLEAN_1\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_2\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_3\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_4\";s:0:\"\";s:18:\"bib1_610_BOOLEAN_5\";s:0:\"\";s:20:\"bib1_610_STARTWITH_0\";s:2:\"21\";s:20:\"bib1_610_STARTWITH_1\";s:0:\"\";s:20:\"bib1_610_STARTWITH_2\";s:0:\"\";s:20:\"bib1_610_STARTWITH_3\";s:0:\"\";s:20:\"bib1_610_STARTWITH_4\";s:0:\"\";s:20:\"bib1_610_STARTWITH_5\";s:0:\"\";s:18:\"bib1_610_ENDWITH_0\";s:2:\"21\";s:18:\"bib1_610_ENDWITH_1\";s:0:\"\";s:18:\"bib1_610_ENDWITH_2\";s:0:\"\";s:18:\"bib1_610_ENDWITH_3\";s:0:\"\";s:18:\"bib1_610_ENDWITH_4\";s:0:\"\";s:18:\"bib1_610_ENDWITH_5\";s:0:\"\";s:16:\"bib1_610_EXACT_0\";s:2:\"21\";s:16:\"bib1_610_EXACT_1\";s:0:\"\";s:16:\"bib1_610_EXACT_2\";s:0:\"\";s:16:\"bib1_610_EXACT_3\";s:0:\"\";s:16:\"bib1_610_EXACT_4\";s:0:\"\";s:16:\"bib1_610_EXACT_5\";s:0:\"\";s:14:\"bib1_101a_EQ_0\";s:2:\"54\";s:14:\"bib1_101a_EQ_1\";s:0:\"\";s:14:\"bib1_101a_EQ_2\";s:0:\"\";s:14:\"bib1_101a_EQ_3\";s:0:\"\";s:14:\"bib1_101a_EQ_4\";s:0:\"\";s:14:\"bib1_101a_EQ_5\";s:0:\"\";s:14:\"bib1_101c_EQ_0\";s:0:\"\";s:14:\"bib1_101c_EQ_1\";s:0:\"\";s:14:\"bib1_101c_EQ_2\";s:0:\"\";s:14:\"bib1_101c_EQ_3\";s:0:\"\";s:14:\"bib1_101c_EQ_4\";s:0:\"\";s:14:\"bib1_101c_EQ_5\";s:0:\"\";s:12:\"bib1_bl_EQ_0\";s:0:\"\";s:12:\"bib1_bl_EQ_1\";s:0:\"\";s:12:\"bib1_bl_EQ_2\";s:0:\"\";s:12:\"bib1_bl_EQ_3\";s:0:\"\";s:12:\"bib1_bl_EQ_4\";s:0:\"\";s:12:\"bib1_bl_EQ_5\";s:0:\"\";s:12:\"bib1_dt_EQ_0\";s:4:\"1031\";s:12:\"bib1_dt_EQ_1\";s:0:\"\";s:12:\"bib1_dt_EQ_2\";s:0:\"\";s:12:\"bib1_dt_EQ_3\";s:0:\"\";s:12:\"bib1_dt_EQ_4\";s:0:\"\";s:12:\"bib1_dt_EQ_5\";s:0:\"\";s:19:\"bib1_FORBIDDEN_EQ_0\";N;s:19:\"bib1_FORBIDDEN_EQ_1\";N;s:19:\"bib1_FORBIDDEN_EQ_2\";N;s:19:\"bib1_FORBIDDEN_EQ_3\";N;s:19:\"bib1_FORBIDDEN_EQ_4\";N;s:19:\"bib1_FORBIDDEN_EQ_5\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_0\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_1\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_2\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_3\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_4\";N;s:25:\"bib1_FORBIDDEN_CONTAINS_5\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_0\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_1\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_2\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_3\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_4\";N;s:26:\"bib1_FORBIDDEN_STARTWITH_5\";N;s:22:\"bib1_FORBIDDEN_EXACT_0\";N;s:22:\"bib1_FORBIDDEN_EXACT_1\";N;s:22:\"bib1_FORBIDDEN_EXACT_2\";N;s:22:\"bib1_FORBIDDEN_EXACT_3\";N;s:22:\"bib1_FORBIDDEN_EXACT_4\";N;s:22:\"bib1_FORBIDDEN_EXACT_5\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_0\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_1\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_2\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_3\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_4\";N;s:24:\"bib1_FORBIDDEN_ENDWITH_5\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_0\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_1\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_2\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_3\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_4\";N;s:34:\"bib1_FORBIDDEN_CONTAINS_AT_LEAST_5\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_0\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_1\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_2\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_3\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_4\";N;s:29:\"bib1_FORBIDDEN_CONTAINS_ALL_5\";N;s:19:\"bib1_FORBIDDEN_LT_0\";N;s:19:\"bib1_FORBIDDEN_LT_1\";N;s:19:\"bib1_FORBIDDEN_LT_2\";N;s:19:\"bib1_FORBIDDEN_LT_3\";N;s:19:\"bib1_FORBIDDEN_LT_4\";N;s:19:\"bib1_FORBIDDEN_LT_5\";N;s:19:\"bib1_FORBIDDEN_GT_0\";N;s:19:\"bib1_FORBIDDEN_GT_1\";N;s:19:\"bib1_FORBIDDEN_GT_2\";N;s:19:\"bib1_FORBIDDEN_GT_3\";N;s:19:\"bib1_FORBIDDEN_GT_4\";N;s:19:\"bib1_FORBIDDEN_GT_5\";N;s:21:\"bib1_FORBIDDEN_LTEQ_0\";N;s:21:\"bib1_FORBIDDEN_LTEQ_1\";N;s:21:\"bib1_FORBIDDEN_LTEQ_2\";N;s:21:\"bib1_FORBIDDEN_LTEQ_3\";N;s:21:\"bib1_FORBIDDEN_LTEQ_4\";N;s:21:\"bib1_FORBIDDEN_LTEQ_5\";N;s:21:\"bib1_FORBIDDEN_GTEQ_0\";N;s:21:\"bib1_FORBIDDEN_GTEQ_1\";N;s:21:\"bib1_FORBIDDEN_GTEQ_2\";N;s:21:\"bib1_FORBIDDEN_GTEQ_3\";N;s:21:\"bib1_FORBIDDEN_GTEQ_4\";N;s:21:\"bib1_FORBIDDEN_GTEQ_5\";N;s:12:\"bib1_dc_EQ_0\";s:0:\"\";s:12:\"bib1_dc_EQ_1\";s:0:\"\";s:12:\"bib1_dc_EQ_2\";s:0:\"\";s:12:\"bib1_dc_EQ_3\";s:0:\"\";s:12:\"bib1_dc_EQ_4\";s:0:\"\";s:12:\"bib1_dc_EQ_5\";s:0:\"\";s:12:\"bib1_dc_LT_0\";s:0:\"\";s:12:\"bib1_dc_LT_1\";s:0:\"\";s:12:\"bib1_dc_LT_2\";s:0:\"\";s:12:\"bib1_dc_LT_3\";s:0:\"\";s:12:\"bib1_dc_LT_4\";s:0:\"\";s:12:\"bib1_dc_LT_5\";s:0:\"\";s:12:\"bib1_dc_GT_0\";s:0:\"\";s:12:\"bib1_dc_GT_1\";s:0:\"\";s:12:\"bib1_dc_GT_2\";s:0:\"\";s:12:\"bib1_dc_GT_3\";s:0:\"\";s:12:\"bib1_dc_GT_4\";s:0:\"\";s:12:\"bib1_dc_GT_5\";s:0:\"\";s:14:\"bib1_dc_LTEQ_0\";s:0:\"\";s:14:\"bib1_dc_LTEQ_1\";s:0:\"\";s:14:\"bib1_dc_LTEQ_2\";s:0:\"\";s:14:\"bib1_dc_LTEQ_3\";s:0:\"\";s:14:\"bib1_dc_LTEQ_4\";s:0:\"\";s:14:\"bib1_dc_LTEQ_5\";s:0:\"\";s:14:\"bib1_dc_GTEQ_0\";s:0:\"\";s:14:\"bib1_dc_GTEQ_1\";s:0:\"\";s:14:\"bib1_dc_GTEQ_2\";s:0:\"\";s:14:\"bib1_dc_GTEQ_3\";s:0:\"\";s:14:\"bib1_dc_GTEQ_4\";s:0:\"\";s:14:\"bib1_dc_GTEQ_5\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_0\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_1\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_2\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_3\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_4\";s:0:\"\";s:20:\"bib1_856u_CONTAINS_5\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_0\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_1\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_2\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_3\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_4\";s:0:\"\";s:20:\"bib1_461v_CONTAINS_5\";s:0:\"\";}}','','Sudoc',2,15,3,1800,1,0,1,0,0,0,'a:0:{}','','0000-00-00 00:00:00');
INSERT INTO connectors_sources (source_id, id_connector, parameters, comment, name, repository, timeout, retry, ttl, opac_allowed, rep_upload, upload_doc_num, enrichment, opac_affiliate_search, opac_selected, type_enrichment_allowed, ico_notice, last_sync_date) VALUES (7,'oai','a:6:{s:3:\"url\";s:33:\"http://oai.bnf.fr/oai2/OAIHandler\";s:14:\"clean_base_url\";s:1:\"1\";s:4:\"sets\";a:1:{i:0;s:22:\"gallica:corpus:afrique\";}s:7:\"formats\";s:6:\"oai_dc\";s:11:\"del_deleted\";s:1:\"0\";s:13:\"xsl_transform\";N;}','','Gallica',1,5,3,1800,1,0,1,0,1,0,'a:0:{}','','0000-00-00 00:00:00');
/*!40000 ALTER TABLE connectors_sources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `coordonnees`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE coordonnees (
id_contact int(8) unsigned NOT NULL AUTO_INCREMENT,
type_coord int(1) unsigned NOT NULL DEFAULT '0',
num_entite int(5) unsigned NOT NULL DEFAULT '0',
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
contact varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
adr1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
adr2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cp varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ville varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
etat varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
pays varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tel1 varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tel2 varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
fax varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
email varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaires text COLLATE utf8_unicode_ci,
PRIMARY KEY (id_contact),
KEY i_num_entite (num_entite)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `coordonnees`
--
LOCK TABLES coordonnees WRITE;
/*!40000 ALTER TABLE coordonnees DISABLE KEYS */;
/*!40000 ALTER TABLE coordonnees ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes (
id_demande int(10) unsigned NOT NULL AUTO_INCREMENT,
num_demandeur int(10) unsigned NOT NULL DEFAULT '0',
theme_demande int(3) NOT NULL DEFAULT '0',
type_demande int(3) NOT NULL DEFAULT '0',
etat_demande int(3) NOT NULL DEFAULT '0',
date_demande date NOT NULL DEFAULT '0000-00-00',
date_prevue date NOT NULL DEFAULT '0000-00-00',
deadline_demande date NOT NULL DEFAULT '0000-00-00',
titre_demande varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
sujet_demande text COLLATE utf8_unicode_ci NOT NULL,
progression mediumint(3) NOT NULL DEFAULT '0',
num_user_cloture mediumint(3) NOT NULL DEFAULT '0',
num_notice int(10) NOT NULL DEFAULT '0',
dmde_read_gestion int(1) unsigned NOT NULL DEFAULT '0',
reponse_finale text COLLATE utf8_unicode_ci,
dmde_read_opac int(1) unsigned NOT NULL DEFAULT '0',
demande_note_num int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_demande),
KEY i_num_demandeur (num_demandeur),
KEY i_date_demande (date_demande),
KEY i_deadline_demande (deadline_demande)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes`
--
LOCK TABLES demandes WRITE;
/*!40000 ALTER TABLE demandes DISABLE KEYS */;
/*!40000 ALTER TABLE demandes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_actions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_actions (
id_action int(10) unsigned NOT NULL AUTO_INCREMENT,
type_action int(3) NOT NULL DEFAULT '0',
statut_action int(3) NOT NULL DEFAULT '0',
sujet_action varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
detail_action text COLLATE utf8_unicode_ci NOT NULL,
date_action date NOT NULL DEFAULT '0000-00-00',
deadline_action date NOT NULL DEFAULT '0000-00-00',
temps_passe float DEFAULT NULL,
cout mediumint(3) NOT NULL DEFAULT '0',
progression_action mediumint(3) NOT NULL DEFAULT '0',
prive_action int(1) NOT NULL DEFAULT '0',
num_demande int(10) NOT NULL DEFAULT '0',
actions_num_user int(10) unsigned NOT NULL DEFAULT '0',
actions_type_user tinyint(4) unsigned NOT NULL DEFAULT '0',
actions_read_opac int(11) NOT NULL DEFAULT '0',
actions_read_gestion int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_action),
KEY i_date_action (date_action),
KEY i_deadline_action (deadline_action),
KEY i_num_demande (num_demande),
KEY i_actions_user (actions_num_user,actions_type_user)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_actions`
--
LOCK TABLES demandes_actions WRITE;
/*!40000 ALTER TABLE demandes_actions DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_actions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_custom`
--
LOCK TABLES demandes_custom WRITE;
/*!40000 ALTER TABLE demandes_custom DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_custom_lists (
demandes_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
demandes_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
demandes_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY i_demandes_custom_champ (demandes_custom_champ),
KEY i_demandes_champ_list_value (demandes_custom_champ,demandes_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_custom_lists`
--
LOCK TABLES demandes_custom_lists WRITE;
/*!40000 ALTER TABLE demandes_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_custom_values (
demandes_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
demandes_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
demandes_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
demandes_custom_text text COLLATE utf8_unicode_ci,
demandes_custom_integer int(11) DEFAULT NULL,
demandes_custom_date date DEFAULT NULL,
demandes_custom_float float DEFAULT NULL,
KEY i_demandes_custom_champ (demandes_custom_champ),
KEY i_demandes_custom_origine (demandes_custom_origine)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_custom_values`
--
LOCK TABLES demandes_custom_values WRITE;
/*!40000 ALTER TABLE demandes_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_notes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_notes (
id_note int(10) unsigned NOT NULL AUTO_INCREMENT,
prive int(1) NOT NULL DEFAULT '0',
rapport int(1) NOT NULL DEFAULT '0',
contenu text COLLATE utf8_unicode_ci NOT NULL,
date_note datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
num_action int(10) NOT NULL DEFAULT '0',
num_note_parent int(10) NOT NULL DEFAULT '0',
notes_num_user int(10) unsigned NOT NULL DEFAULT '0',
notes_type_user tinyint(4) unsigned NOT NULL DEFAULT '0',
notes_read_gestion int(1) unsigned NOT NULL DEFAULT '0',
notes_read_opac int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_note),
KEY i_date_note (date_note),
KEY i_num_action (num_action),
KEY i_num_note_parent (num_note_parent),
KEY i_notes_user (notes_num_user,notes_type_user)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_notes`
--
LOCK TABLES demandes_notes WRITE;
/*!40000 ALTER TABLE demandes_notes DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_notes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_theme`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_theme (
id_theme int(10) unsigned NOT NULL AUTO_INCREMENT,
libelle_theme varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_theme)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_theme`
--
LOCK TABLES demandes_theme WRITE;
/*!40000 ALTER TABLE demandes_theme DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_theme ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_type`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_type (
id_type int(10) unsigned NOT NULL AUTO_INCREMENT,
libelle_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
allowed_actions text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_type)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_type`
--
LOCK TABLES demandes_type WRITE;
/*!40000 ALTER TABLE demandes_type DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_type ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `demandes_users`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE demandes_users (
num_user int(10) NOT NULL DEFAULT '0',
num_demande int(10) NOT NULL DEFAULT '0',
date_creation date NOT NULL DEFAULT '0000-00-00',
users_statut int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (num_user,num_demande)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `demandes_users`
--
LOCK TABLES demandes_users WRITE;
/*!40000 ALTER TABLE demandes_users DISABLE KEYS */;
/*!40000 ALTER TABLE demandes_users ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docs_codestat`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docs_codestat (
idcode smallint(5) unsigned NOT NULL AUTO_INCREMENT,
codestat_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
statisdoc_codage_import char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
statisdoc_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (idcode),
KEY statisdoc_owner (statisdoc_owner)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docs_codestat`
--
LOCK TABLES docs_codestat WRITE;
/*!40000 ALTER TABLE docs_codestat DISABLE KEYS */;
INSERT INTO docs_codestat (idcode, codestat_libelle, statisdoc_codage_import, statisdoc_owner) VALUES (10,'Indéterminé','u',0);
INSERT INTO docs_codestat (idcode, codestat_libelle, statisdoc_codage_import, statisdoc_owner) VALUES (11,'Jeunes','j',0);
INSERT INTO docs_codestat (idcode, codestat_libelle, statisdoc_codage_import, statisdoc_owner) VALUES (12,'Adultes','a',0);
/*!40000 ALTER TABLE docs_codestat ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docs_location`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docs_location (
idlocation smallint(5) unsigned NOT NULL AUTO_INCREMENT,
location_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
locdoc_codage_import varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
locdoc_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
location_pic varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
location_visible_opac tinyint(1) NOT NULL DEFAULT '1',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
adr1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
adr2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
cp varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
town varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
state varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
country varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
phone varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
email varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
website varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
logo varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaire text COLLATE utf8_unicode_ci NOT NULL,
transfert_ordre smallint(2) unsigned NOT NULL DEFAULT '9999',
transfert_statut_defaut smallint(5) unsigned NOT NULL DEFAULT '0',
num_infopage int(6) unsigned NOT NULL DEFAULT '0',
css_style varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_num int(11) NOT NULL DEFAULT '0',
surloc_used tinyint(1) NOT NULL DEFAULT '0',
show_a2z int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (idlocation),
KEY locdoc_owner (locdoc_owner)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docs_location`
--
LOCK TABLES docs_location WRITE;
/*!40000 ALTER TABLE docs_location DISABLE KEYS */;
INSERT INTO docs_location (idlocation, location_libelle, locdoc_codage_import, locdoc_owner, location_pic, location_visible_opac, name, adr1, adr2, cp, town, state, country, phone, email, website, logo, commentaire, transfert_ordre, transfert_statut_defaut, num_infopage, css_style, surloc_num, surloc_used, show_a2z) VALUES (1,'Bibliothèque PMB Services','',0,'',1,'Bibliothèque test de PMB','PMB Services','ZI de Mont/Loir','72500','CHATEAU DU LOIR','','France','02 43 440 660','','http://www.sigb.net/','logo_default.jpg','',9999,0,0,'',0,0,0);
/*!40000 ALTER TABLE docs_location ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docs_section`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docs_section (
idsection smallint(5) unsigned NOT NULL AUTO_INCREMENT,
section_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sdoc_codage_import varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
sdoc_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
section_pic varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
section_visible_opac tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (idsection),
KEY sdoc_owner (sdoc_owner)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docs_section`
--
LOCK TABLES docs_section WRITE;
/*!40000 ALTER TABLE docs_section DISABLE KEYS */;
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (10,'Documentaires','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (30,'Réserve','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (13,'Romans Jeunes','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (16,'Bandes-dessinées Adultes','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (31,'Revues','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (19,'Fonds Régional','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (20,'Bandes-dessinées Jeunes','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (29,'Vidéothèque','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (23,'Romans Large vue','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (24,'Romans Adultes','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (26,'Albums','',0,'',1);
INSERT INTO docs_section (idsection, section_libelle, sdoc_codage_import, sdoc_owner, section_pic, section_visible_opac) VALUES (28,'Discothèque','',0,'',1);
/*!40000 ALTER TABLE docs_section ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docs_statut`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docs_statut (
idstatut smallint(5) unsigned NOT NULL AUTO_INCREMENT,
statut_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
statut_libelle_opac varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
pret_flag tinyint(4) NOT NULL DEFAULT '1',
statusdoc_codage_import char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
statusdoc_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
transfert_flag tinyint(4) unsigned NOT NULL DEFAULT '1',
statut_visible_opac tinyint(1) unsigned NOT NULL DEFAULT '1',
statut_allow_resa int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (idstatut),
KEY statusdoc_owner (statusdoc_owner)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docs_statut`
--
LOCK TABLES docs_statut WRITE;
/*!40000 ALTER TABLE docs_statut DISABLE KEYS */;
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (1,'Empruntable','Libre accès',1,'',0,0,1,1);
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (2,'En cours d\'import/saisie','En traitement',0,'',0,0,1,1);
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (11,'En réparation','En réparation',0,'',0,0,1,0);
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (12,'Perdu','',0,'',0,0,0,0);
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (13,'Consultation sur place','Consultation sur place',0,'',0,0,1,1);
INSERT INTO docs_statut (idstatut, statut_libelle, statut_libelle_opac, pret_flag, statusdoc_codage_import, statusdoc_owner, transfert_flag, statut_visible_opac, statut_allow_resa) VALUES (15,'Pilon','',0,'',0,0,0,0);
/*!40000 ALTER TABLE docs_statut ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docs_type`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docs_type (
idtyp_doc int(5) unsigned NOT NULL AUTO_INCREMENT,
tdoc_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
duree_pret smallint(6) NOT NULL DEFAULT '31',
duree_resa int(6) unsigned NOT NULL DEFAULT '15',
tdoc_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
tdoc_codage_import varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tarif_pret decimal(16,2) NOT NULL DEFAULT '0.00',
short_loan_duration int(6) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (idtyp_doc)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docs_type`
--
LOCK TABLES docs_type WRITE;
/*!40000 ALTER TABLE docs_type DISABLE KEYS */;
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (1,'Livre',14,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (19,'Livre audio',31,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (13,'CD',14,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (14,'DVD',5,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (21,'Livre-CD',31,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (20,'Jeu',31,15,0,'',0.00,1);
INSERT INTO docs_type (idtyp_doc, tdoc_libelle, duree_pret, duree_resa, tdoc_owner, tdoc_codage_import, tarif_pret, short_loan_duration) VALUES (18,'Revue',8,5,0,'',0.00,1);
/*!40000 ALTER TABLE docs_type ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docsloc_section`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docsloc_section (
num_section int(5) unsigned NOT NULL DEFAULT '0',
num_location int(5) unsigned NOT NULL DEFAULT '0',
num_pclass int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (num_section,num_location)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docsloc_section`
--
LOCK TABLES docsloc_section WRITE;
/*!40000 ALTER TABLE docsloc_section DISABLE KEYS */;
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (10,1,1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (13,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (16,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (19,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (20,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (31,1,0);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (23,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (24,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (26,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (28,1,-1);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (30,1,0);
INSERT INTO docsloc_section (num_section, num_location, num_pclass) VALUES (29,1,-1);
/*!40000 ALTER TABLE docsloc_section ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_categories`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_categories (
id_category int(10) unsigned NOT NULL AUTO_INCREMENT,
category_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
category_num_parent int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_category)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_categories`
--
LOCK TABLES docwatch_categories WRITE;
/*!40000 ALTER TABLE docwatch_categories DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_categories ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_datasources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_datasources (
id_datasource int(10) unsigned NOT NULL AUTO_INCREMENT,
datasource_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
datasource_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
datasource_ttl int(10) unsigned NOT NULL DEFAULT '0',
datasource_last_date datetime DEFAULT NULL,
datasource_parameters mediumtext COLLATE utf8_unicode_ci NOT NULL,
datasource_num_category int(10) unsigned NOT NULL DEFAULT '0',
datasource_default_interesting int(10) unsigned NOT NULL DEFAULT '0',
datasource_clean_html int(10) unsigned NOT NULL DEFAULT '1',
datasource_num_watch int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_datasource),
KEY i_docwatch_datasource_title (datasource_title)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_datasources`
--
LOCK TABLES docwatch_datasources WRITE;
/*!40000 ALTER TABLE docwatch_datasources DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_datasources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_items`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_items (
id_item int(10) unsigned NOT NULL AUTO_INCREMENT,
item_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
item_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
item_summary mediumtext COLLATE utf8_unicode_ci NOT NULL,
item_content mediumtext COLLATE utf8_unicode_ci NOT NULL,
item_added_date datetime DEFAULT NULL,
item_publication_date datetime DEFAULT NULL,
item_hash varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
item_url varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
item_logo_url varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
item_status int(10) unsigned NOT NULL DEFAULT '0',
item_interesting int(10) unsigned NOT NULL DEFAULT '0',
item_num_article int(10) unsigned NOT NULL DEFAULT '0',
item_num_section int(10) unsigned NOT NULL DEFAULT '0',
item_num_notice int(10) unsigned NOT NULL DEFAULT '0',
item_num_datasource int(10) unsigned NOT NULL DEFAULT '0',
item_num_watch int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_item),
KEY i_docwatch_item_type (item_type),
KEY i_docwatch_item_title (item_title),
KEY i_docwatch_item_num_article (item_num_article),
KEY i_docwatch_item_num_section (item_num_section),
KEY i_docwatch_item_num_notice (item_num_notice),
KEY i_docwatch_item_num_watch (item_num_watch)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_items`
--
LOCK TABLES docwatch_items WRITE;
/*!40000 ALTER TABLE docwatch_items DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_items ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_items_descriptors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_items_descriptors (
num_item int(10) unsigned NOT NULL DEFAULT '0',
num_noeud int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_item,num_noeud)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_items_descriptors`
--
LOCK TABLES docwatch_items_descriptors WRITE;
/*!40000 ALTER TABLE docwatch_items_descriptors DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_items_descriptors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_items_tags`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_items_tags (
num_item int(10) unsigned NOT NULL DEFAULT '0',
num_tag int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_item,num_tag)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_items_tags`
--
LOCK TABLES docwatch_items_tags WRITE;
/*!40000 ALTER TABLE docwatch_items_tags DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_items_tags ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_selectors`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_selectors (
id_selector int(10) unsigned NOT NULL AUTO_INCREMENT,
selector_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
selector_num_datasource int(10) unsigned NOT NULL DEFAULT '0',
selector_parameters mediumtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_selector)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_selectors`
--
LOCK TABLES docwatch_selectors WRITE;
/*!40000 ALTER TABLE docwatch_selectors DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_selectors ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_tags`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_tags (
id_tag int(10) unsigned NOT NULL AUTO_INCREMENT,
tag_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_tag)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_tags`
--
LOCK TABLES docwatch_tags WRITE;
/*!40000 ALTER TABLE docwatch_tags DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_tags ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `docwatch_watches`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE docwatch_watches (
id_watch int(10) unsigned NOT NULL AUTO_INCREMENT,
watch_title varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
watch_owner int(10) unsigned NOT NULL DEFAULT '0',
watch_allowed_users varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
watch_num_category int(10) unsigned NOT NULL DEFAULT '0',
watch_last_date datetime DEFAULT NULL,
watch_ttl int(10) unsigned NOT NULL DEFAULT '0',
watch_desc text COLLATE utf8_unicode_ci NOT NULL,
watch_logo_url varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
watch_record_default_type char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
watch_record_default_status int(10) unsigned NOT NULL DEFAULT '0',
watch_article_default_parent int(10) unsigned NOT NULL DEFAULT '0',
watch_article_default_content_type int(10) unsigned NOT NULL DEFAULT '0',
watch_article_default_publication_status int(10) unsigned NOT NULL DEFAULT '0',
watch_section_default_parent int(10) unsigned NOT NULL DEFAULT '0',
watch_section_default_content_type int(10) unsigned NOT NULL DEFAULT '0',
watch_section_default_publication_status int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_watch),
KEY i_docwatch_watch_title (watch_title)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `docwatch_watches`
--
LOCK TABLES docwatch_watches WRITE;
/*!40000 ALTER TABLE docwatch_watches DISABLE KEYS */;
/*!40000 ALTER TABLE docwatch_watches ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dsi_archive`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE dsi_archive (
num_banette_arc int(10) unsigned NOT NULL DEFAULT '0',
num_notice_arc int(10) unsigned NOT NULL DEFAULT '0',
date_diff_arc date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (num_banette_arc,num_notice_arc,date_diff_arc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dsi_archive`
--
LOCK TABLES dsi_archive WRITE;
/*!40000 ALTER TABLE dsi_archive DISABLE KEYS */;
/*!40000 ALTER TABLE dsi_archive ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `editions_states`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE editions_states (
id_editions_state int(10) unsigned NOT NULL AUTO_INCREMENT,
editions_state_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
editions_state_num_classement int(11) NOT NULL DEFAULT '0',
editions_state_used_datasource varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
editions_state_comment text COLLATE utf8_unicode_ci NOT NULL,
editions_state_fieldslist text COLLATE utf8_unicode_ci NOT NULL,
editions_state_fieldsparams text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_editions_state)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `editions_states`
--
LOCK TABLES editions_states WRITE;
/*!40000 ALTER TABLE editions_states DISABLE KEYS */;
/*!40000 ALTER TABLE editions_states ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr (
id_empr int(10) unsigned NOT NULL AUTO_INCREMENT,
empr_cb varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
empr_nom varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_prenom varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_adr1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_adr2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_cp varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_ville varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_pays varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_mail varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_tel1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_tel2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_prof varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_year int(4) unsigned NOT NULL DEFAULT '0',
empr_categ smallint(5) unsigned NOT NULL DEFAULT '0',
empr_codestat smallint(5) unsigned NOT NULL DEFAULT '0',
empr_creation datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
empr_modif date NOT NULL DEFAULT '0000-00-00',
empr_sexe tinyint(3) unsigned NOT NULL DEFAULT '0',
empr_login varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_password varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_password_is_encrypted int(1) NOT NULL DEFAULT '0',
empr_digest varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_date_adhesion date DEFAULT NULL,
empr_date_expiration date DEFAULT NULL,
empr_msg text COLLATE utf8_unicode_ci,
empr_lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fr_FR',
empr_ldap tinyint(1) unsigned DEFAULT '0',
type_abt int(1) NOT NULL DEFAULT '0',
last_loan_date date DEFAULT NULL,
empr_location int(6) unsigned NOT NULL DEFAULT '1',
date_fin_blocage date NOT NULL DEFAULT '0000-00-00',
total_loans bigint(20) unsigned NOT NULL DEFAULT '0',
empr_statut bigint(20) unsigned NOT NULL DEFAULT '1',
cle_validation varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
empr_sms int(1) unsigned NOT NULL DEFAULT '0',
empr_subscription_action text COLLATE utf8_unicode_ci,
PRIMARY KEY (id_empr),
UNIQUE KEY empr_cb (empr_cb),
KEY empr_nom (empr_nom),
KEY empr_date_adhesion (empr_date_adhesion),
KEY empr_date_expiration (empr_date_expiration),
KEY i_empr_categ (empr_categ),
KEY i_empr_codestat (empr_codestat),
KEY i_empr_location (empr_location),
KEY i_empr_statut (empr_statut),
KEY i_empr_typabt (type_abt)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr`
--
LOCK TABLES empr WRITE;
/*!40000 ALTER TABLE empr DISABLE KEYS */;
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (1,'100001','Chewbacca','\"Chewie\"','Millenium Faucon','Deuxième tourelle gauche','01000','StarwarsTown','','','','','Pilote',1900,8,4,'2012-10-22 00:00:00','2012-10-24',1,'100001','05vYG6jCOf3OM',1,'3d71fb9c27ae4164584ffbc46956cee8','2012-10-22','2013-10-22','','fr_FR',0,0,'2012-11-20',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (2,'100002','Solo','Han','Millenium Faucon','Cabine du commandant','01000','StarWarsTown','','','','','',1960,7,4,'2012-10-22 00:00:00','2012-10-24',1,'hsolo','05w2Y3J8iwzZg',1,'203e981af789bb0daee3e11217d93797','2012-10-22','2013-10-22','','fr_FR',0,0,'0000-00-00',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (3,'100003','Skywalker','Luke','','','01000','StarWarsTown','','','','','',1970,7,4,'2012-10-22 00:00:00','2012-10-22',1,'lskywalker','05GyXmGBC30PE',1,'b927a0edf4005b9c9e2e6cc8a2e9efac','2012-10-22','2013-10-22','','fr_FR',0,0,'0000-00-00',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (4,'100004','Leia','Princess','','','01000','StarWarsTown','','','','','',1972,7,4,'2012-10-22 00:00:00','2012-10-24',2,'100004','05yluR2QSGgQs',1,'c6af433ae88a5bd68bab5b6c45df965d','2012-10-22','2013-10-22','','fr_FR',0,0,'0000-00-00',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (5,'100005','Kenobi','Obiwan','','','01000','StarWarsTown','','','','','',1930,7,4,'2012-10-22 00:00:00','2012-10-24',1,'100005','05/SGMy5L9tOc',1,'a7e0603593a1e2dc677a2eee5b5c46e6','2012-10-22','2013-10-22','','fr_FR',0,0,'0000-00-00',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (6,'100000','ROBERT','Eric','PMB Services','','72500','CHATEAU DU LOIR','','erobert@sigb.net','02 43 440 660','','Développeur PMB',0,7,3,'2012-10-22 00:00:00','2012-10-24',1,'erobert','05V2SlZeWZb2Q',1,'ffd1e31cb6db9812caad446d77d8bf3f','2012-10-22','2013-10-22','','fr_FR',0,0,'0000-00-00',1,'0000-00-00',0,1,'',0,NULL);
INSERT INTO empr (id_empr, empr_cb, empr_nom, empr_prenom, empr_adr1, empr_adr2, empr_cp, empr_ville, empr_pays, empr_mail, empr_tel1, empr_tel2, empr_prof, empr_year, empr_categ, empr_codestat, empr_creation, empr_modif, empr_sexe, empr_login, empr_password, empr_password_is_encrypted, empr_digest, empr_date_adhesion, empr_date_expiration, empr_msg, empr_lang, empr_ldap, type_abt, last_loan_date, empr_location, date_fin_blocage, total_loans, empr_statut, cle_validation, empr_sms, empr_subscription_action) VALUES (7,'100007','TETART','Florent','PMB Services','','72500','CHATEAU DU LOIR','','ftetart@sigb.net','','','Développeur PMB',1972,7,3,'2012-10-22 00:00:00','2012-10-22',1,'ftetart','05jxj27lPEDp.',1,'2a3a8b5a4e6c75a536ef22d974b74e62','2012-10-22','2013-10-22','','fr_FR',0,0,'2012-11-20',1,'0000-00-00',0,1,'',0,NULL);
/*!40000 ALTER TABLE empr ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_caddie`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_caddie (
idemprcaddie int(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
autorisations mediumtext COLLATE utf8_unicode_ci,
empr_caddie_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (idemprcaddie)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_caddie`
--
LOCK TABLES empr_caddie WRITE;
/*!40000 ALTER TABLE empr_caddie DISABLE KEYS */;
INSERT INTO empr_caddie (idemprcaddie, name, comment, autorisations, empr_caddie_classement) VALUES (2,'Exemple de panier de lecteurs','','1','');
/*!40000 ALTER TABLE empr_caddie ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_caddie_content`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_caddie_content (
empr_caddie_id int(8) unsigned NOT NULL DEFAULT '0',
object_id int(10) unsigned NOT NULL DEFAULT '0',
flag varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (empr_caddie_id,object_id),
KEY object_id (object_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_caddie_content`
--
LOCK TABLES empr_caddie_content WRITE;
/*!40000 ALTER TABLE empr_caddie_content DISABLE KEYS */;
INSERT INTO empr_caddie_content (empr_caddie_id, object_id, flag) VALUES (1,1,'');
/*!40000 ALTER TABLE empr_caddie_content ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_caddie_procs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_caddie_procs (
idproc smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'SELECT',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
requete blob NOT NULL,
`comment` tinytext COLLATE utf8_unicode_ci NOT NULL,
autorisations mediumtext COLLATE utf8_unicode_ci,
parameters text COLLATE utf8_unicode_ci,
PRIMARY KEY (idproc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_caddie_procs`
--
LOCK TABLES empr_caddie_procs WRITE;
/*!40000 ALTER TABLE empr_caddie_procs DISABLE KEYS */;
/*!40000 ALTER TABLE empr_caddie_procs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_categ`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_categ (
id_categ_empr smallint(5) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
duree_adhesion int(10) unsigned DEFAULT '365',
tarif_abt decimal(16,2) NOT NULL DEFAULT '0.00',
age_min int(3) unsigned NOT NULL DEFAULT '0',
age_max int(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_categ_empr)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_categ`
--
LOCK TABLES empr_categ WRITE;
/*!40000 ALTER TABLE empr_categ DISABLE KEYS */;
INSERT INTO empr_categ (id_categ_empr, libelle, duree_adhesion, tarif_abt, age_min, age_max) VALUES (7,'Individuel payant',365,10.00,0,0);
INSERT INTO empr_categ (id_categ_empr, libelle, duree_adhesion, tarif_abt, age_min, age_max) VALUES (8,'Individuel gratuit',365,0.00,0,0);
INSERT INTO empr_categ (id_categ_empr, libelle, duree_adhesion, tarif_abt, age_min, age_max) VALUES (9,'Personnel',365,0.00,0,0);
INSERT INTO empr_categ (id_categ_empr, libelle, duree_adhesion, tarif_abt, age_min, age_max) VALUES (10,'Collectivité',365,0.00,0,0);
/*!40000 ALTER TABLE empr_categ ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_codestat`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_codestat (
idcode smallint(5) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'DEFAULT',
PRIMARY KEY (idcode)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_codestat`
--
LOCK TABLES empr_codestat WRITE;
/*!40000 ALTER TABLE empr_codestat DISABLE KEYS */;
INSERT INTO empr_codestat (idcode, libelle) VALUES (3,'Commune');
INSERT INTO empr_codestat (idcode, libelle) VALUES (4,'Hors commune');
/*!40000 ALTER TABLE empr_codestat ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_custom`
--
LOCK TABLES empr_custom WRITE;
/*!40000 ALTER TABLE empr_custom DISABLE KEYS */;
INSERT INTO empr_custom (idchamp, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (1,'cp_commentaire','Commentaire','comment','text','<OPTIONS FOR=\"comment\">\r\n <COLS>100</COLS>\r\n <ROWS>4</ROWS>\r\n <MAXSIZE>1000</MAXSIZE>\r\n</OPTIONS> ',0,0,1,0,0,0,100,0);
/*!40000 ALTER TABLE empr_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_custom_lists (
empr_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
empr_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
empr_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY empr_custom_champ (empr_custom_champ),
KEY i_ecl_lv (empr_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_custom_lists`
--
LOCK TABLES empr_custom_lists WRITE;
/*!40000 ALTER TABLE empr_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE empr_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_custom_values (
empr_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
empr_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
empr_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
empr_custom_text text COLLATE utf8_unicode_ci,
empr_custom_integer int(11) DEFAULT NULL,
empr_custom_date date DEFAULT NULL,
empr_custom_float float DEFAULT NULL,
KEY empr_custom_champ (empr_custom_champ),
KEY empr_custom_origine (empr_custom_origine),
KEY i_ecv_st (empr_custom_small_text),
KEY i_ecv_t (empr_custom_text(255)),
KEY i_ecv_i (empr_custom_integer),
KEY i_ecv_d (empr_custom_date),
KEY i_ecv_f (empr_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_custom_values`
--
LOCK TABLES empr_custom_values WRITE;
/*!40000 ALTER TABLE empr_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE empr_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_grilles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_grilles (
empr_grille_categ int(5) NOT NULL DEFAULT '0',
empr_grille_location int(5) NOT NULL DEFAULT '0',
empr_grille_format longtext COLLATE utf8_unicode_ci,
PRIMARY KEY (empr_grille_categ,empr_grille_location)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_grilles`
--
LOCK TABLES empr_grilles WRITE;
/*!40000 ALTER TABLE empr_grilles DISABLE KEYS */;
/*!40000 ALTER TABLE empr_grilles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_groupe`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_groupe (
empr_id int(6) unsigned NOT NULL DEFAULT '0',
groupe_id int(6) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (empr_id,groupe_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_groupe`
--
LOCK TABLES empr_groupe WRITE;
/*!40000 ALTER TABLE empr_groupe DISABLE KEYS */;
/*!40000 ALTER TABLE empr_groupe ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_passwords`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_passwords (
id_empr int(10) unsigned NOT NULL AUTO_INCREMENT,
empr_password varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_empr)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_passwords`
--
LOCK TABLES empr_passwords WRITE;
/*!40000 ALTER TABLE empr_passwords DISABLE KEYS */;
/*!40000 ALTER TABLE empr_passwords ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empr_statut`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empr_statut (
idstatut smallint(5) unsigned NOT NULL AUTO_INCREMENT,
statut_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
allow_loan tinyint(4) NOT NULL DEFAULT '1',
allow_loan_hist tinyint(4) unsigned NOT NULL DEFAULT '0',
allow_book tinyint(4) NOT NULL DEFAULT '1',
allow_opac tinyint(4) NOT NULL DEFAULT '1',
allow_dsi tinyint(4) NOT NULL DEFAULT '1',
allow_dsi_priv tinyint(4) NOT NULL DEFAULT '1',
allow_sugg tinyint(4) NOT NULL DEFAULT '1',
allow_dema tinyint(4) unsigned NOT NULL DEFAULT '1',
allow_prol tinyint(4) NOT NULL DEFAULT '1',
allow_avis tinyint(4) unsigned NOT NULL DEFAULT '1',
allow_tag tinyint(4) unsigned NOT NULL DEFAULT '1',
allow_pwd tinyint(4) unsigned NOT NULL DEFAULT '1',
allow_liste_lecture tinyint(4) unsigned NOT NULL DEFAULT '0',
allow_self_checkout tinyint(4) unsigned NOT NULL DEFAULT '0',
allow_self_checkin tinyint(4) unsigned NOT NULL DEFAULT '0',
allow_serialcirc int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (idstatut)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empr_statut`
--
LOCK TABLES empr_statut WRITE;
/*!40000 ALTER TABLE empr_statut DISABLE KEYS */;
INSERT INTO empr_statut (idstatut, statut_libelle, allow_loan, allow_loan_hist, allow_book, allow_opac, allow_dsi, allow_dsi_priv, allow_sugg, allow_dema, allow_prol, allow_avis, allow_tag, allow_pwd, allow_liste_lecture, allow_self_checkout, allow_self_checkin, allow_serialcirc) VALUES (1,'Actif',1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0);
INSERT INTO empr_statut (idstatut, statut_libelle, allow_loan, allow_loan_hist, allow_book, allow_opac, allow_dsi, allow_dsi_priv, allow_sugg, allow_dema, allow_prol, allow_avis, allow_tag, allow_pwd, allow_liste_lecture, allow_self_checkout, allow_self_checkin, allow_serialcirc) VALUES (2,'Interdit',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
/*!40000 ALTER TABLE empr_statut ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `empty_words_calculs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE empty_words_calculs (
id_calcul int(9) unsigned NOT NULL AUTO_INCREMENT,
date_calcul date NOT NULL DEFAULT '0000-00-00',
php_empty_words text COLLATE utf8_unicode_ci NOT NULL,
nb_notices_calcul mediumint(8) unsigned NOT NULL DEFAULT '0',
archive_calcul tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_calcul)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `empty_words_calculs`
--
LOCK TABLES empty_words_calculs WRITE;
/*!40000 ALTER TABLE empty_words_calculs DISABLE KEYS */;
/*!40000 ALTER TABLE empty_words_calculs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entites`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entites (
id_entite int(5) unsigned NOT NULL AUTO_INCREMENT,
type_entite int(3) unsigned NOT NULL DEFAULT '0',
num_bibli int(5) unsigned NOT NULL DEFAULT '0',
raison_sociale varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaires text COLLATE utf8_unicode_ci,
siret varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
naf varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
rcs varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tva varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_cp_client varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_cp_compta varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
site_web varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
logo varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
autorisations mediumtext COLLATE utf8_unicode_ci NOT NULL,
num_frais int(8) unsigned NOT NULL DEFAULT '0',
num_paiement int(8) unsigned NOT NULL DEFAULT '0',
index_entite text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_entite),
KEY raison_sociale (raison_sociale)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entites`
--
LOCK TABLES entites WRITE;
/*!40000 ALTER TABLE entites DISABLE KEYS */;
/*!40000 ALTER TABLE entites ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_1`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_1 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_1`
--
LOCK TABLES entrepot_source_1 WRITE;
/*!40000 ALTER TABLE entrepot_source_1 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_1 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_3`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_3 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_3`
--
LOCK TABLES entrepot_source_3 WRITE;
/*!40000 ALTER TABLE entrepot_source_3 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_3 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_4`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_4 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_4`
--
LOCK TABLES entrepot_source_4 WRITE;
/*!40000 ALTER TABLE entrepot_source_4 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_4 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_5`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_5 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_5`
--
LOCK TABLES entrepot_source_5 WRITE;
/*!40000 ALTER TABLE entrepot_source_5 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_5 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_6`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_6 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_6`
--
LOCK TABLES entrepot_source_6 WRITE;
/*!40000 ALTER TABLE entrepot_source_6 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_6 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepot_source_7`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepot_source_7 (
connector_id varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) unsigned NOT NULL DEFAULT '0',
ref varchar(220) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_import datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
ufield char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_ind char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
usubfield char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
field_order int(10) unsigned NOT NULL DEFAULT '0',
subfield_order int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
i_value text COLLATE utf8_unicode_ci NOT NULL,
recid bigint(20) unsigned NOT NULL DEFAULT '0',
search_id varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (connector_id,source_id,ref,ufield,usubfield,field_order,subfield_order,search_id),
KEY usubfield (usubfield),
KEY ufield_2 (ufield,usubfield),
KEY recid_2 (recid,ufield,usubfield),
KEY source_id (source_id),
KEY i_recid_source_id (recid,source_id),
KEY i_ref (ref)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepot_source_7`
--
LOCK TABLES entrepot_source_7 WRITE;
/*!40000 ALTER TABLE entrepot_source_7 DISABLE KEYS */;
/*!40000 ALTER TABLE entrepot_source_7 ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entrepots_localisations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE entrepots_localisations (
loc_id int(11) NOT NULL AUTO_INCREMENT,
loc_code varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
loc_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
loc_visible tinyint(1) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (loc_id),
UNIQUE KEY loc_code (loc_code)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entrepots_localisations`
--
LOCK TABLES entrepots_localisations WRITE;
/*!40000 ALTER TABLE entrepots_localisations DISABLE KEYS */;
/*!40000 ALTER TABLE entrepots_localisations ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `equations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE equations (
id_equation int(9) unsigned NOT NULL AUTO_INCREMENT,
num_classement int(8) unsigned NOT NULL DEFAULT '1',
nom_equation text COLLATE utf8_unicode_ci NOT NULL,
comment_equation varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
requete blob NOT NULL,
proprio_equation int(9) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_equation)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `equations`
--
LOCK TABLES equations WRITE;
/*!40000 ALTER TABLE equations DISABLE KEYS */;
/*!40000 ALTER TABLE equations ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `error_log`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE error_log (
error_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
error_origin varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
error_text text COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `error_log`
--
LOCK TABLES error_log WRITE;
/*!40000 ALTER TABLE error_log DISABLE KEYS */;
/*!40000 ALTER TABLE error_log ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_cache`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_cache (
escache_groupname varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
escache_unique_id varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
escache_value int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (escache_groupname,escache_unique_id,escache_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_cache`
--
LOCK TABLES es_cache WRITE;
/*!40000 ALTER TABLE es_cache DISABLE KEYS */;
/*!40000 ALTER TABLE es_cache ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_cache_blob`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_cache_blob (
es_cache_objectref varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_objecttype int(11) NOT NULL DEFAULT '0',
es_cache_objectformat varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_owner varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_creationdate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
es_cache_expirationdate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
es_cache_content mediumblob NOT NULL,
PRIMARY KEY (es_cache_objectref,es_cache_objecttype,es_cache_objectformat,es_cache_owner),
KEY cache_index (es_cache_owner,es_cache_objectformat,es_cache_objecttype)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_cache_blob`
--
LOCK TABLES es_cache_blob WRITE;
/*!40000 ALTER TABLE es_cache_blob DISABLE KEYS */;
/*!40000 ALTER TABLE es_cache_blob ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_cache_int`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_cache_int (
es_cache_objectref varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_objecttype int(11) NOT NULL DEFAULT '0',
es_cache_objectformat varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_owner varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_cache_creationdate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
es_cache_expirationdate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
es_cache_content int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (es_cache_objectref,es_cache_objecttype,es_cache_objectformat,es_cache_owner),
KEY cache_index (es_cache_owner,es_cache_objectformat,es_cache_objecttype)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_cache_int`
--
LOCK TABLES es_cache_int WRITE;
/*!40000 ALTER TABLE es_cache_int DISABLE KEYS */;
/*!40000 ALTER TABLE es_cache_int ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_converted_cache`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_converted_cache (
es_converted_cache_objecttype int(11) NOT NULL DEFAULT '0',
es_converted_cache_objectref int(11) NOT NULL DEFAULT '0',
es_converted_cache_format varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_converted_cache_value text COLLATE utf8_unicode_ci NOT NULL,
es_converted_cache_bestbefore datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (es_converted_cache_objecttype,es_converted_cache_objectref,es_converted_cache_format)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_converted_cache`
--
LOCK TABLES es_converted_cache WRITE;
/*!40000 ALTER TABLE es_converted_cache DISABLE KEYS */;
/*!40000 ALTER TABLE es_converted_cache ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_esgroup_esusers`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_esgroup_esusers (
esgroupuser_groupnum int(11) NOT NULL DEFAULT '0',
esgroupuser_usertype int(4) NOT NULL DEFAULT '0',
esgroupuser_usernum int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (esgroupuser_usernum,esgroupuser_groupnum,esgroupuser_usertype)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_esgroup_esusers`
--
LOCK TABLES es_esgroup_esusers WRITE;
/*!40000 ALTER TABLE es_esgroup_esusers DISABLE KEYS */;
/*!40000 ALTER TABLE es_esgroup_esusers ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_esgroups`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_esgroups (
esgroup_id int(11) NOT NULL AUTO_INCREMENT,
esgroup_name varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
esgroup_fullname varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
esgroup_pmbusernum int(5) NOT NULL DEFAULT '0',
PRIMARY KEY (esgroup_id),
UNIQUE KEY esgroup_name (esgroup_name)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_esgroups`
--
LOCK TABLES es_esgroups WRITE;
/*!40000 ALTER TABLE es_esgroups DISABLE KEYS */;
/*!40000 ALTER TABLE es_esgroups ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_esusers`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_esusers (
esuser_id int(11) NOT NULL AUTO_INCREMENT,
esuser_username varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
esuser_password varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
esuser_fullname varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
esuser_groupnum int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (esuser_id),
UNIQUE KEY esuser_username (esuser_username)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_esusers`
--
LOCK TABLES es_esusers WRITE;
/*!40000 ALTER TABLE es_esusers DISABLE KEYS */;
/*!40000 ALTER TABLE es_esusers ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_methods`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_methods (
id_method int(10) unsigned NOT NULL AUTO_INCREMENT,
groupe varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
method varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
available smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_method)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_methods`
--
LOCK TABLES es_methods WRITE;
/*!40000 ALTER TABLE es_methods DISABLE KEYS */;
/*!40000 ALTER TABLE es_methods ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_methods_users`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_methods_users (
num_method int(10) unsigned NOT NULL DEFAULT '0',
num_user int(10) unsigned NOT NULL DEFAULT '0',
anonymous smallint(6) DEFAULT '0',
PRIMARY KEY (num_method,num_user)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_methods_users`
--
LOCK TABLES es_methods_users WRITE;
/*!40000 ALTER TABLE es_methods_users DISABLE KEYS */;
/*!40000 ALTER TABLE es_methods_users ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_searchcache`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_searchcache (
es_searchcache_searchid varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_searchcache_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
es_searchcache_serializedsearch text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (es_searchcache_searchid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_searchcache`
--
LOCK TABLES es_searchcache WRITE;
/*!40000 ALTER TABLE es_searchcache DISABLE KEYS */;
/*!40000 ALTER TABLE es_searchcache ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `es_searchsessions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE es_searchsessions (
es_searchsession_id varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_searchsession_searchnum varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_searchsession_searchrealm varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
es_searchsession_pmbuserid int(11) NOT NULL DEFAULT '-1',
es_searchsession_opacemprid int(11) NOT NULL DEFAULT '-1',
es_searchsession_lastseendate datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (es_searchsession_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `es_searchsessions`
--
LOCK TABLES es_searchsessions WRITE;
/*!40000 ALTER TABLE es_searchsessions DISABLE KEYS */;
/*!40000 ALTER TABLE es_searchsessions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `etagere`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE etagere (
idetagere int(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`comment` blob NOT NULL,
validite int(1) unsigned NOT NULL DEFAULT '0',
validite_date_deb date NOT NULL DEFAULT '0000-00-00',
validite_date_fin date NOT NULL DEFAULT '0000-00-00',
visible_accueil int(1) unsigned NOT NULL DEFAULT '1',
autorisations mediumtext COLLATE utf8_unicode_ci,
id_tri int(11) NOT NULL,
thumbnail_url mediumblob NOT NULL,
etagere_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (idetagere),
KEY i_id_tri (id_tri)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `etagere`
--
LOCK TABLES etagere WRITE;
/*!40000 ALTER TABLE etagere DISABLE KEYS */;
INSERT INTO etagere (idetagere, name, comment, validite, validite_date_deb, validite_date_fin, visible_accueil, autorisations, id_tri, thumbnail_url, etagere_classement) VALUES (3,'Nouveautés','',1,'0000-00-00','0000-00-00',1,'1',1,'','');
INSERT INTO etagere (idetagere, name, comment, validite, validite_date_deb, validite_date_fin, visible_accueil, autorisations, id_tri, thumbnail_url, etagere_classement) VALUES (4,'Nouveautés fiction adultes',0x4C6F72656D20697073756D20646F6C6F722073697420616D65742C20636F6E7365637465747572206164697069736963696E6720656C69742C2073656420646F20656975736D6F642074656D706F7220696E6369646964756E74207574206C61626F726520657420646F6C6F7265206D61676E6120616C697175612E20557420656E696D206164206D696E696D2076656E69616D2C2071756973206E6F737472756420657865726369746174696F6E20756C6C616D636F206C61626F726973206E69736920757420616C697175697020657820656120636F6D6D6F646F20636F6E7365717561742E,1,'0000-00-00','0000-00-00',0,'1',0,'','');
INSERT INTO etagere (idetagere, name, comment, validite, validite_date_deb, validite_date_fin, visible_accueil, autorisations, id_tri, thumbnail_url, etagere_classement) VALUES (5,'Nouveautés fiction jeunesse',0x4C6F72656D20697073756D20646F6C6F722073697420616D65742C20636F6E7365637465747572206164697069736963696E6720656C69742C2073656420646F20656975736D6F642074656D706F7220696E6369646964756E74207574206C61626F726520657420646F6C6F7265206D61676E6120616C697175612E20557420656E696D206164206D696E696D2076656E69616D2C2071756973206E6F737472756420657865726369746174696F6E20756C6C616D636F206C61626F726973206E69736920757420616C697175697020657820656120636F6D6D6F646F20636F6E7365717561742E,1,'0000-00-00','0000-00-00',0,'1',0,'','');
INSERT INTO etagere (idetagere, name, comment, validite, validite_date_deb, validite_date_fin, visible_accueil, autorisations, id_tri, thumbnail_url, etagere_classement) VALUES (8,'Nouveautés DVD','',1,'0000-00-00','0000-00-00',0,'1',0,'','');
INSERT INTO etagere (idetagere, name, comment, validite, validite_date_deb, validite_date_fin, visible_accueil, autorisations, id_tri, thumbnail_url, etagere_classement) VALUES (9,'Nouveautés périodiques','',1,'0000-00-00','0000-00-00',0,'1',0,'','');
/*!40000 ALTER TABLE etagere ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `etagere_caddie`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE etagere_caddie (
etagere_id int(8) unsigned NOT NULL DEFAULT '0',
caddie_id int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (etagere_id,caddie_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `etagere_caddie`
--
LOCK TABLES etagere_caddie WRITE;
/*!40000 ALTER TABLE etagere_caddie DISABLE KEYS */;
INSERT INTO etagere_caddie (etagere_id, caddie_id) VALUES (3,12);
INSERT INTO etagere_caddie (etagere_id, caddie_id) VALUES (4,13);
INSERT INTO etagere_caddie (etagere_id, caddie_id) VALUES (5,14);
INSERT INTO etagere_caddie (etagere_id, caddie_id) VALUES (8,17);
INSERT INTO etagere_caddie (etagere_id, caddie_id) VALUES (9,18);
/*!40000 ALTER TABLE etagere_caddie ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exemplaires`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE exemplaires (
expl_id int(10) unsigned NOT NULL AUTO_INCREMENT,
expl_cb varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
expl_notice int(10) unsigned NOT NULL DEFAULT '0',
expl_bulletin int(10) unsigned NOT NULL DEFAULT '0',
expl_typdoc int(5) unsigned NOT NULL DEFAULT '0',
expl_cote varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
expl_section smallint(5) unsigned NOT NULL DEFAULT '0',
expl_statut smallint(5) unsigned NOT NULL DEFAULT '0',
expl_location smallint(5) unsigned NOT NULL DEFAULT '0',
expl_codestat smallint(5) unsigned NOT NULL DEFAULT '0',
expl_date_depot date NOT NULL DEFAULT '0000-00-00',
expl_date_retour date NOT NULL DEFAULT '0000-00-00',
expl_note tinytext COLLATE utf8_unicode_ci NOT NULL,
expl_prix varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
expl_owner mediumint(8) unsigned NOT NULL DEFAULT '0',
expl_lastempr int(10) unsigned NOT NULL DEFAULT '0',
last_loan_date date DEFAULT NULL,
create_date datetime NOT NULL DEFAULT '2005-01-01 00:00:00',
update_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
type_antivol int(1) unsigned NOT NULL DEFAULT '0',
transfert_location_origine smallint(5) unsigned NOT NULL DEFAULT '0',
transfert_statut_origine smallint(5) unsigned NOT NULL DEFAULT '0',
expl_comment text COLLATE utf8_unicode_ci,
expl_nbparts int(8) unsigned NOT NULL DEFAULT '1',
expl_retloc smallint(5) unsigned NOT NULL DEFAULT '0',
expl_abt_num int(10) unsigned NOT NULL DEFAULT '0',
transfert_section_origine smallint(5) NOT NULL DEFAULT '0',
PRIMARY KEY (expl_id),
UNIQUE KEY expl_cb (expl_cb),
KEY expl_typdoc (expl_typdoc),
KEY expl_cote (expl_cote),
KEY expl_notice (expl_notice),
KEY expl_codestat (expl_codestat),
KEY expl_owner (expl_owner),
KEY expl_bulletin (expl_bulletin),
KEY i_expl_location (expl_location),
KEY i_expl_section (expl_section),
KEY i_expl_statut (expl_statut),
KEY i_expl_lastempr (expl_lastempr)
) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exemplaires`
--
LOCK TABLES exemplaires WRITE;
/*!40000 ALTER TABLE exemplaires DISABLE KEYS */;
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (70,'000034',89,0,1,'640 BEL',10,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:51:07','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (69,'000033',90,0,1,'910 J NAN',10,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:50:05','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (68,'000032',95,0,1,'A COR',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:47:57','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (67,'000031',95,0,1,'A COR',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:47:46','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (66,'000030',91,0,1,'A GOU',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:47:29','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (64,'000028',93,0,1,'A GAY',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:46:15','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (65,'000029',92,0,1,'BD J GUE',20,1,1,11,'0000-00-00','0000-00-00','','',1,10,'2014-01-08','2012-10-24 15:46:57','2015-05-26 09:38:37',0,1,1,'',1,0,0,20);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (63,'000027',93,0,1,'A GAY',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:46:03','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (62,'000026',94,0,1,'580 J GUI',10,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:44:59','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (61,'000025',95,0,1,'A COR',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:42:34','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (60,'000024',96,0,1,'640 J LOU',10,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:41:59','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (59,'000023',97,0,1,'640 J SER',10,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:40:56','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (58,'000022',98,0,1,'640 J TEY',10,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:40:04','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (57,'000021',99,0,1,'740 FRE',10,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:37:53','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (56,'000020',100,0,1,'740 J FRE',10,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:36:34','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (55,'000019',101,0,1,'A BRA',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:35:11','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (54,'000018',102,0,1,'A GRA',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:34:08','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (52,'000016',104,0,1,'RX PRA',24,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:31:12','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (53,'000017',103,0,1,'RX BRA',24,1,1,12,'0000-00-00','0000-00-00','','',2,0,'2012-11-20','2012-10-24 15:32:35','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (51,'000015',105,0,1,'RX PRA',24,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:30:15','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (50,'000014',106,0,1,'P BUR',10,1,1,12,'0000-00-00','0000-00-00','','',2,10,'2016-03-22','2012-10-24 15:28:12','2016-03-22 17:22:16',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (49,'000013',107,0,18,'700 J TIM',10,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:24:29','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (48,'000012',108,0,1,'700 DEB',10,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:22:58','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (47,'000011',109,0,1,'780 J SIL',10,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:21:13','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (46,'000010',119,0,13,'9.1 AMA',28,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:15:23','2015-05-26 09:38:37',0,1,1,'',1,0,0,28);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (45,'000009',118,0,13,'9.1 KEI',28,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:12:02','2015-05-26 09:38:37',0,1,1,'',1,0,0,28);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (44,'000008',117,0,13,'9.1 TRA',28,1,1,12,'0000-00-00','0000-00-00','','',2,0,'2012-12-18','2012-10-24 15:10:29','2015-05-26 09:38:37',0,1,1,'',1,0,0,28);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (43,'000007',116,0,13,'9.1 LO',28,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:08:49','2015-05-26 09:38:37',0,1,1,'',1,0,0,28);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (42,'000006',115,0,13,'9.1 MAK',28,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:06:05','2015-05-26 09:38:37',0,1,1,'',1,0,0,28);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (41,'000005',114,0,14,'DVDJ CHAR',29,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:00:33','2015-05-26 09:38:37',0,1,1,'',1,0,0,29);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (38,'000002',112,0,14,'DVD BIG',29,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 14:55:48','2015-05-26 09:38:37',0,1,1,'',1,0,0,29);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (39,'000003',111,0,14,'DVD BEE',29,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 14:56:07','2015-05-26 09:38:37',0,1,1,'',1,0,0,29);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (40,'000004',113,0,14,'DVDJ NOC',29,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 14:58:15','2015-05-26 09:38:37',0,1,1,'',1,0,0,29);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (37,'000001',110,0,14,'DVD EDW',29,13,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 14:49:39','2015-05-26 09:38:37',0,1,13,'',1,0,0,29);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (71,'000036',88,0,1,'020 BON',10,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:53:02','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (72,'000037',87,0,1,'RJ MAH',13,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:53:51','2015-05-26 09:38:37',0,1,1,'',1,0,0,13);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (73,'000038',86,0,1,'RP BEI',24,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:54:44','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (74,'000039',85,0,1,'JR BRI',13,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:56:03','2015-05-26 09:38:37',0,1,1,'',1,0,0,13);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (75,'000040',84,0,1,'020 PAL',10,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:56:41','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (76,'000041',83,0,1,'020 ASS',10,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:57:56','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (77,'000042',83,0,1,'020 ASS',30,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 15:58:06','2015-05-26 09:38:37',0,1,1,'',1,0,0,30);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (78,'000044',82,0,1,'020 MEL',10,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 15:58:46','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (79,'000045',81,0,1,'RJP HEI',13,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:00:11','2015-05-26 09:38:37',0,1,1,'',1,0,0,13);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (80,'000046',80,0,1,'RJ GUD',13,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:01:15','2015-05-26 09:38:37',0,1,1,'',1,0,0,13);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (81,'000047',79,0,1,'A GRA',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:03:09','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (82,'000048',78,0,1,'R MAR',24,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 16:04:11','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (83,'000049',77,0,1,'R MAB',24,1,1,12,'0000-00-00','0000-00-00','','',2,0,'2015-12-29','2012-10-24 16:04:54','2015-12-29 15:19:23',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (84,'000050',76,0,1,'BD ABO',16,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:05:39','2015-05-26 09:38:37',0,1,1,'',1,0,0,16);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (85,'000051',75,0,1,'BD ABO',16,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:06:17','2015-05-26 09:38:37',0,1,1,'',1,0,0,16);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (86,'000052',74,0,1,'A DEB',26,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:07:32','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (87,'000053',74,0,1,'A DEB',26,1,1,11,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 16:07:46','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (88,'000054',73,0,1,'A DED',26,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:08:33','2015-05-26 09:38:37',0,1,1,'',1,0,0,26);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (89,'000056',72,0,21,'780 J GRO',10,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:10:14','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (90,'000057',71,0,1,'960 DEP',10,1,1,12,'0000-00-00','0000-00-00','','',1,0,'2012-11-20','2012-10-24 16:11:51','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (91,'000058',70,0,1,'960 ZAI',10,1,1,12,'0000-00-00','0000-00-00','','',1,0,NULL,'2012-10-24 16:13:32','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (92,'000059',69,0,1,'C BAA',10,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:14:22','2015-05-26 09:38:37',0,1,1,'',1,0,0,10);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (93,'000060',68,0,19,'RA BLI',24,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 16:15:37','2015-05-26 09:38:37',0,1,1,'',1,0,0,24);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (94,'P000002',0,5,18,'PER GEO',31,1,1,12,'0000-00-00','0000-00-00','','',2,0,'2012-11-20','2012-10-24 17:27:03','2015-05-26 09:38:37',0,1,1,'',0,0,0,31);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (95,'P000003',0,4,18,'PER GEO',31,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 17:27:22','2015-05-26 09:38:37',0,1,1,'',0,0,0,31);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (96,'P000004',0,9,18,'PER J GEO',31,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 18:12:58','2015-05-26 09:38:37',0,1,1,'',0,0,0,31);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (97,'P000005',0,10,18,'PER J GEO',31,1,1,11,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-24 18:14:42','2015-05-26 09:38:37',0,1,1,'',0,0,0,31);
INSERT INTO exemplaires (expl_id, expl_cb, expl_notice, expl_bulletin, expl_typdoc, expl_cote, expl_section, expl_statut, expl_location, expl_codestat, expl_date_depot, expl_date_retour, expl_note, expl_prix, expl_owner, expl_lastempr, last_loan_date, create_date, update_date, type_antivol, transfert_location_origine, transfert_statut_origine, expl_comment, expl_nbparts, expl_retloc, expl_abt_num, transfert_section_origine) VALUES (98,'P000006',0,11,18,'PER STU',31,1,1,12,'0000-00-00','0000-00-00','','',2,0,NULL,'2012-10-25 09:23:28','2015-05-26 09:38:37',0,1,1,'',0,0,0,31);
/*!40000 ALTER TABLE exemplaires ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exemplaires_temp`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE exemplaires_temp (
cb varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
sess varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
UNIQUE KEY cb (cb)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exemplaires_temp`
--
LOCK TABLES exemplaires_temp WRITE;
/*!40000 ALTER TABLE exemplaires_temp DISABLE KEYS */;
INSERT INTO exemplaires_temp (cb, sess) VALUES ('000061','4889751403');
/*!40000 ALTER TABLE exemplaires_temp ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exercices`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE exercices (
id_exercice int(8) unsigned NOT NULL AUTO_INCREMENT,
num_entite int(5) unsigned NOT NULL DEFAULT '0',
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_debut date NOT NULL DEFAULT '2006-01-01',
date_fin date NOT NULL DEFAULT '2006-01-01',
statut int(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_exercice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exercices`
--
LOCK TABLES exercices WRITE;
/*!40000 ALTER TABLE exercices DISABLE KEYS */;
/*!40000 ALTER TABLE exercices ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `expl_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE expl_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `expl_custom`
--
LOCK TABLES expl_custom WRITE;
/*!40000 ALTER TABLE expl_custom DISABLE KEYS */;
INSERT INTO expl_custom (idchamp, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (1,'cp_date_acquisition','Date d\'acquisition','date_box','date','<OPTIONS FOR=\"date_box\"></OPTIONS> ',0,0,1,0,1,0,100,0);
INSERT INTO expl_custom (idchamp, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (2,'cp_date_pilon','Date de pilon','date_box','date','<OPTIONS FOR=\"date_box\">\r\n <DEFAULT_TODAY>yes</DEFAULT_TODAY>\r\n</OPTIONS> ',0,0,2,0,1,0,100,0);
INSERT INTO expl_custom (idchamp, name, titre, type, datatype, options, multiple, obligatoire, ordre, search, export, exclusion_obligatoire, pond, opac_sort) VALUES (3,'cp_origine','Origine','list','small_text','<OPTIONS FOR=\"list\">\r\n <MULTIPLE>no</MULTIPLE>\r\n <AUTORITE>no</AUTORITE>\r\n <CHECKBOX>no</CHECKBOX>\r\n <NUM_AUTO>no</NUM_AUTO>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[Choisissez une origine]]></UNSELECT_ITEM>\r\n <DEFAULT_VALUE></DEFAULT_VALUE>\r\n <CHECKBOX_NB_ON_LINE></CHECKBOX_NB_ON_LINE>\r\n</OPTIONS>',0,0,3,0,1,0,100,0);
/*!40000 ALTER TABLE expl_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `expl_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE expl_custom_lists (
expl_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
expl_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
expl_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY expl_custom_champ (expl_custom_champ),
KEY i_excl_lv (expl_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `expl_custom_lists`
--
LOCK TABLES expl_custom_lists WRITE;
/*!40000 ALTER TABLE expl_custom_lists DISABLE KEYS */;
INSERT INTO expl_custom_lists (expl_custom_champ, expl_custom_list_value, expl_custom_list_lib, ordre) VALUES (3,'ACH','Achat',1);
INSERT INTO expl_custom_lists (expl_custom_champ, expl_custom_list_value, expl_custom_list_lib, ordre) VALUES (3,'DON','Don',2);
INSERT INTO expl_custom_lists (expl_custom_champ, expl_custom_list_value, expl_custom_list_lib, ordre) VALUES (3,'DEP','Dépôt',3);
/*!40000 ALTER TABLE expl_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `expl_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE expl_custom_values (
expl_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
expl_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
expl_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
expl_custom_text text COLLATE utf8_unicode_ci,
expl_custom_integer int(11) DEFAULT NULL,
expl_custom_date date DEFAULT NULL,
expl_custom_float float DEFAULT NULL,
KEY expl_custom_champ (expl_custom_champ),
KEY expl_custom_origine (expl_custom_origine),
KEY i_excv_st (expl_custom_small_text),
KEY i_excv_t (expl_custom_text(255)),
KEY i_excv_i (expl_custom_integer),
KEY i_excv_d (expl_custom_date),
KEY i_excv_f (expl_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `expl_custom_values`
--
LOCK TABLES expl_custom_values WRITE;
/*!40000 ALTER TABLE expl_custom_values DISABLE KEYS */;
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,37,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,37,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,41,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,38,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,39,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,39,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,40,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,41,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,42,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,42,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,43,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,44,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,44,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,45,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,46,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,46,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,47,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,47,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,48,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,49,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,49,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,50,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,50,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,51,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,52,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,53,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,53,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,52,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,54,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,54,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,55,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,55,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,56,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,57,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,56,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,58,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,59,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,58,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,60,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,60,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,61,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,61,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,62,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,62,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,63,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,63,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,64,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,64,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,65,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,66,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,66,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,67,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,67,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,68,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,68,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,69,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,70,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,70,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,71,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,71,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,72,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,72,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,73,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,73,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,74,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,74,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,75,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,76,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,76,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,77,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,77,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,78,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,79,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,79,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,80,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,80,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,81,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,81,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,82,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,83,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,83,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,84,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,84,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,85,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,85,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,86,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,86,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,87,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,88,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,88,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,89,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,89,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,90,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,91,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,91,'DEP',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,92,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,92,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,93,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,93,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,94,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,94,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,95,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,95,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,96,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,96,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,97,NULL,NULL,NULL,'2012-10-24',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,97,'ACH',NULL,NULL,NULL,NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (1,98,NULL,NULL,NULL,'2012-10-25',NULL);
INSERT INTO expl_custom_values (expl_custom_champ, expl_custom_origine, expl_custom_small_text, expl_custom_text, expl_custom_integer, expl_custom_date, expl_custom_float) VALUES (3,98,'ACH',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE expl_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum (
explnum_id int(11) unsigned NOT NULL AUTO_INCREMENT,
explnum_notice mediumint(8) unsigned NOT NULL DEFAULT '0',
explnum_bulletin int(8) unsigned NOT NULL DEFAULT '0',
explnum_nom varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_mimetype varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_url text COLLATE utf8_unicode_ci NOT NULL,
explnum_data mediumblob,
explnum_vignette mediumblob,
explnum_extfichier varchar(20) COLLATE utf8_unicode_ci DEFAULT '',
explnum_nomfichier text COLLATE utf8_unicode_ci,
explnum_statut int(5) unsigned NOT NULL DEFAULT '0',
explnum_index_sew mediumtext COLLATE utf8_unicode_ci NOT NULL,
explnum_index_wew mediumtext COLLATE utf8_unicode_ci NOT NULL,
explnum_repertoire int(8) NOT NULL DEFAULT '0',
explnum_path text COLLATE utf8_unicode_ci NOT NULL,
explnum_docnum_statut smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (explnum_id),
KEY explnum_notice (explnum_notice),
KEY explnum_bulletin (explnum_bulletin),
KEY explnum_repertoire (explnum_repertoire),
KEY i_explnum_nomfichier (explnum_nomfichier(30)),
FULLTEXT KEY i_f_explnumwew (explnum_index_wew)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum`
--
LOCK TABLES explnum WRITE;
/*!40000 ALTER TABLE explnum DISABLE KEYS */;
INSERT INTO explnum (explnum_id, explnum_notice, explnum_bulletin, explnum_nom, explnum_mimetype, explnum_url, explnum_data, explnum_vignette, explnum_extfichier, explnum_nomfichier, explnum_statut, explnum_index_sew, explnum_index_wew, explnum_repertoire, explnum_path, explnum_docnum_statut) VALUES (4,125,0,'Lire l\'article en ligne','URL','http://bbf.enssib.fr/consulter/bbf-2010-06-0041-010','','','','',0,'','',0,'',1);
INSERT INTO explnum (explnum_id, explnum_notice, explnum_bulletin, explnum_nom, explnum_mimetype, explnum_url, explnum_data, explnum_vignette, explnum_extfichier, explnum_nomfichier, explnum_statut, explnum_index_sew, explnum_index_wew, explnum_repertoire, explnum_path, explnum_docnum_statut) VALUES (5,126,0,'Lire l\'article en ligne','URL','http://bbf.enssib.fr/consulter/bbf-2010-06-0020-004','','','','',0,'','',0,'',1);
INSERT INTO explnum (explnum_id, explnum_notice, explnum_bulletin, explnum_nom, explnum_mimetype, explnum_url, explnum_data, explnum_vignette, explnum_extfichier, explnum_nomfichier, explnum_statut, explnum_index_sew, explnum_index_wew, explnum_repertoire, explnum_path, explnum_docnum_statut) VALUES (15,127,0,'Lire l\'article en ligne','URL','http://bbf.enssib.fr/consulter/bbf-2012-05-0056-011','','','','',0,'','',0,'',1);
/*!40000 ALTER TABLE explnum ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_doc`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_doc (
id_explnum_doc int(8) unsigned NOT NULL AUTO_INCREMENT,
explnum_doc_nomfichier text COLLATE utf8_unicode_ci NOT NULL,
explnum_doc_mimetype varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_doc_data mediumblob NOT NULL,
explnum_doc_extfichier varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_doc_url text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_explnum_doc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_doc`
--
LOCK TABLES explnum_doc WRITE;
/*!40000 ALTER TABLE explnum_doc DISABLE KEYS */;
/*!40000 ALTER TABLE explnum_doc ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_doc_actions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_doc_actions (
num_explnum_doc int(10) NOT NULL DEFAULT '0',
num_action int(10) NOT NULL DEFAULT '0',
prive int(1) NOT NULL DEFAULT '0',
rapport int(1) NOT NULL DEFAULT '0',
num_explnum int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (num_explnum_doc,num_action)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_doc_actions`
--
LOCK TABLES explnum_doc_actions WRITE;
/*!40000 ALTER TABLE explnum_doc_actions DISABLE KEYS */;
/*!40000 ALTER TABLE explnum_doc_actions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_doc_sugg`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_doc_sugg (
num_explnum_doc int(10) NOT NULL DEFAULT '0',
num_suggestion int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (num_explnum_doc,num_suggestion)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_doc_sugg`
--
LOCK TABLES explnum_doc_sugg WRITE;
/*!40000 ALTER TABLE explnum_doc_sugg DISABLE KEYS */;
/*!40000 ALTER TABLE explnum_doc_sugg ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_location`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_location (
num_explnum int(10) NOT NULL DEFAULT '0',
num_location int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (num_explnum,num_location)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_location`
--
LOCK TABLES explnum_location WRITE;
/*!40000 ALTER TABLE explnum_location DISABLE KEYS */;
INSERT INTO explnum_location (num_explnum, num_location) VALUES (2,1);
/*!40000 ALTER TABLE explnum_location ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_segments`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_segments (
explnum_segment_id int(10) unsigned NOT NULL AUTO_INCREMENT,
explnum_segment_explnum_num int(10) unsigned NOT NULL DEFAULT '0',
explnum_segment_speaker_num int(10) unsigned NOT NULL DEFAULT '0',
explnum_segment_start double NOT NULL DEFAULT '0',
explnum_segment_duration double NOT NULL DEFAULT '0',
explnum_segment_end double NOT NULL DEFAULT '0',
PRIMARY KEY (explnum_segment_id),
KEY i_ensg_explnum_num (explnum_segment_explnum_num),
KEY i_ensg_speaker (explnum_segment_speaker_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_segments`
--
LOCK TABLES explnum_segments WRITE;
/*!40000 ALTER TABLE explnum_segments DISABLE KEYS */;
/*!40000 ALTER TABLE explnum_segments ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_speakers`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_speakers (
explnum_speaker_id int(10) unsigned NOT NULL AUTO_INCREMENT,
explnum_speaker_explnum_num int(10) unsigned NOT NULL DEFAULT '0',
explnum_speaker_speaker_num varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_speaker_gender varchar(1) COLLATE utf8_unicode_ci DEFAULT '',
explnum_speaker_author int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (explnum_speaker_id),
KEY i_ensk_explnum_num (explnum_speaker_explnum_num),
KEY i_ensk_author (explnum_speaker_author)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_speakers`
--
LOCK TABLES explnum_speakers WRITE;
/*!40000 ALTER TABLE explnum_speakers DISABLE KEYS */;
/*!40000 ALTER TABLE explnum_speakers ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `explnum_statut`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE explnum_statut (
id_explnum_statut smallint(5) unsigned NOT NULL AUTO_INCREMENT,
gestion_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
opac_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
class_html varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
explnum_visible_opac tinyint(1) NOT NULL DEFAULT '1',
explnum_visible_opac_abon tinyint(1) NOT NULL DEFAULT '0',
explnum_consult_opac tinyint(1) NOT NULL DEFAULT '1',
explnum_consult_opac_abon tinyint(1) NOT NULL DEFAULT '0',
explnum_download_opac tinyint(1) NOT NULL DEFAULT '1',
explnum_download_opac_abon tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_explnum_statut)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `explnum_statut`
--
LOCK TABLES explnum_statut WRITE;
/*!40000 ALTER TABLE explnum_statut DISABLE KEYS */;
INSERT INTO explnum_statut (id_explnum_statut, gestion_libelle, opac_libelle, class_html, explnum_visible_opac, explnum_visible_opac_abon, explnum_consult_opac, explnum_consult_opac_abon, explnum_download_opac, explnum_download_opac_abon) VALUES (1,'Sans statut particulier','','',1,0,1,0,1,0);
/*!40000 ALTER TABLE explnum_statut ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `external_count`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE external_count (
rid bigint(20) unsigned NOT NULL AUTO_INCREMENT,
recid varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_id int(11) NOT NULL,
PRIMARY KEY (rid),
KEY recid (recid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `external_count`
--
LOCK TABLES external_count WRITE;
/*!40000 ALTER TABLE external_count DISABLE KEYS */;
/*!40000 ALTER TABLE external_count ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `facettes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE facettes (
id_facette int(10) unsigned NOT NULL AUTO_INCREMENT,
facette_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
facette_critere int(5) NOT NULL DEFAULT '0',
facette_ss_critere int(5) NOT NULL DEFAULT '0',
facette_nb_result int(2) NOT NULL DEFAULT '0',
facette_visible tinyint(1) NOT NULL DEFAULT '0',
facette_type_sort int(1) NOT NULL DEFAULT '0',
facette_order_sort int(1) NOT NULL DEFAULT '0',
facette_order int(11) NOT NULL DEFAULT '1',
facette_limit_plus int(11) NOT NULL DEFAULT '0',
facette_opac_views_num text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_facette)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `facettes`
--
LOCK TABLES facettes WRITE;
/*!40000 ALTER TABLE facettes DISABLE KEYS */;
INSERT INTO facettes (id_facette, facette_name, facette_critere, facette_ss_critere, facette_nb_result, facette_visible, facette_type_sort, facette_order_sort, facette_order, facette_limit_plus, facette_opac_views_num) VALUES (2,'Section',90,3,0,1,1,0,2,0,'');
INSERT INTO facettes (id_facette, facette_name, facette_critere, facette_ss_critere, facette_nb_result, facette_visible, facette_type_sort, facette_order_sort, facette_order, facette_limit_plus, facette_opac_views_num) VALUES (5,'Support',90,6,0,1,0,1,1,0,'');
/*!40000 ALTER TABLE facettes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_questions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_questions (
id_faq_question int(10) unsigned NOT NULL AUTO_INCREMENT,
faq_question_num_type int(10) unsigned NOT NULL DEFAULT '0',
faq_question_num_theme int(10) unsigned NOT NULL DEFAULT '0',
faq_question_num_demande int(10) unsigned NOT NULL DEFAULT '0',
faq_question_question text COLLATE utf8_unicode_ci NOT NULL,
faq_question_question_userdate varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
faq_question_question_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
faq_question_answer text COLLATE utf8_unicode_ci NOT NULL,
faq_question_answer_userdate varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
faq_question_answer_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
faq_question_statut int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_faq_question)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_questions`
--
LOCK TABLES faq_questions WRITE;
/*!40000 ALTER TABLE faq_questions DISABLE KEYS */;
/*!40000 ALTER TABLE faq_questions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_questions_categories`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_questions_categories (
num_faq_question int(10) unsigned NOT NULL DEFAULT '0',
num_categ int(10) unsigned NOT NULL DEFAULT '0',
categ_order int(10) unsigned NOT NULL DEFAULT '0',
KEY i_faq_categ (num_faq_question,num_categ)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_questions_categories`
--
LOCK TABLES faq_questions_categories WRITE;
/*!40000 ALTER TABLE faq_questions_categories DISABLE KEYS */;
/*!40000 ALTER TABLE faq_questions_categories ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_questions_fields_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_questions_fields_global_index (
id_faq_question int(10) unsigned NOT NULL DEFAULT '0',
code_champ int(3) unsigned NOT NULL DEFAULT '0',
code_ss_champ int(3) unsigned NOT NULL DEFAULT '0',
ordre int(4) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
pond int(4) unsigned NOT NULL DEFAULT '100',
lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
authority_num varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
PRIMARY KEY (id_faq_question,code_champ,code_ss_champ,lang,ordre),
KEY i_value (`value`(300)),
KEY i_code_champ_code_ss_champ (code_champ,code_ss_champ)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_questions_fields_global_index`
--
LOCK TABLES faq_questions_fields_global_index WRITE;
/*!40000 ALTER TABLE faq_questions_fields_global_index DISABLE KEYS */;
/*!40000 ALTER TABLE faq_questions_fields_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_questions_words_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_questions_words_global_index (
id_faq_question int(10) unsigned NOT NULL DEFAULT '0',
code_champ int(10) unsigned NOT NULL DEFAULT '0',
code_ss_champ int(10) unsigned NOT NULL DEFAULT '0',
num_word int(10) unsigned NOT NULL DEFAULT '0',
pond int(10) unsigned NOT NULL DEFAULT '100',
position int(10) unsigned NOT NULL DEFAULT '1',
field_position int(10) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_faq_question,code_champ,num_word,position,code_ss_champ),
KEY code_champ (code_champ),
KEY i_id_mot (num_word,id_faq_question),
KEY i_code_champ_code_ss_champ_num_word (code_champ,code_ss_champ,num_word)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_questions_words_global_index`
--
LOCK TABLES faq_questions_words_global_index WRITE;
/*!40000 ALTER TABLE faq_questions_words_global_index DISABLE KEYS */;
/*!40000 ALTER TABLE faq_questions_words_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_themes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_themes (
id_theme int(10) unsigned NOT NULL AUTO_INCREMENT,
libelle_theme varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_theme)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_themes`
--
LOCK TABLES faq_themes WRITE;
/*!40000 ALTER TABLE faq_themes DISABLE KEYS */;
/*!40000 ALTER TABLE faq_themes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq_types`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE faq_types (
id_type int(10) unsigned NOT NULL AUTO_INCREMENT,
libelle_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_type)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq_types`
--
LOCK TABLES faq_types WRITE;
/*!40000 ALTER TABLE faq_types DISABLE KEYS */;
/*!40000 ALTER TABLE faq_types ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fiche`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE fiche (
id_fiche int(10) unsigned NOT NULL AUTO_INCREMENT,
infos_global text COLLATE utf8_unicode_ci NOT NULL,
index_infos_global text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_fiche)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fiche`
--
LOCK TABLES fiche WRITE;
/*!40000 ALTER TABLE fiche DISABLE KEYS */;
/*!40000 ALTER TABLE fiche ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `frais`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE frais (
id_frais int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
condition_frais text COLLATE utf8_unicode_ci NOT NULL,
montant double(12,2) unsigned NOT NULL DEFAULT '0.00',
num_cp_compta varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_tva_achat varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
index_libelle text COLLATE utf8_unicode_ci,
PRIMARY KEY (id_frais)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `frais`
--
LOCK TABLES frais WRITE;
/*!40000 ALTER TABLE frais DISABLE KEYS */;
/*!40000 ALTER TABLE frais ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gestfic0_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE gestfic0_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gestfic0_custom`
--
LOCK TABLES gestfic0_custom WRITE;
/*!40000 ALTER TABLE gestfic0_custom DISABLE KEYS */;
/*!40000 ALTER TABLE gestfic0_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gestfic0_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE gestfic0_custom_lists (
gestfic0_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
gestfic0_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
gestfic0_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY gestfic0_custom_champ (gestfic0_custom_champ),
KEY gestfic0_champ_list_value (gestfic0_custom_champ,gestfic0_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gestfic0_custom_lists`
--
LOCK TABLES gestfic0_custom_lists WRITE;
/*!40000 ALTER TABLE gestfic0_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE gestfic0_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gestfic0_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE gestfic0_custom_values (
gestfic0_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
gestfic0_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
gestfic0_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
gestfic0_custom_text text COLLATE utf8_unicode_ci,
gestfic0_custom_integer int(11) DEFAULT NULL,
gestfic0_custom_date date DEFAULT NULL,
gestfic0_custom_float float DEFAULT NULL,
KEY gestfic0_custom_champ (gestfic0_custom_champ),
KEY gestfic0_custom_origine (gestfic0_custom_origine),
KEY i_gcv_st (gestfic0_custom_small_text),
KEY i_gcv_t (gestfic0_custom_text(255)),
KEY i_gcv_i (gestfic0_custom_integer),
KEY i_gcv_d (gestfic0_custom_date),
KEY i_gcv_f (gestfic0_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gestfic0_custom_values`
--
LOCK TABLES gestfic0_custom_values WRITE;
/*!40000 ALTER TABLE gestfic0_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE gestfic0_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `grilles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE grilles (
grille_typdoc char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
grille_niveau_biblio char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'm',
grille_localisation mediumint(8) NOT NULL DEFAULT '0',
descr_format longtext COLLATE utf8_unicode_ci,
PRIMARY KEY (grille_typdoc,grille_niveau_biblio,grille_localisation)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `grilles`
--
LOCK TABLES grilles WRITE;
/*!40000 ALTER TABLE grilles DISABLE KEYS */;
/*!40000 ALTER TABLE grilles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `groupe`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE groupe (
id_groupe int(6) unsigned NOT NULL AUTO_INCREMENT,
libelle_groupe varchar(255) COLLATE utf8_unicode_ci NOT NULL,
resp_groupe int(6) unsigned DEFAULT '0',
lettre_rappel int(1) unsigned NOT NULL DEFAULT '0',
mail_rappel int(1) unsigned NOT NULL DEFAULT '0',
lettre_rappel_show_nomgroup int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_groupe),
UNIQUE KEY libelle_groupe (libelle_groupe)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `groupe`
--
LOCK TABLES groupe WRITE;
/*!40000 ALTER TABLE groupe DISABLE KEYS */;
/*!40000 ALTER TABLE groupe ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `groupexpl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE groupexpl (
id_groupexpl int(10) unsigned NOT NULL AUTO_INCREMENT,
groupexpl_resp_expl_num int(10) unsigned NOT NULL DEFAULT '0',
groupexpl_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
groupexpl_comment varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
groupexpl_location int(10) unsigned NOT NULL DEFAULT '0',
groupexpl_statut_resp int(10) unsigned NOT NULL DEFAULT '0',
groupexpl_statut_others int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_groupexpl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `groupexpl`
--
LOCK TABLES groupexpl WRITE;
/*!40000 ALTER TABLE groupexpl DISABLE KEYS */;
/*!40000 ALTER TABLE groupexpl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `groupexpl_expl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE groupexpl_expl (
groupexpl_num int(10) unsigned NOT NULL DEFAULT '0',
groupexpl_expl_num int(10) unsigned NOT NULL DEFAULT '0',
groupexpl_checked int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (groupexpl_num,groupexpl_expl_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `groupexpl_expl`
--
LOCK TABLES groupexpl_expl WRITE;
/*!40000 ALTER TABLE groupexpl_expl DISABLE KEYS */;
/*!40000 ALTER TABLE groupexpl_expl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_field`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_field (
id_harvest_field int(10) unsigned NOT NULL AUTO_INCREMENT,
num_harvest_profil int(10) unsigned NOT NULL DEFAULT '0',
harvest_field_xml_id int(10) unsigned NOT NULL DEFAULT '0',
harvest_field_first_flag int(10) unsigned NOT NULL DEFAULT '0',
harvest_field_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_harvest_field)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_field`
--
LOCK TABLES harvest_field WRITE;
/*!40000 ALTER TABLE harvest_field DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_field ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_profil`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_profil (
id_harvest_profil int(10) unsigned NOT NULL AUTO_INCREMENT,
harvest_profil_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_harvest_profil)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_profil`
--
LOCK TABLES harvest_profil WRITE;
/*!40000 ALTER TABLE harvest_profil DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_profil ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_profil_import`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_profil_import (
id_harvest_profil_import int(10) unsigned NOT NULL AUTO_INCREMENT,
harvest_profil_import_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_harvest_profil_import)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_profil_import`
--
LOCK TABLES harvest_profil_import WRITE;
/*!40000 ALTER TABLE harvest_profil_import DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_profil_import ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_profil_import_field`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_profil_import_field (
num_harvest_profil_import int(10) unsigned NOT NULL DEFAULT '0',
harvest_profil_import_field_xml_id int(10) unsigned NOT NULL DEFAULT '0',
harvest_profil_import_field_flag int(10) unsigned NOT NULL DEFAULT '0',
harvest_profil_import_field_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_harvest_profil_import,harvest_profil_import_field_xml_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_profil_import_field`
--
LOCK TABLES harvest_profil_import_field WRITE;
/*!40000 ALTER TABLE harvest_profil_import_field DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_profil_import_field ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_search_field`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_search_field (
num_harvest_profil int(10) unsigned NOT NULL DEFAULT '0',
num_source int(10) unsigned NOT NULL DEFAULT '0',
num_field int(10) unsigned NOT NULL DEFAULT '0',
num_ss_field int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_harvest_profil,num_source)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_search_field`
--
LOCK TABLES harvest_search_field WRITE;
/*!40000 ALTER TABLE harvest_search_field DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_search_field ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `harvest_src`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE harvest_src (
id_harvest_src int(10) unsigned NOT NULL AUTO_INCREMENT,
num_harvest_field int(10) unsigned NOT NULL DEFAULT '0',
num_source int(10) unsigned NOT NULL DEFAULT '0',
harvest_src_unimacfield varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
harvest_src_unimacsubfield varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
harvest_src_pmb_unimacfield varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
harvest_src_pmb_unimacsubfield varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
harvest_src_prec_flag int(10) unsigned NOT NULL DEFAULT '0',
harvest_src_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_harvest_src)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `harvest_src`
--
LOCK TABLES harvest_src WRITE;
/*!40000 ALTER TABLE harvest_src DISABLE KEYS */;
/*!40000 ALTER TABLE harvest_src ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `import_marc`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE import_marc (
id_import bigint(5) unsigned NOT NULL AUTO_INCREMENT,
notice longblob NOT NULL,
origine varchar(50) COLLATE utf8_unicode_ci DEFAULT '',
no_notice int(10) unsigned DEFAULT '0',
encoding varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_import),
KEY i_nonot_orig (no_notice,origine)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `import_marc`
--
LOCK TABLES import_marc WRITE;
/*!40000 ALTER TABLE import_marc DISABLE KEYS */;
/*!40000 ALTER TABLE import_marc ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `index_concept`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE index_concept (
num_object int(10) unsigned NOT NULL,
type_object int(10) unsigned NOT NULL,
num_concept int(10) unsigned NOT NULL,
order_concept int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_object,type_object,num_concept)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `index_concept`
--
LOCK TABLES index_concept WRITE;
/*!40000 ALTER TABLE index_concept DISABLE KEYS */;
/*!40000 ALTER TABLE index_concept ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indexint`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE indexint (
indexint_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
indexint_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
indexint_comment text COLLATE utf8_unicode_ci NOT NULL,
index_indexint text COLLATE utf8_unicode_ci,
num_pclass int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (indexint_id),
UNIQUE KEY indexint_name (indexint_name,num_pclass)
) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `indexint`
--
LOCK TABLES indexint WRITE;
/*!40000 ALTER TABLE indexint DISABLE KEYS */;
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (1,'000','Information Communication',' 000 information communication ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (2,'010','Bibliographies Catalogues',' 010 bibliographies catalogues ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (3,'020','Bibliothèques - et lecture, documentation',' 020 bibliotheques lecture documentation ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (4,'030','Encyclopédies générales',' 030 encyclopedies generales ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (6,'050','Périodiques généraux - annuaires',' 050 periodiques generaux annuaires ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (7,'060','Organisations générales - congrès',' 060 organisations generales congres ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (8,'070','Presse Edition',' 070 presse edition ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (9,'080','Recueils - mélanges, discours',' 080 recueils melanges discours ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (10,'090','Manuscrits Livres rares',' 090 manuscrits livres rares ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (11,'100','Philosophie',' 100 philosophie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (12,'110','Métaphysique',' 110 metaphysique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (13,'120','Connaissance',' 120 connaissance ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (14,'130','Parapsychologie - astrologie, graphologie',' 130 parapsychologie astrologie graphologie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (15,'140','Systèmes philosophiques',' 140 systemes philosophiques ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (16,'150','Psychologie',' 150 psychologie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (17,'160','Logique',' 160 logique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (18,'170','Morale - éthique',' 170 morale ethique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (19,'180','Philosophes anciens - et orientaux',' 180 philosophes anciens orientaux ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (20,'190','Philosophes modernes - (XVIe S. à nos jours)',' 190 philosophes modernes xvie s nos jours ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (21,'200','Religion',' 200 religion ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (22,'210','Religion naturelle',' 210 religion naturelle ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (23,'220','Bible Evangiles',' 220 bible evangiles ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (24,'230','Théologie doctrinale chrétienne - (dogme)',' 230 theologie doctrinale chretienne dogme ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (25,'240','Théologie spirituelle - vie religieuse',' 240 theologie spirituelle vie religieuse ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (26,'250','Théologie pastorale',' 250 theologie pastorale ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (27,'260','L\'Eglise chrétienne et la société',' 260 eglise chretienne societe ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (28,'270','Histoire de l\'Eglise chrétienne',' 270 histoire eglise chretienne ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (29,'280','Autres confessions chrétiennes',' 280 autres confessions chretiennes ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (30,'290','Autres religions et mythologies',' 290 autres religions mythologies ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (31,'300','Sciences sociales',' 300 sciences sociales ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (32,'310','Statistiques',' 310 statistiques ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (33,'320','Politique - l\'Etat',' 320 politique etat ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (34,'330','Economie - finances, production, consommation',' 330 economie finances production consommation ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (35,'340','Droit - justice',' 340 droit justice ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (36,'350','Administration de l\'Etat',' 350 administration etat ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (37,'360','Aide Assistance Secours',' 360 aide assistance secours ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (38,'370','Education - enseignement',' 370 education enseignement ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (39,'380','Commerce Transports Communication',' 380 commerce transports communication ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (40,'390','Costumes et folklore',' 390 costumes folklore ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (41,'400','Langage',' 400 langage ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (42,'410','Linguistique',' 410 linguistique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (43,'420','Langue anglaise',' 420 langue anglaise ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (44,'430','Langue allemande',' 430 langue allemande ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (45,'440','Langue française - (dictionnaires, grammaire)',' 440 langue francaise dictionnaires grammaire ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (46,'450','Langue italienne',' 450 langue italienne ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (47,'460','Langue espagnole et portugaise',' 460 langue espagnole portugaise ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (48,'470','Langue latine',' 470 langue latine ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (49,'480','Langue grecque',' 480 langue grecque ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (50,'490','Autres langues - russe, arabe',' 490 autres langues russe arabe ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (51,'500','Sciences',' 500 sciences ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (52,'510','Mathématiques',' 510 mathematiques ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (53,'520','Astronomie',' 520 astronomie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (54,'530','Physique',' 530 physique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (55,'540','Chimie - minéralogie',' 540 chimie mineralogie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (56,'550','Sciences de la Terre - géologie, météorologie',' 550 sciences terre geologie meteorologie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (57,'560','Paléontologie - (les fossiles)',' 560 paleontologie fossiles ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (58,'570','Sciences de la vie - biologie, génétique',' 570 sciences vie biologie genetique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (59,'580','Botanique - (les plantes)',' 580 botanique plantes ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (60,'590','Zoologie - (les animaux)',' 590 zoologie animaux ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (61,'600','Techniques',' 600 techniques ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (62,'610','Médecine - hygiène, santé',' 610 medecine hygiene sante ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (63,'620','Techniques industrielles - mécanique, électricité, radio, énergie',' 620 techniques industrielles mecanique electricite radio energie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (64,'630','Agriculture - forêt, élevage, pêche',' 630 agriculture foret elevage peche ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (65,'640','Arts ménagers - cuisine, couture, soins de beauté',' 640 arts menagers cuisine couture soins beaute ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (66,'650','Entreprise - travail de bureaux, vente, publicité',' 650 entreprise travail bureaux vente publicite ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (67,'660','Industries chimiques et alimentaires',' 660 industries chimiques alimentaires ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (68,'670','Fabrications industrielles - métallurgie, bois, textile',' 670 fabrications industrielles metallurgie bois textile ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (69,'680','Articles manufacturés',' 680 articles manufactures ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (70,'690','Bâtiment - construction',' 690 batiment construction ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (71,'700','Arts et loisirs',' 700 arts loisirs ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (72,'710','Urbanisme - art du paysage',' 710 urbanisme art paysage ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (73,'720','Architecture',' 720 architecture ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (74,'730','Sculpture',' 730 sculpture ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (75,'740','Dessin - arts décoratifs',' 740 dessin arts decoratifs ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (76,'750','Peinture',' 750 peinture ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (77,'760','Arts graphiques - graphisme',' 760 arts graphiques graphisme ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (78,'770','Photographie',' 770 photographie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (79,'780','Musique',' 780 musique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (80,'790','Loisirs - spectacles, jeux, sports',' 790 loisirs spectacles jeux sports ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (81,'800','Littérature',' 800 litterature ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (82,'810','Littérature américaine',' 810 litterature americaine ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (83,'820','Littérature anglaise',' 820 litterature anglaise ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (84,'830','Littérature allemande',' 830 litterature allemande ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (85,'840','Littérature française',' 840 litterature francaise ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (86,'850','Littérature italienne',' 850 litterature italienne ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (87,'860','Littérature espagnole et portugaise',' 860 litterature espagnole portugaise ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (88,'870','Littérature latine',' 870 litterature latine ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (89,'880','Littérature grecque',' 880 litterature grecque ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (90,'890','Autres littératures',' 890 autres litteratures ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (91,'900','Histoire géographie',' 900 histoire geographie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (92,'910','Géographie - voyages',' 910 geographie voyages ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (93,'920','Biographies - vie d\'un personnage, généalogie',' 920 biographies vie personnage genealogie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (94,'930','Histoire ancienne',' 930 histoire ancienne ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (95,'940','Histoire de l\'Europe',' 940 histoire europe ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (96,'950','Histoire de l\'Asie',' 950 histoire asie ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (97,'960','Histoire de l\'Afrique',' 960 histoire afrique ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (98,'970','Histoire de l\'Amérique du Nord',' 970 histoire amerique nord ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (99,'980','Histoire de l\'Amérique du Sud',' 980 histoire amerique sud ',1);
INSERT INTO indexint (indexint_id, indexint_name, indexint_comment, index_indexint, num_pclass) VALUES (100,'990','Histoire de l\'Océanie',' 990 histoire oceanie ',1);
/*!40000 ALTER TABLE indexint ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indexint_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE indexint_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `indexint_custom`
--
LOCK TABLES indexint_custom WRITE;
/*!40000 ALTER TABLE indexint_custom DISABLE KEYS */;
/*!40000 ALTER TABLE indexint_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indexint_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE indexint_custom_lists (
indexint_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
indexint_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
indexint_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (indexint_custom_champ),
KEY editorial_champ_list_value (indexint_custom_champ,indexint_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `indexint_custom_lists`
--
LOCK TABLES indexint_custom_lists WRITE;
/*!40000 ALTER TABLE indexint_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE indexint_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indexint_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE indexint_custom_values (
indexint_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
indexint_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
indexint_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
indexint_custom_text text COLLATE utf8_unicode_ci,
indexint_custom_integer int(11) DEFAULT NULL,
indexint_custom_date date DEFAULT NULL,
indexint_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (indexint_custom_champ),
KEY editorial_custom_origine (indexint_custom_origine),
KEY i_icv_st (indexint_custom_small_text),
KEY i_icv_t (indexint_custom_text(255)),
KEY i_icv_i (indexint_custom_integer),
KEY i_icv_d (indexint_custom_date),
KEY i_icv_f (indexint_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `indexint_custom_values`
--
LOCK TABLES indexint_custom_values WRITE;
/*!40000 ALTER TABLE indexint_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE indexint_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `infopages`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE infopages (
id_infopage int(10) unsigned NOT NULL AUTO_INCREMENT,
content_infopage longblob NOT NULL,
title_infopage varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
valid_infopage tinyint(1) NOT NULL DEFAULT '1',
restrict_infopage int(11) NOT NULL DEFAULT '0',
infopage_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_infopage)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `infopages`
--
LOCK TABLES infopages WRITE;
/*!40000 ALTER TABLE infopages DISABLE KEYS */;
/*!40000 ALTER TABLE infopages ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lenders`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE lenders (
idlender smallint(5) unsigned NOT NULL AUTO_INCREMENT,
lender_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (idlender)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lenders`
--
LOCK TABLES lenders WRITE;
/*!40000 ALTER TABLE lenders DISABLE KEYS */;
INSERT INTO lenders (idlender, lender_libelle) VALUES (1,'BDP');
INSERT INTO lenders (idlender, lender_libelle) VALUES (2,'Fonds propre');
/*!40000 ALTER TABLE lenders ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `liens_actes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE liens_actes (
num_acte int(8) unsigned NOT NULL DEFAULT '0',
num_acte_lie int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_acte,num_acte_lie),
KEY i_num_acte (num_acte),
KEY i_num_acte_lie (num_acte_lie)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `liens_actes`
--
LOCK TABLES liens_actes WRITE;
/*!40000 ALTER TABLE liens_actes DISABLE KEYS */;
/*!40000 ALTER TABLE liens_actes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lignes_actes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE lignes_actes (
id_ligne int(15) unsigned NOT NULL AUTO_INCREMENT,
type_ligne int(3) unsigned NOT NULL DEFAULT '0',
num_acte int(8) unsigned NOT NULL DEFAULT '0',
lig_ref int(15) unsigned NOT NULL DEFAULT '0',
num_acquisition int(12) unsigned NOT NULL DEFAULT '0',
num_rubrique int(8) unsigned NOT NULL DEFAULT '0',
num_produit int(8) unsigned NOT NULL DEFAULT '0',
num_type int(8) unsigned NOT NULL DEFAULT '0',
libelle text COLLATE utf8_unicode_ci NOT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
prix double(12,2) unsigned NOT NULL DEFAULT '0.00',
tva float(8,2) unsigned NOT NULL DEFAULT '0.00',
nb int(5) unsigned NOT NULL DEFAULT '1',
date_ech date NOT NULL DEFAULT '0000-00-00',
date_cre date NOT NULL DEFAULT '0000-00-00',
statut int(3) unsigned NOT NULL DEFAULT '0',
remise float(8,2) NOT NULL DEFAULT '0.00',
index_ligne text COLLATE utf8_unicode_ci NOT NULL,
ligne_ordre smallint(2) unsigned NOT NULL DEFAULT '0',
debit_tva smallint(2) unsigned NOT NULL DEFAULT '0',
commentaires_gestion text COLLATE utf8_unicode_ci NOT NULL,
commentaires_opac text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_ligne),
KEY num_acte (num_acte)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lignes_actes`
--
LOCK TABLES lignes_actes WRITE;
/*!40000 ALTER TABLE lignes_actes DISABLE KEYS */;
/*!40000 ALTER TABLE lignes_actes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lignes_actes_relances`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE lignes_actes_relances (
num_ligne int(10) unsigned NOT NULL,
date_relance date NOT NULL DEFAULT '0000-00-00',
type_ligne int(3) unsigned NOT NULL DEFAULT '0',
num_acte int(8) unsigned NOT NULL DEFAULT '0',
lig_ref int(15) unsigned NOT NULL DEFAULT '0',
num_acquisition int(12) unsigned NOT NULL DEFAULT '0',
num_rubrique int(8) unsigned NOT NULL DEFAULT '0',
num_produit int(8) unsigned NOT NULL DEFAULT '0',
num_type int(8) unsigned NOT NULL DEFAULT '0',
libelle text COLLATE utf8_unicode_ci NOT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
prix float(8,2) NOT NULL DEFAULT '0.00',
tva float(8,2) unsigned NOT NULL DEFAULT '0.00',
nb int(5) unsigned NOT NULL DEFAULT '1',
date_ech date NOT NULL DEFAULT '0000-00-00',
date_cre date NOT NULL DEFAULT '0000-00-00',
statut int(3) unsigned NOT NULL DEFAULT '1',
remise float(8,2) NOT NULL DEFAULT '0.00',
index_ligne text COLLATE utf8_unicode_ci NOT NULL,
ligne_ordre smallint(2) unsigned NOT NULL DEFAULT '0',
debit_tva smallint(2) unsigned NOT NULL DEFAULT '0',
commentaires_gestion text COLLATE utf8_unicode_ci NOT NULL,
commentaires_opac text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_ligne,date_relance)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lignes_actes_relances`
--
LOCK TABLES lignes_actes_relances WRITE;
/*!40000 ALTER TABLE lignes_actes_relances DISABLE KEYS */;
/*!40000 ALTER TABLE lignes_actes_relances ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lignes_actes_statuts`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE lignes_actes_statuts (
id_statut int(3) NOT NULL AUTO_INCREMENT,
libelle text COLLATE utf8_unicode_ci NOT NULL,
relance int(3) NOT NULL DEFAULT '0',
PRIMARY KEY (id_statut)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lignes_actes_statuts`
--
LOCK TABLES lignes_actes_statuts WRITE;
/*!40000 ALTER TABLE lignes_actes_statuts DISABLE KEYS */;
INSERT INTO lignes_actes_statuts (id_statut, libelle, relance) VALUES (1,'Traitement normal',1);
/*!40000 ALTER TABLE lignes_actes_statuts ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `linked_mots`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE linked_mots (
num_mot mediumint(8) unsigned NOT NULL DEFAULT '0',
num_linked_mot mediumint(8) unsigned NOT NULL DEFAULT '0',
type_lien tinyint(1) NOT NULL DEFAULT '1',
ponderation float NOT NULL DEFAULT '1',
PRIMARY KEY (num_mot,num_linked_mot,type_lien)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `linked_mots`
--
LOCK TABLES linked_mots WRITE;
/*!40000 ALTER TABLE linked_mots DISABLE KEYS */;
/*!40000 ALTER TABLE linked_mots ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_expl_retard`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE log_expl_retard (
id_log int(11) unsigned NOT NULL AUTO_INCREMENT,
date_log timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
titre varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
expl_id int(11) NOT NULL DEFAULT '0',
expl_cb varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_pret date NOT NULL DEFAULT '0000-00-00',
date_retour date NOT NULL DEFAULT '0000-00-00',
amende decimal(16,2) NOT NULL DEFAULT '0.00',
num_log_retard int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id_log)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_expl_retard`
--
LOCK TABLES log_expl_retard WRITE;
/*!40000 ALTER TABLE log_expl_retard DISABLE KEYS */;
/*!40000 ALTER TABLE log_expl_retard ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_retard`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE log_retard (
id_log int(11) unsigned NOT NULL AUTO_INCREMENT,
date_log timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
niveau_reel int(1) NOT NULL DEFAULT '0',
niveau_suppose int(1) NOT NULL DEFAULT '0',
amende_totale decimal(16,2) NOT NULL DEFAULT '0.00',
frais decimal(16,2) NOT NULL DEFAULT '0.00',
idempr int(11) NOT NULL DEFAULT '0',
log_printed int(1) unsigned NOT NULL DEFAULT '0',
log_mail int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_log)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_retard`
--
LOCK TABLES log_retard WRITE;
/*!40000 ALTER TABLE log_retard DISABLE KEYS */;
/*!40000 ALTER TABLE log_retard ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `logopac`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE logopac (
id_log int(8) unsigned NOT NULL AUTO_INCREMENT,
date_log timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
url_demandee varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
url_referente varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
get_log blob NOT NULL,
post_log blob NOT NULL,
num_session varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
server_log blob NOT NULL,
empr_carac blob NOT NULL,
empr_doc blob NOT NULL,
empr_expl mediumblob NOT NULL,
nb_result blob NOT NULL,
gen_stat blob NOT NULL,
PRIMARY KEY (id_log),
KEY lopac_date_log (date_log)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `logopac`
--
LOCK TABLES logopac WRITE;
/*!40000 ALTER TABLE logopac DISABLE KEYS */;
/*!40000 ALTER TABLE logopac ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mailtpl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE mailtpl (
id_mailtpl int(10) unsigned NOT NULL AUTO_INCREMENT,
mailtpl_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
mailtpl_objet varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
mailtpl_tpl mediumtext COLLATE utf8_unicode_ci NOT NULL,
mailtpl_users varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_mailtpl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mailtpl`
--
LOCK TABLES mailtpl WRITE;
/*!40000 ALTER TABLE mailtpl DISABLE KEYS */;
/*!40000 ALTER TABLE mailtpl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `map_echelles`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE map_echelles (
map_echelle_id int(10) unsigned NOT NULL AUTO_INCREMENT,
map_echelle_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (map_echelle_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `map_echelles`
--
LOCK TABLES map_echelles WRITE;
/*!40000 ALTER TABLE map_echelles DISABLE KEYS */;
/*!40000 ALTER TABLE map_echelles ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `map_emprises`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE map_emprises (
map_emprise_id int(10) unsigned NOT NULL AUTO_INCREMENT,
map_emprise_type int(10) unsigned NOT NULL DEFAULT '0',
map_emprise_obj_num int(10) unsigned NOT NULL DEFAULT '0',
map_emprise_data geometry NOT NULL,
map_emprise_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (map_emprise_id),
KEY i_map_emprise_obj_num (map_emprise_obj_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `map_emprises`
--
LOCK TABLES map_emprises WRITE;
/*!40000 ALTER TABLE map_emprises DISABLE KEYS */;
/*!40000 ALTER TABLE map_emprises ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `map_hold_areas`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE map_hold_areas (
id_obj int(10) unsigned NOT NULL DEFAULT '0',
type_obj int(10) unsigned NOT NULL DEFAULT '0',
area double DEFAULT NULL,
bbox_area double DEFAULT NULL,
center longtext CHARACTER SET latin1,
PRIMARY KEY (id_obj)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `map_hold_areas`
--
LOCK TABLES map_hold_areas WRITE;
/*!40000 ALTER TABLE map_hold_areas DISABLE KEYS */;
/*!40000 ALTER TABLE map_hold_areas ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `map_projections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE map_projections (
map_projection_id int(10) unsigned NOT NULL AUTO_INCREMENT,
map_projection_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (map_projection_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `map_projections`
--
LOCK TABLES map_projections WRITE;
/*!40000 ALTER TABLE map_projections DISABLE KEYS */;
/*!40000 ALTER TABLE map_projections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `map_refs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE map_refs (
map_ref_id int(10) unsigned NOT NULL AUTO_INCREMENT,
map_ref_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (map_ref_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `map_refs`
--
LOCK TABLES map_refs WRITE;
/*!40000 ALTER TABLE map_refs DISABLE KEYS */;
/*!40000 ALTER TABLE map_refs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mots`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE mots (
id_mot mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
mot varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_mot),
UNIQUE KEY mot (mot)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mots`
--
LOCK TABLES mots WRITE;
/*!40000 ALTER TABLE mots DISABLE KEYS */;
/*!40000 ALTER TABLE mots ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `noeuds`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE noeuds (
id_noeud int(9) unsigned NOT NULL AUTO_INCREMENT,
autorite varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_parent int(9) unsigned NOT NULL DEFAULT '0',
num_renvoi_voir int(9) unsigned NOT NULL DEFAULT '0',
visible char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
num_thesaurus int(3) unsigned NOT NULL DEFAULT '0',
path text COLLATE utf8_unicode_ci NOT NULL,
authority_import_denied int(10) unsigned NOT NULL DEFAULT '0',
not_use_in_indexation int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_noeud),
KEY num_parent (num_parent),
KEY num_thesaurus (num_thesaurus),
KEY autorite (autorite),
KEY key_path (path(333)),
KEY i_num_renvoi_voir (num_renvoi_voir)
) ENGINE=MyISAM AUTO_INCREMENT=2513 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `noeuds`
--
LOCK TABLES noeuds WRITE;
/*!40000 ALTER TABLE noeuds DISABLE KEYS */;
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1,'TOP',0,0,'0',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1378,'1377',1,0,'1',1,'1378',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1379,'1378',1,0,'1',1,'1379',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1380,'1379',1,0,'1',1,'1380',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1381,'1380',1,0,'1',1,'1381',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1382,'1381',1,0,'1',1,'1382',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1383,'1382',1,0,'1',1,'1383',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1384,'1383',1,0,'1',1,'1384',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1385,'1384',1,0,'1',1,'1385',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1386,'1385',1,0,'1',1,'1386',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1387,'1386',1,0,'1',1,'1387',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1388,'1387',1378,0,'1',1,'1378/1388',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1389,'1388',1378,0,'1',1,'1378/1389',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1390,'1389',1378,0,'1',1,'1378/1390',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1391,'1390',1378,0,'1',1,'1378/1391',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1392,'1391',1378,0,'1',1,'1378/1392',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1393,'1392',1378,0,'1',1,'1378/1393',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1394,'1393',1378,0,'1',1,'1378/1394',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1395,'1394',1378,0,'1',1,'1378/1395',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1396,'1395',1378,0,'1',1,'1378/1396',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1397,'1396',1378,0,'1',1,'1378/1397',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1398,'1397',1378,0,'1',1,'1378/1398',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1399,'1398',1378,0,'1',1,'1378/1399',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1400,'1399',1378,0,'1',1,'1378/1400',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1401,'1400',1378,0,'1',1,'1378/1401',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1402,'1401',1390,0,'1',1,'1378/1390/1402',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1403,'1402',1408,0,'1',1,'1378/1390/1408/1403',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1404,'1403',1390,0,'1',1,'1378/1390/1404',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1405,'1404',1390,0,'1',1,'1378/1390/1405',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1406,'1405',1390,0,'1',1,'1378/1390/1406',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1407,'1406',1408,0,'1',1,'1378/1390/1408/1407',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1408,'1407',1390,0,'1',1,'1378/1390/1408',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1409,'1408',1408,0,'1',1,'1378/1390/1408/1409',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1410,'1409',1406,0,'1',1,'1378/1390/1406/1410',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1411,'1410',1391,0,'1',1,'1378/1391/1411',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1412,'1411',1391,0,'1',1,'1378/1391/1412',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1413,'1412',1391,0,'1',1,'1378/1391/1413',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1414,'1413',1391,0,'1',1,'1378/1391/1414',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1415,'1414',1391,0,'1',1,'1378/1391/1415',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1416,'1415',1391,0,'1',1,'1378/1391/1416',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1417,'1416',1391,0,'1',1,'1378/1391/1417',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1418,'1417',1391,0,'1',1,'1378/1391/1418',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1419,'1418',1391,0,'1',1,'1378/1391/1419',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1420,'1419',1394,0,'1',1,'1378/1394/1420',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1421,'1420',2046,0,'1',1,'1378/1394/2046/1421',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1422,'1421',2045,0,'1',1,'1378/1394/2045/1422',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1423,'1422',2045,0,'1',1,'1378/1394/2045/1423',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1424,'1423',2045,0,'1',1,'1378/1394/2045/1424',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1425,'1424',2045,0,'1',1,'1378/1394/2045/1425',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1426,'1425',2045,0,'1',1,'1378/1394/2045/1426',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1427,'1426',2045,0,'1',1,'1378/1394/2045/1427',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1428,'1427',2045,0,'1',1,'1378/1394/2045/1428',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1429,'1428',2045,0,'1',1,'1378/1394/2045/1429',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1430,'1429',2045,0,'1',1,'1378/1394/2045/1430',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1431,'1430',1420,0,'1',1,'1378/1394/1420/1431',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1432,'1431',1420,0,'1',1,'1378/1394/1420/1432',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1433,'1432',1420,0,'1',1,'1378/1394/1420/1433',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1434,'1433',1420,0,'1',1,'1378/1394/1420/1434',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1435,'1434',1420,0,'1',1,'1378/1394/1420/1435',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1436,'1435',1420,0,'1',1,'1378/1394/1420/1436',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1437,'1436',1420,0,'1',1,'1378/1394/1420/1437',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1438,'1437',1420,0,'1',1,'1378/1394/1420/1438',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1439,'1438',1420,0,'1',1,'1378/1394/1420/1439',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1440,'1439',1420,0,'1',1,'1378/1394/1420/1440',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1441,'1440',1420,0,'1',1,'1378/1394/1420/1441',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1442,'1441',2046,0,'1',1,'1378/1394/2046/1442',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1443,'1442',1420,0,'1',1,'1378/1394/1420/1443',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1444,'1443',1420,0,'1',1,'1378/1394/1420/1444',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1445,'1444',2046,0,'1',1,'1378/1394/2046/1445',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1446,'1445',1422,0,'1',1,'1378/1394/2045/1422/1446',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1447,'1446',1423,0,'1',1,'1378/1394/2045/1423/1447',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1448,'1447',1424,0,'1',1,'1378/1394/2045/1424/1448',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1449,'1448',1425,0,'1',1,'1378/1394/2045/1425/1449',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1450,'1449',1426,0,'1',1,'1378/1394/2045/1426/1450',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1451,'1450',1427,0,'1',1,'1378/1394/2045/1427/1451',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1452,'1451',1428,0,'1',1,'1378/1394/2045/1428/1452',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1453,'1452',1429,0,'1',1,'1378/1394/2045/1429/1453',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1454,'1453',1430,0,'1',1,'1378/1394/2045/1430/1454',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1455,'1454',2046,0,'1',1,'1378/1394/2046/1455',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1456,'1455',1422,0,'1',1,'1378/1394/2045/1422/1456',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1457,'1456',1423,0,'1',1,'1378/1394/2045/1423/1457',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1458,'1457',1424,0,'1',1,'1378/1394/2045/1424/1458',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1459,'1458',1425,0,'1',1,'1378/1394/2045/1425/1459',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1460,'1459',1426,0,'1',1,'1378/1394/2045/1426/1460',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1461,'1460',1427,0,'1',1,'1378/1394/2045/1427/1461',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1462,'1461',1428,0,'1',1,'1378/1394/2045/1428/1462',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1463,'1462',1428,0,'1',1,'1378/1394/2045/1428/1463',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1464,'1463',1429,0,'1',1,'1378/1394/2045/1429/1464',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1465,'1464',1430,0,'1',1,'1378/1394/2045/1430/1465',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1466,'1465',2046,0,'1',1,'1378/1394/2046/1466',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1467,'1466',1422,0,'1',1,'1378/1394/2045/1422/1467',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1468,'1467',1423,0,'1',1,'1378/1394/2045/1423/1468',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1469,'1468',1424,0,'1',1,'1378/1394/2045/1424/1469',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1470,'1469',1425,0,'1',1,'1378/1394/2045/1425/1470',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1471,'1470',1426,0,'1',1,'1378/1394/2045/1426/1471',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1472,'1471',1427,0,'1',1,'1378/1394/2045/1427/1472',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1473,'1472',1429,0,'1',1,'1378/1394/2045/1429/1473',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1474,'1473',1428,0,'1',1,'1378/1394/2045/1428/1474',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1475,'1474',1430,0,'1',1,'1378/1394/2045/1430/1475',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1476,'1475',1426,0,'1',1,'1378/1394/2045/1426/1476',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1477,'1476',1427,0,'1',1,'1378/1394/2045/1427/1477',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1478,'1477',1429,0,'1',1,'1378/1394/2045/1429/1478',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1479,'1478',1430,0,'1',1,'1378/1394/2045/1430/1479',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1480,'1479',1422,0,'1',1,'1378/1394/2045/1422/1480',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1481,'1480',1423,0,'1',1,'1378/1394/2045/1423/1481',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1482,'1481',1424,0,'1',1,'1378/1394/2045/1424/1482',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1483,'1482',1425,0,'1',1,'1378/1394/2045/1425/1483',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1484,'1483',2160,0,'1',1,'1378/1399/2160/1484',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1485,'1484',2160,0,'1',1,'1378/1399/2160/1485',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1486,'1485',2160,0,'1',1,'1378/1399/2160/1486',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1487,'1486',2160,0,'1',1,'1378/1399/2160/1487',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1488,'1487',2160,0,'1',1,'1378/1399/2160/1488',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1489,'1488',2160,0,'1',1,'1378/1399/2160/1489',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1490,'1489',2160,0,'1',1,'1378/1399/2160/1490',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1492,'1491',1399,0,'1',1,'1378/1399/1492',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1493,'1492',1379,0,'1',1,'1379/1493',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1494,'1493',1379,0,'1',1,'1379/1494',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1495,'1494',1379,0,'1',1,'1379/1495',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1496,'1495',1379,0,'1',1,'1379/1496',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1497,'1496',1379,0,'1',1,'1379/1497',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1498,'1497',1379,0,'1',1,'1379/1498',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1499,'1498',1495,0,'1',1,'1379/1495/1499',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1500,'1499',1495,0,'1',1,'1379/1495/1500',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1501,'1500',1495,0,'1',1,'1379/1495/1501',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1502,'1501',1495,0,'1',1,'1379/1495/1502',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1503,'1502',1495,0,'1',1,'1379/1495/1503',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1504,'1503',1495,0,'1',1,'1379/1495/1504',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1505,'1504',1495,0,'1',1,'1379/1495/1505',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1506,'1505',1382,0,'1',1,'1382/1506',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1507,'1506',1495,0,'1',1,'1379/1495/1507',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1508,'1507',1495,0,'1',1,'1379/1495/1508',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1509,'1508',1495,0,'1',1,'1379/1495/1509',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1510,'1509',1495,0,'1',1,'1379/1495/1510',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1511,'1510',1495,0,'1',1,'1379/1495/1511',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1512,'1511',1497,0,'1',1,'1379/1497/1512',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1513,'1512',1497,0,'1',1,'1379/1497/1513',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1514,'1513',1497,0,'1',1,'1379/1497/1514',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1515,'1514',1380,0,'1',1,'1380/1515',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1516,'1515',1380,0,'1',1,'1380/1516',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1517,'1516',1380,0,'1',1,'1380/1517',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1518,'1517',1380,0,'1',1,'1380/1518',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1519,'1518',1380,0,'1',1,'1380/1519',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1520,'1519',1380,0,'1',1,'1380/1520',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1521,'1520',1380,0,'1',1,'1380/1521',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1522,'1521',1380,0,'1',1,'1380/1522',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1523,'1522',1380,0,'1',1,'1380/1523',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1524,'1523',1525,1641,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1525,'1524',1515,0,'1',1,'1380/1515/1525',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1526,'1525',1515,0,'1',1,'1380/1515/1526',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1527,'1526',1526,0,'1',1,'1380/1515/1526/1527',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1528,'1527',1526,0,'1',1,'1380/1515/1526/1528',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1529,'1528',1526,0,'1',1,'1380/1515/1526/1529',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1530,'1529',1526,0,'1',1,'1380/1515/1526/1530',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1531,'1530',1515,0,'1',1,'1380/1515/1531',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1532,'1531',1515,0,'1',1,'1380/1515/1532',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1533,'1532',1515,0,'1',1,'1380/1515/1533',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1534,'1533',1515,0,'1',1,'1380/1515/1534',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1535,'1534',1515,0,'1',1,'1380/1515/1535',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1536,'1535',1516,0,'1',1,'1380/1516/1536',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1537,'1536',1516,0,'1',1,'1380/1516/1537',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1538,'1537',1516,0,'1',1,'1380/1516/1538',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1539,'1538',1516,0,'1',1,'1380/1516/1539',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1540,'1539',1516,0,'1',1,'1380/1516/1540',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1541,'1540',1516,0,'1',1,'1380/1516/1541',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1542,'1541',1516,0,'1',1,'1380/1516/1542',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1543,'1542',1516,0,'1',1,'1380/1516/1543',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1544,'1543',1516,0,'1',1,'1380/1516/1544',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1545,'1544',1517,0,'1',1,'1380/1517/1545',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1546,'1545',1517,0,'1',1,'1380/1517/1546',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1547,'1546',1523,0,'1',1,'1380/1523/1547',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1548,'1547',1517,0,'1',1,'1380/1517/1548',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1549,'1548',1517,0,'1',1,'1380/1517/1549',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1550,'1549',1551,0,'1',1,'1380/1517/1551/1550',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1551,'1550',1517,0,'1',1,'1380/1517/1551',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1552,'1551',1517,0,'1',1,'1380/1517/1552',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1553,'1552',1517,0,'1',1,'1380/1517/1553',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1554,'1553',1518,0,'1',1,'1380/1518/1554',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1555,'1554',1518,0,'1',1,'1380/1518/1555',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1556,'1555',1518,0,'1',1,'1380/1518/1556',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1557,'1556',1518,0,'1',1,'1380/1518/1557',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1558,'1557',1518,0,'1',1,'1380/1518/1558',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1559,'1558',1519,0,'1',1,'1380/1519/1559',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1560,'1559',1519,0,'1',1,'1380/1519/1560',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1561,'1560',1519,0,'1',1,'1380/1519/1561',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1562,'1561',1519,0,'1',1,'1380/1519/1562',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1563,'1562',1519,0,'1',1,'1380/1519/1563',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1564,'1563',1519,0,'1',1,'1380/1519/1564',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1565,'1564',1519,0,'1',1,'1380/1519/1565',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1566,'1565',1519,0,'1',1,'1380/1519/1566',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1567,'1566',1555,0,'1',1,'1380/1518/1555/1567',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1568,'1567',2167,0,'1',1,'1380/1520/2167/1568',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1569,'1568',2167,0,'1',1,'1380/1520/2167/1569',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1570,'1569',2167,0,'1',1,'1380/1520/2167/1570',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1571,'1570',2167,0,'1',1,'1380/1520/2167/1571',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1572,'1571',2167,0,'1',1,'1380/1520/2167/1572',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1573,'1572',2167,0,'1',1,'1380/1520/2167/1573',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1574,'1573',2168,0,'1',1,'1380/1520/2168/1574',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1575,'1574',2168,0,'1',1,'1380/1520/2168/1575',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1576,'1575',2168,0,'1',1,'1380/1520/2168/1576',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1577,'1576',1520,0,'1',1,'1380/1520/1577',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1578,'1577',1520,0,'1',1,'1380/1520/1578',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1579,'1578',1520,0,'1',1,'1380/1520/1579',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1580,'1579',1520,0,'1',1,'1380/1520/1580',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1581,'1580',1520,0,'1',1,'1380/1520/1581',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1583,'1582',1521,0,'1',1,'1380/1521/1583',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1584,'1583',1521,0,'1',1,'1380/1521/1584',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1585,'1584',1521,0,'1',1,'1380/1521/1585',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1586,'1585',1521,0,'1',1,'1380/1521/1586',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1587,'1586',1521,0,'1',1,'1380/1521/1587',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1588,'1587',1521,0,'1',1,'1380/1521/1588',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1589,'1588',1521,0,'1',1,'1380/1521/1589',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1590,'1589',1521,0,'1',1,'1380/1521/1590',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1591,'1590',1521,0,'1',1,'1380/1521/1591',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1592,'1591',1522,0,'1',1,'1380/1522/1592',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1593,'1592',2166,0,'1',1,'1380/1522/2166/1593',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1594,'1593',2166,0,'1',1,'1380/1522/2166/1594',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1595,'1594',2166,0,'1',1,'1380/1522/2166/1595',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1596,'1595',1522,0,'1',1,'1380/1522/1596',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1597,'1596',1522,0,'1',1,'1380/1522/1597',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1598,'1597',1522,0,'1',1,'1380/1522/1598',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1599,'1598',1522,0,'1',1,'1380/1522/1599',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1600,'1599',1522,0,'1',1,'1380/1522/1600',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1601,'1600',1522,0,'1',1,'1380/1522/1601',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1602,'1601',1522,0,'1',1,'1380/1522/1602',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1603,'1602',1523,0,'1',1,'1380/1523/1603',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1604,'1603',1523,0,'1',1,'1380/1523/1604',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1605,'1604',1523,0,'1',1,'1380/1523/1605',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1606,'1605',1523,0,'1',1,'1380/1523/1606',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1607,'1606',1523,0,'1',1,'1380/1523/1607',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1608,'1607',1523,0,'1',1,'1380/1523/1608',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1609,'1608',1523,0,'1',1,'1380/1523/1609',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1610,'1609',1523,0,'1',1,'1380/1523/1610',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1611,'1610',1523,0,'1',1,'1380/1523/1611',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1612,'1611',1381,0,'1',1,'1381/1612',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1613,'1612',2022,0,'1',1,'1381/2022/1613',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1614,'1613',1381,0,'1',1,'1381/1614',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1615,'1614',2022,0,'1',1,'1381/2022/1615',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1616,'1615',2022,0,'1',1,'1381/2022/1616',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1617,'1616',1381,0,'1',1,'1381/1617',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1618,'1617',1381,0,'1',1,'1381/1618',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1619,'1618',1381,0,'1',1,'1381/1619',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1620,'1619',1381,0,'1',1,'1381/1620',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1621,'1620',2022,0,'1',1,'1381/2022/1621',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1622,'1621',1620,0,'1',1,'1381/1620/1622',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1623,'1622',1620,0,'1',1,'1381/1620/1623',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1624,'1623',1620,0,'1',1,'1381/1620/1624',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1625,'1624',1620,0,'1',1,'1381/1620/1625',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1626,'1625',1620,0,'1',1,'1381/1620/1626',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1627,'1626',1620,0,'1',1,'1381/1620/1627',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1628,'1627',1620,0,'1',1,'1381/1620/1628',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1629,'1628',1621,0,'1',1,'1381/2022/1621/1629',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1630,'1629',1621,0,'1',1,'1381/2022/1621/1630',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1631,'1630',1621,0,'1',1,'1381/2022/1621/1631',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1632,'1631',1621,0,'1',1,'1381/2022/1621/1632',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1633,'1632',1621,0,'1',1,'1381/2022/1621/1633',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1634,'1633',1621,0,'1',1,'1381/2022/1621/1634',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1635,'1634',1621,0,'1',1,'1381/2022/1621/1635',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1636,'1635',1621,0,'1',1,'1381/2022/1621/1636',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1637,'1636',1621,0,'1',1,'1381/2022/1621/1637',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1638,'1637',1621,0,'1',1,'1381/2022/1621/1638',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1639,'1638',1621,0,'1',1,'1381/2022/1621/1639',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1640,'1639',1639,0,'1',1,'1381/2022/1621/1639/1640',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1641,'1640',1644,0,'1',1,'1381/2022/1621/1639/1644/1641',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1642,'1641',1639,0,'1',1,'1381/2022/1621/1639/1642',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1643,'1642',2141,0,'1',1,'1381/2022/1621/1639/2141/1643',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1644,'1643',1639,0,'1',1,'1381/2022/1621/1639/1644',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1645,'1644',1639,0,'1',1,'1381/2022/1621/1639/1645',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1646,'1645',1382,0,'1',1,'1382/1646',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1647,'1646',1382,0,'1',1,'1382/1647',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1648,'1647',1382,0,'1',1,'1382/1648',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1649,'1648',1382,0,'1',1,'1382/1649',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1650,'1649',1382,0,'1',1,'1382/1650',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1651,'1650',1382,0,'1',1,'1382/1651',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1652,'1651',1382,0,'1',1,'1382/1652',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1653,'1652',1382,0,'1',1,'1382/1653',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1654,'1653',1382,0,'1',1,'1382/1654',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1655,'1654',1382,0,'1',1,'1382/1655',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1656,'1655',1382,0,'1',1,'1382/1656',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1657,'1656',1382,0,'1',1,'1382/1657',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1658,'1657',1647,0,'1',1,'1382/1647/1658',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1659,'1658',1647,0,'1',1,'1382/1647/1659',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1660,'1659',1647,0,'1',1,'1382/1647/1660',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1661,'1660',1647,0,'1',1,'1382/1647/1661',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1662,'1661',1647,0,'1',1,'1382/1647/1662',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1663,'1662',1651,0,'1',1,'1382/1651/1663',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1664,'1663',1651,0,'1',1,'1382/1651/1664',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1665,'1664',1651,0,'1',1,'1382/1651/1665',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1666,'1665',1651,0,'1',1,'1382/1651/1666',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1667,'1666',1651,0,'1',1,'1382/1651/1667',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1668,'1667',1651,0,'1',1,'1382/1651/1668',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1669,'1668',1651,0,'1',1,'1382/1651/1669',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1670,'1669',1651,0,'1',1,'1382/1651/1670',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1671,'1670',1651,0,'1',1,'1382/1651/1671',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1672,'1671',1651,0,'1',1,'1382/1651/1672',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1673,'1672',1651,0,'1',1,'1382/1651/1673',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1674,'1673',1651,0,'1',1,'1382/1651/1674',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1675,'1674',1654,0,'1',1,'1382/1654/1675',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1676,'1675',1654,0,'1',1,'1382/1654/1676',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1677,'1676',1654,0,'1',1,'1382/1654/1677',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1678,'1677',1654,0,'1',1,'1382/1654/1678',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1679,'1678',1654,0,'1',1,'1382/1654/1679',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1680,'1679',1654,0,'1',1,'1382/1654/1680',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1681,'1680',1684,0,'1',1,'1383/1684/1681',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1682,'1681',1383,0,'1',1,'1383/1682',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1683,'1682',1383,0,'1',1,'1383/1683',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1684,'1683',1383,0,'1',1,'1383/1684',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1685,'1684',1683,0,'1',1,'1383/1683/1685',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1686,'1685',1383,0,'1',1,'1383/1686',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1687,'1686',1383,0,'1',1,'1383/1687',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1688,'1687',1684,0,'1',1,'1383/1684/1688',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1689,'1688',1684,0,'1',1,'1383/1684/1689',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1690,'1689',1383,0,'1',1,'1383/1690',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1691,'1690',1684,0,'1',1,'1383/1684/1691',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1692,'1691',1683,0,'1',1,'1383/1683/1692',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1693,'1692',1383,0,'1',1,'1383/1693',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1694,'1693',1383,0,'1',1,'1383/1694',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1695,'1694',1385,0,'1',1,'1385/1695',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1696,'1695',1383,0,'1',1,'1383/1696',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1697,'1696',1383,0,'1',1,'1383/1697',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1698,'1697',1684,0,'1',1,'1383/1684/1698',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1699,'1698',1684,0,'1',1,'1383/1684/1699',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1700,'1699',1383,0,'1',1,'1383/1700',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1701,'1700',1684,0,'1',1,'1383/1684/1701',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1702,'1701',1682,0,'1',1,'1383/1682/1702',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1703,'1702',1682,0,'1',1,'1383/1682/1703',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1704,'1703',1682,0,'1',1,'1383/1682/1704',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1705,'1704',1682,0,'1',1,'1383/1682/1705',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1706,'1705',1682,0,'1',1,'1383/1682/1706',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1707,'1706',1687,0,'1',1,'1383/1687/1707',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1708,'1707',1687,0,'1',1,'1383/1687/1708',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1709,'1708',1687,0,'1',1,'1383/1687/1709',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1710,'1709',1687,0,'1',1,'1383/1687/1710',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1711,'1710',1687,0,'1',1,'1383/1687/1711',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1712,'1711',1687,0,'1',1,'1383/1687/1712',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1713,'1712',1687,0,'1',1,'1383/1687/1713',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1714,'1713',1683,0,'1',1,'1383/1683/1714',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1715,'1714',1696,0,'1',1,'1383/1696/1715',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1716,'1715',1696,0,'1',1,'1383/1696/1716',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1717,'1716',1696,0,'1',1,'1383/1696/1717',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1718,'1717',1696,0,'1',1,'1383/1696/1718',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1719,'1718',1696,0,'1',1,'1383/1696/1719',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1720,'1719',1696,0,'1',1,'1383/1696/1720',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1721,'1720',1696,0,'1',1,'1383/1696/1721',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1722,'1721',1696,0,'1',1,'1383/1696/1722',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1723,'1722',1384,0,'1',1,'1384/1723',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1724,'1723',1384,0,'1',1,'1384/1724',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1725,'1724',1384,0,'1',1,'1384/1725',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1726,'1725',1384,0,'1',1,'1384/1726',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1727,'1726',2203,0,'1',1,'1386/2203/1727',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1728,'1727',1384,0,'1',1,'1384/1728',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1729,'1728',1384,0,'1',1,'1384/1729',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1730,'1729',1384,0,'1',1,'1384/1730',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1731,'1730',1384,0,'1',1,'1384/1731',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1733,'1732',1384,0,'1',1,'1384/1733',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1734,'1733',1917,0,'1',1,'1387/1792/1833/1917/1734',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1735,'1734',1734,0,'1',1,'1387/1792/1833/1917/1734/1735',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1736,'1735',1734,0,'1',1,'1387/1792/1833/1917/1734/1736',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1737,'1736',1734,0,'1',1,'1387/1792/1833/1917/1734/1737',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1738,'1737',1734,0,'1',1,'1387/1792/1833/1917/1734/1738',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1739,'1738',1734,0,'1',1,'1387/1792/1833/1917/1734/1739',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1740,'1739',1734,0,'1',1,'1387/1792/1833/1917/1734/1740',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1741,'1740',1734,0,'1',1,'1387/1792/1833/1917/1734/1741',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1742,'1741',1734,0,'1',1,'1387/1792/1833/1917/1734/1742',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1743,'1742',1734,0,'1',1,'1387/1792/1833/1917/1734/1743',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1744,'1743',1734,0,'1',1,'1387/1792/1833/1917/1734/1744',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1746,'1745',1734,0,'1',1,'1387/1792/1833/1917/1734/1746',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1747,'1746',1734,0,'1',1,'1387/1792/1833/1917/1734/1747',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1748,'1747',1734,0,'1',1,'1387/1792/1833/1917/1734/1748',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1749,'1748',1734,0,'1',1,'1387/1792/1833/1917/1734/1749',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1750,'1749',1734,0,'1',1,'1387/1792/1833/1917/1734/1750',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1751,'1750',1734,0,'1',1,'1387/1792/1833/1917/1734/1751',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1752,'1751',1734,0,'1',1,'1387/1792/1833/1917/1734/1752',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1753,'1752',1734,0,'1',1,'1387/1792/1833/1917/1734/1753',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1754,'1753',1734,0,'1',1,'1387/1792/1833/1917/1734/1754',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1755,'1754',1734,0,'1',1,'1387/1792/1833/1917/1734/1755',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1756,'1755',1734,0,'1',1,'1387/1792/1833/1917/1734/1756',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1757,'1756',1734,0,'1',1,'1387/1792/1833/1917/1734/1757',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1758,'1757',1385,0,'1',1,'1385/1758',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1759,'1758',1385,0,'1',1,'1385/1759',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1760,'1759',1385,0,'1',1,'1385/1760',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1761,'1760',1385,0,'1',1,'1385/1761',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1762,'1761',1385,0,'1',1,'1385/1762',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1763,'1762',1385,0,'1',1,'1385/1763',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1764,'1763',1385,0,'1',1,'1385/1764',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1765,'1764',1385,0,'1',1,'1385/1765',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1766,'1765',1385,0,'1',1,'1385/1766',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1767,'1766',1385,0,'1',1,'1385/1767',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1768,'1767',1385,0,'1',1,'1385/1768',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1769,'1768',1385,0,'1',1,'1385/1769',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1770,'1769',1385,0,'1',1,'1385/1770',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1771,'1770',1385,0,'1',1,'1385/1771',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1772,'1771',1385,0,'1',1,'1385/1772',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1773,'1772',1765,0,'1',1,'1385/1765/1773',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1774,'1773',1765,0,'1',1,'1385/1765/1774',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1775,'1774',1765,0,'1',1,'1385/1765/1775',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1776,'1775',1765,0,'1',1,'1385/1765/1776',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1777,'1776',1765,0,'1',1,'1385/1765/1777',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1778,'1777',1386,0,'1',1,'1386/1778',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1779,'1778',1386,0,'1',1,'1386/1779',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1780,'1779',1386,0,'1',1,'1386/1780',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1781,'1780',1386,0,'1',1,'1386/1781',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1782,'1781',1386,0,'1',1,'1386/1782',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1783,'1782',1386,0,'1',1,'1386/1783',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1784,'1783',1386,0,'1',1,'1386/1784',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1785,'1784',1386,0,'1',1,'1386/1785',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1786,'1785',1386,0,'1',1,'1386/1786',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1787,'1786',1386,0,'1',1,'1386/1787',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1788,'1787',1387,0,'1',1,'1387/1788',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1789,'1788',1387,0,'1',1,'1387/1789',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1790,'1789',1387,0,'1',1,'1387/1790',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1791,'1790',1387,0,'1',1,'1387/1791',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1792,'1791',1387,0,'1',1,'1387/1792',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1793,'1792',1387,0,'1',1,'1387/1793',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1794,'1793',1387,0,'1',1,'1387/1794',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1795,'1794',1387,0,'1',1,'1387/1795',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1796,'1795',1387,0,'1',1,'1387/1796',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1797,'1796',1788,0,'1',1,'1387/1788/1797',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1798,'1797',1788,0,'1',1,'1387/1788/1798',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1799,'1798',1788,0,'1',1,'1387/1788/1799',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1800,'1799',1788,0,'1',1,'1387/1788/1800',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1801,'1800',1788,0,'1',1,'1387/1788/1801',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1802,'1801',1788,0,'1',1,'1387/1788/1802',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1803,'1802',1788,0,'1',1,'1387/1788/1803',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1804,'1803',1789,0,'1',1,'1387/1789/1804',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1805,'1804',1789,0,'1',1,'1387/1789/1805',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1806,'1805',1789,0,'1',1,'1387/1789/1806',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1807,'1806',1789,0,'1',1,'1387/1789/1807',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1808,'1807',1789,0,'1',1,'1387/1789/1808',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1809,'1808',1789,0,'1',1,'1387/1789/1809',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1810,'1809',1789,0,'1',1,'1387/1789/1810',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1811,'1810',1790,0,'1',1,'1387/1790/1811',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1812,'1811',1790,0,'1',1,'1387/1790/1812',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1813,'1812',1790,0,'1',1,'1387/1790/1813',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1814,'1813',1790,0,'1',1,'1387/1790/1814',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1815,'1814',1790,0,'1',1,'1387/1790/1815',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1816,'1815',1790,0,'1',1,'1387/1790/1816',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1817,'1816',1790,0,'1',1,'1387/1790/1817',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1818,'1817',1790,0,'1',1,'1387/1790/1818',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1819,'1818',1791,0,'1',1,'1387/1791/1819',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1820,'1819',1791,0,'1',1,'1387/1791/1820',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1821,'1820',1791,0,'1',1,'1387/1791/1821',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1822,'1821',1791,0,'1',1,'1387/1791/1822',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1823,'1822',1791,0,'1',1,'1387/1791/1823',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1824,'1823',1791,0,'1',1,'1387/1791/1824',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1825,'1824',1791,0,'1',1,'1387/1791/1825',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1826,'1825',1791,0,'1',1,'1387/1791/1826',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1827,'1826',1791,0,'1',1,'1387/1791/1827',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1828,'1827',1791,0,'1',1,'1387/1791/1828',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1829,'1828',1791,0,'1',1,'1387/1791/1829',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1830,'1829',1791,0,'1',1,'1387/1791/1830',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1831,'1830',1791,0,'1',1,'1387/1791/1831',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1832,'1831',1792,0,'1',1,'1387/1792/1832',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1833,'1832',1792,0,'1',1,'1387/1792/1833',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1834,'1833',1792,0,'1',1,'1387/1792/1834',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1835,'1834',1792,0,'1',1,'1387/1792/1835',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1836,'1835',1792,0,'1',1,'1387/1792/1836',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1837,'1836',1792,0,'1',1,'1387/1792/1837',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1838,'1837',1793,0,'1',1,'1387/1793/1838',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1839,'1838',1793,0,'1',1,'1387/1793/1839',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1840,'1839',1793,0,'1',1,'1387/1793/1840',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1841,'1840',1793,0,'1',1,'1387/1793/1841',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1842,'1841',1793,0,'1',1,'1387/1793/1842',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1843,'1842',1793,0,'1',1,'1387/1793/1843',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1844,'1843',1794,0,'1',1,'1387/1794/1844',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1845,'1844',1794,0,'1',1,'1387/1794/1845',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1846,'1845',1794,0,'1',1,'1387/1794/1846',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1847,'1846',1794,0,'1',1,'1387/1794/1847',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1848,'1847',1797,0,'1',1,'1387/1788/1797/1848',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1849,'1848',1797,0,'1',1,'1387/1788/1797/1849',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1850,'1849',1797,0,'1',1,'1387/1788/1797/1850',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1851,'1850',1797,0,'1',1,'1387/1788/1797/1851',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1852,'1851',1798,0,'1',1,'1387/1788/1798/1852',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1853,'1852',1798,0,'1',1,'1387/1788/1798/1853',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1854,'1853',1798,0,'1',1,'1387/1788/1798/1854',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1855,'1854',1798,0,'1',1,'1387/1788/1798/1855',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1856,'1855',1798,0,'1',1,'1387/1788/1798/1856',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1857,'1856',1798,0,'1',1,'1387/1788/1798/1857',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1858,'1857',1798,0,'1',1,'1387/1788/1798/1858',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1859,'1858',1798,0,'1',1,'1387/1788/1798/1859',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1860,'1859',1798,0,'1',1,'1387/1788/1798/1860',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1861,'1860',1798,0,'1',1,'1387/1788/1798/1861',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1862,'1861',1798,0,'1',1,'1387/1788/1798/1862',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1863,'1862',1798,0,'1',1,'1387/1788/1798/1863',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1864,'1863',1798,0,'1',1,'1387/1788/1798/1864',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1865,'1864',1798,0,'1',1,'1387/1788/1798/1865',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1866,'1865',1799,0,'1',1,'1387/1788/1799/1866',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1867,'1866',1799,0,'1',1,'1387/1788/1799/1867',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1868,'1867',1799,0,'1',1,'1387/1788/1799/1868',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1869,'1868',1799,0,'1',1,'1387/1788/1799/1869',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1870,'1869',1799,0,'1',1,'1387/1788/1799/1870',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1871,'1870',1800,0,'1',1,'1387/1788/1800/1871',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1872,'1871',1800,0,'1',1,'1387/1788/1800/1872',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1873,'1872',1800,0,'1',1,'1387/1788/1800/1873',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1874,'1873',1800,0,'1',1,'1387/1788/1800/1874',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1875,'1874',1800,0,'1',1,'1387/1788/1800/1875',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1876,'1875',1800,0,'1',1,'1387/1788/1800/1876',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1877,'1876',1800,0,'1',1,'1387/1788/1800/1877',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1878,'1877',1800,0,'1',1,'1387/1788/1800/1878',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1879,'1878',1801,0,'1',1,'1387/1788/1801/1879',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1880,'1879',1801,0,'1',1,'1387/1788/1801/1880',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1881,'1880',1801,0,'1',1,'1387/1788/1801/1881',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1882,'1881',1801,0,'1',1,'1387/1788/1801/1882',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1883,'1882',1801,0,'1',1,'1387/1788/1801/1883',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1884,'1883',1801,0,'1',1,'1387/1788/1801/1884',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1885,'1884',1801,0,'1',1,'1387/1788/1801/1885',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1886,'1885',1802,0,'1',1,'1387/1788/1802/1886',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1887,'1886',1802,0,'1',1,'1387/1788/1802/1887',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1888,'1887',1802,0,'1',1,'1387/1788/1802/1888',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1889,'1888',1802,0,'1',1,'1387/1788/1802/1889',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1890,'1889',1802,0,'1',1,'1387/1788/1802/1890',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1891,'1890',1802,0,'1',1,'1387/1788/1802/1891',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1892,'1891',1802,0,'1',1,'1387/1788/1802/1892',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1893,'1892',1802,0,'1',1,'1387/1788/1802/1893',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1894,'1893',1802,0,'1',1,'1387/1788/1802/1894',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1895,'1894',1802,0,'1',1,'1387/1788/1802/1895',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1896,'1895',1803,0,'1',1,'1387/1788/1803/1896',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1897,'1896',1803,0,'1',1,'1387/1788/1803/1897',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1898,'1897',1803,0,'1',1,'1387/1788/1803/1898',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1899,'1898',1803,0,'1',1,'1387/1788/1803/1899',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1900,'1899',1803,0,'1',1,'1387/1788/1803/1900',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1901,'1900',1803,0,'1',1,'1387/1788/1803/1901',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1902,'1901',1818,0,'1',1,'1387/1790/1818/1902',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1903,'1902',1818,0,'1',1,'1387/1790/1818/1903',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1904,'1903',1818,0,'1',1,'1387/1790/1818/1904',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1905,'1904',1818,0,'1',1,'1387/1790/1818/1905',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1906,'1905',1818,0,'1',1,'1387/1790/1818/1906',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1907,'1906',1818,0,'1',1,'1387/1790/1818/1907',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1908,'1907',1818,0,'1',1,'1387/1790/1818/1908',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1909,'1908',1818,0,'1',1,'1387/1790/1818/1909',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1910,'1909',1832,0,'1',1,'1387/1792/1832/1910',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1911,'1910',1832,0,'1',1,'1387/1792/1832/1911',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1912,'1911',1832,0,'1',1,'1387/1792/1832/1912',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1913,'1912',1832,0,'1',1,'1387/1792/1832/1913',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1914,'1913',1832,0,'1',1,'1387/1792/1832/1914',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1915,'1914',1833,0,'1',1,'1387/1792/1833/1915',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1916,'1915',1833,0,'1',1,'1387/1792/1833/1916',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1917,'1916',1833,0,'1',1,'1387/1792/1833/1917',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1918,'1917',1833,0,'1',1,'1387/1792/1833/1918',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1919,'1918',1833,0,'1',1,'1387/1792/1833/1919',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1920,'1919',1833,0,'1',1,'1387/1792/1833/1920',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1921,'1920',1833,0,'1',1,'1387/1792/1833/1921',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1922,'1921',1834,0,'1',1,'1387/1792/1834/1922',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1923,'1922',1834,0,'1',1,'1387/1792/1834/1923',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1924,'1923',1834,0,'1',1,'1387/1792/1834/1924',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1925,'1924',1834,0,'1',1,'1387/1792/1834/1925',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1926,'1925',1834,0,'1',1,'1387/1792/1834/1926',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1927,'1926',1835,0,'1',1,'1387/1792/1835/1927',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1928,'1927',1835,0,'1',1,'1387/1792/1835/1928',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1929,'1928',1835,0,'1',1,'1387/1792/1835/1929',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1930,'1929',1835,0,'1',1,'1387/1792/1835/1930',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1931,'1930',1835,0,'1',1,'1387/1792/1835/1931',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1932,'1931',1835,0,'1',1,'1387/1792/1835/1932',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1933,'1932',1835,0,'1',1,'1387/1792/1835/1933',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1934,'1933',1835,0,'1',1,'1387/1792/1835/1934',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1935,'1934',1836,0,'1',1,'1387/1792/1836/1935',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1936,'1935',1836,0,'1',1,'1387/1792/1836/1936',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1937,'1936',1836,0,'1',1,'1387/1792/1836/1937',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1938,'1937',1836,0,'1',1,'1387/1792/1836/1938',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1939,'1938',1837,0,'1',1,'1387/1792/1837/1939',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1940,'1939',1837,0,'1',1,'1387/1792/1837/1940',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1941,'1940',1837,0,'1',1,'1387/1792/1837/1941',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1942,'1941',1837,0,'1',1,'1387/1792/1837/1942',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1943,'1942',1837,0,'1',1,'1387/1792/1837/1943',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1944,'1943',1837,0,'1',1,'1387/1792/1837/1944',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1945,'1944',1837,0,'1',1,'1387/1792/1837/1945',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1946,'1945',1837,0,'1',1,'1387/1792/1837/1946',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1947,'1946',1837,0,'1',1,'1387/1792/1837/1947',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1948,'1947',1838,0,'1',1,'1387/1793/1838/1948',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1949,'1948',1838,0,'1',1,'1387/1793/1838/1949',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1950,'1949',1838,0,'1',1,'1387/1793/1838/1950',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1951,'1950',1838,0,'1',1,'1387/1793/1838/1951',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1952,'1951',1948,0,'1',1,'1387/1793/1838/1948/1952',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1953,'1952',1948,0,'1',1,'1387/1793/1838/1948/1953',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1954,'1953',1948,0,'1',1,'1387/1793/1838/1948/1954',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1955,'1954',1948,0,'1',1,'1387/1793/1838/1948/1955',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1956,'1955',1948,0,'1',1,'1387/1793/1838/1948/1956',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1957,'1956',1948,0,'1',1,'1387/1793/1838/1948/1957',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1958,'1957',1948,0,'1',1,'1387/1793/1838/1948/1958',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1959,'1958',1951,0,'1',1,'1387/1793/1838/1951/1959',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1960,'1959',1951,0,'1',1,'1387/1793/1838/1951/1960',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1961,'1960',1951,0,'1',1,'1387/1793/1838/1951/1961',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1962,'1961',1951,0,'1',1,'1387/1793/1838/1951/1962',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1963,'1962',1951,0,'1',1,'1387/1793/1838/1951/1963',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1964,'1963',1951,0,'1',1,'1387/1793/1838/1951/1964',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1965,'1964',1951,0,'1',1,'1387/1793/1838/1951/1965',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1966,'1965',1839,0,'1',1,'1387/1793/1839/1966',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1967,'1966',1839,0,'1',1,'1387/1793/1839/1967',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1968,'1967',1839,0,'1',1,'1387/1793/1839/1968',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1969,'1968',1835,0,'1',1,'1387/1792/1835/1969',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1970,'1969',1840,0,'1',1,'1387/1793/1840/1970',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1971,'1970',1840,0,'1',1,'1387/1793/1840/1971',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1972,'1971',1840,0,'1',1,'1387/1793/1840/1972',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1973,'1972',1840,0,'1',1,'1387/1793/1840/1973',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1974,'1973',1840,0,'1',1,'1387/1793/1840/1974',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1975,'1974',1840,0,'1',1,'1387/1793/1840/1975',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1976,'1975',1840,0,'1',1,'1387/1793/1840/1976',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1977,'1976',1840,0,'1',1,'1387/1793/1840/1977',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1978,'1977',1841,0,'1',1,'1387/1793/1841/1978',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1979,'1978',1841,0,'1',1,'1387/1793/1841/1979',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1980,'1979',1841,0,'1',1,'1387/1793/1841/1980',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1981,'1980',1841,0,'1',1,'1387/1793/1841/1981',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1982,'1981',1841,0,'1',1,'1387/1793/1841/1982',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1983,'1982',1841,0,'1',1,'1387/1793/1841/1983',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1984,'1983',1842,0,'1',1,'1387/1793/1842/1984',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1985,'1984',1842,0,'1',1,'1387/1793/1842/1985',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1986,'1985',1842,0,'1',1,'1387/1793/1842/1986',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1987,'1986',1842,0,'1',1,'1387/1793/1842/1987',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1988,'1987',1842,0,'1',1,'1387/1793/1842/1988',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1989,'1988',1842,0,'1',1,'1387/1793/1842/1989',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1990,'1989',1843,0,'1',1,'1387/1793/1843/1990',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1991,'1990',1843,0,'1',1,'1387/1793/1843/1991',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1992,'1991',1843,0,'1',1,'1387/1793/1843/1992',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1993,'1992',1843,0,'1',1,'1387/1793/1843/1993',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1994,'1993',1843,0,'1',1,'1387/1793/1843/1994',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1995,'1994',1843,0,'1',1,'1387/1793/1843/1995',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1996,'1995',1843,0,'1',1,'1387/1793/1843/1996',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1997,'1996',1843,0,'1',1,'1387/1793/1843/1997',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1998,'1997',1843,0,'1',1,'1387/1793/1843/1998',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (1999,'1998',1843,0,'1',1,'1387/1793/1843/1999',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2000,'1999',1845,0,'1',1,'1387/1794/1845/2000',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2001,'2000',1845,0,'1',1,'1387/1794/1845/2001',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2002,'2001',1845,0,'1',1,'1387/1794/1845/2002',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2003,'2002',1845,0,'1',1,'1387/1794/1845/2003',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2004,'2003',1845,0,'1',1,'1387/1794/1845/2004',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2005,'2004',1845,0,'1',1,'1387/1794/1845/2005',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2006,'2005',1846,0,'1',1,'1387/1794/1846/2006',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2007,'2006',1846,0,'1',1,'1387/1794/1846/2007',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2008,'2007',1846,0,'1',1,'1387/1794/1846/2008',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2009,'2008',1846,0,'1',1,'1387/1794/1846/2009',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2010,'2009',1846,0,'1',1,'1387/1794/1846/2010',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2011,'2010',1847,0,'1',1,'1387/1794/1847/2011',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2012,'2011',1847,0,'1',1,'1387/1794/1847/2012',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2013,'2012',1847,0,'1',1,'1387/1794/1847/2013',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2014,'2013',1847,0,'1',1,'1387/1794/1847/2014',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2015,'2014',1847,0,'1',1,'1387/1794/1847/2015',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2016,'2015',1847,0,'1',1,'1387/1794/1847/2016',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2017,'2016',1847,0,'1',1,'1387/1794/1847/2017',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2018,'2017',1847,0,'1',1,'1387/1794/1847/2018',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2019,'2018',1847,0,'1',1,'1387/1794/1847/2019',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2020,'2019',1847,0,'1',1,'1387/1794/1847/2020',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2021,'2020',1847,0,'1',1,'1387/1794/1847/2021',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2022,'2021',1381,0,'1',1,'1381/2022',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2023,'2022',1698,0,'1',1,'1383/1684/1698/2023',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2024,'2023',1787,0,'1',1,'1386/1787/2024',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2025,'2024',1698,0,'1',1,'1383/1684/1698/2025',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2026,'2025',1787,0,'1',1,'1386/1787/2026',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2027,'2026',1698,0,'1',1,'1383/1684/1698/2027',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2028,'2027',1787,0,'1',1,'1386/1787/2028',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2029,'2028',1503,0,'1',1,'1379/1495/1503/2029',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2030,'2029',2032,0,'1',1,'1382/1653/2032/2030',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2031,'2030',2032,0,'1',1,'1382/1653/2032/2031',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2032,'2031',1653,0,'1',1,'1382/1653/2032',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2034,'2033',1554,0,'1',1,'1380/1518/1554/2034',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2035,'2034',2046,0,'1',1,'1378/1394/2046/2035',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2036,'2035',2046,0,'1',1,'1378/1394/2046/2036',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2037,'2036',1787,0,'1',1,'1386/1787/2037',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2040,'2039',1731,0,'1',1,'1384/1731/2040',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2043,'2042',1691,0,'1',1,'1383/1684/1691/2043',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2044,'2043',1424,0,'1',1,'1378/1394/2045/1424/2044',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2045,'2044',1394,0,'1',1,'1378/1394/2045',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2046,'2045',1394,0,'1',1,'1378/1394/2046',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2047,'2046',2046,0,'1',1,'1378/1394/2046/2047',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2048,'2047',2046,0,'1',1,'1378/1394/2046/2048',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2049,'2048',2046,0,'1',1,'1378/1394/2046/2049',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2050,'2049',2046,0,'1',1,'1378/1394/2046/2050',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2051,'2050',2046,0,'1',1,'1378/1394/2046/2051',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2052,'2051',2046,0,'1',1,'1378/1394/2046/2052',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2053,'2052',2046,0,'1',1,'1378/1394/2046/2053',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2054,'2053',2049,0,'1',1,'1378/1394/2046/2049/2054',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2057,'2056',1593,0,'1',1,'1380/1522/2166/1593/2057',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2058,'2057',1593,0,'1',1,'1380/1522/2166/1593/2058',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2059,'2058',1593,0,'1',1,'1380/1522/2166/1593/2059',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2060,'2059',1593,0,'1',1,'1380/1522/2166/1593/2060',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2061,'2060',1593,0,'1',1,'1380/1522/2166/1593/2061',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2062,'2061',1593,0,'1',1,'1380/1522/2166/1593/2062',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2063,'2062',1593,0,'1',1,'1380/1522/2166/1593/2063',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2064,'2063',1593,0,'1',1,'1380/1522/2166/1593/2064',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2065,'2064',1593,0,'1',1,'1380/1522/2166/1593/2065',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2068,'2067',1455,0,'1',1,'1378/1394/2046/1455/2068',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2071,'2070',1554,0,'1',1,'1380/1518/1554/2071',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2072,'2071',1554,0,'1',1,'1380/1518/1554/2072',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2074,'2073',2051,0,'1',1,'1378/1394/2046/2051/2074',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2075,'2074',1652,0,'1',1,'1382/1652/2075',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2076,'2075',2125,0,'1',1,'1386/1780/2125/2076',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2078,'2077',1442,0,'1',1,'1378/1394/2046/1442/2078',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2079,'2078',2082,0,'1',1,'1380/1517/1551/1550/2082/2079',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2080,'2079',2082,0,'1',1,'1380/1517/1551/1550/2082/2080',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2081,'2080',2082,0,'1',1,'1380/1517/1551/1550/2082/2081',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2082,'2081',1550,0,'1',1,'1380/1517/1551/1550/2082',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2084,'2083',2035,0,'1',1,'1378/1394/2046/2035/2084',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2085,'2084',1708,0,'1',1,'1383/1687/1708/2085',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2086,'2085',1503,0,'1',1,'1379/1495/1503/2086',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2087,'2086',2086,0,'1',1,'1379/1495/1503/2086/2087',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2089,'2088',2036,0,'1',1,'1378/1394/2046/2036/2089',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2090,'2089',2089,0,'1',1,'1378/1394/2046/2036/2089/2090',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2093,'2092',1944,0,'1',1,'1387/1792/1837/1944/2093',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2094,'2093',2125,0,'1',1,'1386/1780/2125/2094',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2095,'2094',1425,0,'1',1,'1378/1394/2045/1425/2095',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2096,'2095',1426,0,'1',1,'1378/1394/2045/1426/2096',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2097,'2096',1427,0,'1',1,'1378/1394/2045/1427/2097',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2098,'2097',1937,0,'1',1,'1387/1792/1836/1937/2098',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2099,'2098',1428,0,'1',1,'1378/1394/2045/1428/2099',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2101,'2100',1599,0,'1',1,'1380/1522/1599/2101',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2102,'2101',1599,0,'1',1,'1380/1522/1599/2102',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2103,'2102',1599,0,'1',1,'1380/1522/1599/2103',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2104,'2103',1599,0,'1',1,'1380/1522/1599/2104',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2105,'2104',1599,0,'1',1,'1380/1522/1599/2105',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2106,'2105',1599,0,'1',1,'1380/1522/1599/2106',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2107,'2106',1599,0,'1',1,'1380/1522/1599/2107',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2108,'2107',2036,0,'1',1,'1378/1394/2046/2036/2108',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2109,'2108',1606,0,'1',1,'1380/1523/1606/2109',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2110,'2109',1445,0,'1',1,'1378/1394/2046/1445/2110',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2111,'2110',2049,0,'1',1,'1378/1394/2046/2049/2111',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2112,'2111',1420,0,'1',1,'1378/1394/1420/2112',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2113,'2112',2051,0,'1',1,'1378/1394/2046/2051/2113',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2116,'2115',1777,0,'1',1,'1385/1765/1777/2116',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2120,'2119',1383,0,'1',1,'1383/2120',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2121,'2120',2120,0,'1',1,'1383/2120/2121',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2124,'2123',2048,0,'1',1,'1378/1394/2046/2048/2124',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2125,'2124',1780,0,'1',1,'1386/1780/2125',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2126,'2125',2128,0,'1',1,'1386/1780/2125/2128/2126',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2127,'2126',2128,0,'1',1,'1386/1780/2125/2128/2127',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2128,'2127',2125,0,'1',1,'1386/1780/2125/2128',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2129,'2128',1758,0,'1',1,'1385/1758/2129',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2130,'2129',2129,0,'1',1,'1385/1758/2129/2130',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2131,'2130',2129,0,'1',1,'1385/1758/2129/2131',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2132,'2131',1694,0,'1',1,'1383/1694/2132',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2135,'2134',1378,0,'1',1,'1378/2135',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2136,'2135',2135,0,'1',1,'1378/2135/2136',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2137,'2136',1608,0,'1',1,'1380/1523/1608/2137',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2139,'2138',2140,0,'1',1,'1381/2022/1621/1639/2140/2139',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2140,'2139',1639,0,'1',1,'1381/2022/1621/1639/2140',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2141,'2140',1639,0,'1',1,'1381/2022/1621/1639/2141',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2142,'2141',1397,0,'1',1,'1378/1397/2142',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2144,'2143',1917,0,'1',1,'1387/1792/1833/1917/2144',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2146,'2145',2158,0,'1',1,'1378/1394/2147/2158/2146',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2147,'2146',1394,0,'1',1,'1378/1394/2147',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2148,'2147',2158,0,'1',1,'1378/1394/2147/2158/2148',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2150,'2149',2157,0,'1',1,'1378/1394/2147/2157/2150',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2152,'2151',2147,0,'1',1,'1378/1394/2147/2152',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2153,'2152',2147,0,'1',1,'1378/1394/2147/2153',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2154,'2153',2147,0,'1',1,'1378/1394/2147/2154',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2155,'2154',2147,0,'1',1,'1378/1394/2147/2155',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2156,'2155',2147,0,'1',1,'1378/1394/2147/2156',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2157,'2156',2147,0,'1',1,'1378/1394/2147/2157',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2158,'2157',2147,0,'1',1,'1378/1394/2147/2158',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2159,'2158',1399,0,'1',1,'1378/1399/2159',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2160,'2159',1399,0,'1',1,'1378/1399/2160',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2161,'2160',1399,0,'1',1,'1378/1399/2161',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2162,'2161',1526,0,'1',1,'1380/1515/1526/2162',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2163,'2162',1526,0,'1',1,'1380/1515/1526/2163',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2164,'2163',1515,0,'1',1,'1380/1515/2164',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2165,'2164',1515,0,'1',1,'1380/1515/2165',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2166,'2165',1522,0,'1',1,'1380/1522/2166',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2167,'2166',1520,0,'1',1,'1380/1520/2167',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2168,'2167',1520,0,'1',1,'1380/1520/2168',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2169,'2168',1520,0,'1',1,'1380/1520/2169',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2170,'2169',1378,0,'1',1,'1378/2170',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2171,'2170',1522,0,'1',1,'1380/1522/2171',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2172,'2171',2170,0,'1',1,'1378/2170/2172',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2174,'2173',1993,0,'1',1,'1387/1793/1843/1993/2174',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2175,'2174',1401,0,'1',1,'1378/1401/2175',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2177,'2176',1389,0,'1',1,'1378/1389/2177',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2179,'2178',2359,0,'1',1,'1378/1399/2160/1490/2359/2179',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2180,'2179',1618,0,'1',1,'1381/1618/2180',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2181,'2180',2135,0,'1',1,'1378/2135/2181',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2182,'2181',1405,0,'1',1,'1378/1390/1405/2182',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2183,'2182',1621,0,'1',1,'1381/2022/1621/2183',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2184,'2183',1405,0,'1',1,'1378/1390/1405/2184',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2185,'2184',1400,0,'1',1,'1378/1400/2185',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2186,'2185',1400,0,'1',1,'1378/1400/2186',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2191,'2190',1612,0,'1',1,'1381/1612/2191',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2192,'2191',2185,0,'1',1,'1378/1400/2185/2192',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2193,'2192',2047,0,'1',1,'1378/1394/2046/2047/2193',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2194,'2193',2049,0,'1',1,'1378/1394/2046/2049/2194',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2196,'2195',1733,0,'1',1,'1384/1733/2196',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2197,'2196',2196,0,'1',1,'1384/1733/2196/2197',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2198,'2197',2197,0,'1',1,'1384/1733/2196/2197/2198',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2200,'2199',1378,0,'1',1,'1378/2200',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2201,'2200',2200,0,'1',1,'1378/2200/2201',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2203,'2202',1386,0,'1',1,'1386/2203',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2205,'2204',1780,0,'1',1,'1386/1780/2205',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2206,'2205',2205,0,'1',1,'1386/1780/2205/2206',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2207,'2206',2205,0,'1',1,'1386/1780/2205/2207',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2212,'2211',2205,0,'1',1,'1386/1780/2205/2212',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2214,'2213',1613,0,'1',1,'1381/2022/1613/2214',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2215,'2214',2214,0,'1',1,'1381/2022/1613/2214/2215',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2216,'2215',2214,0,'1',1,'1381/2022/1613/2214/2216',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2217,'2216',1635,0,'1',1,'1381/2022/1621/1635/2217',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2218,'2217',1638,0,'1',1,'1381/2022/1621/1638/2218',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2219,'2218',1621,0,'1',1,'1381/2022/1621/2219',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2220,'2219',2219,0,'1',1,'1381/2022/1621/2219/2220',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2221,'2220',2219,0,'1',1,'1381/2022/1621/2219/2221',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2222,'2221',1615,0,'1',1,'1381/2022/1615/2222',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2223,'2222',1631,0,'1',1,'1381/2022/1621/1631/2223',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2224,'2223',2125,0,'1',1,'1386/1780/2125/2224',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2225,'2224',2125,0,'1',1,'1386/1780/2125/2225',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2226,'2225',1408,0,'1',1,'1378/1390/1408/2226',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2227,'2226',1764,0,'1',1,'1385/1764/2227',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2228,'2227',2368,0,'1',1,'1378/1399/2160/1489/2368/2228',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2229,'2228',1489,0,'1',1,'1378/1399/2160/1489/2229',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2231,'2230',1486,0,'1',1,'1378/1399/2160/1486/2231',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2232,'2231',1401,0,'1',1,'1378/1401/2232',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2233,'2232',1490,0,'1',1,'1378/1399/2160/1490/2233',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2235,'2234',1396,0,'1',1,'1378/1396/2235',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2236,'2235',1613,0,'1',1,'1381/2022/1613/2236',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2237,'2236',1405,0,'1',1,'1378/1390/1405/2237',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2239,'2238',1405,0,'1',1,'1378/1390/1405/2239',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2240,'2239',1402,0,'1',1,'1378/1390/1402/2240',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2242,'2241',1490,0,'1',1,'1378/1399/2160/1490/2242',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2245,'2244',2359,0,'1',1,'1378/1399/2160/1490/2359/2245',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2246,'2245',1401,0,'1',1,'1378/1401/2246',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2248,'2247',1490,0,'1',1,'1378/1399/2160/1490/2248',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2250,'2249',1490,0,'1',1,'1378/1399/2160/1490/2250',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2252,'2251',1525,0,'1',1,'1380/1515/1525/2252',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2253,'2252',2252,0,'1',1,'1380/1515/1525/2252/2253',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2254,'2253',1545,0,'1',1,'1380/1517/1545/2254',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2255,'2254',1551,0,'1',1,'1380/1517/1551/2255',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2256,'2255',1605,0,'1',1,'1380/1523/1605/2256',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2257,'2256',1611,0,'1',1,'1380/1523/1611/2257',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2258,'2257',1611,0,'1',1,'1380/1523/1611/2258',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2259,'2258',1571,0,'1',1,'1380/1520/2167/1571/2259',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2260,'2259',1405,0,'1',1,'1378/1390/1405/2260',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2261,'2260',1683,0,'1',1,'1383/1683/2261',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2262,'2261',1766,0,'1',1,'1385/1766/2262',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2264,'2263',1731,0,'1',1,'1384/1731/2264',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2265,'2264',1551,0,'1',1,'1380/1517/1551/2265',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2266,'2265',2265,0,'1',1,'1380/1517/1551/2265/2266',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2267,'2266',2171,0,'1',1,'1380/1522/2171/2267',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2268,'2267',1525,1643,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2269,'2268',1525,0,'1',1,'1380/1515/1525/2269',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2270,'2269',1525,0,'1',1,'1380/1515/1525/2270',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2271,'2270',1551,0,'1',1,'1380/1517/1551/2271',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2272,'2271',2271,0,'1',1,'1380/1517/1551/2271/2272',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2273,'2272',2275,0,'1',1,'1380/1517/1551/2277/2275/2273',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2274,'2273',2275,0,'1',1,'1380/1517/1551/2277/2275/2274',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2275,'2274',2277,0,'1',1,'1380/1517/1551/2277/2275',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2276,'2275',1778,1643,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2277,'2276',1551,0,'1',1,'1380/1517/1551/2277',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2278,'2277',1549,0,'1',1,'1380/1517/1549/2278',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2279,'2278',1731,0,'1',1,'1384/1731/2279',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2280,'2279',1546,0,'1',1,'1380/1517/1546/2280',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2281,'2280',1546,0,'1',1,'1380/1517/1546/2281',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2282,'2281',1546,0,'1',1,'1380/1517/1546/2282',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2283,'2282',1571,0,'1',1,'1380/1520/2167/1571/2283',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2284,'2283',1555,0,'1',1,'1380/1518/1555/2284',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2285,'2284',1555,0,'1',1,'1380/1518/1555/2285',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2286,'2285',1555,0,'1',1,'1380/1518/1555/2286',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2287,'2286',1718,0,'1',1,'1383/1696/1718/2287',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2288,'2287',1982,0,'1',1,'1387/1793/1841/1982/2288',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2289,'2288',2203,0,'1',1,'1386/2203/2289',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2290,'2289',2172,0,'1',1,'1378/2170/2172/2290',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2291,'2290',1725,0,'1',1,'1384/1725/2291',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2294,'2293',1759,0,'1',1,'1385/1759/2294',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2295,'2294',1474,0,'1',1,'1378/1394/2045/1428/1474/2295',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2297,'2296',1648,0,'1',1,'1382/1648/2297',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2298,'2297',1656,0,'1',1,'1382/1656/2298',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2299,'2298',1731,0,'1',1,'1384/1731/2299',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2300,'2299',1471,0,'1',1,'1378/1394/2045/1426/1471/2300',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2302,'2301',1471,0,'1',1,'1378/1394/2045/1426/1471/2302',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2303,'2302',1764,0,'1',1,'1385/1764/2303',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2304,'2303',1916,0,'1',1,'1387/1792/1833/1916/2304',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2306,'2305',1396,0,'1',1,'1378/1396/2306',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2308,'2307',1780,0,'1',1,'1386/1780/2308',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2309,'2308',2308,0,'1',1,'1386/1780/2308/2309',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2310,'2309',1650,0,'1',1,'1382/1650/2310',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2311,'2310',1774,0,'1',1,'1385/1765/1774/2311',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2312,'2311',1805,0,'1',1,'1387/1789/1805/2312',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2313,'2312',2205,0,'1',1,'1386/1780/2205/2313',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2314,'2313',1711,0,'1',1,'1383/1687/1711/2314',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2315,'2314',1711,0,'1',1,'1383/1687/1711/2315',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2316,'2315',1711,0,'1',1,'1383/1687/1711/2316',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2317,'2316',1711,0,'1',1,'1383/1687/1711/2317',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2318,'2317',1621,0,'1',1,'1381/2022/1621/2318',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2320,'2319',1658,0,'1',1,'1382/1647/1658/2320',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2321,'2320',2320,0,'1',1,'1382/1647/1658/2320/2321',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2322,'2321',1658,0,'1',1,'1382/1647/1658/2322',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2326,'2325',1785,0,'1',1,'1386/1785/2326',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2327,'2326',1764,0,'1',1,'1385/1764/2327',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2328,'2327',1496,0,'1',1,'1379/1496/2328',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2329,'2328',1496,0,'1',1,'1379/1496/2329',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2330,'2329',2032,0,'1',1,'1382/1653/2032/2330',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2332,'2331',1513,0,'1',1,'1379/1497/1513/2332',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2335,'2334',1655,0,'1',1,'1382/1655/2335',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2336,'2335',1770,0,'1',1,'1385/1770/2336',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2337,'2336',2336,0,'1',1,'1385/1770/2336/2337',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2338,'2337',2185,0,'1',1,'1378/1400/2185/2338',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2339,'2338',2185,0,'1',1,'1378/1400/2185/2339',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2340,'2339',2185,0,'1',1,'1378/1400/2185/2340',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2341,'2340',1657,0,'1',1,'1382/1657/2341',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2342,'2341',1396,0,'1',1,'1378/1396/2342',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2343,'2342',1513,0,'1',1,'1379/1497/1513/2343',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2345,'2344',1495,0,'1',1,'1379/1495/2345',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2346,'2345',1388,0,'1',1,'1378/1388/2346',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2347,'2346',1656,0,'1',1,'1382/1656/2347',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2348,'2347',1686,0,'1',1,'1383/1686/2348',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2349,'2348',1648,0,'1',1,'1382/1648/2349',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2350,'2349',2308,0,'1',1,'1386/1780/2308/2350',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2352,'2351',1703,0,'1',1,'1383/1682/1703/2352',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2353,'2352',1490,0,'1',1,'1378/1399/2160/1490/2353',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2354,'2353',1780,0,'1',1,'1386/1780/2354',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2356,'2355',2359,0,'1',1,'1378/1399/2160/1490/2359/2356',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2358,'2357',1490,0,'1',1,'1378/1399/2160/1490/2358',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2359,'2358',1490,0,'1',1,'1378/1399/2160/1490/2359',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2361,'2360',2125,0,'1',1,'1386/1780/2125/2361',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2362,'2361',1490,0,'1',1,'1378/1399/2160/1490/2362',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2364,'2363',1490,0,'1',1,'1378/1399/2160/1490/2364',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2366,'2365',1490,0,'1',1,'1378/1399/2160/1490/2366',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2368,'2367',1489,0,'1',1,'1378/1399/2160/1489/2368',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2369,'2368',2308,0,'1',1,'1386/1780/2308/2369',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2371,'2370',1771,0,'1',1,'1385/1771/2371',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2372,'2371',1662,0,'1',1,'1382/1647/1662/2372',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2373,'2372',1648,0,'1',1,'1382/1648/2373',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2374,'2373',1656,0,'1',1,'1382/1656/2374',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2375,'2374',1688,0,'1',1,'1383/1684/1688/2375',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2376,'2375',1650,0,'1',1,'1382/1650/2376',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2377,'2376',2125,0,'1',1,'1386/1780/2125/2377',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2378,'2377',1758,0,'1',1,'1385/1758/2378',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2380,'2379',1633,0,'1',1,'1381/2022/1621/1633/2380',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2381,'2380',1400,0,'1',1,'1378/1400/2381',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2382,'2381',2185,0,'1',1,'1378/1400/2185/2382',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2383,'2382',1613,0,'1',1,'1381/2022/1613/2383',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2384,'2383',2205,0,'1',1,'1386/1780/2205/2384',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2385,'2384',2384,0,'1',1,'1386/1780/2205/2384/2385',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2386,'2385',2205,0,'1',1,'1386/1780/2205/2386',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2387,'2386',2386,0,'1',1,'1386/1780/2205/2386/2387',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2388,'2387',2386,0,'1',1,'1386/1780/2205/2386/2388',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2391,'2390',2205,0,'1',1,'1386/1780/2205/2391',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2394,'2393',1652,0,'1',1,'1382/1652/2394',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2395,'2394',1652,0,'1',1,'1382/1652/2395',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2396,'2395',2203,0,'1',1,'1386/2203/2396',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2397,'2396',1780,0,'1',1,'1386/1780/2397',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2399,'2398',1693,0,'1',1,'1383/1693/2399',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2400,'2399',2399,0,'1',1,'1383/1693/2399/2400',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2402,'2401',1721,0,'1',1,'1383/1696/1721/2402',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2403,'2402',1787,0,'1',1,'1386/1787/2403',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2404,'2403',2120,0,'1',1,'1383/2120/2404',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2405,'2404',1731,0,'1',1,'1384/1731/2405',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2406,'2405',1656,0,'1',1,'1382/1656/2406',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2407,'2406',1729,0,'1',1,'1384/1729/2407',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2408,'2407',2205,0,'1',1,'1386/1780/2205/2408',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2410,'2409',1392,0,'1',1,'1378/1392/2410',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2411,'2410',2205,0,'1',1,'1386/1780/2205/2411',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2412,'2411',2411,0,'1',1,'1386/1780/2205/2411/2412',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2413,'2412',1780,0,'1',1,'1386/1780/2413',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2414,'2413',2125,0,'1',1,'1386/1780/2125/2414',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2416,'2415',2373,0,'1',1,'1382/1648/2373/2416',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2418,'2417',2373,0,'1',1,'1382/1648/2373/2418',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2420,'2419',1616,0,'1',1,'1381/2022/1616/2420',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2422,'2421',1780,0,'1',1,'1386/1780/2422',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2423,'2422',2125,0,'1',1,'1386/1780/2125/2423',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2424,'2423',2125,0,'1',1,'1386/1780/2125/2424',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2425,'2424',2185,0,'1',1,'1378/1400/2185/2425',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2426,'2425',2185,0,'1',1,'1378/1400/2185/2426',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2427,'2426',2185,0,'1',1,'1378/1400/2185/2427',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2428,'2427',1657,0,'1',1,'1382/1657/2428',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2429,'2428',2428,0,'1',1,'1382/1657/2428/2429',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2430,'2429',2429,0,'1',1,'1382/1657/2428/2429/2430',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2431,'2430',1466,0,'1',1,'1378/1394/2046/1466/2431',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2432,'2431',1765,0,'1',1,'1385/1765/2432',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2442,'2441',1466,0,'1',1,'1378/1394/2046/1466/2442',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2444,'2443',1466,0,'1',1,'1378/1394/2046/1466/2444',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2446,'2445',1620,0,'1',1,'1381/1620/2446',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2447,'2446',1616,0,'1',1,'1381/2022/1616/2447',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2448,'2447',2447,0,'1',1,'1381/2022/1616/2447/2448',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2449,'2448',1616,0,'1',1,'1381/2022/1616/2449',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2451,'2450',2022,0,'1',1,'1381/2022/2451',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2452,'2451',2451,0,'1',1,'1381/2022/2451/2452',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2454,'2453',2451,0,'1',1,'1381/2022/2451/2454',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2456,'2455',1394,0,'1',1,'1378/1394/2456',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2457,'2456',1618,0,'1',1,'1381/1618/2457',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2458,'2457',2457,0,'1',1,'1381/1618/2457/2458',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2460,'2459',1618,0,'1',1,'1381/1618/2460',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2461,'2460',1612,0,'1',1,'1381/1612/2461',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2462,'2461',2036,0,'1',1,'1378/1394/2046/2036/2462',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2463,'2462',1455,0,'1',1,'1378/1394/2046/1455/2463',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2465,'2464',1765,0,'1',1,'1385/1765/2465',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2466,'2465',2465,0,'1',1,'1385/1765/2465/2466',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2467,'2466',2465,0,'1',1,'1385/1765/2465/2467',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2469,'2468',2457,0,'1',1,'1381/1618/2457/2469',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2471,'2470',2472,0,'1',1,'1381/1618/2472/2471',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2472,'2471',1618,0,'1',1,'1381/1618/2472',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2473,'2472',2457,0,'1',1,'1381/1618/2457/2473',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2475,'2474',1618,0,'1',1,'1381/1618/2475',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2476,'2475',1389,0,'1',1,'1378/1389/2476',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2477,'2476',1716,0,'1',1,'1383/1696/1716/2477',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2478,'2477',2086,0,'1',1,'1379/1495/1503/2086/2478',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2479,'2478',1420,0,'1',1,'1378/1394/1420/2479',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2480,'2479',1726,0,'1',1,'1384/1726/2480',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2481,'2480',1726,2480,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2482,'2481',1726,0,'1',1,'1384/1726/2482',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2483,'2482',1726,2482,'1',1,'1384/1726/2483',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2484,'ORPHELINS',1,0,'0',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2485,'2484',1764,0,'1',1,'1385/1764/2485',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2486,'2485',1764,2485,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2487,'2486',1764,0,'1',1,'1385/1764/2487',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2488,'2487',1379,0,'1',1,'1379/2488',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2489,'2488',2488,0,'1',1,'1379/2488/2489',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2490,'2489',2489,0,'1',1,'1379/2488/2489/2490',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2491,'2490',1686,0,'1',1,'1383/1686/2491',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2492,'2491',1684,0,'1',1,'1383/1684/2492',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2493,'2492',1729,0,'1',1,'1384/1729/2493',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2494,'2493',2488,0,'1',1,'1379/2488/2494',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2495,'2494',1729,0,'1',1,'1384/1729/2495',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2496,'2495',1686,0,'1',1,'1383/1686/2496',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2497,'2496',1686,0,'1',1,'1383/1686/2497',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2498,'2497',1684,0,'1',1,'1383/1684/2498',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2499,'2498',2498,0,'1',1,'1383/1684/2498/2499',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2500,'2499',2498,0,'1',1,'1383/1684/2498/2500',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2501,'2500',2492,2502,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2502,'2501',1787,0,'1',1,'1386/1787/2502',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2503,'2502',1787,0,'1',1,'1386/1787/2503',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2504,'2503',2502,0,'1',1,'1386/1787/2502/2504',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2505,'2504',2503,0,'1',1,'1386/1787/2503/2505',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2506,'2505',2503,0,'1',1,'1386/1787/2503/2506',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2507,'2506',2505,0,'1',1,'1386/1787/2503/2505/2507',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2508,'2507',1765,0,'1',1,'1385/1765/2508',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2509,'2508',2508,0,'1',1,'1385/1765/2508/2509',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2510,'2509',1767,0,'1',1,'1385/1767/2510',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2511,'2510',2484,1670,'1',1,'',0,0);
INSERT INTO noeuds (id_noeud, autorite, num_parent, num_renvoi_voir, visible, num_thesaurus, path, authority_import_denied, not_use_in_indexation) VALUES (2512,'NONCLASSES',1,0,'0',1,'',0,0);
/*!40000 ALTER TABLE noeuds ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_children_records`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_children_records (
child_record_num_record int(10) unsigned NOT NULL DEFAULT '0',
child_record_num_formation int(10) unsigned NOT NULL DEFAULT '0',
child_record_num_type int(10) unsigned NOT NULL DEFAULT '0',
child_record_num_musicstand int(10) unsigned NOT NULL DEFAULT '0',
child_record_num_instrument int(10) unsigned NOT NULL DEFAULT '0',
child_record_effective int(10) unsigned NOT NULL DEFAULT '0',
child_record_order int(10) unsigned NOT NULL DEFAULT '0',
child_record_other varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
child_record_num_voice int(10) unsigned NOT NULL DEFAULT '0',
child_record_num_workshop int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (child_record_num_record)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_children_records`
--
LOCK TABLES nomenclature_children_records WRITE;
/*!40000 ALTER TABLE nomenclature_children_records DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_children_records ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_exotic_instruments`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_exotic_instruments (
id_exotic_instrument int(10) unsigned NOT NULL AUTO_INCREMENT,
exotic_instrument_num_nomenclature int(10) unsigned NOT NULL DEFAULT '0',
exotic_instrument_num_instrument int(10) unsigned NOT NULL DEFAULT '0',
exotic_instrument_number int(10) unsigned NOT NULL DEFAULT '0',
exotic_instrument_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_exotic_instrument)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_exotic_instruments`
--
LOCK TABLES nomenclature_exotic_instruments WRITE;
/*!40000 ALTER TABLE nomenclature_exotic_instruments DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_exotic_instruments ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_exotic_other_instruments`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_exotic_other_instruments (
id_exotic_other_instrument int(10) unsigned NOT NULL AUTO_INCREMENT,
exotic_other_instrument_num_exotic_instrument int(10) unsigned NOT NULL DEFAULT '0',
exotic_other_instrument_num_instrument int(10) unsigned NOT NULL DEFAULT '0',
exotic_other_instrument_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_exotic_other_instrument)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_exotic_other_instruments`
--
LOCK TABLES nomenclature_exotic_other_instruments WRITE;
/*!40000 ALTER TABLE nomenclature_exotic_other_instruments DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_exotic_other_instruments ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_families`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_families (
id_family int(10) unsigned NOT NULL AUTO_INCREMENT,
family_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
family_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_family)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_families`
--
LOCK TABLES nomenclature_families WRITE;
/*!40000 ALTER TABLE nomenclature_families DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_families ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_formations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_formations (
id_formation int(10) unsigned NOT NULL AUTO_INCREMENT,
formation_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
formation_nature int(10) unsigned NOT NULL DEFAULT '0',
formation_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_formation)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_formations`
--
LOCK TABLES nomenclature_formations WRITE;
/*!40000 ALTER TABLE nomenclature_formations DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_formations ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_instruments`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_instruments (
id_instrument int(10) unsigned NOT NULL AUTO_INCREMENT,
instrument_code varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
instrument_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
instrument_musicstand_num int(10) unsigned NOT NULL DEFAULT '0',
instrument_standard int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_instrument)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_instruments`
--
LOCK TABLES nomenclature_instruments WRITE;
/*!40000 ALTER TABLE nomenclature_instruments DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_instruments ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_musicstands`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_musicstands (
id_musicstand int(10) unsigned NOT NULL AUTO_INCREMENT,
musicstand_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
musicstand_famille_num int(10) unsigned NOT NULL DEFAULT '0',
musicstand_division int(10) unsigned NOT NULL DEFAULT '0',
musicstand_order int(10) unsigned NOT NULL DEFAULT '0',
musicstand_workshop int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_musicstand)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_musicstands`
--
LOCK TABLES nomenclature_musicstands WRITE;
/*!40000 ALTER TABLE nomenclature_musicstands DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_musicstands ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_notices_nomenclatures`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_notices_nomenclatures (
id_notice_nomenclature int(10) unsigned NOT NULL AUTO_INCREMENT,
notice_nomenclature_num_notice int(10) unsigned NOT NULL DEFAULT '0',
notice_nomenclature_num_formation int(10) unsigned NOT NULL DEFAULT '0',
notice_nomenclature_num_type int(10) unsigned NOT NULL DEFAULT '0',
notice_nomenclature_label varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notice_nomenclature_abbreviation text COLLATE utf8_unicode_ci NOT NULL,
notice_nomenclature_notes text COLLATE utf8_unicode_ci NOT NULL,
notice_nomenclature_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_notice_nomenclature)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_notices_nomenclatures`
--
LOCK TABLES nomenclature_notices_nomenclatures WRITE;
/*!40000 ALTER TABLE nomenclature_notices_nomenclatures DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_notices_nomenclatures ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_types`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_types (
id_type int(10) unsigned NOT NULL AUTO_INCREMENT,
type_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
type_formation_num int(10) unsigned NOT NULL DEFAULT '0',
type_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_type)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_types`
--
LOCK TABLES nomenclature_types WRITE;
/*!40000 ALTER TABLE nomenclature_types DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_types ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_voices`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_voices (
id_voice int(10) unsigned NOT NULL AUTO_INCREMENT,
voice_code varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
voice_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
voice_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_voice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_voices`
--
LOCK TABLES nomenclature_voices WRITE;
/*!40000 ALTER TABLE nomenclature_voices DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_voices ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_workshops`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_workshops (
id_workshop int(10) unsigned NOT NULL AUTO_INCREMENT,
workshop_label varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
workshop_num_nomenclature int(10) unsigned NOT NULL DEFAULT '0',
workshop_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_workshop)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_workshops`
--
LOCK TABLES nomenclature_workshops WRITE;
/*!40000 ALTER TABLE nomenclature_workshops DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_workshops ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `nomenclature_workshops_instruments`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE nomenclature_workshops_instruments (
id_workshop_instrument int(10) unsigned NOT NULL AUTO_INCREMENT,
workshop_instrument_num_workshop int(10) unsigned NOT NULL DEFAULT '0',
workshop_instrument_num_instrument int(10) unsigned NOT NULL DEFAULT '0',
workshop_instrument_number int(10) unsigned NOT NULL DEFAULT '0',
workshop_instrument_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_workshop_instrument)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `nomenclature_workshops_instruments`
--
LOCK TABLES nomenclature_workshops_instruments WRITE;
/*!40000 ALTER TABLE nomenclature_workshops_instruments DISABLE KEYS */;
/*!40000 ALTER TABLE nomenclature_workshops_instruments ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notice_onglet`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notice_onglet (
id_onglet int(10) unsigned NOT NULL AUTO_INCREMENT,
onglet_name varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (id_onglet)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notice_onglet`
--
LOCK TABLES notice_onglet WRITE;
/*!40000 ALTER TABLE notice_onglet DISABLE KEYS */;
/*!40000 ALTER TABLE notice_onglet ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notice_statut`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notice_statut (
id_notice_statut smallint(5) unsigned NOT NULL AUTO_INCREMENT,
gestion_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
opac_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
notice_visible_opac tinyint(1) NOT NULL DEFAULT '1',
notice_visible_gestion tinyint(1) NOT NULL DEFAULT '1',
expl_visible_opac tinyint(1) NOT NULL DEFAULT '1',
class_html varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notice_visible_opac_abon tinyint(1) NOT NULL DEFAULT '0',
expl_visible_opac_abon int(10) unsigned NOT NULL DEFAULT '0',
explnum_visible_opac int(1) unsigned NOT NULL DEFAULT '1',
explnum_visible_opac_abon int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_notice_statut)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notice_statut`
--
LOCK TABLES notice_statut WRITE;
/*!40000 ALTER TABLE notice_statut DISABLE KEYS */;
INSERT INTO notice_statut (id_notice_statut, gestion_libelle, opac_libelle, notice_visible_opac, notice_visible_gestion, expl_visible_opac, class_html, notice_visible_opac_abon, expl_visible_opac_abon, explnum_visible_opac, explnum_visible_opac_abon) VALUES (1,'Sans statut particulier','',1,1,1,'statutnot1',0,0,1,0);
INSERT INTO notice_statut (id_notice_statut, gestion_libelle, opac_libelle, notice_visible_opac, notice_visible_gestion, expl_visible_opac, class_html, notice_visible_opac_abon, expl_visible_opac_abon, explnum_visible_opac, explnum_visible_opac_abon) VALUES (2,'Prêt express','',0,1,0,'statutnot2',0,0,0,0);
INSERT INTO notice_statut (id_notice_statut, gestion_libelle, opac_libelle, notice_visible_opac, notice_visible_gestion, expl_visible_opac, class_html, notice_visible_opac_abon, expl_visible_opac_abon, explnum_visible_opac, explnum_visible_opac_abon) VALUES (3,'En commande','',0,1,0,'statutnot4',0,0,0,0);
INSERT INTO notice_statut (id_notice_statut, gestion_libelle, opac_libelle, notice_visible_opac, notice_visible_gestion, expl_visible_opac, class_html, notice_visible_opac_abon, expl_visible_opac_abon, explnum_visible_opac, explnum_visible_opac_abon) VALUES (4,'Documents numériques (réservés aux abonnés)','',1,1,0,'statutnot6',0,0,1,1);
INSERT INTO notice_statut (id_notice_statut, gestion_libelle, opac_libelle, notice_visible_opac, notice_visible_gestion, expl_visible_opac, class_html, notice_visible_opac_abon, expl_visible_opac_abon, explnum_visible_opac, explnum_visible_opac_abon) VALUES (5,'Invisible à l\'OPAC','',0,1,0,'statutnot20',0,0,0,0);
/*!40000 ALTER TABLE notice_statut ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notice_tpl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notice_tpl (
notpl_id int(10) unsigned NOT NULL AUTO_INCREMENT,
notpl_name varchar(256) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notpl_code text COLLATE utf8_unicode_ci NOT NULL,
notpl_comment varchar(256) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notpl_id_test int(10) unsigned NOT NULL DEFAULT '0',
notpl_show_opac int(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (notpl_id)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notice_tpl`
--
LOCK TABLES notice_tpl WRITE;
/*!40000 ALTER TABLE notice_tpl DISABLE KEYS */;
INSERT INTO notice_tpl (notpl_id, notpl_name, notpl_code, notpl_comment, notpl_id_test, notpl_show_opac) VALUES (1,'Portail - liste de notices','','',0,0);
INSERT INTO notice_tpl (notpl_id, notpl_name, notpl_code, notpl_comment, notpl_id_test, notpl_show_opac) VALUES (10,'Portail - liste de notices horizontale','','',0,0);
INSERT INTO notice_tpl (notpl_id, notpl_name, notpl_code, notpl_comment, notpl_id_test, notpl_show_opac) VALUES (11,'Portail - liste de notices verticale','','',0,0);
INSERT INTO notice_tpl (notpl_id, notpl_name, notpl_code, notpl_comment, notpl_id_test, notpl_show_opac) VALUES (12,'Portail - liste de notices réduite','','',0,0);
/*!40000 ALTER TABLE notice_tpl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notice_tplcode`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notice_tplcode (
num_notpl int(10) unsigned NOT NULL DEFAULT '0',
notplcode_localisation mediumint(8) NOT NULL DEFAULT '0',
notplcode_typdoc char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
notplcode_niveau_biblio char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'm',
notplcode_niveau_hierar char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
nottplcode_code text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_notpl,notplcode_localisation,notplcode_typdoc,notplcode_niveau_biblio)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notice_tplcode`
--
LOCK TABLES notice_tplcode WRITE;
/*!40000 ALTER TABLE notice_tplcode DISABLE KEYS */;
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (1,0,'0','s','0','<table border=\"0\" cellpadding=\"1\" cellspacing=\"5\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:110px;text-align:center;\">\r\n\r\n<!-- affichage de la vignette avec un lien vers la notice / attention à personnaliser la vignette no_image.jpg en fonction du style -->\r\n<a href=\"#permalink();\">#if(#img_url();,<img src=\"#img_url();\" style=\"width:100px;\" />,<img src=\"./images/no_image.jpg\" style=\"width:100px;\" />);</a>\r\n\r\n </td>\r\n <td style=\"text-align:left;\">\r\n\r\n<!-- affichage du titre + complément du titre avec un lien vers la notice -->\r\n<a href=\"#permalink();\"><font size=3>#title();#a_empty(#complement_title();, : );</font></a>\r\n\r\n<!-- URL associée -->\r\n#not_empty(#url();,<br />En ligne : <a href=\"#url();\" target=\"_blank\">#if(#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););,#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););[...],#extract_path(:\\/\\/([^\\/]*),#url();););</a>);\r\n\r\n<!-- affichage du résumé -->\r\n#a_empty(#resume();,<br /><br />);\r\n\r\n<!-- affichage des documents numériques -->\r\n#a_empty(#expl_num();,<br /><br />);\r\n\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (1,0,'0','b','0','<table border=\"0\" cellpadding=\"1\" cellspacing=\"5\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:110px;text-align:center;\">\r\n\r\n<!-- affichage de la vignette avec un lien vers la notice / attention à personnaliser la vignette no_image.jpg en fonction du style -->\r\n<a href=\"#permalink();\">#if(#img_url();,<img src=\"#img_url();\" style=\"width:100px;\" />,<img src=\"./images/no_image.jpg\" style=\"width:100px;\" />);</a>\r\n\r\n </td>\r\n <td style=\"text-align:left;\">\r\n\r\n<!-- affichage du titre + complément du titre avec un lien vers la notice -->\r\n#header_link(<font size=3>#if(#titre_bulletin();,#titre_bulletin();,#extract_path((.*) [(],#title();););#a_empty(#complement_title();, : );</font>,0);\r\n\r\n<!-- affichage des 3 premiers auteurs -->\r\n#str_replace( , ,#a_empty(#authors_by_type_with_tpl(1,3,\\, ,\\, ,0,1,70\\,71\\,72,{rejete} {name});,<br />de ););\r\n\r\n<br />\r\n\r\n<!-- affichage des infos du périodique : titre / numéro / date / page -->\r\nBulletin de <i>#nom_revue();</i>#a_empty(#numero_bulletin();,\\, );#not_empty(#date_bulletin();, (#if(#extract_path((.*) [(],#date_bulletin(););,#extract_path((.*) [(],#date_bulletin(););,#extract_path([[](.*)[]],#title();););));#a_empty(#page();,\\, );\r\n\r\n<!-- URL associée -->\r\n#not_empty(#url();,<br />En ligne : <a href=\"#url();\" target=\"_blank\">#if(#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););,#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););[...],#extract_path(:\\/\\/([^\\/]*),#url();););</a>);\r\n\r\n<!-- affichage du résumé -->\r\n#a_empty(#resume();,<br /><br />);\r\n\r\n<!-- affichage des documents numériques -->\r\n#a_empty(#expl_num();,<br /><br />);\r\n\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (1,0,'0','m','0','<table border=\"0\" cellpadding=\"1\" cellspacing=\"5\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:110px;text-align:center;\">\r\n\r\n<!-- affichage de la vignette avec un lien vers la notice / attention à personnaliser la vignette no_image.jpg en fonction du style -->\r\n<a href=\"#permalink();\">#if(#img_url();,<img src=\"#img_url();\" style=\"width:100px;\" />,<img src=\"./images/no_image.jpg\" style=\"width:100px;\" />);</a>\r\n\r\n </td>\r\n <td style=\"text-align:left;\">\r\n\r\n<!-- affichage du titre + complément du titre avec un lien vers la notice -->\r\n<a href=\"#permalink();\"><font size=3>#title();#a_empty(#complement_title();, : );</font></a>\r\n\r\n<!-- affichage des 3 premiers auteurs -->\r\n#str_replace( , ,#a_empty(#authors_by_type_with_tpl(1,3,\\, ,\\, ,0,1,70\\,71\\,72,{rejete} {name});,<br />de ););\r\n\r\n<!-- mention d\'édition / éditeur / année / page / collection -->\r\n#a_empty(#mention_edition();#ifequal(#lastchr(#mention_edition(););,., ,#not_empty(#mention_edition();,. ););#if(#publisher();,#publisher();#a_empty(#year_publication();,\\, );#a_empty(#page();,\\, );#not_empty(#collection();, (#if(#extract_path((.*)\\, ISSN,#collection(););,#extract_path((.*)\\, ISSN,#collection(););,#collection(););#a_empty(#notice_field(nocoll);, ; );));,#if(#year_publication();,#year_publication();#a_empty(#page();,\\, );,#page();););,<br />);\r\n\r\n<!-- URL associée -->\r\n#not_empty(#url();,<br />En ligne : <a href=\"#url();\" target=\"_blank\">#if(#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););,#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););[...],#extract_path(:\\/\\/([^\\/]*),#url();););</a>);\r\n\r\n\r\n<!-- affichage du résumé -->\r\n#a_empty(#resume();,<br /><br />);\r\n\r\n<!-- affichage des documents numériques -->\r\n#a_empty(#expl_num();,<br /><br />);\r\n\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (1,0,'0','a','0','<table border=\"0\" cellpadding=\"1\" cellspacing=\"5\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:110px;text-align:center;\">\r\n\r\n<!-- affichage de la vignette avec un lien vers la notice / attention à personnaliser la vignette no_image.jpg en fonction du style -->\r\n<a href=\"#permalink();\">#if(#img_url();,<img src=\"#img_url();\" style=\"width:100px;\" />,<img src=\"./images/no_image.jpg\" style=\"width:100px;\" />);</a>\r\n\r\n </td>\r\n <td style=\"text-align:left;\">\r\n\r\n<!-- affichage du titre + complément du titre avec un lien vers la notice -->\r\n<a href=\"#permalink();\"><font size=3>#title();#a_empty(#complement_title();, : );</font></a>\r\n\r\n<!-- affichage des 3 premiers auteurs -->\r\n#str_replace( , ,#a_empty(#authors_by_type_with_tpl(1,3,\\, ,\\, ,0,1,70\\,71\\,72,{rejete} {name});,<br />de ););\r\n\r\n<br />\r\n\r\n<!-- affichage des infos du périodique : titre / numéro / date / page -->\r\nIn <i>#nom_revue();</i>#a_empty(#numero_bulletin();,\\, );#not_empty(#date_bulletin();, (#if(#extract_path((.*) [(],#date_bulletin(););,#extract_path((.*) [(],#date_bulletin(););,#year_publication(););));#a_empty(#page();,\\, );\r\n\r\n<!-- URL associée -->\r\n#not_empty(#url();,<br />En ligne : <a href=\"#url();\" target=\"_blank\">#if(#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););,#extract_path(:\\/\\/([^\\/]*)\\/.,#url(););[...],#extract_path(:\\/\\/([^\\/]*),#url();););</a>);\r\n\r\n<!-- affichage du résumé -->\r\n#a_empty(#resume();,<br /><br />);\r\n\r\n<!-- affichage des documents numériques -->\r\n#a_empty(#expl_num();,<br /><br />);\r\n\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (10,0,'0','0','0','<!-- titre tronqué + lien -->\r\n<a href=\"#permalink();\"><h3>#ellipse(#notice_field(tit1);,50,...);</h3>\r\n</a>');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (11,0,'0','0','0','<div class=\"listNotVt\">\r\n <!-- vignette + lien -->\r\n <div class=\"imgL\">\r\n <a href=\"#permalink();\">\r\n <img src=\"#if(#img_url();,#img_url();,./images/no_image.jpg);\"/>\r\n </a>\r\n </div>\r\n\r\n <!-- titre tronqué + lien -->\r\n <a href=\"#permalink();\">\r\n\r\n <p class=\"titreNot\">#ellipse(#notice_field(tit1);,100,...);</p>\r\n </a>\r\n \r\n</div> ');
INSERT INTO notice_tplcode (num_notpl, notplcode_localisation, notplcode_typdoc, notplcode_niveau_biblio, notplcode_niveau_hierar, nottplcode_code) VALUES (12,0,'0','0','0','<div id=\"img_notice\"><a href=\"#permalink();\" title=\"#title();\">#img();</a></div>\r\n<h3><a href=\"#permalink();\" title=\"#title();\">#title();</a></h3>\r\n<p class=\"auteurNotice\">#author();</p>\r\n<p class=\"resumeNotice\">#ellipse(#resume();,300, [...]);</p>\r\n<p class=\"plusNotice\"><a style href=\"#permalink();\">Lire la suite</a></p>');
/*!40000 ALTER TABLE notice_tplcode ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices (
notice_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
typdoc char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
tit1 text COLLATE utf8_unicode_ci,
tit2 text COLLATE utf8_unicode_ci,
tit3 text COLLATE utf8_unicode_ci,
tit4 text COLLATE utf8_unicode_ci,
tparent_id mediumint(8) unsigned NOT NULL DEFAULT '0',
tnvol varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed1_id mediumint(8) unsigned NOT NULL DEFAULT '0',
ed2_id mediumint(8) unsigned NOT NULL DEFAULT '0',
coll_id mediumint(8) unsigned NOT NULL DEFAULT '0',
subcoll_id mediumint(8) unsigned NOT NULL DEFAULT '0',
`year` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
nocoll varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
mention_edition varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`code` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
npages varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ill varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
size varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
accomp varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
n_gen text COLLATE utf8_unicode_ci NOT NULL,
n_contenu text COLLATE utf8_unicode_ci NOT NULL,
n_resume text COLLATE utf8_unicode_ci NOT NULL,
lien text COLLATE utf8_unicode_ci NOT NULL,
eformat varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_l text COLLATE utf8_unicode_ci NOT NULL,
indexint int(8) unsigned NOT NULL DEFAULT '0',
index_serie tinytext COLLATE utf8_unicode_ci,
index_matieres text COLLATE utf8_unicode_ci NOT NULL,
niveau_biblio char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'm',
niveau_hierar char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
origine_catalogage int(8) unsigned NOT NULL DEFAULT '1',
prix varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_n_gen text COLLATE utf8_unicode_ci,
index_n_contenu text COLLATE utf8_unicode_ci,
index_n_resume text COLLATE utf8_unicode_ci,
index_sew text COLLATE utf8_unicode_ci,
index_wew text COLLATE utf8_unicode_ci,
statut int(5) NOT NULL DEFAULT '1',
commentaire_gestion text COLLATE utf8_unicode_ci NOT NULL,
create_date datetime NOT NULL DEFAULT '2005-01-01 00:00:00',
update_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
signature varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
thumbnail_url mediumblob NOT NULL,
date_parution date NOT NULL DEFAULT '0000-00-00',
opac_visible_bulletinage tinyint(3) unsigned NOT NULL DEFAULT '1',
indexation_lang varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
opac_serialcirc_demande tinyint(3) unsigned NOT NULL DEFAULT '1',
map_echelle_num int(10) unsigned NOT NULL DEFAULT '0',
map_projection_num int(10) unsigned NOT NULL DEFAULT '0',
map_ref_num int(10) unsigned NOT NULL DEFAULT '0',
map_equinoxe varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notice_is_new int(10) unsigned NOT NULL DEFAULT '0',
notice_date_is_new datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (notice_id),
KEY typdoc (typdoc),
KEY tparent_id (tparent_id),
KEY ed1_id (ed1_id),
KEY ed2_id (ed2_id),
KEY coll_id (coll_id),
KEY subcoll_id (subcoll_id),
KEY cb (`code`),
KEY indexint (indexint),
KEY sig_index (signature),
KEY i_notice_n_biblio (niveau_biblio),
KEY i_notice_n_hierar (niveau_hierar),
KEY notice_eformat (eformat),
KEY i_date_parution (date_parution),
KEY i_not_statut (statut)
) ENGINE=MyISAM AUTO_INCREMENT=137 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices`
--
LOCK TABLES notices WRITE;
/*!40000 ALTER TABLE notices DISABLE KEYS */;
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (68,'i','Les perles et autres contes','','','',0,'',13,0,4,0,'2012','','','978-2-07-013600-1','','','14 cm','','','','Le symbole mystérieux d\'un collier qui a une perle de trop. La réalité crue qui vient anéantir le rêve et le bonheur offerts à une jeune aristocrate insouciante. L\'aventure, dans le port d\'Anvers, d\'un écrivain malheureux, qui fuit sa propre vie... Tels sont les thèmes et les personnages de ces trois contes. Et à travers eux, Karen Blixen nous démontre que le conte est bien l\'instrument privilégié de l\'exploration des mystères de la personnalité. Le doux velours du timbre d\'Anne Brochet nous transporte dans l\'univers mystérieux des contes de Karen Blixen. Une lecture posée qui met en mouvement l\'imagination de l\'auditeur. L\'écoute en classe de ces CD est autorisée par l\'éditeur','','','Livres lus en format CD',0,'',' livres lus format cd ','m','0',6,'15,90 eur','','',' symbole mysterieux collier qui perle trop realite crue qui vient aneantir reve bonheur offerts jeune aristocrate insouciante aventure dans port anvers ecrivain malheureux qui fuit sa propre vie tels sont themes personnages ces trois contes travers eux karen blixen nous demontre que conte est bien instrument privilegie exploration mysteres personnalite doux velours timbre anne brochet nous transporte dans univers mysterieux contes karen blixen lecture posee qui met mouvement imagination auditeur ecoute classe ces cd est autorisee par editeur ',' perles autres contes ',' Les perles et autres contes ',1,'','2012-10-24 14:42:49','2012-10-24 15:08:13','0','','2012-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (69,'a','Contes des sages d\'Afrique','','','',0,'',6,0,5,0,'2004','','','978-2-02-068730-0','179 p.','ill. en coul., couv. ill.','18 cm','','','','','','','',0,'','','m','0',7,'15 EUR','','','',' contes sages afrique ',' Contes des sages d\'Afrique ',1,'','2012-10-24 14:42:49','2012-10-24 14:16:37','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F35314D543836444D34394C2E5F534C3530305F41413330305F2E6A7067,'2004-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (70,'a','Sagesse d\'Afrique','','','paysages et pensées',0,'',7,0,0,0,'2008','','','978-2-8100-0117-0','1 vol. (160 p.)','ill. en coul., couv. ill. en coul.','23 x 29 cm','','Contient diverses pensées, poèmes et proverbes de différents auteurs\r\nIndex','','Présentation de l\'éditeur\r\nL\'Afrique se dévoile, au fil de magnifiques photographies accompagnées de pensées, de poèmes et de proverbes emplis de philosophie, à l\'image de ce continent dont la beauté invite à la médiation. Un voyage en terre d\'émerveillement, guidé par le regard de nombreux écrivains et d\'hommes engagés, pour découvrir un espace fascinant, ses paysages, sa faune et ses habitants. ','','','Afrique;Photographies',97,'',' afrique photographies ','m','0',7,'19,90 EUR',' contient diverses pensees poemes proverbes differents auteurs index ','',' presentation editeur afrique se devoile fil magnifiques photographies accompagnees pensees poemes proverbes emplis philosophie image ce continent dont beaute invite mediation voyage terre emerveillement guide par regard nombreux ecrivains hommes engages pour decouvrir espace fascinant ses paysages sa faune ses habitants ',' sagesse afrique paysages pensees ',' Sagesse d\'Afrique paysages et pensées',1,'','2012-10-24 14:42:49','2012-12-12 14:05:39','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (71,'a','Afriques','','','',0,'',8,0,0,0,'2012','','','978-2-7541-0611-5','1 vol. (non paginé [395] p.)','tout en ill., couv. ill.','28 cm','','','','Depuis plus de vingt ans Raymond Depardon a parcouru tout le continent africain auquel il a consacré plusieurs films. Il a réalisé ainsi une grande quantité de photographies dont 350 inédites sont présentées dans cet ouvrage. Ces photographies couvrent toute l\'Afrique, à travers une présentation non pas par pays mais par associations originales. Ces associations privilégient un rythme soutenu, sans temps d\'arrêt, des enchaînements qui montrent la vie au travers de sujets très variés : portraits, villes, paysages, religions, activités sociales et métiers mais aussi des conflits et la misère. A travers ses photographies, exemptes de toute volonté d\'esthétiser son propos, Raymond Depardon ne livre aucun jugement sur l\'Afrique, aucune thèse. Ce qui relie entre elles ces prises de vue, c\'est l\'impulsion de l\'?il, simplement un regard de photographe et de grand voyageur sur les paysages et les hommes qui peuplent ce continent. Pourquoi des Afriques ? Depuis 1960, année de ma première rencontre avec le continent africain à l\'âge de dix-huit ans, et jusqu\'à mon dernier voyage cet hiver au Horar, je n\'ai cessé de photographier l\'Afrique. Mais que de lieux, de temps différents ! Une vie toute entière ne suffirait pas à prétendre connaître cette Afrique. Aujourd\'hui, les prétextes, les raisons de ces voyages sont oubliés. C\'est pour cela que j\'avais envie de faire ce livre, pour rendre la liberté à toutes ces photographies et enfin réunir toutes ces Afriques, celles des pistes, des sourires, des famines et des guerres civiles. Je voulais oser ces quatre cents pages de photographies sous respiration. Je voulais étouffer devant l\'immense Afrique, me trouver comme au bord d\'une route où nous serions en panne pour plusieurs jours, envahis, à rester silencieux et à écouter. Je me souviens de chaque lieu, de chaque temps. J\'ose le désordre, il le faut. Je réunis ces photographies prises pendant quarante-cinq ans de voyages en Afrique. Raymond Depardon','','','Afrique;Photographies',97,'',' afrique photographies ','m','0',8,'25 EUR','','',' depuis plus vingt ans raymond depardon parcouru tout continent africain auquel il consacre plusieurs films il realise ainsi grande quantite photographies dont 350 inedites sont presentees dans cet ouvrage ces photographies couvrent toute afrique travers presentation non pas par pays mais par associations originales ces associations privilegient rythme soutenu sans temps arret enchainements qui montrent vie travers sujets tres varies portraits villes paysages religions activites sociales metiers mais aussi conflits misere travers ses photographies exemptes toute volonte esthetiser son propos raymond depardon ne livre aucun jugement sur afrique aucune these ce qui relie entre elles ces prises vue c est impulsion il simplement regard photographe grand voyageur sur paysages hommes qui peuplent ce continent pourquoi afriques depuis 1960 annee ma premiere rencontre avec continent africain age dix huit ans jusqu mon dernier voyage cet hiver horar je n ai cesse photographier afrique mais que lieux temps differents vie toute entiere ne suffirait pas pretendre connaitre cette afrique aujourd hui pretextes raisons ces voyages sont oublies c est pour cela que j avais envie faire ce livre pour rendre liberte toutes ces photographies enfin reunir toutes ces afriques celles pistes sourires famines guerres civiles je voulais oser ces quatre cents pages photographies sous respiration je voulais etouffer devant immense afrique me trouver comme bord route ou nous serions panne pour plusieurs jours envahis rester silencieux ecouter je me souviens chaque lieu chaque temps j ose desordre il faut je reunis ces photographies prises pendant quarante cinq ans voyages afrique raymond depardon ',' afriques ',' Afriques ',1,'','2012-10-24 14:42:49','2012-10-24 14:11:40','0','','2012-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (72,'m','Comptines et berceuses du baobab','','','l\'Afrique noire en 30 comptines',0,'',9,0,6,0,'2002','','','978-2-278-05277-6','1 livre (57 p.) - 1 disque compact (48 min 36 s)','ill. en coul., couv. ill. en coul','27 x 27 cm','','Contient des comptines de différents pays en différentes langues : Congo (mingala), Mali (bambara), Cameroun (bamena), Côte d\'Ivoire (bambara), Mauritanie (peul), Togo (mina), Sénégal (wolof), Rwanda (kinyarwanda), Guinée (susu), Mali (soninke), Centrafrique (sängö), Guinée-Conakry (susu), Congo (kikongo)','','Pour la première fois, une sélection de comptines et berceuses les plus représentatives de l\'Afrique noire, de la Cote-d\'Ivoire au Rwanda, dans la diversité des langues (lingala, wolof, bambara, peul, sango...) Chaque comptine est transcrite dans sa langue d\'origine et traduite en français. Les commentaires culturels sont regroupés à la fin de l\'ouvrage.','','','Comptines;Afrique centrale',79,'',' comptines afrique centrale ','m','0',7,'23,50 EUR',' contient comptines differents pays differentes langues congo mingala mali bambara cameroun bamena cote ivoire bambara mauritanie peul togo mina senegal wolof rwanda kinyarwanda guinee susu mali soninke centrafrique sango guinee conakry susu congo kikongo ','',' pour premiere fois selection comptines berceuses plus representatives afrique noire cote ivoire rwanda dans diversite langues lingala wolof bambara peul sango chaque comptine est transcrite dans sa langue origine traduite francais commentaires culturels sont regroupes fin ouvrage ',' comptines berceuses baobab afrique noire 30 comptines ',' Comptines et berceuses du baobab l\'Afrique noire en 30 comptines',1,'','2012-10-24 14:42:50','2012-10-24 14:09:59','0','','2002-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (73,'a','Yakouba','','','',0,'',6,0,7,0,'2007','','','978-2-02-096487-6','','','22 cm','','','','','','','Jeunesse;Jeunesse - Albums;Lecteurs en herbe : 6-8 ans',0,'',' jeunesse jeunesse albums lecteurs herbe 6 8 ans ','m','0',6,'6,90 eur','','','',' yakouba ',' Yakouba ',1,'','2012-10-24 14:42:50','2012-10-25 07:32:04','0','','2007-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (120,'a','Géo',NULL,'','',0,'',47,0,0,0,'1979-',NULL,'','0220-8245',NULL,NULL,NULL,NULL,'','','','http://www.geo.fr/','','',0,'','','s','1',1,'','','','',' geo ',' Géo ',1,'','2012-10-24 17:19:23','2012-11-20 08:29:44','0',0x687474703A2F2F7777772E67656F2E66722F657874656E73696F6E2F67656F2F64657369676E2F67656F2F696D616765732F6C6F676F5F67656F2E706E67,'1979-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (74,'a','Rafara','','','un conte populaire africain',0,'',11,12,0,0,'2000','','','978-2-211-05694-6','Non paginé [40] p.','ill. en coul., couv. ill. en coul.','22 x 25 cm','','','','','','','',0,'','','m','0',7,'79 F : 12,04 EUR','','','',' rafara conte populaire africain ',' Rafara un conte populaire africain',1,'','2012-10-24 14:42:50','2012-10-24 14:07:19','0','','2000-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (75,'a','Aya de Yopougon','','','',1,'2',13,0,8,0,'2006','','','978-2-07-057588-6','1 vol. (106-[12] p.)','ill. en noir et en coul., couv. ill. en coul.','25 cm','','Contient un lexique ivoirien-français, recettes culinaires, conseils de vie pratique','','','','','',0,' aya yopougon ','','m','0',7,'15,50 EUR',' contient lexique ivoirien francais recettes culinaires conseils vie pratique ','','',' aya yopougon 2 aya yopougon ',' aya yopougon 2 Aya de Yopougon ',1,'','2012-10-24 14:42:50','2012-10-24 14:06:09','0','','2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (76,'a','Aya de Yopougon','','','',1,'1',13,0,8,0,'2005','','','978-2-07-057311-0','1 vol. (96-[6] p.)','ill. en noir et en coul., couv. ill. en coul.','25 cm','','','','Côte d\'Ivoire, 1978. Aya, dix-neuf ans, vit à Yopougon, un quartier populaire d\'Abidjan. Ça sent le début des vacances mais très vite les choses vont commencer à se gâter…«Dans les années 1970, la vie était douce en Côte d’Ivoire. Il y avait du travail, les hôpitaux étaient équipés et l’école était obligatoire. J’ai eu la chance de connaître cette époque insouciante, où les jeunes n’avaient pas à choisir leur camp trop vite, et ne se préoccupaient que de la vie courante : les études, les parents, les amours… Et c’est cela que je veux raconter dans \"Aya\", cette Afrique qui subsiste malgré tout car, comme on dit chez nous, «la vie continue»…» (Marguerite Abouet)','','','',0,' aya yopougon ','','m','0',7,'15 EUR','','',' cote ivoire 1978 aya dix neuf ans vit yopougon quartier populaire abidjan ca sent debut vacances mais tres vite choses vont commencer se gater dans annees 1970 vie etait douce cote ivoire il y avait travail hopitaux etaient equipes ecole etait obligatoire j ai eu chance connaitre cette epoque insouciante ou jeunes n avaient pas choisir leur camp trop vite ne se preoccupaient que vie courante etudes parents amours c est cela que je veux raconter dans aya cette afrique qui subsiste malgre tout car comme on dit chez nous vie continue marguerite abouet ',' aya yopougon 1 aya yopougon ',' aya yopougon 1 Aya de Yopougon ',1,'','2012-10-24 14:42:50','2012-12-12 14:12:28','0','','2005-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (77,'a','African psycho','','','roman',0,'',14,0,0,0,'2003','','','978-2-84261-438-6','190 p.','','21 cm','','','','Quatrième de couverture\r\n« Que les choses soient claires : je ne souhaite pas être plus grand que l’Angoualima, ni me greffer des petits doigts, je veux être apprécié en fonction du résultat de mon geste criminel. Ne pouvant égaler les prouesses du Grand Maître, j\'aimerais au moins être considéré comme son fils spirituel. Pour cela, j\'en suis conscient, je dois encore travailler : tuer Germaine ce 29 décembre, c\'est-à-dire dans deux jours, n\'est qu\'une étape vers ce couronnement. »\r\n\r\nGrégoire Nakobomayo, orphelin, a grandi dans une ville industrielle de l\'Afrique post-coloniale. Accueilli quelque temps chez un couple instruit, il reçoit une éducation bourgeoise jusqu\'au jour où il plante son crayon dans l\'oeil du fils unique qui cherche à le violer. Obligé de fuir, il se réfugie dans le quartier le plus délabré de la ville et prend pour modèle \"Angoualima\", le célèbre serial killer qui depuis des années défie le pays, ses juges, ses flics et ses journalistes. Mais n\'est pas serial killer qui veut\r\nAvec humour -et.ironie-Alain Mabanckou conte les déboires d\'un psychopathe velléitaire et sans talent qui cherche dans la perversité un sens à sa vie.','','','',0,'','','m','0',8,'','','',' quatrieme couverture que choses soient claires je ne souhaite pas etre plus grand que angoualima ni me greffer petits doigts je veux etre apprecie fonction resultat mon geste criminel ne pouvant egaler prouesses grand maitre j aimerais moins etre considere comme son fils spirituel pour cela j suis conscient je dois encore travailler tuer germaine ce 29 decembre c est dire dans deux jours n est qu etape vers ce couronnement gregoire nakobomayo orphelin grandi dans ville industrielle afrique post coloniale accueilli quelque temps chez couple instruit il recoit education bourgeoise jusqu jour ou il plante son crayon dans oeil fils unique qui cherche violer oblige fuir il se refugie dans quartier plus delabre ville prend pour modele angoualima celebre serial killer qui depuis annees defie pays ses juges ses flics ses journalistes mais n est pas serial killer qui veut avec humour ironie alain mabanckou conte deboires psychopathe velleitaire sans talent qui cherche dans perversite sens sa vie ',' african psycho roman ',' African psycho roman',1,'','2012-10-24 14:42:50','2012-12-12 12:23:20','0','','2003-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (78,'a','Soleil noir','','','',0,'',15,0,9,0,'2012','','','978-2-36413-008-1','1 vol. (172 p.)','','21 cm','','','','Présentation de l\'éditeur\r\nIl y eut un long il était une fois…\r\nD’une écriture libre, anarchiste, de la même veine qu’un chant de Joyce où la structure vole en éclat…\r\nIl était une fois, un jeune narrateur, qu’importe son nom, pendu par les pieds par un chef aussi noir que les origines de l’homme, tiraillé par la faim et qui rêve de Blanche Goodfather en train de se baigner nue du côté des Chutes du Rocher. Fin…\r\nIl était une fois un amour magnifique, Marie, aveugle, comme seul personnage lucide parmi ceux qui sont pris au piège de la violence et de l’absurdité d’un pays sous apartheid… De jeunes gens dans l’émeute, émeute du langage, émeute de la pensée, émeute du regard sur le monde, sur la vie, contre un système…\r\nSoleil noir (écrit en 1980) est ce roman éclaté où l’auteur balaie d’un revers de la main la frontière entre le réel et l’irréel, entre le conte et le témoignage, entre le rêve et la pensée, nous propulsant littéralement sans un monde aveuglé que seul le dérèglement du langage peut appréhender. Roman de la révolte, Soleil noir, publié pour la première fois en français, est un roman mythique de Marechera, écrit entre la rue et de fréquents séjours en prison. ','','','',0,'','','m','0',8,'14,40 EUR','','',' presentation editeur il y eut long il etait fois ecriture libre anarchiste meme veine qu chant joyce ou structure vole eclat il etait fois jeune narrateur qu importe son nom pendu par pieds par chef aussi noir que origines homme tiraille par faim qui reve blanche goodfather train se baigner nue cote chutes rocher fin il etait fois amour magnifique marie aveugle comme seul personnage lucide parmi ceux qui sont pris piege violence absurdite pays sous apartheid jeunes gens dans emeute emeute langage emeute pensee emeute regard sur monde sur vie contre systeme soleil noir ecrit 1980 est ce roman eclate ou auteur balaie revers main frontiere entre reel irreel entre conte temoignage entre reve pensee nous propulsant litteralement sans monde aveugle que seul dereglement langage peut apprehender roman revolte soleil noir publie pour premiere fois francais est roman mythique marechera ecrit entre rue frequents sejours prison ',' soleil noir ',' Soleil noir ',1,'','2012-10-24 14:42:50','2012-12-12 14:07:58','0','','2012-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (79,'a','Les loups','','','',0,'',16,0,0,0,'2006','','','978-2-87767-470-6','1 vol. (non paginé [31] p.)','ill. en noir et en coul., jaquette ill. en coul.','27 cm','','','','Présentation de l\'éditeur\r\nC\'est l\'histoire d\'un lapin qui emprunte un ouvrage à la bibliothèque de son quartier, et qui découvre l\'extraordinaire, l\'incroyable pouvoir qu\'ont certains livres sur leur lecteur, parfois... ','','','',0,'','','m','0',7,'15 EUR','','',' presentation editeur c est histoire lapin qui emprunte ouvrage bibliotheque son quartier qui decouvre extraordinaire incroyable pouvoir qu ont certains livres sur leur lecteur parfois ',' loups ',' Les loups ',1,'','2012-10-24 14:42:50','2012-12-12 13:59:43','0','','2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (80,'a','La bibliothécaire','','','',0,'',17,0,10,0,'2007','','','978-2-01-322406-2','192 p.','','17 cm','','','','Pourquoi la vielle dame qui habite en face de chez Guillaume écrit-elle très tard la nuit? Quelle est cette jeune fille qui ne sort de chez elle qu\'à le nuit tombée? Pour résoudre ces mystères, Guillaume se lance dans un fantastique voyage au pays des livres et de l\'écriture','','','Romans;Jeunesse;Littérature jeunesse;Albums;Jeunesse en format poche',0,'',' romans jeunesse litterature jeunesse albums jeunesse format poche ','m','0',6,'4,90 eur','','',' pourquoi vielle dame qui habite face chez guillaume ecrit elle tres tard nuit quelle est cette jeune fille qui ne sort chez elle qu nuit tombee pour resoudre ces mysteres guillaume se lance dans fantastique voyage pays livres ecriture ',' bibliothecaire ',' La bibliothécaire ',1,'','2012-10-24 14:42:50','2012-10-24 14:01:02','0','','2007-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (81,'a','Jojo et le secret de la bibliothécaire','','','',2,'',18,0,0,0,'2006','','','978-2-87833-390-9','1 vol. (non paginé [30] p.)','ill. en coul., couv. ill. en coul.','20 cm','','','','La bibliothécaire a confié un terrible secret à Jojo et depuis, il n\'est plus le même...\r\nUne fiction pleine d\'humour sur l\'apprentissage de la lecture. A lire dès le CP.','','','',0,' jojo ','','m','0',7,'5,50 EUR','','',' bibliothecaire confie terrible secret jojo depuis il n est plus meme fiction pleine humour sur apprentissage lecture lire cp ',' jojo jojo secret bibliothecaire ',' jojo Jojo et le secret de la bibliothécaire ',1,'','2012-10-24 14:42:50','2012-10-24 13:59:22','0','','2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (82,'a','La sagesse du bibliothécaire','','','',0,'',19,0,12,0,'2004','','','978-2-915543-03-2','109 p.','couv. ill.','20 cm','','','','Présentation de l\'éditeur\r\nLe bibliothécaire aime les livres comme le marin aime la mer. Il n\'est pas nécessairement bon nageur mais il sait naviguer. L\'océan du savoir qui grise tous les savants, rend modeste le bibliothécaire. La bibliothèque est ce lieu indispensable où le savoir décante. Regardez comme cet océan furieux se calme dans la bibliothèque ! Le bibliothécaire sait lire les livres sans les ouvrir. Son regard transperce\r\nles couvertures. Il visite la page de titre, l\'auteur, les éditeurs, va directement au colophon, relève la date, le format,\r\nle nombre de pages, s\'attarde sur la table des matières, vérifie s\'il y a des index. Il évalue enfin sa robustesse et la qualité de son papier, celle de sa mise en page et de son impression.\r\nTout est dit. Si les auteurs savaient cela, ils feraient de faux livres uniquement pour les bibliothèques. ','','','Bibliothécaires;Déontologie;Travail',3,'',' bibliothecaires deontologie travail ','m','0',7,'12 EUR','','',' presentation editeur bibliothecaire aime livres comme marin aime mer il n est pas necessairement bon nageur mais il sait naviguer ocean savoir qui grise tous savants rend modeste bibliothecaire bibliotheque est ce lieu indispensable ou savoir decante regardez comme cet ocean furieux se calme dans bibliotheque bibliothecaire sait lire livres sans ouvrir son regard transperce couvertures il visite page titre auteur editeurs va directement colophon releve date format nombre pages s attarde sur table matieres verifie s il y index il evalue enfin sa robustesse qualite son papier celle sa mise page son impression tout est dit si auteurs savaient cela ils feraient faux livres uniquement pour bibliotheques ',' sagesse bibliothecaire ',' La sagesse du bibliothécaire ',1,'','2012-10-24 14:42:50','2014-11-18 15:07:29','0','','2004-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (83,'a','Le métier de bibliothécaire','','','',0,'',20,0,13,0,'2010','','12e éd.','978-2-7654-0977-9','1 vol. (565 p.)','ill., couv. ill.','24 cm','','','','','','','Bibliothéconomie;France',3,'',' bibliotheconomie france ','m','0',7,'42 EUR','','','',' metier bibliothecaire ',' Le métier de bibliothécaire ',1,'','2012-10-24 14:42:50','2012-10-24 13:57:45','0','','2010-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (121,'a','N° 403 - septembre 2012 - Numéro spécial Afrique',NULL,'','le réveil d\'un continent',0,'',0,0,0,0,'2012',NULL,'','','','','','','','LE MONDE QUI CHANGE\r\nLa mortalité infantile amorce son déclin.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nMo Ibrahim, cinquante-trois pays dans son collimateur.\r\n\r\nLE GOÛT DE GEO\r\nLe yassa poulet, ou l’hospitalité sénégalaise.\r\n\r\nÉVASION - Namibie, la nouvelle arche de Noé\r\nDans des espaces gérés par les habitants, la faune sauvage s’est multipliée, les touristes affluent et les populations en tirent un revenu.\r\n\r\nMODES DE VIE\r\nAfrican Valley(s) - L’Afrique aussi voit naître ces lieux où les technologies boostent la croissance.\r\nCampus en ébullition - Démographie oblige, les étudiants se pressent dans les universités d’Afrique subsaharienne.\r\n\r\nENVIRONNEMENT\r\nCinq chantiers qui vont changer l’Afrique.\r\nDov Zerah - Les deux défis à relever.\r\n\r\nGÉOPOLITIQUE - Région des Grands Lacs : la poudrière magnifique\r\nC’est un territoire riche, mais marqué par des décennies de conflits. La paix et le développement y font aujourd’hui leur chemin.\r\n\r\nCARTE DÉTACHABLE - Le réveil de l\'Afrique\r\n\r\nLE BON PLAN - Le Cap des Capétoniens\r\n\r\nGÉOPOLITIQUE - L\'eldorado de l\'Afrique latine\r\nL’Angola vit un boom exceptionnel. Portugais, Brésiliens ou Chinois viennent y tenter leur chance.\r\n\r\nGRANDE SÉRIE \"LA FRANCE DES VILLAGES\" - La Bourgogne\r\nPanorama mensuel des pépites du terroir. ','','','','',0,'','','b','2',1,'','',' monde qui change mortalite infantile amorce son declin heros aujourd hui mo ibrahim cinquante trois pays dans son collimateur gout geo yassa poulet ou hospitalite senegalaise evasion namibie nouvelle arche noe dans espaces geres par habitants faune sauvage s est multipliee touristes affluent populations tirent revenu modes vie african valley s afrique aussi voit naitre ces lieux ou technologies boostent croissance campus ebullition demographie oblige etudiants se pressent dans universites afrique subsaharienne environnement cinq chantiers qui vont changer afrique dov zerah deux defis relever geopolitique region grands lacs poudriere magnifique c est territoire riche mais marque par decennies conflits paix developpement y font aujourd hui leur chemin carte detachable reveil afrique bon plan cap capetoniens geopolitique eldorado afrique latine angola vit boom exceptionnel portugais bresiliens ou chinois viennent y tenter leur chance grande serie france villages bourgogne panorama mensuel pepites terroir ','',' n 403 septembre 2012 numero special afrique reveil continent ',' N° 403 - septembre 2012 - Numéro spécial Afrique le réveil d\'un continent',1,'','2012-10-24 17:23:16','2012-11-20 08:29:44','0',0x687474703A2F2F7777772E67656F2E66722F7661722F67656F2F73746F726167652F696D616765732F6D656469612F696D616765732F72756272697175652D67656F2D696E666F732F656E2D6B696F737175652F67656F2D6E2D3430332D7370656369616C2D616672697175652D73657074656D6272652D323031322F313134333338302D312D6672652D46522F67656F2D6E2D3430332D7370656369616C2D616672697175652D73657074656D6272652D323031325F363230783436352E6A7067,'2012-09-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (84,'a','Les bibliothèques','','','',0,'',21,0,14,0,'2010','n° 944','12e éd. mise à jour','978-2-13-057064-6','1 vol. (127 p.)','couv. ill. en coul.','18 cm','','','','À la fois lieux de travail pour des recherches contemporaines et lieux de conservation d\'un patrimoine, les bibliothèques ont un rôle charnière entre le passé et le présent. Mais si leur mission demeure identique, les moyens mis à leur disposition, ainsi que les modes de consultation et d\'usage des livres, sont aujourd?hui en pleine mutation.\r\n\r\nCet ouvrage s\'assigne donc une double tâche : présenter l\'histoire des bibliothèques dans le monde occidental afin de comprendre l\'ampleur des changements qu?elles connaissent depuis un siècle, et donc les nouveaux enjeux culturels et économiques engendrés par de telles évolutions.\r\n\r\nDocteur en histoire, Denis Pallier est inspecteur général honoraire des bibliothèques.','','','Bibliothèques',3,'',' bibliotheques ','m','0',7,'9,00 EUR','','',' fois lieux travail pour recherches contemporaines lieux conservation patrimoine bibliotheques ont role charniere entre passe present mais si leur mission demeure identique moyens mis leur disposition ainsi que modes consultation usage livres sont aujourd hui pleine mutation cet ouvrage s assigne donc double tache presenter histoire bibliotheques dans monde occidental afin comprendre ampleur changements qu elles connaissent depuis siecle donc nouveaux enjeux culturels economiques engendres par telles evolutions docteur histoire denis pallier est inspecteur general honoraire bibliotheques ',' bibliotheques ',' Les bibliothèques ',1,'','2012-10-24 14:42:51','2012-10-24 13:57:04','0','','2010-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (85,'a','Le grand amour du bibliothécaire','','','',0,'',22,0,0,0,'2005','','','978-2-203-12937-5','','','19 cm','','','','Présentation de l\'éditeur\r\nLes livres, ça fait désordre et ça prend la poussière, c\'est tout. Voilà ce que pense Fulbert le bibliothécaire. D\'ailleurs, il n\'y a qu\'un seul livre dans sa bibliothèque ! Mais voici qu\'arrive la ravissante Rose-Marie, assoiffée de lecture. Fulbert, ébloui et troublé, est bien désemparé. Il va falloir qu\'il trouve des livres, et vite ! ','','','Littérature jeunesse;BD, Mangas, Humour',0,'',' litterature jeunesse bd mangas humour ','m','0',6,'6,00 eur','','',' presentation editeur livres ca fait desordre ca prend poussiere c est tout voila ce que pense fulbert bibliothecaire ailleurs il n y qu seul livre dans sa bibliotheque mais voici qu arrive ravissante rose marie assoiffee lecture fulbert ebloui trouble est bien desempare il va falloir qu il trouve livres vite ',' grand amour bibliothecaire ',' Le grand amour du bibliothécaire ',1,'','2012-10-24 14:42:51','2012-12-12 13:56:17','0','','2005-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (86,'a','Le bibliothécaire','','','',0,'',13,0,16,0,'2005','','','978-2-07-077327-5','1 vol. (450 p.)','couv. ill.','23 cm','','','','Travaillant dans une université huppée de Washington D.C, David Golberg devient, par le plus grand des hasards, le bibliothécaire privé d\'Alan Stowe. Vieil acariâtre multimillionnaire, industriel cynique et sans scrupules, Stowe est surtout le plus grand bailleur de fonds du parti républicain. Or, nous sommes justement en pleine élection présidentielle et l\'équipe du candidat sortant, un gosse de riche va-t-en-guerre, ancien alcoolique reconverti en fou de Dieu, voit d\'un mauvais ?il l\'arrivée de cet inconnu auprès d\'un homme aussi influent que Stowe. À peine Golberg a-t-il le temps de commencer le classement des papiers de l\'homme d\'affaires qu\'il se retrouve pris en chasse par des barbouzes de la Sécurité intérieure. Tandis que la candidate démocrate grignote son retard sur le Président et que le grand jour du vote se rapproche, David, aidé d\'une bande d\'amis, se voit contraint de trouver dans les documents de Stowe l\'information pour laquelle on veut le tuer... Après Reality Show, adapté au cinéma sous le titre Des hommes d\'influence avec Dustin Hoffman et Robert De Niro, Larry Beinhart fait un retour fracassant sur la scène littéraire, démontant pièce par pièce l\'administration Bush, sa manière de manipuler le public américain et l\'opinion mondiale en jouant avec des peurs et des fantasmes archaïques. Comme quoi les critiques les plus virulentes ne viennent pas toujours de la « vieille Europe »...','','','',0,'','','m','0',7,'24 EUR','','',' travaillant dans universite huppee washington c david golberg devient par plus grand hasards bibliothecaire prive alan stowe vieil acariatre multimillionnaire industriel cynique sans scrupules stowe est surtout plus grand bailleur fonds parti republicain or nous sommes justement pleine election presidentielle equipe candidat sortant gosse riche va guerre ancien alcoolique reconverti fou dieu voit mauvais il arrivee cet inconnu aupres homme aussi influent que stowe peine golberg il temps commencer classement papiers homme affaires qu il se retrouve pris chasse par barbouzes securite interieure tandis que candidate democrate grignote son retard sur president que grand jour vote se rapproche david aide bande amis se voit contraint trouver dans documents stowe information pour laquelle on veut tuer apres reality show adapte cinema sous titre hommes influence avec dustin hoffman robert niro larry beinhart fait retour fracassant sur scene litteraire demontant piece par piece administration bush sa maniere manipuler public americain opinion mondiale jouant avec peurs fantasmes archaiques comme quoi critiques plus virulentes ne viennent pas toujours vieille europe ',' bibliothecaire ',' Le bibliothécaire ',1,'','2012-10-24 14:42:51','2012-10-24 13:54:29','0','','2005-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (87,'a','L\'enlèvement de la bibliothécaire','','','',0,'',23,0,17,0,'2002','189','','978-2-07-053882-9','56 p.','ill. en coul., couv. ill. en coul.','18 cm','','','','En kidnappant Mlle Labourdette, la ravissante bibliothécaire, le chef des brigands et ses quatre complices croient pouvoir obtenir de la municipalité une rançon rondelette. Mais c\'est compter sans le courage de la jeune fille, son bon c?ur et ses talents de... bibliothécaire !','','','',0,'','','m','0',7,'5 EUR','','',' kidnappant mlle labourdette ravissante bibliothecaire chef brigands ses quatre complices croient pouvoir obtenir municipalite rancon rondelette mais c est compter sans courage jeune fille son bon c ur ses talents bibliothecaire ',' enlevement bibliothecaire ',' L\'enlèvement de la bibliothécaire ',1,'','2012-10-24 14:42:51','2012-10-24 13:53:38','0','','2002-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (88,'a','Des bibliothèques pleines de fantômes','','','',0,'',24,0,0,0,'2008','','','978-2-207-26054-8','1 vol. (138 p.)','couv. ill. en coul.','18 cm','','','','Avez-vous peur de mourir dans votre sommeil, enseveli sous l\'écroulement de votre bibliothèque ? L\'accumulation de livres ne met-elle pas en danger l\'existence même de votre famille ? Classez-vous les volumes par thème, langue, auteur, date de parution, format ou selon un autre critère de vous seul connu ? Peut-on faire voisiner sur une étagère deux auteurs irrémédiablement brouillés dans la vie ? Autant de graves questions se posant à cette espèce en voie de disparition : les bibliomanes, qui, outre la passion de posséder les livres, ont celle de les lire. Les bibliothèques sont des êtres vivants à l\'image de notre complexité intérieure. Elles finissent par composer un labyrinthe dont pour notre plus grand, et dangereux, plaisir nous pouvons très bien ne plus sortir. Dans ce petit traité sur l\'art de vivre avec trop de livres apparaissent, parmi nombre d\'autres, Pessoa tentant de devenir bibliothécaire, Matisse postulant au poste de «contrôleur du droit des pauvres» ou encore le capitaine Achab et le mystère de sa jambe abandonnée à Moby Dick. En fait, ces milliers de pages qui occupent nos étagères sont peuplées de fantômes bien vivants qui, une fois rencontrés, ne nous quittent plus.','','','Bibliothèques;Livres et lecture',3,'',' bibliotheques livres lecture ','m','0',7,'12 EUR','','',' avez vous peur mourir dans votre sommeil enseveli sous ecroulement votre bibliotheque accumulation livres ne met elle pas danger existence meme votre famille classez vous volumes par theme langue auteur date parution format ou selon autre critere vous seul connu peut on faire voisiner sur etagere deux auteurs irremediablement brouilles dans vie autant graves questions se posant cette espece voie disparition bibliomanes qui outre passion posseder livres ont celle lire bibliotheques sont etres vivants image notre complexite interieure elles finissent par composer labyrinthe dont pour notre plus grand dangereux plaisir nous pouvons tres bien ne plus sortir dans ce petit traite sur art vivre avec trop livres apparaissent parmi nombre autres pessoa tentant devenir bibliothecaire matisse postulant poste controleur droit pauvres ou encore capitaine achab mystere sa jambe abandonnee moby dick fait ces milliers pages qui occupent nos etageres sont peuplees fantomes bien vivants qui fois rencontres ne nous quittent plus ',' bibliotheques pleines fantomes ',' Des bibliothèques pleines de fantômes ',1,'','2012-10-24 14:42:51','2012-10-24 13:52:55','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (89,'a','Cuisine actuelle de l\'Afrique noire','','','plus de 60 recettes faciles à réaliser',0,'',25,0,0,0,'2003','','','978-2-87691-819-1','215 p.','ill. en noir et en coul., couv. ill. en coul.','23 cm','','','','Présentation de l\'éditeur\r\nSénégal, Mali, Cameroun, Congo, Côte d\'Ivoire, logo, Nigeria, Gabon... L\'Afrique Noire, dans son immense diversité, offre aux palais amateurs de bonne chère, des plats savoureux et délicats qui, contrairement aux idées reçues, peuvent être simples à réaliser dès lors que l\'on dispose des connaissances et du savoir-faire indispensables. Plus de 60 recettes faciles à réaliser : A travers un large choix de recettes, composé entre autres des grands classiques (Tiep, Yassa, Mafé, Saka-Saka, Mbongo...), les auteurs de cet ouvrage nous accompagnent pas à pas pour réaliser le meilleur de la cuisine africaine. Présentation des ingrédients spécifiques à la préparation des plats (arachide, manioc, graines de courge...), portraits légendés, trucs et astuces, recettes étape par étape... dans ce beau livre riche en photos, la cuisine africaine se met enfin à la portée de fous ! Un beau livre de cuisine pour goûter et apprécier toutes les saveurs de l\'Afrique Noire : Et pour qu\'au plaisir de la bouche se joigne celui de l\'esprit et de la vue, des proverbes, des textes, des photos viennent agrémenter de-ci de-là les recettes.','','','Cuisine africaine',65,'',' cuisine africaine ','m','0',7,'24,90 EUR','','',' presentation editeur senegal mali cameroun congo cote ivoire logo nigeria gabon afrique noire dans son immense diversite offre palais amateurs bonne chere plats savoureux delicats qui contrairement idees recues peuvent etre simples realiser lors que on dispose connaissances savoir faire indispensables plus 60 recettes faciles realiser travers large choix recettes compose entre autres grands classiques tiep yassa mafe saka saka mbongo auteurs cet ouvrage nous accompagnent pas pas pour realiser meilleur cuisine africaine presentation ingredients specifiques preparation plats arachide manioc graines courge portraits legendes trucs astuces recettes etape par etape dans ce beau livre riche photos cuisine africaine se met enfin portee fous beau livre cuisine pour gouter apprecier toutes saveurs afrique noire pour qu plaisir bouche se joigne celui esprit vue proverbes textes photos viennent agrementer ci recettes ',' cuisine actuelle afrique noire plus 60 recettes faciles realiser ',' Cuisine actuelle de l\'Afrique noire plus de 60 recettes faciles à réaliser',1,'','2012-10-24 14:42:51','2012-12-12 12:37:10','0','','2003-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (90,'a','Au coeur de l\'Afrique','','','',0,'',26,0,18,0,'2012','','Nouvelle éd.','978-2-7459-5517-3','1 vol. (251 p.)','ill. en noir et en coul., couv. ill. en coul.','27 cm','','','','Présentation de l\'éditeur\r\nUne plongée au coeur de l\'Afrique, mère de l\'humanité et continent phare du IIIe millénaire. Face aux visions d\'une Afrique déchirée, voici de nouveaux éclairages. A travers des questions comme la désertification, la déforestation, l\'exode rural, la colonisation ou l\'explosion démographique, le continent se livre en profondeur. Sa géographie a été une donnée décisive, ses peuples se sont adaptés à une nature difficile. L\'Afrique, c\'est une histoire remplie d\'épisodes épiques d\'une richesse insoupçonnée, assombrie parla terrible période de l\'esclavage. C\'est aussi une leçon de courage et de solidarité inépuisables. ','','','Afrique noire;Géographie;Ouvrages pour la jeunesse;Histoire',92,'',' afrique noire geographie ouvrages pour jeunesse histoire ','m','0',8,'14,50 EUR','','',' presentation editeur plongee coeur afrique mere humanite continent phare iiie millenaire face visions afrique dechiree voici nouveaux eclairages travers questions comme desertification deforestation exode rural colonisation ou explosion demographique continent se livre profondeur sa geographie ete donnee decisive ses peuples se sont adaptes nature difficile afrique c est histoire remplie episodes epiques richesse insoupconnee assombrie parla terrible periode esclavage c est aussi lecon courage solidarite inepuisables ',' coeur afrique ',' Au coeur de l\'Afrique ',1,'','2012-10-24 14:42:51','2014-11-18 15:07:31','0','','2012-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (91,'a','Grosse légume','','','',0,'',27,0,0,0,'2007','','','978-2-84156-884-0','1 vol. (non paginé [26] p.)','ill. en coul., couv. ill. en coul.','18 cm','','','','','','','',0,'','','m','0',7,'10,50 EUR','','','',' grosse legume ',' Grosse légume ',1,'','2012-10-24 14:42:51','2012-10-24 13:47:20','0','','2007-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (92,'a','Les enquêtes du potager','','','par l\'inspecteur Lapou',0,'',28,0,0,0,'2007','','','978-2-07-061220-8','1 vol. (non paginé [72] p.)','ill. en coul., couv. ill. en coul.','33 cm','','Réunit : \"L\'enterrement de la carotte\" ; \"Le pissenlit écrasé\" ; \"La disparition du jeune poireau\" ; \"L\'agression du champignon\" ; \"La chute de la tomate\" ; \"Le poseur de lapins\" ; \"Le voleur de courgettes\" ; \"Le cerisier dévalisé\" ; \"La bande de radis\" ; \"Le citron trop pressé\"','','','','','',0,'','','m','0',7,'15 EUR',' reunit enterrement carotte pissenlit ecrase disparition jeune poireau agression champignon chute tomate poseur lapins voleur courgettes cerisier devalise bande radis citron trop presse ','','',' enquetes potager par inspecteur lapou ',' Les enquêtes du potager par l\'inspecteur Lapou',1,'','2012-10-24 14:42:51','2012-10-24 13:46:38','0','','2007-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (93,'a','Quel radis dis donc !','','','',0,'',9,0,19,0,'2008','','','978-2-278-06156-3','1 vol. (non paginé [22] p.)','ill. en coul., couv. ill. en coul.','17 cm','','','','','','','',0,'','','m','0',7,'4,90 EUR','','','',' quel radis dis donc ',' Quel radis dis donc ! ',1,'','2012-10-24 14:42:51','2012-10-24 13:45:43','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (94,'a','Le jardin potager','','','',0,'',29,0,20,0,'2011','','','978-2-09-253001-6','32 p','','20 cm','','','','Présentation de l\'éditeur\r\nSais-tu faire germer des graines ? Quel est l\'outil le plus précieux du jardinier ? Qu\'est-ce qui pousse au bout du monde ?','','','Jardinage;Albums;Jeunesse - Documentaires;Eveil, petite enfance, albums à colorier',59,'',' jardinage albums jeunesse documentaires eveil petite enfance albums colorier ','m','0',6,'10,95 eur','','',' presentation editeur sais tu faire germer graines quel est outil plus precieux jardinier qu est ce qui pousse bout monde ',' jardin potager ',' Le jardin potager ',1,'','2012-10-24 14:42:52','2012-12-12 13:58:48','0','','2011-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (95,'a','Zigomar n\'aime pas les légumes','','','',0,'',12,0,0,0,'1992','','','978-2-211-04841-5','28 p.','ill. en coul., couv. ill. en coul.','23 x 29 cm','','A pour suite dans le même ouvrage : \"Zigomar n\'aime pas du tout les légumes et il a bien raison\"','','','','','',0,'','','m','0',7,'75 F',' pour suite dans meme ouvrage zigomar n aime pas tout legumes il bien raison ','','',' zigomar n aime pas legumes ',' Zigomar n\'aime pas les légumes ',1,'','2012-10-24 14:42:52','2012-10-24 13:42:25','0','','1992-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (96,'a','Je cuisine avec les fruits et légumes du marché','','','',0,'',30,0,0,0,'2008','','[Nouvelle éd.]','978-2-244-46006-2','1 vol. (138 p.)','ill. en noir et en coul., couv. ill. en coul.','27 cm','','','','','','','Cuisine (légumes);Ouvrages pour la jeunesse;Cuisine (fruits)',65,'',' cuisine legumes ouvrages pour jeunesse cuisine fruits ','m','0',7,'17,90 EUR','','','',' je cuisine avec fruits legumes marche ',' Je cuisine avec les fruits et légumes du marché ',1,'','2012-10-24 14:42:52','2014-11-18 15:07:31','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (97,'a','Une cuisine grande comme un jardin','','','60 recettes pour découvrir les fruits et les légumes du monde',0,'',31,0,0,0,'2004','','','978-2-915569-13-1','68 p.','ill. en coul., couv. ill. en coul.','36 cm','','','','Présentation de l\'éditeur\r\nVoici un voyage extraordinaire au pays des fruits et des légumes. Des recettes qui nous les font découvrir différemment, des informations sur leur culture ou leur étonnante histoire, des proverbes du monde entier qui les célèbrent et les peintures de Martin Jarrie qui nous disent tout de leur chair et de leur saveur. ','','','Cuisine (fruits);Cuisine (légumes)',65,'',' cuisine fruits cuisine legumes ','m','0',7,'23,50 EUR','','',' presentation editeur voici voyage extraordinaire pays fruits legumes recettes qui nous font decouvrir differemment informations sur leur culture ou leur etonnante histoire proverbes monde entier qui celebrent peintures martin jarrie qui nous disent tout leur chair leur saveur ',' cuisine grande comme jardin 60 recettes pour decouvrir fruits legumes monde ',' Une cuisine grande comme un jardin 60 recettes pour découvrir les fruits et les légumes du monde',1,'','2012-10-24 14:42:52','2012-12-12 12:37:47','0','','2004-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (98,'a','Trop bon ! les fruits et les légumes','','','22 recettes d\'enfants',0,'',32,0,0,0,'2009','','','978-2-84006-581-4','1 vol. (non paginé [26] p.)','ill. en coul., couv. ill. en coul','25 x 33 cm','','','','Présentation de l\'éditeur\r\nLes fruits et les légumes, c\'est trop bon ! Au fil de ces 22 recettes, découvre les fruits et les légumes comme tu ne les as encore jamais goûtés ! En glaces, en gratins, en pizzas ou même en gaufres ! Pas de doute, tes papilles adoreront tous ces petits plats concoctés spécialement par les enfants... pour les enfants ! Entre enfants, on se comprend ! ','','','',65,'','','m','0',7,'14,95 EUR','','',' presentation editeur fruits legumes c est trop bon fil ces 22 recettes decouvre fruits legumes comme tu ne as encore jamais goutes glaces gratins pizzas ou meme gaufres pas doute tes papilles adoreront tous ces petits plats concoctes specialement par enfants pour enfants entre enfants on se comprend ',' trop bon fruits legumes 22 recettes enfants ',' Trop bon ! les fruits et les légumes 22 recettes d\'enfants',1,'','2012-10-24 14:42:52','2012-12-12 14:09:35','0','','2009-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (99,'a','Rouge comme une tomate','','','et autres émotions naturelles',0,'',32,0,0,0,'2007','','','978-2-84006-501-2','1 vol. (non paginé [40] p.)','ill. en coul., couv. ill. en coul.','28 cm','','','','Présentation de l\'éditeur\r\nQuelle tête fais-tu lorsque tu es heureux ? Fatigué ? Fâché ? Ou que tu t\'es fait gronder ? Toutes les moues et expressions enfantines, des plus drôles aux plus tendres, sous la forme de fruits et légumes hilarants ! ','','','',0,'','','m','0',7,'13 EUR','','',' presentation editeur quelle tete fais tu lorsque tu es heureux fatigue fache ou que tu es fait gronder toutes moues expressions enfantines plus droles plus tendres sous forme fruits legumes hilarants ',' rouge comme tomate autres emotions naturelles ',' Rouge comme une tomate et autres émotions naturelles',1,'','2012-10-24 14:42:52','2012-12-12 14:05:06','0','','2007-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (100,'a','Bébés à croquer','','','',0,'',32,0,0,0,'2006','','','978-2-84006-443-5','1 vol. (non paginé [24] p.)','tout en ill. en coul., couv. ill. en coul.','22 x 24 cm','','','','Présentation de l\'éditeur\r\nCaneton, mouton, pingouin ou jeune chien... Vous allez fondre pour ces délicieux bébés animaux... A croquer !','','','Artisanat de nature;Ouvrages illustrés',75,'',' artisanat nature ouvrages illustres ','m','0',7,'10 EUR','','',' presentation editeur caneton mouton pingouin ou jeune chien vous allez fondre pour ces delicieux bebes animaux croquer ',' bebes croquer ',' Bébés à croquer ',1,'','2012-10-24 14:42:52','2012-12-12 12:22:44','0','','2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (101,'a','Fruits, légumes','','','',0,'',33,0,0,0,'2011','','','978-2-211-20487-3','1 vol. (non paginé [50] p.)','ill. en coul., couv. ill. en coul.','31 cm','','','','Présentation de l\'éditeur\r\nOh la belle verte! Si les légumes et les fruits étaient aussi beaux dans la réalité que dans cette « encyclopédie », les enfants les dévoreraient !','','','',0,'','','m','0',8,'13,50 EUR','','',' presentation editeur oh belle verte si legumes fruits etaient aussi beaux dans realite que dans cette encyclopedie enfants devoreraient ',' fruits legumes ',' Fruits, légumes ',1,'','2012-10-24 14:42:52','2012-12-12 13:55:36','0','','2011-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (102,'a','Orange, pomme, poire','','','',0,'',16,0,0,0,'2009','','','978-2-87767-590-1','1 vol. (non paginé [20] p.)','ill. en coul., couv. ill. en coul.','18 cm','','','','Présentation de l\'éditeur\r\nUne orange, une pomme, une poire et un ours, Grégoire. Qui aurait imaginé que ces quatre mots puissent être conjugués en autant de façons ? Emily gravett, bien sûr ! ','','','',0,'','','m','0',7,'10 EUR','','',' presentation editeur orange pomme poire ours gregoire qui aurait imagine que ces quatre mots puissent etre conjugues autant facons emily gravett bien sur ',' orange pomme poire ',' Orange, pomme, poire ',1,'','2012-10-24 14:42:52','2012-12-12 14:03:47','0','','2009-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (103,'a','Fahrenheit 451','','','',0,'',13,0,21,1,'2000','3','','978-2-07-041573-1','213 p.','couv. ill. en coul.','18 cm','','','','451 degrés Fahrenheit représentent la température à laquelle un livre s\'enflamme et se consume.Dans cette société future où la lecture, source de questionnement et de réflexion, est considérée comme un acte antisocial, un corps spécial de pompiers est chargé de brûler tous les livres, dont la détention est interdite pour le bien collectif.Montag, le pompier pyromane, se met pourtant à rêver d\'un monde différent, qui ne bannirait pas la littérature et l\'imaginaire au profit d\'un bonheur immédiatement consommable. Il devient dès lors un dangereux criminel, impitoyablement poursuivi par une société qui désavoue son passé.','','','',0,'','','m','0',7,'25 F : 3,81 EUR','','',' 451 degres fahrenheit representent temperature laquelle livre s enflamme se consume dans cette societe future ou lecture source questionnement reflexion est consideree comme acte antisocial corps special pompiers est charge bruler tous livres dont detention est interdite pour bien collectif montag pompier pyromane se met pourtant rever monde different qui ne bannirait pas litterature imaginaire profit bonheur immediatement consommable il devient lors dangereux criminel impitoyablement poursuivi par societe qui desavoue son passe ',' fahrenheit 451 ',' Fahrenheit 451 ',1,'','2012-10-24 14:42:52','2012-10-24 13:32:20','0','','2000-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (104,'a','La huitième couleur','','','',3,'1',34,0,0,0,'1996','','','978-2-84172-039-2','279 p.','couv. ill. en coul.','18 cm','','','','Quatrième de couverture\r\nDans une dimension lointaine et passablement farfelue, un monde se balade à dos de quatre éléphants, eux©mêmes juchés sur la carapace de la Grande Tortue... Oui, c\'est le Disque©monde... Les habitants de la cité d\'Ankh©Morpork croyaient avoir tout vu. Et Deuxfleurs avait l\'air tellement inoffensif, bonhomme chétif, fidèlement escorté par un Bagage de bois magique déambulant sur une myriade de petites jambes. Tellement inoffensif que le Patricien avait chargé le calamiteux sorcier Rincevent de sa sécurité dans la cité quadrillée par la Guilde des Voleurs et celle des Assassins ; mission périlleuse et qui devait les conduire loin : dans une caverne de dragons ; peut©être jusqu\'au Rebord du Disque. Car Deuxfleurs était d\'une espèce plus redoutable qu\'on ne l\'imaginait : c\'était un touriste... A la lumière de l\'octarine, la huitième couleur, celle de la magie, découvrez l\'univers fantastique et cocasse de Terry Pratchett.','','','',0,' annales disque monde ','','m','0',7,'80 F','','',' quatrieme couverture dans dimension lointaine passablement farfelue monde se balade dos quatre elephants eux memes juches sur carapace grande tortue oui c est disque monde habitants cite ankh morpork croyaient avoir tout vu deuxfleurs avait air tellement inoffensif bonhomme chetif fidelement escorte par bagage bois magique deambulant sur myriade petites jambes tellement inoffensif que patricien avait charge calamiteux sorcier rincevent sa securite dans cite quadrillee par guilde voleurs celle assassins mission perilleuse qui devait conduire loin dans caverne dragons peut etre jusqu rebord disque car deuxfleurs etait espece plus redoutable qu on ne imaginait c etait touriste lumiere octarine huitieme couleur celle magie decouvrez univers fantastique cocasse terry pratchett ',' annales disque monde 1 huitieme couleur ',' annales disque monde 1 La huitième couleur ',1,'','2012-10-24 14:42:52','2012-12-12 14:11:02','0','','1996-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (105,'a','Le huitième sortilège','','','',3,'2',34,0,0,0,'1993','','','978-2-905158-75-8','270 p.','couv. ill. en coul.','18 cm','','','','Présentation de l\'éditeur\r\nOctogénaire, borgne, chauve et édenté, Cohen le Barbare, le plus grand héros de tous les temps, réussira-t-il à tirer Deuxfleurs et Rincevent des griffes de leurs poursuivants ? Question capitale, car le tissu même du temps et de l\'espace est sur le point de passer dans l\'essoreuse. Une étoile rouge menace de percuter le Disque-Monde et la survie de celui-ci est entre les mains du sorcier calamiteux : dans son esprit (très) brumeux se tapit en effet le... huitième sortilège ! La suite de l\'épopée la plus démente de la fantasy, avec, dans les seconds rôles, une distribution prestigieuse : le Bagage, l\'In-Octavo, Herrena la harpie, Kwartz le troll, Trymon l\'enchanteur maléfique et, naturellement, La Mort...','','','',0,' annales disque monde ','','m','0',7,'77 F','','',' presentation editeur octogenaire borgne chauve edente cohen barbare plus grand heros tous temps reussira il tirer deuxfleurs rincevent griffes leurs poursuivants question capitale car tissu meme temps espace est sur point passer dans essoreuse etoile rouge menace percuter disque monde survie celui ci est entre mains sorcier calamiteux dans son esprit tres brumeux se tapit effet huitieme sortilege suite epopee plus demente fantasy avec dans seconds roles distribution prestigieuse bagage in octavo herrena harpie kwartz troll trymon enchanteur malefique naturellement mort ',' annales disque monde 2 huitieme sortilege ',' annales disque monde 2 Le huitième sortilège ',1,'','2012-10-24 14:42:52','2012-12-12 14:11:51','0','','1993-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (106,'a','La triste fin du petit enfant huître et autres histoires','','','',0,'',35,0,24,0,'2008','','','978-2-264-04873-8','128 p.','','17 cm','','','','Fidèle à son univers d\'une inventivité si particulière, mêlant crauté et tendresse, macabre et poésie, Tim Burton donne le jour à une étonnante famille d\'enfants solitaires, étranges et différents, qui ne tarderont pas à nous horrifier, à nous émouvoir et à nous faire rire. Un livre pour l\'enfant qui est en nous','','','Littérature;Romans contemporains;Littérature au format poche;Romans en Poche',82,'',' litterature romans contemporains litterature format poche romans poche ','m','0',6,'10,14 eur','','',' fidele son univers inventivite si particuliere melant craute tendresse macabre poesie tim burton donne jour etonnante famille enfants solitaires etranges differents qui ne tarderont pas nous horrifier nous emouvoir nous faire rire livre pour enfant qui est nous ',' triste fin petit enfant huitre autres histoires ',' La triste fin du petit enfant huître et autres histoires ',1,'','2012-10-24 14:42:52','2012-10-24 13:27:36','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (107,'a','Tim Burton','','','',0,'',36,0,25,0,'','171','','978-2-35880-032-7','','','','','','','Présentation de l\'éditeur\r\nIl était une fois un garçon qui aimait inventer des histoires. Il se dit qu\'un homme déguisé en chauve-souris, ça ferait peur aux méchants. Il pense à la petite fille qui passe de l\'autre côté du miroir et découvre un monde merveilleux. A la femme qui se prend pour un chat et qui joue avec l\'homme pingouin. Il se dit qu\'une citrouille ne remplacera jamais le Père Noël, mais qu\'elle pourrait avoir envie d\'essayer. Il imagine ce qui se passerait si les habitants de Mars attaquaient la Terre... Son rêve, c\'était de rassembler toutes ces histoires et tous leurs personnages. Aujourd\'hui, le petit garçon est devenu grands et il fait du cinéma. Le tour du monde des musées en BD et en jeu .: le musée du Palais a Pékin.','','','Jeunesse;L\'Univers des Enfants',71,'',' jeunesse univers enfants ','m','0',6,'7,90 EUR','','',' presentation editeur il etait fois garcon qui aimait inventer histoires il se dit qu homme deguise chauve souris ca ferait peur mechants il pense petite fille qui passe autre cote miroir decouvre monde merveilleux femme qui se prend pour chat qui joue avec homme pingouin il se dit qu citrouille ne remplacera jamais pere noel mais qu elle pourrait avoir envie essayer il imagine ce qui se passerait si habitants mars attaquaient terre son reve c etait rassembler toutes ces histoires tous leurs personnages aujourd hui petit garcon est devenu grands il fait cinema tour monde musees bd jeu musee palais pekin ',' tim burton ',' Tim Burton ',1,'','2012-10-24 14:42:52','2012-12-12 14:08:39','0','','0000-00-00',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (108,'a','Tim burton','','','',0,'',37,0,26,0,'2010','','','978-2-86642-597-5','224 p.','','22 cm','','','','','','','',71,'','','m','0',6,'24,95 eur','','','',' tim burton ',' Tim burton ',1,'','2012-10-24 14:42:52','2012-10-24 13:22:44','0','','2010-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (109,'m','La musique africaine','','','Timbélélé et la reine Lune',0,'',38,0,27,0,'2008','','','978-2-07-062114-9','32 p.','','18 cm','','','','Laissez-vous envoûter par le son de la kora, du balafon, du khollé, des djembés, du tama, l\'accent du narrateur et les voix incomparables des frères Toure.Partez à la découverte des musiques d\'Afrique !','','','Jeunesse - Albums;Musique et instruments;Contes, comptines et poésie',79,'',' jeunesse albums musique instruments contes comptines poesie ','m','0',6,'13,50 EUR','','',' laissez vous envouter par son kora balafon kholle djembes tama accent narrateur voix incomparables freres toure partez decouverte musiques afrique ',' musique africaine timbelele reine lune ',' La musique africaine Timbélélé et la reine Lune',1,'','2012-10-24 14:42:53','2012-10-28 17:30:36','0','','2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (110,'g','Edward aux mains d\'argent','','','',0,'',39,0,0,0,'2011','','','','1 DVD (1 h 45 min)','16/9, coul. (PAL), son., surround (Dolby)','','','','','Synopsis\r\nEdward est la création d\'un savant génial. Il ne possède pas de vrais mains, mais des lames très tranchantes à la place des doigts. Il peut réaliser avec ses instruments de véritables oeuvres d\'art, qui vont provoquer la curiosité et l\'enthousiasme de toute la ville. Mais il est capable de blesser et de faire mal quand il ne se contrôle plus... ','','','',0,'','','m','0',1,'','','',' synopsis edward est creation savant genial il ne possede pas vrais mains mais lames tres tranchantes place doigts il peut realiser avec ses instruments veritables oeuvres art qui vont provoquer curiosite enthousiasme toute ville mais il est capable blesser faire mal quand il ne se controle plus ',' edward mains argent ',' Edward aux mains d\'argent ',1,'','2012-10-24 14:49:09','2012-12-12 13:43:08','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F35315A45626B4F53774F4C2E5F41413131355F2E6A7067,'2011-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (111,'g','Beetlejuice','','','',0,'',40,0,28,2,'2010','079','','','1 DVD vidéo zone 2 (1 h 32 min)','16/9, coul. (PAL), son., surround','','','','','Synopsis\r\nBarbara et Adam forment un adorable couple. Hélas survient un stupide accident de voiture et les voilà devenus fantômes obligés de hanter les murs de leur propre demeure ! Quelle n\'est pas leur déception lorsqu\'ils la voient livrée aux mains d\'une famille excentrique dont les membres évoluent entre hystérie et stupidité. Barbara et Adam tentent de les chasser. En vain. La seule solution : faire appel à Beetlejuice, un fantôme exorciseur de vivants... ','','','',0,'','','m','0',1,'','','',' synopsis barbara adam forment adorable couple helas survient stupide accident voiture voila devenus fantomes obliges hanter murs leur propre demeure quelle n est pas leur deception lorsqu ils voient livree mains famille excentrique dont membres evoluent entre hysterie stupidite barbara adam tentent chasser vain seule solution faire appel beetlejuice fantome exorciseur vivants ',' beetlejuice ',' Beetlejuice ',1,'','2012-10-24 14:51:53','2012-12-12 12:24:30','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353132425A43315A39304C2E5F534C3530305F41413330305F2E6A7067,'2010-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (112,'g','Big Fish','','','',0,'',41,0,0,0,'2004','','','','1 DVD zone 2 (2 h 51 min)','coul. (PAL), sonore','','','','','Synopsis\r\nApprenant qu\'Edward, son père, est sur le point de mourir, Will décide de se rapprocher de lui pour enfin connaître cet homme qui a bercé son enfance avec des contes plus ou moins fantastiques dans lesquels il se mettait en scène aux côtés de personnages extravagants et extraordinaires...','','','',0,'','','m','0',1,'','','',' synopsis apprenant qu edward son pere est sur point mourir will decide se rapprocher lui pour enfin connaitre cet homme qui berce son enfance avec contes plus ou moins fantastiques dans lesquels il se mettait scene cotes personnages extravagants extraordinaires ',' big fish ',' Big Fish ',1,'','2012-10-24 14:55:20','2012-12-12 12:25:06','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353130573251435357584C2E5F41413136305F2E6A7067,'2004-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (113,'g','Les noces funèbres','','','',0,'',40,0,0,0,'2008','','','','1 DVD zone 2 (1 h 17 min)','19/9, coul. (PAL), son., surround (Dolby)','','','','','Synopsis\r\nAu XIXe siècle, dans un village d\'Europe de l\'est, Victor, un jeune homme, découvre le monde des morts après avoir épousé, sans le vouloir, le cadavre d\'une mystérieuse mariée. Pendant son voyage, sa promise, Victoria l\'attend désespérément dans le monde des vivants. Bien que la vie au Royaume des Morts s\'avère beaucoup plus animée et joyeuse que sa véritable existence, Victor apprend que rien au monde, pas même la mort, ne pourra briser son amour pour sa femme... ','','','',0,'','','m','0',1,'','','',' synopsis xixe siecle dans village europe est victor jeune homme decouvre monde morts apres avoir epouse sans vouloir cadavre mysterieuse mariee pendant son voyage sa promise victoria attend desesperement dans monde vivants bien que vie royaume morts s avere beaucoup plus animee joyeuse que sa veritable existence victor apprend que rien monde pas meme mort ne pourra briser son amour pour sa femme ',' noces funebres ',' Les noces funèbres ',1,'','2012-10-24 14:57:40','2012-12-12 14:03:11','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353172676F305930666F4C2E5F41413136305F2E6A7067,'2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (114,'g','Charlie et la chocolaterie','','','',0,'',40,0,0,0,'2006','','','','2 DVD zone 2 (1 h 50 min)','16/9, coul. (PAL), son., surround (Dolby)','','','','','Synopsis\r\nQuelles sont les merveilles qui t\'attendent dans l\'usine de Willy Wonka ? Pars à la découverte de vastes étendues d\'herbe sucrée au bon goût de menthe dans la Salle du Chocolat... Navigue sur la Rivière de Chocolat dans un grand bateau en sucre rose... Essaye le Gobestoppeur sans fin dans la Salle des Inventions... Observe les talentueux écureuils de la Salle de Tri des Noix et voyage en ascenseur de verre jusqu\'à la Salle de Télévision. Tu y trouveras une montagne d\'humour saupoudrée d\'un peu de mystère... et une aventure aussi savoureuse et agréable qu\'une tablette de Délice Fondant Wonka Guimauve-Caramel... ','','','',0,'','','m','0',1,'','','',' synopsis quelles sont merveilles qui attendent dans usine willy wonka pars decouverte vastes etendues herbe sucree bon gout menthe dans salle chocolat navigue sur riviere chocolat dans grand bateau sucre rose essaye gobestoppeur sans fin dans salle inventions observe talentueux ecureuils salle tri noix voyage ascenseur verre jusqu salle television tu y trouveras montagne humour saupoudree peu mystere aventure aussi savoureuse agreable qu tablette delice fondant wonka guimauve caramel ',' charlie chocolaterie ',' Charlie et la chocolaterie ',1,'','2012-10-24 15:00:13','2012-12-12 12:25:56','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353145414E5A443052354C2E5F41413136305F2E6A7067,'2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (115,'j','Miriam Makeba','','','her essential recordings ; the empress of African song',0,'',42,0,0,0,'2006','','','','2 disques compacts (57 min, 1 h 01 min)','','','1 livret (8 p.) : ill. ; 12 cm','','','','','','',0,'','','m','0',1,'','','','',' miriam makeba her essential recordings the empress of african song ',' Miriam Makeba her essential recordings ; the empress of African song',1,'','2012-10-24 15:04:39','2012-10-24 13:17:33','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353158527847315836424C2E5F534C3530305F41413330305F2E6A7067,'2006-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (116,'j','Jammu Africa','','','',0,'',43,0,0,0,'2003','','','','1 disque compact','','','','','','','','','',0,'','','m','0',8,'','','','',' jammu africa ',' Jammu Africa ',1,'','2012-10-24 15:08:21','2012-10-24 13:17:22','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F353172636478315639454C2E5F41413131355F2E6A7067,'2003-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (117,'j','Tchamantché','','','',0,'',44,0,0,0,'2008','','','','1 disque compact','','','1 brochure ([20] p.) : ill. en coul. ; 12 cm','','','','','','',0,'','','m','0',8,'','','','',' tchamantche ',' Tchamantché ',1,'','2012-10-24 15:10:11','2012-12-12 14:17:01','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F333173556F414A4C6B644C2E5F41413131355F2E6A7067,'2008-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (118,'j','M\'Bemba','','','',0,'',45,0,0,0,'2005','','','','1 disque compact (1 h)','','','1 livret (16 p.) : ill., 12 cm','','','','','','',0,'','','m','0',1,'','','','',' m bemba ',' M\'Bemba ',1,'','2012-10-24 15:11:43','2012-10-24 13:16:57','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F34313658796653436C494C2E5F41413131355F2E6A7067,'2005-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (119,'j','Folila','','','',0,'',46,0,0,0,'2012','','','','1 disque compact (46 min 41 s)','','','1 brochure ([16] p.) : ill. en coul. ; 12 cm','','','','','','',0,'','','m','0',8,'','','','',' folila ',' Folila ',1,'','2012-10-24 15:14:57','2012-10-24 13:16:44','0',0x687474703A2F2F6563782E696D616765732D616D617A6F6E2E636F6D2F696D616765732F492F363171616B53726C6A554C2E5F41413131355F2E6A7067,'2012-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (122,'a','N° 393 - novembre 2011 - L\'Île de Pâques',NULL,'','Le rêve ultime des voyageurs',0,'',0,0,0,0,'2011',NULL,'','','','','','','','ÉVASION - La dernière frontière du Pacifique\r\nÀ des milliers de kilomètres de toute terre émergée, l’île de Pâques et ses statues géantes fascinent toujours les voyageurs.\r\n\r\nMODES DE VIE - Le Grand Paris\r\nÀ quoi ressemblera le Grand Paris ? Un métro de 200 kilomètres, un port gigantesque à Achères, une Silicon Valley à Saclay… La future mégapole commence à dévoiler son nouveau visage.\r\n\r\nENVIRONNEMENT - L\'iPhone est-il écolo ?\r\nÉtape par étape, l’analyse de l’impact environnemental du petit bijou d’Apple.\r\n\r\nVOYAGE - La nouvelle vie de Cracovie\r\nLa cité polonaise est l’un des lieux les plus touristiques de l’ancien bloc de l’Est. Grâce à sa richesse culturelle et à sa jeunesse qui crée une ambiance de «movida».\r\n\r\nPARTIR - Quoi de neuf à Bruxelles ?\r\nMalgré la crise institutionnelle qui paralyse le pays, la capitale belge n’a pas perdu sa créativité. Tables, hôtels, shopping… Tour d’horizon des nouvelles adresses.\r\n\r\nGÉOPOLITIQUE - Comment la Chine redessine le monde\r\nEn Grèce, en Birmanie, en Zambie… Partout, les Chinois financent et bâtissent des ports, des routes, des hôpitaux. C’est la phase nouvelle du «zouchuqu», leur stratégie de conquête tous azimuts.\r\n\r\nLE MONDE EN CARTES - Pourquoi la Kapisa est dans l’oeil du cyclone ?\r\nProche de Kaboul, cette province est la zone de tous les dangers pour les militaires français.\r\n\r\nGRANDE SÉRIE : LE LITTORAL FRANÇAIS - LA NORMANDIE\r\nNotre photographe livre son coup d’oeil sur les hauts lieux de la côte normande. Et notre journaliste analyse les enjeux du moment sur le plan du tourisme et de l’environnement. ','','','','',0,'','','b','2',1,'','',' evasion derniere frontiere pacifique milliers kilometres toute terre emergee ile paques ses statues geantes fascinent toujours voyageurs modes vie grand paris quoi ressemblera grand paris metro 200 kilometres port gigantesque acheres silicon valley saclay future megapole commence devoiler son nouveau visage environnement iphone est il ecolo etape par etape analyse impact environnemental petit bijou apple voyage nouvelle vie cracovie cite polonaise est lieux plus touristiques ancien bloc est grace sa richesse culturelle sa jeunesse qui cree ambiance movida partir quoi neuf bruxelles malgre crise institutionnelle qui paralyse pays capitale belge n pas perdu sa creativite tables hotels shopping tour horizon nouvelles adresses geopolitique comment chine redessine monde grece birmanie zambie partout chinois financent batissent ports routes hopitaux c est phase nouvelle zouchuqu leur strategie conquete tous azimuts monde cartes pourquoi kapisa est dans oeil cyclone proche kaboul cette province est zone tous dangers pour militaires francais grande serie littoral francais normandie notre photographe livre son coup oeil sur hauts lieux cote normande notre journaliste analyse enjeux moment sur plan tourisme environnement ','',' n 393 novembre 2011 ile paques reve ultime voyageurs ',' N° 393 - novembre 2011 - L\'Île de Pâques Le rêve ultime des voyageurs',1,'','2012-10-24 17:26:11','2012-11-20 08:29:44','0',0x687474703A2F2F7777772E67656F2E66722F7661722F67656F2F73746F726167652F696D616765732F6D656469612F696D616765732F72756272697175652D67656F2D696E666F732F656E2D6B696F737175652F6D6167617A696E652D67656F2D6E6F76656D6272652D323031312D3339332F313034303036302D312D6672652D46522F6D6167617A696E652D67656F2D6E6F76656D6272652D323031312D3339335F363230783436352E6A7067,'2011-11-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (123,'a','N° 402 - août 2012 - Compostelle, Shikoku, Lalibela... Les chemins de la sagesse',NULL,'','',0,'',0,0,0,0,'2012',NULL,'','','','','','','','LE MONDE QUI CHANGE\r\nLe patrimoine de la Syrie sous la menace.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nCe chirurgien indien qui prend à cœur la santé de son pays.\r\n\r\nLE GOÛT DE GEO\r\nLe «dim-sum», un microfestin à la chinoise.\r\n\r\nÉVASION - Dans le sillage d\'Ulysse\r\nHeureux qui comme le héros d\'Homère a fait un beau voyage... GEO a suivi ses pas en Méditerranée.\r\n\r\nESCALE - Jean Didier Urbain\r\nVite parcouru, mal lu.\r\n\r\nMODES DE VIE - A la vie, à la mer\r\nReportage sur ces marins pêcheurs qui écument les océans glacés et bravent les tempêtes.\r\n\r\nENVIRONNEMENT - Faut-il se préparer aux grandes sécheresses ?\r\nIl fait plus sec et plus chaud. Résultat, la terre a soif et les agriculteurs trinquent.\r\n\r\nVOYAGE - Le renouveau des chemins sacrés\r\nLes marcheurs affluent vers les routes spirituelles à la recherche du grand voyage intérieur.\r\n\r\nLE BON PLAN - Le Bilbao des Bilbotars\r\n\r\nGÉOPOLITIQUE - Terres fertiles à louer\r\nDe puissants investisseurs étrangers trustent les meilleurs champs des pays du Sud. Néocolonialisme ou développement agricole ?\r\n\r\nLE MONDE EN CARTES - Des îles très disputées\r\n\r\nGRANDE SÉRIE - La France des villages\r\nPérigord et Quercy : panorama mensuel des pépites du terroir.','','','','',0,'','','b','2',1,'','',' monde qui change patrimoine syrie sous menace heros aujourd hui ce chirurgien indien qui prend c ur sante son pays gout geo dim sum microfestin chinoise evasion dans sillage ulysse heureux qui comme heros homere fait beau voyage geo suivi ses pas mediterranee escale jean didier urbain vite parcouru mal lu modes vie vie mer reportage sur ces marins pecheurs qui ecument oceans glaces bravent tempetes environnement faut il se preparer grandes secheresses il fait plus sec plus chaud resultat terre soif agriculteurs trinquent voyage renouveau chemins sacres marcheurs affluent vers routes spirituelles recherche grand voyage interieur bon plan bilbao bilbotars geopolitique terres fertiles louer puissants investisseurs etrangers trustent meilleurs champs pays sud neocolonialisme ou developpement agricole monde cartes iles tres disputees grande serie france villages perigord quercy panorama mensuel pepites terroir ','',' n 402 aout 2012 compostelle shikoku lalibela chemins sagesse ',' N° 402 - août 2012 - Compostelle, Shikoku, Lalibela... Les chemins de la sagesse ',1,'','2012-10-24 17:30:07','2012-11-20 08:29:44','0',0x687474703A2F2F7777772E67656F2E66722F7661722F67656F2F73746F726167652F696D616765732F6D656469612F636F75766572747572652D67656F2D6E2D3430322F313133353938332D312D6672652D46522F636F75766572747572652D67656F2D6E2D3430325F363230783436352E6A7067,'2012-08-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (124,'l','Bulletin des bibliothèques de France',NULL,'BBF','',0,'',48,0,0,0,'1995-',NULL,'','1292-8399',NULL,NULL,NULL,NULL,'','','','http://bbf.enssib.fr/','','',0,'','','s','1',1,'','','','',' bulletin bibliotheques france bbf ',' Bulletin des bibliothèques de France BBF ',1,'','2012-10-24 17:35:46','2012-11-20 08:29:44','0',0x687474703A2F2F6262662E656E737369622E66722F73697465732F6262662E656E737369622E66722F7468656D65732F4242462F696D616765732F636F6D6D756E2F4242665F6C6F676F5F696D7072657373696F6E2E706E67,'1995-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (125,'l','Bibliothécaire de soi-même',NULL,'','',0,'',0,0,0,0,'2010',NULL,'','','',NULL,NULL,NULL,'','','Les bibliothèques publiques ont souvent pour origine des collections privées. Mais la fréquentation de ces bibliothèques n\'empêche pas, accompagne même, le goût pour constituer sa bibliothèque privée, « la reconstitution à son usage propre d\'une sorte de bibliothèque publique ». La gestion de ces bibliothèques privées se heurte aux mêmes problèmes que les bibliothèques institutionnelles, comme le classement, le rangement, mais aussi la politique d\'acquisition, même si le caractère privé de sa bibliothèque autorise de nombreuses licences au propriétaire des livres, « bibliothécaire de soi-même ». L\'obligation de conservation et d\'entretien est évidente, si celle de désherbage, désormais largement pratiqué dans les bibliothèques publiques, l\'est moins - tout comme le catalogage, et a fortiori le prêt.','','','',0,'','','a','2',1,'','','',' bibliotheques publiques ont souvent pour origine collections privees mais frequentation ces bibliotheques n empeche pas accompagne meme gout pour constituer sa bibliotheque privee reconstitution son usage propre sorte bibliotheque publique gestion ces bibliotheques privees se heurte memes problemes que bibliotheques institutionnelles comme classement rangement mais aussi politique acquisition meme si caractere prive sa bibliotheque autorise nombreuses licences proprietaire livres bibliothecaire soi meme obligation conservation entretien est evidente si celle desherbage desormais largement pratique dans bibliotheques publiques est moins tout comme catalogage fortiori pret ',' bibliothecaire soi meme ',' Bibliothécaire de soi-même ',1,'','2012-10-24 17:41:02','2013-01-15 13:55:19','0',0x687474703A2F2F6262662E656E737369622E66722F73697465732F6262662E656E737369622E66722F7468656D65732F4242462F696D616765732F636F6D6D756E2F4242665F6C6F676F5F696D7072657373696F6E2E706E67,'2010-11-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (126,'l','Voyages en BM',NULL,'','',0,'',0,0,0,0,'2010',NULL,'','','',NULL,NULL,NULL,'','','La trajectoire d\'un usager des bibliothèques publiques, de l\'enfance à aujourd\'hui : autodidacte, il fréquente assidûment la bibliothèque municipale de Montreuil-sous-Bois, « copropriétaire d\'une BM unique dans la commune... Ma première patrie fut cette bibliothèque » ; le contact permanent des livres, le passage difficile de l\'adolescence, puis le « boulot d\'auteur », toujours accompagné des bibliothèques. « Aujourd\'hui, je ne ressemble pas à mes gosses. À cause ou grâce à ces livres empruntés chaque semaine, j\'ai quitté une classe sociale... sans jamais en trouver une autre de rechange. »','','','',0,'','','a','2',1,'','','',' trajectoire usager bibliotheques publiques enfance aujourd hui autodidacte il frequente assidument bibliotheque municipale montreuil sous bois coproprietaire bm unique dans commune ma premiere patrie fut cette bibliotheque contact permanent livres passage difficile adolescence puis boulot auteur toujours accompagne bibliotheques aujourd hui je ne ressemble pas mes gosses cause ou grace ces livres empruntes chaque semaine j ai quitte classe sociale sans jamais trouver autre rechange ',' voyages bm ',' Voyages en BM ',1,'','2012-10-24 17:44:30','2012-11-20 08:29:44','0',0x687474703A2F2F6262662E656E737369622E66722F73697465732F6262662E656E737369622E66722F7468656D65732F4242462F696D616765732F636F6D6D756E2F4242665F6C6F676F5F696D7072657373696F6E2E706E67,'2010-11-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (127,'l','L\'abeille et le bibliothécaire ou éthique du libre et lecture publique en zone rurale',NULL,'','',0,'',0,0,0,0,'2012',NULL,'','','',NULL,NULL,NULL,'','','Mariant évolution des techniques et analyse des territoires ruraux, cet article se veut une réflexion (et une incitation) sur le travail en commun, une « théorie de la pratique », la mise en oeuvre professionnelle et partagée de la société de la connaissance. L\'exemple du RISOM (Réseau intercommunal et solidaire des médiathèques de Tence, St-Jeures et Le Mazet-St-Voy, Haute-Loire), qui propose le partage d\'informations sur des projets d\'animation, leurs outils et leurs usages, vient à l\'appui et en illustration de cette analyse.','','','',0,'','','a','2',1,'','','',' mariant evolution techniques analyse territoires ruraux cet article se veut reflexion incitation sur travail commun theorie pratique mise oeuvre professionnelle partagee societe connaissance exemple risom reseau intercommunal solidaire mediatheques tence st jeures mazet st voy haute loire qui propose partage informations sur projets animation leurs outils leurs usages vient appui illustration cette analyse ',' abeille bibliothecaire ou ethique libre lecture publique zone rurale ',' L\'abeille et le bibliothécaire ou éthique du libre et lecture publique en zone rurale ',1,'http://bbf.enssib.fr/sites/bbf.enssib.fr/themes/BBF/images/commun/BBf_logo_impression.png','2012-10-24 17:48:22','2014-11-18 15:07:06','0','','2012-09-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (128,'l','Poisson rouge','','','',0,'',0,0,0,0,'','','','','','','','','','','','http://www.poissonrouge.com/','','',0,'','','m','0',1,'','','','',' poisson rouge ',' Poisson rouge ',1,'','2012-10-24 17:55:27','2012-10-24 15:55:27','0',0x687474703A2F2F7777772E696E7465726163746963612E636F6D2F7069672E6A7067,'0000-00-00',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (129,'a','Georges',NULL,'','petit-petit-petit magazine',0,'',49,0,0,0,'2010-',NULL,'','2110-8749',NULL,NULL,NULL,NULL,'','','Le concept de Georges\r\n\r\nBienvenue dans l’univers de Georges, petit – petit – petit magazine, revue alternative trimestrielle créée par les Éditions Grains de Sel, pour les enfants ni trop petits ni trop grands (dès 7-8 ans et jusqu’à 12 ans). Mais aussi pour les plus grands qui s’intéressent au graphisme et à l’illustration.\r\n \r\nMais qui est Georges ?\r\nUn magazine décalé et exigeant qui stimule la curiosité et revisite les traitements traditionnels des magazines pour enfants.\r\n\r\nQuels sont ses atouts ?\r\nUn graphisme épuré et un thème original pour chaque numéro, sur un beau papier offset et recyclé, avec des illustrateurs aux univers sensibles et un second degré qui séduit les enfants (et même leurs parents).\r\n\r\nComment se présente-t-il ?\r\nPartie 1 – des HISTOIRES vraies, courtes, longues ou à l’envers.\r\nPartie 2 – des JEUX à colorier, calculer ou déchiffrer autour du thème du numéro.\r\nPartie 3 – des RUBRIQUES-À-BRAC pour découvrir des métiers, langues étrangères, scènes de films ou expériences scientifiques, mais de façon toujours farfelue !','http://www.magazinegeorges.com/','','',0,'','','s','1',1,'','','',' concept georges bienvenue dans univers georges petit petit petit magazine revue alternative trimestrielle creee par editions grains sel pour enfants ni trop petits ni trop grands 7 8 ans jusqu 12 ans mais aussi pour plus grands qui s interessent graphisme illustration mais qui est georges magazine decale exigeant qui stimule curiosite revisite traitements traditionnels magazines pour enfants quels sont ses atouts graphisme epure theme original pour chaque numero sur beau papier offset recycle avec illustrateurs univers sensibles second degre qui seduit enfants meme leurs parents comment se presente il partie 1 histoires vraies courtes longues ou envers partie 2 jeux colorier calculer ou dechiffrer autour theme numero partie 3 rubriques brac pour decouvrir metiers langues etrangeres scenes films ou experiences scientifiques mais facon toujours farfelue 8201 ',' georges petit petit petit magazine ',' Georges petit-petit-petit magazine',1,'','2012-10-24 18:05:03','2012-11-20 08:29:44','0',0x687474703A2F2F7777772E6D6167617A696E6567656F726765732E636F6D2F66722F77702D636F6E74656E742F7468656D65732F626363742F696D616765732F6C6F676F5F666F6F7465722E676966,'2010-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (130,'a','Numéro Moustache',NULL,'','',0,'',0,0,0,0,'2012',NULL,'','','','','','','','','Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture !','http://www.magazinegeorges.com/les-numeros/moustache/','','',0,'','','b','2',1,'','','',' pour ce numero georges vous propose partie 1 histoires partie 2 jeux partie 3 rubriques brac lexique geoges vous souhaite mesdames messieurs agreable lecture ',' numero moustache ',' Numéro Moustache ',1,'','2012-10-24 18:09:18','2012-12-12 12:20:12','0',0x687474703A2F2F7777772E6D6167617A696E6567656F726765732E636F6D2F66722F77702D636F6E74656E742F75706C6F6164732F323031312F30342F6D6F757374616368652E6A7067,'2012-10-24',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (131,'a','Numéro Cupcake',NULL,'','',0,'',0,0,0,0,'2012',NULL,'','','','','','','','','Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture !','http://www.magazinegeorges.com/les-numeros/cupcake/','','',0,'','','b','2',1,'','','',' pour ce numero georges vous propose partie 1 histoires partie 2 jeux partie 3 rubriques brac lexique geoges vous souhaite mesdames messieurs agreable lecture ',' numero cupcake ',' Numéro Cupcake ',1,'','2012-10-24 18:14:29','2013-04-11 16:08:52','0',0x687474703A2F2F7777772E6D6167617A696E6567656F726765732E636F6D2F66722F77702D636F6E74656E742F75706C6F6164732F323031312F30342F4E554D45524F2D474154454155332E6A7067,'2012-10-24',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (132,'a','Studio ciné live magazine',NULL,'','',0,'',50,0,0,0,'2009-',NULL,'','1969-9441',NULL,NULL,NULL,NULL,'Magazine mensuel.\r\nFusion de : \"Studio magazine\", ISSN 0982-8354\r\net de : \"Ciné live\", ISSN 1253-4250','','','http://www.lexpress.fr/culture/cinema/','','',0,'','','s','1',1,'',' magazine mensuel fusion studio magazine issn 0982 8354 cine live issn 1253 4250 ','','',' studio cine live magazine ',' Studio ciné live magazine ',1,'','2012-10-25 09:19:02','2012-11-20 08:29:44','0',0x687474703A2F2F70726F66696C652E616B2E666263646E2E6E65742F6870726F66696C652D616B2D70726E312F32373534345F37313831383632333239375F393634355F6E2E6A7067,'2009-01-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
INSERT INTO notices (notice_id, typdoc, tit1, tit2, tit3, tit4, tparent_id, tnvol, ed1_id, ed2_id, coll_id, subcoll_id, year, nocoll, mention_edition, code, npages, ill, size, accomp, n_gen, n_contenu, n_resume, lien, eformat, index_l, indexint, index_serie, index_matieres, niveau_biblio, niveau_hierar, origine_catalogage, prix, index_n_gen, index_n_contenu, index_n_resume, index_sew, index_wew, statut, commentaire_gestion, create_date, update_date, signature, thumbnail_url, date_parution, opac_visible_bulletinage, indexation_lang, opac_serialcirc_demande, map_echelle_num, map_projection_num, map_ref_num, map_equinoxe, notice_is_new, notice_date_is_new) VALUES (133,'a','Dark Shadows',NULL,'','dossier Tim Burton',0,'',0,0,0,0,'2012',NULL,'','','',NULL,NULL,NULL,'','','Tim Burton : une famille mortelle\r\nEva Green : mon journal de tournage\r\nFrankenweenie : l\'autre Burton\r\nTim sur un plateau','','','',0,'','','a','2',1,'','','',' tim burton famille mortelle eva green mon journal tournage frankenweenie autre burton tim sur plateau ',' dark shadows dossier tim burton ',' Dark Shadows dossier Tim Burton',1,'','2012-10-25 09:26:08','2013-01-15 13:55:19','0',0x687474703A2F2F70726F66696C652E616B2E666263646E2E6E65742F6870726F66696C652D616B2D70726E312F32373534345F37313831383632333239375F393634355F6E2E6A7067,'2012-04-01',1,'',1,0,0,0,'',0,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE notices ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_authorities_sources`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_authorities_sources (
num_authority_source int(10) unsigned NOT NULL DEFAULT '0',
num_notice int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_authority_source,num_notice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_authorities_sources`
--
LOCK TABLES notices_authorities_sources WRITE;
/*!40000 ALTER TABLE notices_authorities_sources DISABLE KEYS */;
/*!40000 ALTER TABLE notices_authorities_sources ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_authperso`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_authperso (
notice_authperso_notice_num int(10) unsigned NOT NULL DEFAULT '0',
notice_authperso_authority_num int(10) unsigned NOT NULL DEFAULT '0',
notice_authperso_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (notice_authperso_notice_num,notice_authperso_authority_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_authperso`
--
LOCK TABLES notices_authperso WRITE;
/*!40000 ALTER TABLE notices_authperso DISABLE KEYS */;
/*!40000 ALTER TABLE notices_authperso ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_categories`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_categories (
notcateg_notice int(9) unsigned NOT NULL DEFAULT '0',
num_noeud int(9) unsigned NOT NULL DEFAULT '0',
num_vedette int(3) unsigned NOT NULL DEFAULT '0',
ordre_vedette int(3) unsigned NOT NULL DEFAULT '1',
ordre_categorie smallint(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (notcateg_notice,num_noeud,num_vedette),
KEY num_noeud (num_noeud)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_categories`
--
LOCK TABLES notices_categories WRITE;
/*!40000 ALTER TABLE notices_categories DISABLE KEYS */;
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (110,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (111,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (112,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (113,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (114,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (115,1788,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (115,1398,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (116,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (116,1398,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (117,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (117,1398,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (118,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (118,1398,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (119,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (119,1398,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (109,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (109,1597,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (108,1392,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (107,1600,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (107,1392,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (106,2479,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (105,1433,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (104,1433,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (103,1433,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (102,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (101,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (100,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (100,1724,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (99,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (99,1724,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (98,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (98,1560,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (97,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (97,1560,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (96,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (96,1560,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (95,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (94,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (94,1561,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (93,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (92,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (91,2225,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (90,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (89,1780,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (89,1788,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (88,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (87,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (86,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (85,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (84,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (83,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (82,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (81,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (80,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (79,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (78,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (78,2053,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (77,2053,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (77,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (76,2053,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (76,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (75,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (75,2053,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (74,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (73,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (72,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (72,1597,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (71,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (71,1657,0,1,1);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (70,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (69,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (68,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (120,1650,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (121,1788,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (122,2021,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (123,1696,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (124,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (125,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (126,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (127,1658,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (128,1563,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (129,1563,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (131,1560,0,1,0);
INSERT INTO notices_categories (notcateg_notice, num_noeud, num_vedette, ordre_vedette, ordre_categorie) VALUES (132,1392,0,1,0);
/*!40000 ALTER TABLE notices_categories ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_custom`
--
LOCK TABLES notices_custom WRITE;
/*!40000 ALTER TABLE notices_custom DISABLE KEYS */;
/*!40000 ALTER TABLE notices_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_custom_lists (
notices_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
notices_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
notices_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY notices_custom_champ (notices_custom_champ),
KEY i_ncl_lv (notices_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_custom_lists`
--
LOCK TABLES notices_custom_lists WRITE;
/*!40000 ALTER TABLE notices_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE notices_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_custom_values (
notices_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
notices_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
notices_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
notices_custom_text text COLLATE utf8_unicode_ci,
notices_custom_integer int(11) DEFAULT NULL,
notices_custom_date date DEFAULT NULL,
notices_custom_float float DEFAULT NULL,
KEY notices_custom_champ (notices_custom_champ),
KEY notices_custom_origine (notices_custom_origine),
KEY i_ncv_st (notices_custom_small_text),
KEY i_ncv_t (notices_custom_text(255)),
KEY i_ncv_i (notices_custom_integer),
KEY i_ncv_d (notices_custom_date),
KEY i_ncv_f (notices_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_custom_values`
--
LOCK TABLES notices_custom_values WRITE;
/*!40000 ALTER TABLE notices_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE notices_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_externes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_externes (
num_notice int(11) NOT NULL DEFAULT '0',
recid varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (num_notice),
KEY i_recid (recid),
KEY i_notice_recid (num_notice,recid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_externes`
--
LOCK TABLES notices_externes WRITE;
/*!40000 ALTER TABLE notices_externes DISABLE KEYS */;
/*!40000 ALTER TABLE notices_externes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_fields_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_fields_global_index (
id_notice mediumint(8) NOT NULL DEFAULT '0',
code_champ int(3) NOT NULL DEFAULT '0',
code_ss_champ int(3) NOT NULL DEFAULT '0',
ordre int(4) NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
pond int(4) NOT NULL DEFAULT '100',
lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
authority_num varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
PRIMARY KEY (id_notice,code_champ,code_ss_champ,lang,ordre),
KEY i_value (`value`(300)),
KEY i_code_champ_code_ss_champ (code_champ,code_ss_champ)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
/*!50100 PARTITION BY KEY (code_champ,code_ss_champ)
PARTITIONS 50 */;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_fields_global_index`
--
LOCK TABLES notices_fields_global_index WRITE;
/*!40000 ALTER TABLE notices_fields_global_index DISABLE KEYS */;
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,10,0,1,'couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,10,0,1,'couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,10,0,1,'ill. en noir et en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,10,0,1,'tout en ill., couv. ill.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,10,0,1,'ill. en coul., couv. ill. en coul',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,40,0,1,'2004',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,40,0,1,'2007',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,40,0,1,'2005',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,40,0,1,'0',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,10,0,1,'couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,40,0,1,'2011',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,10,0,1,'ill. en noir et en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,10,0,1,'couv. ill.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,40,0,1,'2005',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,40,0,1,'2003',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,40,0,1,'2007',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,10,0,1,'ill. en coul., couv. ill.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,40,0,1,'1995',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,40,0,1,'2009',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,40,0,1,'1979',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,10,0,1,'tout en ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,10,0,1,'ill. en noir et en coul., jaquette ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,10,0,1,'ill. en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,10,0,1,'ill. en coul., couv. ill. en coul',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,10,0,1,'couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,10,0,1,'couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,10,0,1,'ill. en noir et en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,10,0,1,'ill., couv. ill.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,10,0,1,'ill. en noir et en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,10,0,1,'ill. en noir et en coul., couv. ill. en coul.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,30,0,1,'978-2-07-013600-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,40,0,1,'2004',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,30,0,1,'978-2-02-096487-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,30,0,1,'978-2-84261-438-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,30,0,1,'978-2-36413-008-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,30,0,1,'978-2-01-322406-2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,10,0,1,'couv. ill.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,30,0,1,'978-2-203-12937-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,30,0,1,'978-2-09-253001-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,40,0,1,'2000',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,40,0,1,'1996',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,40,0,1,'1993',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,30,0,1,'978-2-264-04873-8',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,30,0,1,'978-2-35880-032-7',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,30,0,1,'978-2-86642-597-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,30,0,1,'978-2-07-062114-9',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,40,0,1,'2003',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,40,0,1,'2005',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,30,0,1,'0220-8245',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,40,0,1,'2011',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,30,0,1,'1292-8399',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,40,0,1,'0',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,30,0,1,'2110-8749',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,30,0,1,'1969-9441',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,30,0,1,'978-2-02-068730-0',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,10,0,1,'16/9, coul. (PAL), son., surround (Dolby)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,10,0,1,'16/9, coul. (PAL), son., surround',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,10,0,1,'coul. (PAL), sonore',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,10,0,1,'19/9, coul. (PAL), son., surround (Dolby)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,10,0,1,'16/9, coul. (PAL), son., surround (Dolby)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,30,0,1,'978-2-8100-0117-0',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,30,0,1,'978-2-7541-0611-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,40,0,1,'2002',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,30,0,1,'978-2-278-05277-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,40,0,1,'2000',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,30,0,1,'978-2-211-05694-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,30,0,1,'978-2-07-057588-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,40,0,1,'2005',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,30,0,1,'978-2-07-057311-0',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,30,0,1,'978-2-87767-470-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,30,0,1,'978-2-87833-390-9',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,30,0,1,'978-2-915543-03-2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,30,0,1,'978-2-7654-0977-9',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,30,0,1,'978-2-13-057064-6',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,30,0,1,'978-2-07-077327-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,40,0,1,'2002',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,30,0,1,'978-2-07-053882-9',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,30,0,1,'978-2-207-26054-8',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,40,0,1,'2003',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,30,0,1,'978-2-87691-819-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,40,0,1,'2012',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,30,0,1,'978-2-7459-5517-3',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,40,0,1,'2007',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,30,0,1,'978-2-84156-884-0',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,40,0,1,'2007',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,30,0,1,'978-2-07-061220-8',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,30,0,1,'978-2-278-06156-3',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,40,0,1,'1992',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,30,0,1,'978-2-211-04841-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,30,0,1,'978-2-244-46006-2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,40,0,1,'2004',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,30,0,1,'978-2-915569-13-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,40,0,1,'2009',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,30,0,1,'978-2-84006-581-4',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,40,0,1,'2007',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,30,0,1,'978-2-84006-501-2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,30,0,1,'978-2-84006-443-5',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,40,0,1,'2011',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,30,0,1,'978-2-211-20487-3',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,40,0,1,'2009',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,30,0,1,'978-2-87767-590-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,30,0,1,'978-2-07-041573-1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,30,0,1,'978-2-84172-039-2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,30,0,1,'978-2-905158-75-8',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,40,0,1,'2011',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,40,0,1,'2010',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,40,0,1,'2004',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,40,0,1,'2008',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,40,0,1,'2006',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,8,2,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,8,2,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,8,2,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,8,1,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,8,1,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,8,2,'BDP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,8,3,'Fonds propre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,9,0,1,'224 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,28,1,1,'De baecque',100,'','68');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,28,1,1,'Oubrerie',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,9,0,1,'1 vol. (127 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,9,0,1,'Non paginé [40] p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,9,0,1,'1 vol. (non paginé [395] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,37,'Lingala',0,'tr_TR','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,29,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,33,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,31,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,7,'Bambara',0,'hu_HU','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,8,'Bambara',0,'fr_FR','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,9,'????????',0,'la_LA','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,10,'Bambara',0,'en_US','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,1,'Bambara',0,'tr_TR','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,35,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,23,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,2,'Bambara',0,'en_UK','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,3,'Bambara',0,'br_FR','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,4,'Bambara',0,'ro_RO','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,5,'Bambara',0,'ar','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,9,0,1,'1 vol. (138 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,27,1,1,'Bonnet',110,'','42');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,28,1,1,'Cuvilliez',100,'','44');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,9,0,1,'1 vol. (251 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,9,0,1,'192 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,9,0,1,'190 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,9,0,1,'1 vol. (96-[6] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,27,1,1,'Abouet',110,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,28,1,1,'Prigent',100,'','50');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,27,1,1,'Gay-Para',110,'','49');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,27,1,1,'Guettier',110,'','48');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,25,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,9,0,1,'128 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,9,0,1,'1 vol. (non paginé [26] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,9,0,1,'1 DVD (1 h 45 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,27,1,1,'Mabanckou',110,'','23');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,27,1,1,'Bravi',110,'','60');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,28,1,1,'Guidoux',100,'','51');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,9,0,1,'1 vol. (450 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,9,0,1,'1 DVD zone 2 (2 h 51 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,9,0,1,'1 vol. (non paginé [50] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,9,0,1,'1 vol. (non paginé [26] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,27,1,1,'Teyras',110,'','56');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,27,1,1,'De Boel',110,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,36,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,30,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,27,1,1,'Boulnois',110,'','84');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,34,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,9,0,1,'32 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,9,0,1,'1 vol. (106-[12] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,27,1,1,'Gudule',110,'','28');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,9,0,1,'1 vol. (non paginé [30] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,9,0,1,'1 vol. (565 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,9,0,1,'1 vol. (non paginé [72] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,9,0,1,'1 vol. (non paginé [22] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,9,0,1,'1 vol. (138 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,20,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,27,1,1,'Bonnet',110,'','80');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,33,1,1,'Georges',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,33,1,1,'Studio ciné live magazine',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,47,'Lingala',0,'pt_PT','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,45,'?????????',0,'la_LA','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,42,'Lingala (losengo)',0,'it_IT','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,43,'Lingala',0,'hu_HU','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,9,0,1,'215 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,27,1,1,'Bella Ola',110,'','43');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,9,0,1,'68 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,27,1,1,'Serres',110,'','54');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,9,0,1,'32 p',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,9,0,1,'1 vol. (non paginé [20] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,33,1,1,'Bulletin des bibliothèques de France',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,9,0,1,'179 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,27,1,1,'Bâ',110,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,9,0,1,'1 vol. (160 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,27,1,1,'Zaïd',110,'','14');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,27,1,1,'Depardon',110,'','15');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,38,'Lingala',0,'en_UK','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,24,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,25,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,26,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,27,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,28,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,11,'Bambara',0,'pt_PT','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,12,'Bambara',0,'nl_NL','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,27,1,1,'Dedieu',110,'','19');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,27,1,1,'Abouet',110,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,9,0,1,'1 vol. (172 p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,27,1,1,'Marechera',110,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,9,0,1,'1 vol. (non paginé [31] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,27,1,1,'Gravett',110,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,27,1,1,'Heitz',110,'','30');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,9,0,1,'109 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,27,1,1,'Melot',110,'','31');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,27,1,1,'Pallier',110,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,27,1,1,'Beinhart',110,'','36');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,27,1,1,'Gourounas',110,'','47');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,9,0,1,'28 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,27,1,1,'Corentin',110,'','52');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,27,1,1,'Gravett',110,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,9,0,1,'279 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,27,1,1,'Pratchett',110,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,9,0,1,'270 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,27,1,1,'Pratchett',110,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,22,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,9,0,1,'1 DVD vidéo zone 2 (1 h 32 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,9,0,1,'2 disques compacts (57 min, 1 h 01 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,9,0,1,'1 disque compact',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,9,0,1,'1 disque compact',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,9,0,1,'1 disque compact (1 h)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,9,0,1,'1 disque compact (46 min 41 s)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,33,1,1,'Géo',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,33,1,1,'Géo',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,33,1,1,'Géo',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,27,1,1,'ENSSIB',110,'','79');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,27,1,1,'Interactica',110,'','83');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,40,'Lingala',0,'ro_RO','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,41,'Lingala',0,'ar','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,33,1,1,'Georges',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,27,1,1,'Nantet',110,'','46');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,27,1,1,'Loubier',110,'','53');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,27,1,1,'Blixen',110,'','11');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,13,'Bambara',0,'es_ES','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,14,'Bambara',0,'ja_JP','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,15,'bambara',0,'oc_FR','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,16,'Bambara',0,'pt_BR','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,17,'Bambara',0,'de_DE','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,18,'Bambara',0,'ca_ES','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,19,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,20,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,21,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,22,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,6,'Bambara',0,'it_IT','bam');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,28,1,1,'Oubrerie',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,28,1,1,'Durual',100,'','29');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,27,1,1,'Association des bibliothécaires français',110,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,27,1,1,'Brisou-pellen',110,'','35');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,27,1,1,'Freymann',110,'','58');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,27,1,1,'Freymann',110,'','58');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,24,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,19,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,26,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,23,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,6,'Inglese',0,'it_IT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,5,'???????',0,'ar','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,4,'Anglais',0,'ro_RO','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,1,'Anglais',0,'tr_TR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,3,'Saozneg',0,'br_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,2,'French',0,'en_UK','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,27,1,1,'Aïoutz',110,'','82');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,33,1,1,'Bulletin des bibliothèques de France',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,3,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,5,'?????',0,'ar','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,4,'Français',0,'ro_RO','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,44,'Lingala',0,'fr_FR','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,50,'Lingala',0,'ja_JP','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,49,'Lingala',0,'es_ES','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,39,'Lingala',0,'br_FR','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,9,0,1,'1 livre (57 p.) - 1 disque compact (48 min 36 s)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,32,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,9,0,1,'56 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,27,1,1,'Mahy',110,'','38');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,6,'Francese',0,'it_IT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,9,0,1,'1 vol. (non paginé [40] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,9,0,1,'1 vol. (non paginé [24] p.)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,9,0,1,'213 p.',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,27,1,1,'Bradbury',110,'','61');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,2,'English',0,'en_UK','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,34,1,8,'Français',0,'fr_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,21,'Galleg',0,'br_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,9,0,1,'1 DVD zone 2 (1 h 17 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,9,0,1,'2 DVD zone 2 (1 h 50 min)',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,27,1,1,'Burton',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,34,1,1,'Français',0,'tr_TR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,27,1,1,'Akkouche',110,'','81');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,33,1,1,'Bulletin des bibliothèques de France',80,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,11,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,7,'Français',0,'hu_HU','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,9,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,10,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,48,'Lingala',0,'nl_NL','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,46,'Lingala',0,'en_US','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,51,'lingala',0,'oc_FR','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,52,'Lingala',0,'pt_BR','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,53,'Lingala',0,'de_DE','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,34,1,54,'Lingala',0,'ca_ES','lin');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,12,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,28,1,1,'Elffers',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,28,1,1,'Elffers',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,27,'?????',0,'la_LA','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,28,'French',0,'en_US','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,29,'Francês',0,'pt_PT','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,30,'Frans',0,'nl_NL','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,31,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,32,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,33,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,34,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,35,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,34,1,36,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,7,'Anglais',0,'hu_HU','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,8,'Anglais',0,'fr_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,9,'??????',0,'la_LA','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,10,'English',0,'en_US','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,11,'Inglês',0,'pt_PT','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,12,'Engels',0,'nl_NL','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,13,'Inglés',0,'es_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,14,'??',0,'ja_JP','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,15,'anglés',0,'oc_FR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,16,'Inglês',0,'pt_BR','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,17,'English',0,'de_DE','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,35,1,18,'Anglès',0,'ca_ES','eng');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,27,1,1,'Makeba',110,'','74');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,27,1,1,'Lo',110,'','75');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,27,1,1,'Traoré',110,'','76');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,27,1,1,'Keita',110,'','77');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,27,1,1,'Amadou & Mariam',110,'','78');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,13,'Francés',0,'es_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,14,'?????',0,'ja_JP','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,15,'francés',0,'oc_FR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,16,'Francês',0,'pt_BR','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,17,'French',0,'de_DE','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,34,1,18,'Francès',0,'ca_ES','fre');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,28,6,1,'Oubrerie, Clément (1966-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,28,6,1,'Oubrerie, Clément (1966-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,28,6,1,'Durual, Christophe',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,28,6,1,'Cuvilliez, Joëlle',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,28,6,1,'Prigent, Andrée (1963-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,28,6,1,'Guidoux, Valerie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,28,6,1,'Elffers, Joost',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,28,6,1,'Elffers, Joost',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,24,2,1,'Folio. Science-fiction',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,28,6,1,'De baecque, Anto',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,24,2,1,'Collection Warner. Fantastique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,20,3,1,'020 (Bibliothèques - et lecture, documentation)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,20,3,1,'910 (Géographie - voyages)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,20,3,1,'640 (Arts ménagers - cuisine, couture, soins de beauté)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,20,3,1,'960 (Histoire de l\'Afrique)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,20,3,1,'960 (Histoire de l\'Afrique)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,20,3,1,'780 (Musique)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,20,3,1,'020 (Bibliothèques - et lecture, documentation)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,121,0,1,'n° 944',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,20,3,1,'020 (Bibliothèques - et lecture, documentation)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,20,3,1,'640 (Arts ménagers - cuisine, couture, soins de beauté)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,20,3,1,'580 (Botanique - (les plantes))',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,20,3,1,'640 (Arts ménagers - cuisine, couture, soins de beauté)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,20,3,1,'640 (Arts ménagers - cuisine, couture, soins de beauté)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,20,3,1,'740 (Dessin - arts décoratifs)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,20,3,1,'810 (Littérature américaine)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,121,0,1,'171',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,20,3,1,'700 (Arts et loisirs)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,20,3,1,'780 (Musique)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,20,3,1,'020 (Bibliothèques - et lecture, documentation)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,121,0,1,'189',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,121,0,1,'3',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,20,3,1,'700 (Arts et loisirs)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,121,0,1,'079',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,6,1,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,6,1,'Livre audio',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,6,1,'Livre-CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,6,2,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,6,2,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,6,2,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,6,2,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,6,1,'DVD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,6,1,'DVD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,6,1,'DVD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,6,1,'DVD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,6,1,'DVD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,6,1,'CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,6,1,'CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,6,1,'CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,6,1,'CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,6,1,'CD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,6,1,'Revue',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,6,3,'Livre',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,25,2,1,'Cuisine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,25,2,1,'Cuisine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,25,2,1,'Ethnologie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,25,2,2,'Littérature d\'Afrique noire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,25,2,2,'Littérature d\'Afrique noire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,25,2,2,'Littérature d\'Afrique noire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,25,2,2,'Littérature d\'Afrique noire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,25,2,1,'Cuisine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,25,2,1,'Jardinage',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,25,2,1,'Cuisine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,25,2,1,'Cuisine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,25,2,1,'Arts plastiques',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,25,2,1,'Arts plastiques',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,25,2,1,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,25,2,1,'Fantastique et merveilleux',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,25,2,1,'Fantastique et merveilleux',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,25,2,1,'Fantastique et merveilleux',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,25,2,1,'Poésie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,25,2,2,'Cinéma - Télévision',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,25,2,1,'Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,25,2,1,'Géographie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,25,2,1,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,25,2,1,'Ile de Pâques',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,25,2,1,'Religion',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,25,2,1,'Bibliothéconomie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,25,2,1,'Jeux et jouets',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,25,2,1,'Jeux et jouets',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,25,2,1,'Cinéma',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,25,2,2,'Légumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,25,2,2,'Afrique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,8,0,1,'[Nouvelle éd.]',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,8,0,1,'Nouvelle éd.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,8,0,1,'12e éd. mise à jour',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,8,0,1,'12e éd.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,17,0,2,'Photographies',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,17,0,1,'Comptines',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,17,0,1,'Afrique',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,17,0,1,'Jeunesse - Albums',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,19,5,1,'[Paris]',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,17,0,1,'Romans',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,17,0,2,'Jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,7,0,1,'2007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,17,0,1,'Cuisine (légumes)',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,17,0,2,'Ouvrages pour la jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,19,5,1,'Paris',100,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,7,0,1,'2005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,7,0,1,'2003',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,17,0,2,'Romans contemporains',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,19,5,1,'Nantes',100,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,19,5,1,'Nantes',100,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,7,0,1,'2000',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,19,5,1,'Paris',100,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,19,5,1,'Paris',100,'','33');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,19,5,1,'[Paris]',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,17,0,1,'Jardinage',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,7,0,1,'2007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,17,0,3,'Ouvrages pour la jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,17,0,1,'Bibliothèques',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,7,0,1,'2002',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,7,0,1,'2005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,17,0,1,'Littérature jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,17,0,1,'Bibliothèques',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,19,5,1,'Paris',100,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,19,5,1,'Paris',100,'','14');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,19,5,1,'Paris',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,5,1,'[Bruxelles]',100,'','11');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,7,0,1,'2004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,19,5,1,'Neuilly-sur-Seine',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,19,5,1,'Neuilly-sur-Seine',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,19,5,1,'Neuilly-sur-Seine',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,19,5,1,'Paris',100,'','39');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,19,5,1,'Boulogne-Billancourt',100,'','41');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,17,0,1,'Livres lus en format CD',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,7,0,1,'1979-',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,7,0,1,'2010-',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,7,0,1,'2009-',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,19,5,1,'Paris',100,'','47');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,17,0,2,'Musique et instruments',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,17,0,2,'Afrique centrale',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,17,0,1,'Afrique',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,19,5,1,'Paris',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,17,0,2,'Jeunesse - Albums',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,19,5,1,'Paris',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,7,0,1,'2005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,7,0,1,'2003',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,19,5,1,'La Roque-d\'Anthéron',100,'','15');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,19,5,1,'[Paris]',100,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,17,0,2,'France',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,19,5,1,'Paris',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,19,5,1,'[Paris]',100,'','23');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,19,5,1,'Rodez',100,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,19,5,1,'[Paris]',100,'','28');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,19,5,1,'Paris',100,'','9');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,17,0,1,'Cuisine (fruits)',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,7,0,1,'2009',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,7,0,1,'2007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,17,0,1,'Artisanat de nature',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,7,0,1,'2011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,7,0,1,'2009',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,19,5,1,'Paris',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,7,0,1,'1996',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,7,0,1,'1993',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,7,0,1,'2011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,7,0,1,'2004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,19,5,1,'Paris',100,'','43');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,19,5,1,'Paris',100,'','46');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,7,0,1,'1995-',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,19,5,1,'Lyon',100,'','49');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,19,5,1,'Paris',100,'','50');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,17,0,2,'Géographie',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,17,0,2,'Cuisine (légumes)',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,17,0,2,'Albums',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,17,0,2,'Photographies',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,17,0,2,'Déontologie',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,17,0,2,'L\'Univers des Enfants',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,7,0,1,'2002',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,17,0,1,'Jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,17,0,3,'Travail',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,17,0,1,'Bibliothéconomie',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,17,0,1,'Cuisine africaine',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,7,0,1,'1992',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,17,0,1,'Littérature',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,17,0,1,'Jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,17,0,1,'Bibliothécaires',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,7,0,1,'2004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,17,0,1,'Afrique noire',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,19,5,1,'Paris',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,19,5,1,'[Issy-les-Moulineaux]',100,'','7');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,19,5,1,'[Vanves]',100,'','8');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,19,5,1,'Paris',100,'','9');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,17,0,3,'Lecteurs en herbe : 6-8 ans',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,19,5,1,'Paris',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,5,2,'Paris',100,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,17,0,3,'Littérature jeunesse',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,17,0,4,'Albums',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,17,0,5,'Jeunesse en format poche',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,19,5,1,'Paris',100,'','19');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,19,5,1,'[Paris]',100,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,19,5,1,'Paris',100,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,17,0,2,'BD, Mangas, Humour',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,17,0,2,'Livres et lecture',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,19,5,1,'Paris',100,'','25');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,17,0,4,'Histoire',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,17,0,3,'Jeunesse - Documentaires',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,7,2,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,17,0,3,'Cuisine (fruits)',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,19,5,1,'[Voisins-le-Bretonneux]',100,'','31');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,17,0,2,'Ouvrages illustrés',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,17,0,3,'Littérature au format poche',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,17,0,4,'Romans en Poche',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,17,0,3,'Contes, comptines et poésie',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,7,0,1,'2011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,19,5,1,'Villeurbanne',100,'','48');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,7,0,1,'2007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,7,0,1,'2000',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,7,0,1,'2007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,7,0,1,'2010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,7,0,1,'2005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,7,0,1,'2003',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,7,0,1,'2012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,7,0,1,'2011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,7,0,1,'2004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,7,0,1,'2006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,7,0,1,'2008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,7,2,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,7,2,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,19,5,1,'[Paris]',100,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,19,5,1,'Toulouse',100,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,7,2,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,17,0,4,'Eveil, petite enfance, albums à colorier',75,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,7,3,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,19,5,1,'Champigny-sur-Marne',100,'','30');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,19,5,1,'[Paris]',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,7,1,'Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,7,1,'Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,1,1,'Pastel',100,'','11');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,19,1,1,'Milan',100,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,19,1,1,'Éd. Lito',100,'','30');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,19,1,1,'l\'Oeil neuf éd.',100,'','19');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,19,1,1,'Gallimard',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,19,1,1,'Seuil',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,19,1,1,'les Éd. du Toucan',100,'','7');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,19,1,1,'Hazan',100,'','8');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,19,1,1,'Didier jeunesse',100,'','9');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,19,1,1,'Seuil',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,1,2,'l\'école des loisirs',100,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,19,1,1,'Gallimard',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,19,1,1,'Gallimard',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,19,1,1,'Serpent à plumes',100,'','14');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,19,1,1,'Vents d\'ailleurs',100,'','15');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,19,1,1,'Kaléidoscope',100,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,19,1,1,'Hachette Jeunesse',100,'','17');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,19,1,1,'Circonflexe',100,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,19,1,1,'Éd. du Cercle de la librairie',100,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,19,1,1,'Presses universitaires de France',100,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,19,1,1,'Casterman',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,19,1,1,'Gallimard',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,19,1,1,'Gallimard jeunesse',100,'','23');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,19,1,1,'Denoël',100,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,19,1,1,'Éd. First',100,'','25');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,19,1,1,'Éd. du Rouergue',100,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,19,1,1,'Gallimard jeunesse - Giboulées',100,'','28');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,19,1,1,'Didier jeunesse',100,'','9');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,19,1,1,'Nathan',100,'','29');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,19,1,1,'l\'école des loisirs',100,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,19,1,1,'Rue du monde',100,'','31');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,19,1,1,'Mila éd.',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,19,1,1,'Mila éd.',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,19,1,1,'Mila éd.',100,'','32');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,19,1,1,'l\'École des loisirs-Loulou & Cie',100,'','33');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,19,1,1,'Kaléidoscope',100,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,19,1,1,'Gallimard',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,19,1,1,'l\'Atalante',100,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,19,1,1,'l\'Atalante',100,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,19,1,1,'10-18',100,'','35');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,19,1,1,'Arola',100,'','36');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,19,1,1,'Cah cinema',100,'','37');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,19,1,1,'Gallimard Jeunesse Musique',100,'','38');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,19,1,1,'Twentieth century Fox',100,'','39');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,19,1,1,'Warner home video',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,19,1,1,'Columbia Tristar home video',100,'','41');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,19,1,1,'Warner home video',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,19,1,1,'Warner home video',100,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,19,1,1,'Manteca',100,'','42');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,19,1,1,'AZ',100,'','43');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,19,1,1,'Universal music jazz France',100,'','44');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,19,1,1,'Universal Polydor',100,'','45');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,19,1,1,'Because music',100,'','46');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,19,1,1,'Participations éditions presse',100,'','47');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,19,1,1,'ENSSIB',100,'','48');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,19,1,1,'Éd. Grains de sel',100,'','49');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,19,1,1,'Studio magazine',100,'','50');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,120,5,1,'Sans statut particulier',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,120,5,1,'Sans statut particulier',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,120,3,1,'http://bbf.enssib.fr/consulter/bbf-2010-06-0041-010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,120,3,1,'http://bbf.enssib.fr/consulter/bbf-2010-06-0020-004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,120,3,1,'http://bbf.enssib.fr/consulter/bbf-2012-05-0056-011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,120,5,1,'Sans statut particulier',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,3,1,'1952-...',80,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,3,2,'1944-....',80,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,3,2,'1970-...',80,'','17');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,3,1,'1964-....',80,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,29,3,1,'1953-....',80,'','33');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,29,3,1,'1953-....',80,'','37');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,3,3,'1932-....',80,'','39');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,29,3,1,'1953-....',80,'','55');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,3,1,'1942-2003',80,'','62');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,29,3,1,'1971-...',80,'','69');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,3,1,'1941-....',80,'','41');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,28,3,1,'1966-....',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,28,3,1,'1963-....',100,'','50');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,28,3,1,'1966-....',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,5,2,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,5,2,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,5,2,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,5,2,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,5,1,'Consultation sur place',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,5,1,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,5,3,'Empruntable',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,6,0,1,'2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,6,0,1,'1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,6,0,1,'1',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,6,0,1,'2',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,4,2,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,120,2,1,'URL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,4,2,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,4,2,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,4,2,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,120,2,1,'URL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,120,2,1,'URL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,4,1,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,4,3,'Bibliothèque PMB Services',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,23,2,1,'Aya de Yopougon',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,23,2,1,'Aya de Yopougon',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,27,3,1,'1938-....',100,'','46');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,23,2,1,'Jojo',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,23,2,1,'Les annales du disque-monde',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,23,2,1,'Les annales du disque-monde',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,27,3,1,'1943-....',100,'','31');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,27,3,1,'1885-1962',100,'','11');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,27,3,1,'1901-1991',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,27,3,1,'1942-....',100,'','15');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,27,3,1,'1975-....',100,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,27,3,1,'1971-....',100,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,27,3,1,'1971-....',100,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,27,3,1,'1966-....',100,'','23');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,27,3,1,'1952-1987',100,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,27,3,1,'1957-....',100,'','30');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,27,3,1,'1944-....',100,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,27,3,1,'1947-....',100,'','36');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,27,3,1,'1936-....',100,'','38');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,27,3,1,'1949-....',100,'','42');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,27,3,1,'1965-....',100,'','47');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,27,3,1,'1962-....',100,'','48');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,27,3,1,'1956-....',100,'','49');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,27,3,1,'1936-....',100,'','52');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,27,3,1,'1956-....',100,'','54');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,27,3,1,'1965-....',100,'','60');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,27,3,1,'1920-....',100,'','61');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,27,3,1,'1948-....',100,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,27,3,1,'1948-....',100,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,27,3,1,'1932-2008',100,'','74');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,27,3,1,'1956-....',100,'','75');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,27,3,1,'1974-....',100,'','76');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,15,0,1,'http://bbf.enssib.fr/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,15,0,1,'http://www.magazinegeorges.com/les-numeros/moustache/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,15,0,1,'http://www.magazinegeorges.com/les-numeros/cupcake/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,21,2,1,'Sagesse d\'un métier',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,21,2,1,'Les encyclopes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,21,2,1,'Écoutez lire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,21,2,1,'Collection dirigée par Henri Gougaud',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,21,2,1,'Un Livre, un cd, ISSN 1766-148X',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,21,2,1,'Crea.jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,21,2,1,'Bayou',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,21,2,1,'Bayou',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,21,2,1,'Fragments',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,21,2,1,'L.d.p.jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,21,2,1,'Le métier de',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,21,2,1,'Que sais-je ?',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,21,2,1,'Collection Série noire',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,21,2,1,'Folio cadet',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,21,2,1,'À petits petons',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,21,2,1,'Kididoc',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,21,2,1,'Folio',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,21,2,1,'Littérature étrangère',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,21,2,1,'Revue dada',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,21,2,1,'Album',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,21,2,1,'Mes Premières Découvertes de la Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,21,2,1,'Collection Warner',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,15,0,1,'http://www.geo.fr/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,15,0,1,'http://www.poissonrouge.com/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,15,0,1,'http://www.magazinegeorges.com/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,15,0,1,'http://www.lexpress.fr/culture/cinema/',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,120,1,1,'Lire l\'article en ligne',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,27,6,1,'Melot, Michel (1943-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,27,6,1,'Nantet, Bernard (1938-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,27,6,1,'Loubier, Virginie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,27,6,1,'Blixen, Karen (1885-1962)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,27,6,1,'Bâ, Amadou Hampâté (1901-1991)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,27,6,1,'Zaïd, Nassera',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,27,6,1,'Depardon, Raymond (1942-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,27,6,1,'Dedieu, Thierry',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,27,6,1,'De Boel, Anne-Catherine (1975-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,27,6,1,'Abouet, Marguerite (1971-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,27,6,1,'Abouet, Marguerite (1971-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,27,6,1,'Mabanckou, Alain (1966-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,27,6,1,'Marechera, Dambudzo (1952-1987)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,27,6,1,'Gravett, Emily',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,27,6,1,'Gudule',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,27,6,1,'Heitz, Bruno (1957-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,27,6,1,'Association des bibliothécaires français',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,27,6,1,'Pallier, Denis (1944-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,27,6,1,'Brisou-pellen, Evelyn',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,27,6,1,'Beinhart, Larry (1947-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,27,6,1,'Mahy, Margaret (1936-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,27,6,1,'Bonnet, Jacques (1949-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,27,6,1,'Bella Ola, Alexandre',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,27,6,1,'Gourounas, Jean (1965-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,27,6,1,'Guettier, Bénédicte (1962-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,27,6,1,'Gay-Para, Praline (1956-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,27,6,1,'Corentin, Philippe (1936-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,27,6,1,'Serres, Alain (1956-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,27,6,1,'Teyras, Emmanuelle',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,27,6,1,'Freymann, Saxton',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,27,6,1,'Freymann, Saxton',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,27,6,1,'Bravi, Soledad (1965-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,27,6,1,'Gravett, Emily',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,27,6,1,'Bradbury, Ray (1920-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,27,6,1,'Pratchett, Terry (1948-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,27,6,1,'Pratchett, Terry (1948-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,27,6,1,'Burton, Tim',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,27,6,1,'Makeba, Miriam (1932-2008)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,27,6,1,'Lo, Ismaël (1956-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,27,6,1,'Traoré, Rokia (1974-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,27,6,1,'Keita, Salif',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,27,6,1,'Amadou & Mariam',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,27,6,1,'ENSSIB',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,120,1,1,'Lire l\'article en ligne',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,120,1,1,'Lire l\'article en ligne',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,27,6,1,'Akkouche, Mouloud',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,27,6,1,'Aïoutz, Renaud',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,27,6,1,'Interactica',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,27,6,1,'Boulnois, Philippe',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,27,6,1,'Bonnet, Jacques',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,20,2,1,'Musique',100,'','79');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,20,2,1,'Musique',100,'','79');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,2,1,'C BAA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,2,1,'PER J GEO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,2,1,'PER GEO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,2,1,'A DED',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,2,1,'A DEB',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,2,1,'R MAB',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,2,1,'R MAR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,2,1,'A GRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,2,1,'A GOU',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,2,1,'A GAY',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,2,1,'A COR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,2,1,'A BRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,2,1,'A GRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,2,1,'DVDJ CHAR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,20,2,1,'Histoire de l\'Afrique',100,'','97');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,20,2,1,'Histoire de l\'Afrique',100,'','97');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,20,2,1,'Bibliothèques - et lecture, documentation',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,20,2,1,'Bibliothèques - et lecture, documentation',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,20,2,1,'Bibliothèques - et lecture, documentation',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,20,2,1,'Arts ménagers - cuisine, couture, soins de beauté',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,20,2,1,'Botanique - (les plantes)',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,20,2,1,'Arts ménagers - cuisine, couture, soins de beauté',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,20,2,1,'Arts ménagers - cuisine, couture, soins de beauté',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,20,2,1,'Dessin - arts décoratifs',100,'','75');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,20,2,1,'Littérature américaine',100,'','82');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,20,2,1,'Arts et loisirs',100,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,20,2,1,'Arts et loisirs',100,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,20,2,1,'Bibliothèques - et lecture, documentation',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,20,2,1,'Géographie - voyages',100,'','92');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,20,2,1,'Arts ménagers - cuisine, couture, soins de beauté',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,2,1,'RA BLI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,2,1,'780 J GRO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,2,2,'A DEB',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,2,1,'BD ABO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,2,1,'BD ABO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,2,1,'RJ GUD',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,2,1,'RJP HEI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,2,1,'020 ASS',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,2,1,'JR BRI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,2,1,'RP BEI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,2,1,'RJ MAH',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,2,1,'BD J GUE',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,2,2,'A GAY',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,2,2,'A COR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,2,1,'740 FRE',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,2,1,'RX BRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,2,1,'RX PRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,2,1,'RX PRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,2,1,'780 J SIL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,2,1,'DVD EDW',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,2,1,'DVD BEE',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,2,1,'DVD BIG',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,2,1,'DVDJ NOC',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,2,1,'9.1 MAK',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,2,1,'9.1 LO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,2,1,'9.1 TRA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,2,1,'9.1 KEI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,2,1,'9.1 AMA',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,2,1,'PER GEO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,2,1,'PER J GEO',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,2,1,'PER STU',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,2,1,'960 ZAI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,2,1,'960 DEP',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,2,1,'020 MEL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,2,2,'020 ASS',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,2,1,'020 PAL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,2,1,'020 BON',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,2,1,'640 BEL',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,2,1,'910 J NAN',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,2,1,'580 J GUI',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,2,3,'A COR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,2,1,'640 J LOU',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,2,1,'640 J SER',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,2,1,'640 J TEY',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,2,1,'740 J FRE',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,2,1,'P BUR',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,2,1,'700 J TIM',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,2,1,'700 DEB',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,20,1,1,'700',100,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,19,9,1,'Paris : Gallimard',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,19,9,1,'Paris : Gallimard',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,19,9,1,'[S.l.] : Hachette Jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,19,9,1,'Paris : Presses universitaires de France',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,19,9,1,'[Vanves] : Hazan',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,19,9,1,'Paris : Seuil',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,21,1,1,'Un Livre, un cd',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,19,9,1,'[Paris] : Denoël',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,20,1,1,'640',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,20,1,1,'780',100,'','79');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,21,1,1,'Les encyclopes',100,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,19,9,1,'Paris : Seuil',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,19,9,1,'[Paris] : Gallimard jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,20,1,1,'640',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,19,9,1,'Paris : Didier jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,20,1,1,'640',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,19,9,1,'[Paris] : Mila éd.',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,21,1,1,'Collection Série noire',100,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,20,1,1,'910',100,'','92');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,20,1,1,'580',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,20,1,1,'700',100,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,20,1,1,'020',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,21,1,1,'Sagesse d\'un métier',100,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,20,1,1,'640',100,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,19,9,1,'Champigny-sur-Marne : Éd. Lito',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,19,9,1,'Paris : Gallimard',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,21,1,1,'Collection dirigée par Henri Gougaud',100,'','5');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,20,1,1,'960',100,'','97');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,19,9,1,'[Issy-les-Moulineaux] : les Éd. du Toucan',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,20,1,1,'960',100,'','97');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,19,9,1,'Paris : Didier jeunesse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,6,1,'Mindy, Paul (1952-...)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,6,2,'Nouhen, Elodie (1970-...)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,21,1,1,'Crea.jeunesse',100,'','7');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,9,1,'[Bruxelles] : Pastel',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,19,9,2,'Paris : l\'école des loisirs',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,21,1,1,'Bayou',100,'','8');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,21,1,1,'Bayou',100,'','8');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,19,9,1,'Paris : Serpent à plumes',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,19,9,1,'La Roque-d\'Anthéron : Vents d\'ailleurs',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,6,1,'Evette, Jean-Baptiste (1964-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,19,9,1,'Paris : Kaléidoscope',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,21,1,1,'L.d.p.jeunesse',100,'','10');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,19,9,1,'[Paris] : Circonflexe',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,21,1,1,'Le métier de',100,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,19,9,1,'[Paris] : Éd. du Cercle de la librairie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,21,1,1,'Que sais-je ?',100,'','14');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,20,1,1,'020',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,19,9,1,'[S.l.] : Casterman',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,29,6,1,'Carrer, Patrice (1953-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,19,9,1,'Paris : Gallimard',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,6,1,'Farré, Raymond (1941-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,6,2,'Saint-Dizier, Marie (1944-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,20,1,1,'020',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,19,9,1,'Paris : Éd. First',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,19,9,1,'Rodez : Éd. du Rouergue',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,19,9,1,'[Paris] : Gallimard jeunesse - Giboulées',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,21,1,1,'À petits petons',100,'','19');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,21,1,1,'Kididoc',100,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,19,9,1,'Paris : l\'école des loisirs',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,19,9,1,'[Voisins-le-Bretonneux] : Rue du monde',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,19,9,1,'[Paris] : Mila éd.',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,19,9,1,'[Paris] : Mila éd.',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,20,1,1,'740',100,'','75');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,19,9,1,'Paris : l\'École des loisirs-Loulou & Cie',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,19,9,1,'Paris : Kaléidoscope',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,19,9,1,'Paris : Gallimard',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,6,1,'Robillot, Henri',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,21,1,1,'Littérature étrangère',100,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,20,1,1,'810',100,'','82');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,21,1,1,'Revue dada',100,'','25');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,21,1,1,'Album',100,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,21,1,1,'Mes Premières Découvertes de la Musique',100,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,19,9,1,'[S.l.] : Gallimard Jeunesse Musique',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,6,1,'Ryder, Winona',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,19,9,1,'Neuilly-sur-Seine : Warner home video',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,19,9,1,'Neuilly-sur-Seine : Warner home video',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,19,9,1,'[S.l.] : Manteca',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,19,9,1,'Paris : AZ',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,19,9,1,'[S.l.] : Universal music jazz France',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,19,9,1,'[S.l.] : Universal Polydor',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,19,9,1,'Paris : Because music',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,19,9,1,'Paris : Participations éditions presse',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,19,9,1,'Villeurbanne : ENSSIB',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,19,9,1,'Lyon : Éd. Grains de sel',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,19,9,1,'Paris : Studio magazine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,6,3,'Grosléziat, Chantal',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,29,6,1,'Metzger, Marthe',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,21,1,1,'Écoutez lire',100,'','4');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,20,1,1,'780',100,'','79');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,21,1,1,'Fragments',100,'','9');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,20,1,1,'020',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,21,1,1,'Folio cadet',100,'','17');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,21,1,1,'Folio',100,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,19,9,1,'Nantes : l\'Atalante',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,19,9,1,'Nantes : l\'Atalante',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,19,9,1,'Paris : Twentieth century Fox',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,21,1,1,'Collection Warner',100,'','28');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,19,9,1,'Boulogne-Billancourt : Columbia Tristar home video',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,19,9,1,'Neuilly-sur-Seine : Warner home video',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,6,2,'Garnier, Xavier',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,19,9,1,'Paris : l\'Oeil neuf éd.',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,29,6,1,'Alix, Yves (1953-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,6,3,'Blake, Quentin (1932-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,29,6,1,'Tabuteau, Jean-Luc',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,19,9,1,'Toulouse : Milan',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,19,9,1,'[S.l.] : Nathan',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,29,6,1,'Jarrie, Martin (1953-....)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,29,6,1,'Clément, Marie-Christine',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,6,2,'Chambon, Jacques (1942-2003)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,29,6,1,'Couton, Patrick',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,29,6,1,'Couton, Patrick',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,19,9,1,'[S.l.] : 10-18',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,19,9,1,'[S.l.] : Arola',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,19,9,1,'[S.l.] : Cah cinema',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,29,6,1,'Silloray, Florent (1971-...)',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,6,2,'Depp, Johnny',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,29,6,1,'Keaton, Mickael',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,29,6,1,'McGregor, Ewan',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,29,6,1,'Depp, Johnny',0,'','0');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,2,2,'Elodie',80,'','17');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,2,1,'Jean-Baptiste',80,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,2,2,'Marie',80,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,2,1,'Henri',80,'','63');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,2,1,'Winona',80,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,2,2,'Xavier',80,'','25');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,29,2,1,'Marthe',80,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,2,3,'Chantal',80,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,29,2,1,'Yves',80,'','33');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,29,2,1,'Patrice',80,'','37');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,2,3,'Quentin',80,'','39');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,29,2,1,'Jean-Luc',80,'','45');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,29,2,1,'Martin',80,'','55');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,29,2,1,'Marie-Christine',80,'','57');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,2,2,'Jacques',80,'','62');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,29,2,1,'Patrick',80,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,29,2,1,'Patrick',80,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,29,2,1,'Florent',80,'','69');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,2,2,'Johnny',80,'','70');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,29,2,1,'Mickael',80,'','72');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,29,2,1,'Ewan',80,'','73');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,29,2,1,'Johnny',80,'','70');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,2,1,'Paul',80,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,2,1,'Raymond',80,'','41');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,4,0,1,'l\'Afrique noire en 30 comptines',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,14,0,1,'Pour la première fois, une sélection de comptines et berceuses les plus représentatives de l\'Afrique noire, de la Cote-d\'Ivoire au Rwanda, dans la diversité des langues (lingala, wolof, bambara, peul, sango...) Chaque comptine est transcrite dans sa langue d\'origine et traduite en français. Les commentaires culturels sont regroupés à la fin de l\'ouvrage.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,4,0,1,'Timbélélé et la reine Lune',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,14,0,1,'Laissez-vous envoûter par le son de la kora, du balafon, du khollé, des djembés, du tama, l\'accent du narrateur et les voix incomparables des frères Toure.Partez à la découverte des musiques d\'Afrique !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,14,0,1,'Avez-vous peur de mourir dans votre sommeil, enseveli sous l\'écroulement de votre bibliothèque ? L\'accumulation de livres ne met-elle pas en danger l\'existence même de votre famille ? Classez-vous les volumes par thème, langue, auteur, date de parution, format ou selon un autre critère de vous seul connu ? Peut-on faire voisiner sur une étagère deux auteurs irrémédiablement brouillés dans la vie ? Autant de graves questions se posant à cette espèce en voie de disparition : les bibliomanes, qui, outre la passion de posséder les livres, ont celle de les lire. Les bibliothèques sont des êtres vivants à l\'image de notre complexité intérieure. Elles finissent par composer un labyrinthe dont pour notre plus grand, et dangereux, plaisir nous pouvons très bien ne plus sortir. Dans ce petit traité sur l\'art de vivre avec trop de livres apparaissent, parmi nombre d\'autres, Pessoa tentant de devenir bibliothécaire, Matisse postulant au poste de «contrôleur du droit des pauvres» ou encore le capitaine Achab et le mystère de sa jambe abandonnée à Moby Dick. En fait, ces milliers de pages qui occupent nos étagères sont peuplées de fantômes bien vivants qui, une fois rencontrés, ne nous quittent plus.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,14,0,1,'En kidnappant Mlle Labourdette, la ravissante bibliothécaire, le chef des brigands et ses quatre complices croient pouvoir obtenir de la municipalité une rançon rondelette. Mais c\'est compter sans le courage de la jeune fille, son bon c?ur et ses talents de... bibliothécaire !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,14,0,1,'À la fois lieux de travail pour des recherches contemporaines et lieux de conservation d\'un patrimoine, les bibliothèques ont un rôle charnière entre le passé et le présent. Mais si leur mission demeure identique, les moyens mis à leur disposition, ainsi que les modes de consultation et d\'usage des livres, sont aujourd?hui en pleine mutation.\r\n\r\nCet ouvrage s\'assigne donc une double tâche : présenter l\'histoire des bibliothèques dans le monde occidental afin de comprendre l\'ampleur des changements qu?elles connaissent depuis un siècle, et donc les nouveaux enjeux culturels et économiques engendrés par de telles évolutions.\r\n\r\nDocteur en histoire, Denis Pallier est inspecteur général honoraire des bibliothèques.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,4,0,1,'roman',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,14,0,1,'Quatrième de couverture\r\n« Que les choses soient claires : je ne souhaite pas être plus grand que l’Angoualima, ni me greffer des petits doigts, je veux être apprécié en fonction du résultat de mon geste criminel. Ne pouvant égaler les prouesses du Grand Maître, j\'aimerais au moins être considéré comme son fils spirituel. Pour cela, j\'en suis conscient, je dois encore travailler : tuer Germaine ce 29 décembre, c\'est-à-dire dans deux jours, n\'est qu\'une étape vers ce couronnement. »\r\n\r\nGrégoire Nakobomayo, orphelin, a grandi dans une ville industrielle de l\'Afrique post-coloniale. Accueilli quelque temps chez un couple instruit, il reçoit une éducation bourgeoise jusqu\'au jour où il plante son crayon dans l\'oeil du fils unique qui cherche à le violer. Obligé de fuir, il se réfugie dans le quartier le plus délabré de la ville et prend pour modèle \"Angoualima\", le célèbre serial killer qui depuis des années défie le pays, ses juges, ses flics et ses journalistes. Mais n\'est pas serial killer qui veut\r\nAvec humour -et.ironie-Alain Mabanckou conte les déboires d\'un psychopathe velléitaire et sans talent qui cherche dans la perversité un sens à sa vie.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,14,0,1,'Le symbole mystérieux d\'un collier qui a une perle de trop. La réalité crue qui vient anéantir le rêve et le bonheur offerts à une jeune aristocrate insouciante. L\'aventure, dans le port d\'Anvers, d\'un écrivain malheureux, qui fuit sa propre vie... Tels sont les thèmes et les personnages de ces trois contes. Et à travers eux, Karen Blixen nous démontre que le conte est bien l\'instrument privilégié de l\'exploration des mystères de la personnalité. Le doux velours du timbre d\'Anne Brochet nous transporte dans l\'univers mystérieux des contes de Karen Blixen. Une lecture posée qui met en mouvement l\'imagination de l\'auditeur. L\'écoute en classe de ces CD est autorisée par l\'éditeur',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,4,0,1,'le réveil d\'un continent',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,4,0,1,'Le rêve ultime des voyageurs',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,4,0,1,'petit-petit-petit magazine',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,14,0,1,'Le concept de Georges\r\n\r\nBienvenue dans l’univers de Georges, petit – petit – petit magazine, revue alternative trimestrielle créée par les Éditions Grains de Sel, pour les enfants ni trop petits ni trop grands (dès 7-8 ans et jusqu’à 12 ans). Mais aussi pour les plus grands qui s’intéressent au graphisme et à l’illustration.\r\n \r\nMais qui est Georges ?\r\nUn magazine décalé et exigeant qui stimule la curiosité et revisite les traitements traditionnels des magazines pour enfants.\r\n\r\nQuels sont ses atouts ?\r\nUn graphisme épuré et un thème original pour chaque numéro, sur un beau papier offset et recyclé, avec des illustrateurs aux univers sensibles et un second degré qui séduit les enfants (et même leurs parents).\r\n\r\nComment se présente-t-il ?\r\nPartie 1 – des HISTOIRES vraies, courtes, longues ou à l’envers.\r\nPartie 2 – des JEUX à colorier, calculer ou déchiffrer autour du thème du numéro.\r\nPartie 3 – des RUBRIQUES-À-BRAC pour découvrir des métiers, langues étrangères, scènes de films ou expériences scientifiques, mais de façon toujours farfelue !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,4,0,1,'dossier Tim Burton',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,14,0,1,'Tim Burton : une famille mortelle\r\nEva Green : mon journal de tournage\r\nFrankenweenie : l\'autre Burton\r\nTim sur un plateau',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,14,0,1,'Présentation de l\'éditeur\r\nCaneton, mouton, pingouin ou jeune chien... Vous allez fondre pour ces délicieux bébés animaux... A croquer !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,14,0,1,'Synopsis\r\nQuelles sont les merveilles qui t\'attendent dans l\'usine de Willy Wonka ? Pars à la découverte de vastes étendues d\'herbe sucrée au bon goût de menthe dans la Salle du Chocolat... Navigue sur la Rivière de Chocolat dans un grand bateau en sucre rose... Essaye le Gobestoppeur sans fin dans la Salle des Inventions... Observe les talentueux écureuils de la Salle de Tri des Noix et voyage en ascenseur de verre jusqu\'à la Salle de Télévision. Tu y trouveras une montagne d\'humour saupoudrée d\'un peu de mystère... et une aventure aussi savoureuse et agréable qu\'une tablette de Délice Fondant Wonka Guimauve-Caramel...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,14,0,1,'Présentation de l\'éditeur\r\nUne plongée au coeur de l\'Afrique, mère de l\'humanité et continent phare du IIIe millénaire. Face aux visions d\'une Afrique déchirée, voici de nouveaux éclairages. A travers des questions comme la désertification, la déforestation, l\'exode rural, la colonisation ou l\'explosion démographique, le continent se livre en profondeur. Sa géographie a été une donnée décisive, ses peuples se sont adaptés à une nature difficile. L\'Afrique, c\'est une histoire remplie d\'épisodes épiques d\'une richesse insoupçonnée, assombrie parla terrible période de l\'esclavage. C\'est aussi une leçon de courage et de solidarité inépuisables.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,4,0,1,'plus de 60 recettes faciles à réaliser',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,14,0,1,'Présentation de l\'éditeur\r\nSénégal, Mali, Cameroun, Congo, Côte d\'Ivoire, logo, Nigeria, Gabon... L\'Afrique Noire, dans son immense diversité, offre aux palais amateurs de bonne chère, des plats savoureux et délicats qui, contrairement aux idées reçues, peuvent être simples à réaliser dès lors que l\'on dispose des connaissances et du savoir-faire indispensables. Plus de 60 recettes faciles à réaliser : A travers un large choix de recettes, composé entre autres des grands classiques (Tiep, Yassa, Mafé, Saka-Saka, Mbongo...), les auteurs de cet ouvrage nous accompagnent pas à pas pour réaliser le meilleur de la cuisine africaine. Présentation des ingrédients spécifiques à la préparation des plats (arachide, manioc, graines de courge...), portraits légendés, trucs et astuces, recettes étape par étape... dans ce beau livre riche en photos, la cuisine africaine se met enfin à la portée de fous ! Un beau livre de cuisine pour goûter et apprécier toutes les saveurs de l\'Afrique Noire : Et pour qu\'au plaisir de la bouche se joigne celui de l\'esprit et de la vue, des proverbes, des textes, des photos viennent agrémenter de-ci de-là les recettes.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,4,0,1,'60 recettes pour découvrir les fruits et les légumes du monde',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,14,0,1,'Présentation de l\'éditeur\r\nVoici un voyage extraordinaire au pays des fruits et des légumes. Des recettes qui nous les font découvrir différemment, des informations sur leur culture ou leur étonnante histoire, des proverbes du monde entier qui les célèbrent et les peintures de Martin Jarrie qui nous disent tout de leur chair et de leur saveur.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,14,0,1,'Synopsis\r\nEdward est la création d\'un savant génial. Il ne possède pas de vrais mains, mais des lames très tranchantes à la place des doigts. Il peut réaliser avec ses instruments de véritables oeuvres d\'art, qui vont provoquer la curiosité et l\'enthousiasme de toute la ville. Mais il est capable de blesser et de faire mal quand il ne se contrôle plus...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,14,0,1,'Présentation de l\'éditeur\r\nSais-tu faire germer des graines ? Quel est l\'outil le plus précieux du jardinier ? Qu\'est-ce qui pousse au bout du monde ?',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,14,0,1,'Présentation de l\'éditeur\r\nC\'est l\'histoire d\'un lapin qui emprunte un ouvrage à la bibliothèque de son quartier, et qui découvre l\'extraordinaire, l\'incroyable pouvoir qu\'ont certains livres sur leur lecteur, parfois...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,4,0,1,'et autres émotions naturelles',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,14,0,1,'Présentation de l\'éditeur\r\nQuelle tête fais-tu lorsque tu es heureux ? Fatigué ? Fâché ? Ou que tu t\'es fait gronder ? Toutes les moues et expressions enfantines, des plus drôles aux plus tendres, sous la forme de fruits et légumes hilarants !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,4,0,1,'paysages et pensées',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,14,0,1,'Présentation de l\'éditeur\r\nL\'Afrique se dévoile, au fil de magnifiques photographies accompagnées de pensées, de poèmes et de proverbes emplis de philosophie, à l\'image de ce continent dont la beauté invite à la médiation. Un voyage en terre d\'émerveillement, guidé par le regard de nombreux écrivains et d\'hommes engagés, pour découvrir un espace fascinant, ses paysages, sa faune et ses habitants.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,14,0,1,'Présentation de l\'éditeur\r\nLe bibliothécaire aime les livres comme le marin aime la mer. Il n\'est pas nécessairement bon nageur mais il sait naviguer. L\'océan du savoir qui grise tous les savants, rend modeste le bibliothécaire. La bibliothèque est ce lieu indispensable où le savoir décante. Regardez comme cet océan furieux se calme dans la bibliothèque ! Le bibliothécaire sait lire les livres sans les ouvrir. Son regard transperce\r\nles couvertures. Il visite la page de titre, l\'auteur, les éditeurs, va directement au colophon, relève la date, le format,\r\nle nombre de pages, s\'attarde sur la table des matières, vérifie s\'il y a des index. Il évalue enfin sa robustesse et la qualité de son papier, celle de sa mise en page et de son impression.\r\nTout est dit. Si les auteurs savaient cela, ils feraient de faux livres uniquement pour les bibliothèques.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,14,0,1,'Présentation de l\'éditeur\r\nIl y eut un long il était une fois…\r\nD’une écriture libre, anarchiste, de la même veine qu’un chant de Joyce où la structure vole en éclat…\r\nIl était une fois, un jeune narrateur, qu’importe son nom, pendu par les pieds par un chef aussi noir que les origines de l’homme, tiraillé par la faim et qui rêve de Blanche Goodfather en train de se baigner nue du côté des Chutes du Rocher. Fin…\r\nIl était une fois un amour magnifique, Marie, aveugle, comme seul personnage lucide parmi ceux qui sont pris au piège de la violence et de l’absurdité d’un pays sous apartheid… De jeunes gens dans l’émeute, émeute du langage, émeute de la pensée, émeute du regard sur le monde, sur la vie, contre un système…\r\nSoleil noir (écrit en 1980) est ce roman éclaté où l’auteur balaie d’un revers de la main la frontière entre le réel et l’irréel, entre le conte et le témoignage, entre le rêve et la pensée, nous propulsant littéralement sans un monde aveuglé que seul le dérèglement du langage peut appréhender. Roman de la révolte, Soleil noir, publié pour la première fois en français, est un roman mythique de Marechera, écrit entre la rue et de fréquents séjours en prison.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,4,0,1,'22 recettes d\'enfants',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,14,0,1,'Présentation de l\'éditeur\r\nLes fruits et les légumes, c\'est trop bon ! Au fil de ces 22 recettes, découvre les fruits et les légumes comme tu ne les as encore jamais goûtés ! En glaces, en gratins, en pizzas ou même en gaufres ! Pas de doute, tes papilles adoreront tous ces petits plats concoctés spécialement par les enfants... pour les enfants ! Entre enfants, on se comprend !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,14,0,1,'Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,14,0,1,'Mariant évolution des techniques et analyse des territoires ruraux, cet article se veut une réflexion (et une incitation) sur le travail en commun, une « théorie de la pratique », la mise en oeuvre professionnelle et partagée de la société de la connaissance. L\'exemple du RISOM (Réseau intercommunal et solidaire des médiathèques de Tence, St-Jeures et Le Mazet-St-Voy, Haute-Loire), qui propose le partage d\'informations sur des projets d\'animation, leurs outils et leurs usages, vient à l\'appui et en illustration de cette analyse.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,14,0,1,'Depuis plus de vingt ans Raymond Depardon a parcouru tout le continent africain auquel il a consacré plusieurs films. Il a réalisé ainsi une grande quantité de photographies dont 350 inédites sont présentées dans cet ouvrage. Ces photographies couvrent toute l\'Afrique, à travers une présentation non pas par pays mais par associations originales. Ces associations privilégient un rythme soutenu, sans temps d\'arrêt, des enchaînements qui montrent la vie au travers de sujets très variés : portraits, villes, paysages, religions, activités sociales et métiers mais aussi des conflits et la misère. A travers ses photographies, exemptes de toute volonté d\'esthétiser son propos, Raymond Depardon ne livre aucun jugement sur l\'Afrique, aucune thèse. Ce qui relie entre elles ces prises de vue, c\'est l\'impulsion de l\'?il, simplement un regard de photographe et de grand voyageur sur les paysages et les hommes qui peuplent ce continent. Pourquoi des Afriques ? Depuis 1960, année de ma première rencontre avec le continent africain à l\'âge de dix-huit ans, et jusqu\'à mon dernier voyage cet hiver au Horar, je n\'ai cessé de photographier l\'Afrique. Mais que de lieux, de temps différents ! Une vie toute entière ne suffirait pas à prétendre connaître cette Afrique. Aujourd\'hui, les prétextes, les raisons de ces voyages sont oubliés. C\'est pour cela que j\'avais envie de faire ce livre, pour rendre la liberté à toutes ces photographies et enfin réunir toutes ces Afriques, celles des pistes, des sourires, des famines et des guerres civiles. Je voulais oser ces quatre cents pages de photographies sous respiration. Je voulais étouffer devant l\'immense Afrique, me trouver comme au bord d\'une route où nous serions en panne pour plusieurs jours, envahis, à rester silencieux et à écouter. Je me souviens de chaque lieu, de chaque temps. J\'ose le désordre, il le faut. Je réunis ces photographies prises pendant quarante-cinq ans de voyages en Afrique. Raymond Depardon',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,4,0,1,'un conte populaire africain',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,14,0,1,'Côte d\'Ivoire, 1978. Aya, dix-neuf ans, vit à Yopougon, un quartier populaire d\'Abidjan. Ça sent le début des vacances mais très vite les choses vont commencer à se gâter…«Dans les années 1970, la vie était douce en Côte d’Ivoire. Il y avait du travail, les hôpitaux étaient équipés et l’école était obligatoire. J’ai eu la chance de connaître cette époque insouciante, où les jeunes n’avaient pas à choisir leur camp trop vite, et ne se préoccupaient que de la vie courante : les études, les parents, les amours… Et c’est cela que je veux raconter dans \"Aya\", cette Afrique qui subsiste malgré tout car, comme on dit chez nous, «la vie continue»…» (Marguerite Abouet)',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,14,0,1,'Pourquoi la vielle dame qui habite en face de chez Guillaume écrit-elle très tard la nuit? Quelle est cette jeune fille qui ne sort de chez elle qu\'à le nuit tombée? Pour résoudre ces mystères, Guillaume se lance dans un fantastique voyage au pays des livres et de l\'écriture',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,14,0,1,'La bibliothécaire a confié un terrible secret à Jojo et depuis, il n\'est plus le même...\r\nUne fiction pleine d\'humour sur l\'apprentissage de la lecture. A lire dès le CP.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,14,0,1,'Présentation de l\'éditeur\r\nLes livres, ça fait désordre et ça prend la poussière, c\'est tout. Voilà ce que pense Fulbert le bibliothécaire. D\'ailleurs, il n\'y a qu\'un seul livre dans sa bibliothèque ! Mais voici qu\'arrive la ravissante Rose-Marie, assoiffée de lecture. Fulbert, ébloui et troublé, est bien désemparé. Il va falloir qu\'il trouve des livres, et vite !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,14,0,1,'Travaillant dans une université huppée de Washington D.C, David Golberg devient, par le plus grand des hasards, le bibliothécaire privé d\'Alan Stowe. Vieil acariâtre multimillionnaire, industriel cynique et sans scrupules, Stowe est surtout le plus grand bailleur de fonds du parti républicain. Or, nous sommes justement en pleine élection présidentielle et l\'équipe du candidat sortant, un gosse de riche va-t-en-guerre, ancien alcoolique reconverti en fou de Dieu, voit d\'un mauvais ?il l\'arrivée de cet inconnu auprès d\'un homme aussi influent que Stowe. À peine Golberg a-t-il le temps de commencer le classement des papiers de l\'homme d\'affaires qu\'il se retrouve pris en chasse par des barbouzes de la Sécurité intérieure. Tandis que la candidate démocrate grignote son retard sur le Président et que le grand jour du vote se rapproche, David, aidé d\'une bande d\'amis, se voit contraint de trouver dans les documents de Stowe l\'information pour laquelle on veut le tuer... Après Reality Show, adapté au cinéma sous le titre Des hommes d\'influence avec Dustin Hoffman et Robert De Niro, Larry Beinhart fait un retour fracassant sur la scène littéraire, démontant pièce par pièce l\'administration Bush, sa manière de manipuler le public américain et l\'opinion mondiale en jouant avec des peurs et des fantasmes archaïques. Comme quoi les critiques les plus virulentes ne viennent pas toujours de la « vieille Europe »...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,4,0,1,'par l\'inspecteur Lapou',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,14,0,1,'Présentation de l\'éditeur\r\nOh la belle verte! Si les légumes et les fruits étaient aussi beaux dans la réalité que dans cette « encyclopédie », les enfants les dévoreraient !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,14,0,1,'Présentation de l\'éditeur\r\nUne orange, une pomme, une poire et un ours, Grégoire. Qui aurait imaginé que ces quatre mots puissent être conjugués en autant de façons ? Emily gravett, bien sûr !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,14,0,1,'451 degrés Fahrenheit représentent la température à laquelle un livre s\'enflamme et se consume.Dans cette société future où la lecture, source de questionnement et de réflexion, est considérée comme un acte antisocial, un corps spécial de pompiers est chargé de brûler tous les livres, dont la détention est interdite pour le bien collectif.Montag, le pompier pyromane, se met pourtant à rêver d\'un monde différent, qui ne bannirait pas la littérature et l\'imaginaire au profit d\'un bonheur immédiatement consommable. Il devient dès lors un dangereux criminel, impitoyablement poursuivi par une société qui désavoue son passé.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,14,0,1,'Quatrième de couverture\r\nDans une dimension lointaine et passablement farfelue, un monde se balade à dos de quatre éléphants, eux©mêmes juchés sur la carapace de la Grande Tortue... Oui, c\'est le Disque©monde... Les habitants de la cité d\'Ankh©Morpork croyaient avoir tout vu. Et Deuxfleurs avait l\'air tellement inoffensif, bonhomme chétif, fidèlement escorté par un Bagage de bois magique déambulant sur une myriade de petites jambes. Tellement inoffensif que le Patricien avait chargé le calamiteux sorcier Rincevent de sa sécurité dans la cité quadrillée par la Guilde des Voleurs et celle des Assassins ; mission périlleuse et qui devait les conduire loin : dans une caverne de dragons ; peut©être jusqu\'au Rebord du Disque. Car Deuxfleurs était d\'une espèce plus redoutable qu\'on ne l\'imaginait : c\'était un touriste... A la lumière de l\'octarine, la huitième couleur, celle de la magie, découvrez l\'univers fantastique et cocasse de Terry Pratchett.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,14,0,1,'Présentation de l\'éditeur\r\nOctogénaire, borgne, chauve et édenté, Cohen le Barbare, le plus grand héros de tous les temps, réussira-t-il à tirer Deuxfleurs et Rincevent des griffes de leurs poursuivants ? Question capitale, car le tissu même du temps et de l\'espace est sur le point de passer dans l\'essoreuse. Une étoile rouge menace de percuter le Disque-Monde et la survie de celui-ci est entre les mains du sorcier calamiteux : dans son esprit (très) brumeux se tapit en effet le... huitième sortilège ! La suite de l\'épopée la plus démente de la fantasy, avec, dans les seconds rôles, une distribution prestigieuse : le Bagage, l\'In-Octavo, Herrena la harpie, Kwartz le troll, Trymon l\'enchanteur maléfique et, naturellement, La Mort...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,14,0,1,'Fidèle à son univers d\'une inventivité si particulière, mêlant crauté et tendresse, macabre et poésie, Tim Burton donne le jour à une étonnante famille d\'enfants solitaires, étranges et différents, qui ne tarderont pas à nous horrifier, à nous émouvoir et à nous faire rire. Un livre pour l\'enfant qui est en nous',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,14,0,1,'Présentation de l\'éditeur\r\nIl était une fois un garçon qui aimait inventer des histoires. Il se dit qu\'un homme déguisé en chauve-souris, ça ferait peur aux méchants. Il pense à la petite fille qui passe de l\'autre côté du miroir et découvre un monde merveilleux. A la femme qui se prend pour un chat et qui joue avec l\'homme pingouin. Il se dit qu\'une citrouille ne remplacera jamais le Père Noël, mais qu\'elle pourrait avoir envie d\'essayer. Il imagine ce qui se passerait si les habitants de Mars attaquaient la Terre... Son rêve, c\'était de rassembler toutes ces histoires et tous leurs personnages. Aujourd\'hui, le petit garçon est devenu grands et il fait du cinéma. Le tour du monde des musées en BD et en jeu .: le musée du Palais a Pékin.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,14,0,1,'Synopsis\r\nBarbara et Adam forment un adorable couple. Hélas survient un stupide accident de voiture et les voilà devenus fantômes obligés de hanter les murs de leur propre demeure ! Quelle n\'est pas leur déception lorsqu\'ils la voient livrée aux mains d\'une famille excentrique dont les membres évoluent entre hystérie et stupidité. Barbara et Adam tentent de les chasser. En vain. La seule solution : faire appel à Beetlejuice, un fantôme exorciseur de vivants...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,14,0,1,'Synopsis\r\nApprenant qu\'Edward, son père, est sur le point de mourir, Will décide de se rapprocher de lui pour enfin connaître cet homme qui a bercé son enfance avec des contes plus ou moins fantastiques dans lesquels il se mettait en scène aux côtés de personnages extravagants et extraordinaires...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,14,0,1,'Synopsis\r\nAu XIXe siècle, dans un village d\'Europe de l\'est, Victor, un jeune homme, découvre le monde des morts après avoir épousé, sans le vouloir, le cadavre d\'une mystérieuse mariée. Pendant son voyage, sa promise, Victoria l\'attend désespérément dans le monde des vivants. Bien que la vie au Royaume des Morts s\'avère beaucoup plus animée et joyeuse que sa véritable existence, Victor apprend que rien au monde, pas même la mort, ne pourra briser son amour pour sa femme...',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,4,0,1,'her essential recordings ; the empress of African song',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,14,0,1,'Les bibliothèques publiques ont souvent pour origine des collections privées. Mais la fréquentation de ces bibliothèques n\'empêche pas, accompagne même, le goût pour constituer sa bibliothèque privée, « la reconstitution à son usage propre d\'une sorte de bibliothèque publique ». La gestion de ces bibliothèques privées se heurte aux mêmes problèmes que les bibliothèques institutionnelles, comme le classement, le rangement, mais aussi la politique d\'acquisition, même si le caractère privé de sa bibliothèque autorise de nombreuses licences au propriétaire des livres, « bibliothécaire de soi-même ». L\'obligation de conservation et d\'entretien est évidente, si celle de désherbage, désormais largement pratiqué dans les bibliothèques publiques, l\'est moins - tout comme le catalogage, et a fortiori le prêt.',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,14,0,1,'La trajectoire d\'un usager des bibliothèques publiques, de l\'enfance à aujourd\'hui : autodidacte, il fréquente assidûment la bibliothèque municipale de Montreuil-sous-Bois, « copropriétaire d\'une BM unique dans la commune... Ma première patrie fut cette bibliothèque » ; le contact permanent des livres, le passage difficile de l\'adolescence, puis le « boulot d\'auteur », toujours accompagné des bibliothèques. « Aujourd\'hui, je ne ressemble pas à mes gosses. À cause ou grâce à ces livres empruntés chaque semaine, j\'ai quitté une classe sociale... sans jamais en trouver une autre de rechange. »',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,14,0,1,'Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture !',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,3,1,'Vidéothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,3,1,'Vidéothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,13,0,1,'LE MONDE QUI CHANGE\r\nLa mortalité infantile amorce son déclin.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nMo Ibrahim, cinquante-trois pays dans son collimateur.\r\n\r\nLE GOÛT DE GEO\r\nLe yassa poulet, ou l’hospitalité sénégalaise.\r\n\r\nÉVASION - Namibie, la nouvelle arche de Noé\r\nDans des espaces gérés par les habitants, la faune sauvage s’est multipliée, les touristes affluent et les populations en tirent un revenu.\r\n\r\nMODES DE VIE\r\nAfrican Valley(s) - L’Afrique aussi voit naître ces lieux où les technologies boostent la croissance.\r\nCampus en ébullition - Démographie oblige, les étudiants se pressent dans les universités d’Afrique subsaharienne.\r\n\r\nENVIRONNEMENT\r\nCinq chantiers qui vont changer l’Afrique.\r\nDov Zerah - Les deux défis à relever.\r\n\r\nGÉOPOLITIQUE - Région des Grands Lacs : la poudrière magnifique\r\nC’est un territoire riche, mais marqué par des décennies de conflits. La paix et le développement y font aujourd’hui leur chemin.\r\n\r\nCARTE DÉTACHABLE - Le réveil de l\'Afrique\r\n\r\nLE BON PLAN - Le Cap des Capétoniens\r\n\r\nGÉOPOLITIQUE - L\'eldorado de l\'Afrique latine\r\nL’Angola vit un boom exceptionnel. Portugais, Brésiliens ou Chinois viennent y tenter leur chance.\r\n\r\nGRANDE SÉRIE \"LA FRANCE DES VILLAGES\" - La Bourgogne\r\nPanorama mensuel des pépites du terroir.',120,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,3,1,'Revues',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,3,1,'Bandes-dessinées Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,3,1,'Bandes-dessinées Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,3,1,'Romans Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,3,1,'Romans Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,3,1,'Romans Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,3,1,'Romans Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,3,1,'Documentaires',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,3,1,'Vidéothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,3,1,'Vidéothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,3,1,'Vidéothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,3,2,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,3,1,'Bandes-dessinées Jeunes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,3,2,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,3,2,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,3,1,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,3,1,'Romans Adultes',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,3,1,'Discothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,3,1,'Discothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,3,1,'Discothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,3,1,'Discothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,3,1,'Discothèque',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,13,0,1,'LE MONDE QUI CHANGE\r\nLe patrimoine de la Syrie sous la menace.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nCe chirurgien indien qui prend à cœur la santé de son pays.\r\n\r\nLE GOÛT DE GEO\r\nLe «dim-sum», un microfestin à la chinoise.\r\n\r\nÉVASION - Dans le sillage d\'Ulysse\r\nHeureux qui comme le héros d\'Homère a fait un beau voyage... GEO a suivi ses pas en Méditerranée.\r\n\r\nESCALE - Jean Didier Urbain\r\nVite parcouru, mal lu.\r\n\r\nMODES DE VIE - A la vie, à la mer\r\nReportage sur ces marins pêcheurs qui écument les océans glacés et bravent les tempêtes.\r\n\r\nENVIRONNEMENT - Faut-il se préparer aux grandes sécheresses ?\r\nIl fait plus sec et plus chaud. Résultat, la terre a soif et les agriculteurs trinquent.\r\n\r\nVOYAGE - Le renouveau des chemins sacrés\r\nLes marcheurs affluent vers les routes spirituelles à la recherche du grand voyage intérieur.\r\n\r\nLE BON PLAN - Le Bilbao des Bilbotars\r\n\r\nGÉOPOLITIQUE - Terres fertiles à louer\r\nDe puissants investisseurs étrangers trustent les meilleurs champs des pays du Sud. Néocolonialisme ou développement agricole ?\r\n\r\nLE MONDE EN CARTES - Des îles très disputées\r\n\r\nGRANDE SÉRIE - La France des villages\r\nPérigord et Quercy : panorama mensuel des pépites du terroir.',120,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,3,0,1,'BBF',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,3,1,'Revues',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,3,1,'Revues',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,13,0,1,'ÉVASION - La dernière frontière du Pacifique\r\nÀ des milliers de kilomètres de toute terre émergée, l’île de Pâques et ses statues géantes fascinent toujours les voyageurs.\r\n\r\nMODES DE VIE - Le Grand Paris\r\nÀ quoi ressemblera le Grand Paris ? Un métro de 200 kilomètres, un port gigantesque à Achères, une Silicon Valley à Saclay… La future mégapole commence à dévoiler son nouveau visage.\r\n\r\nENVIRONNEMENT - L\'iPhone est-il écolo ?\r\nÉtape par étape, l’analyse de l’impact environnemental du petit bijou d’Apple.\r\n\r\nVOYAGE - La nouvelle vie de Cracovie\r\nLa cité polonaise est l’un des lieux les plus touristiques de l’ancien bloc de l’Est. Grâce à sa richesse culturelle et à sa jeunesse qui crée une ambiance de «movida».\r\n\r\nPARTIR - Quoi de neuf à Bruxelles ?\r\nMalgré la crise institutionnelle qui paralyse le pays, la capitale belge n’a pas perdu sa créativité. Tables, hôtels, shopping… Tour d’horizon des nouvelles adresses.\r\n\r\nGÉOPOLITIQUE - Comment la Chine redessine le monde\r\nEn Grèce, en Birmanie, en Zambie… Partout, les Chinois financent et bâtissent des ports, des routes, des hôpitaux. C’est la phase nouvelle du «zouchuqu», leur stratégie de conquête tous azimuts.\r\n\r\nLE MONDE EN CARTES - Pourquoi la Kapisa est dans l’oeil du cyclone ?\r\nProche de Kaboul, cette province est la zone de tous les dangers pour les militaires français.\r\n\r\nGRANDE SÉRIE : LE LITTORAL FRANÇAIS - LA NORMANDIE\r\nNotre photographe livre son coup d’oeil sur les hauts lieux de la côte normande. Et notre journaliste analyse les enjeux du moment sur le plan du tourisme et de l’environnement.',120,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,3,2,'Réserve',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,3,3,'Albums',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,3,1,'Revues',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,3,1,'Revues',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,21,3,1,'1766-148X',100,'','6');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,27,2,1,'Jacques',110,'','42');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,27,2,1,'Raymond',110,'','15');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,27,2,1,'Ray',110,'','61');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,27,2,1,'Emily',110,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,27,2,1,'Evelyn',110,'','35');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,27,2,1,'Praline',110,'','49');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,27,2,1,'Alain',110,'','54');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,27,2,1,'Terry',110,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,27,2,1,'Terry',110,'','64');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,27,2,1,'Alain',110,'','23');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,27,2,1,'Emily',110,'','27');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,27,2,1,'Denis',110,'','34');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,27,2,1,'Saxton',110,'','58');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,27,2,1,'Karen',110,'','11');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,90,1,1,'P000004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,90,1,1,'P000003',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,27,2,1,'Thierry',110,'','19');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,27,2,1,'Bruno',110,'','30');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,90,1,1,'000044',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,1,1,'000041',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,27,2,1,'Larry',110,'','36');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,27,2,1,'Jean',110,'','47');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,1,1,'000028',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,1,1,'000032',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,27,2,1,'Virginie',110,'','53');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,27,2,1,'Saxton',110,'','58');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,27,2,1,'Tim',110,'','66');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,27,2,1,'Miriam',110,'','74');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,27,2,1,'Ismaël',110,'','75');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,27,2,1,'Rokia',110,'','76');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,27,2,1,'Salif',110,'','77');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,27,2,1,'Philippe',110,'','84');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,27,2,1,'Soledad',110,'','60');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,27,2,1,'Nassera',110,'','14');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,27,2,1,'Amadou Hampâté',110,'','13');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,27,2,1,'Marguerite',110,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,27,2,1,'Marguerite',110,'','21');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,27,2,1,'Dambudzo',110,'','24');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,27,2,1,'Margaret',110,'','38');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,27,2,1,'Alexandre',110,'','43');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,90,1,1,'000033',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,27,2,1,'Bénédicte',110,'','48');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,27,2,1,'Emmanuelle',110,'','56');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,27,2,1,'Renaud',110,'','82');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,27,2,1,'Michel',110,'','31');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,27,2,1,'Bernard',110,'','46');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,90,1,1,'000060',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,90,1,1,'000058',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,90,1,1,'000057',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,90,1,1,'000056',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,90,1,1,'000054',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,1,1,'000052',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,90,1,1,'000049',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,90,1,1,'000047',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,90,1,1,'000046',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,90,1,1,'000045',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,90,1,2,'000042',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,90,1,1,'000040',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,90,1,1,'000039',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,90,1,1,'000038',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,90,1,1,'000036',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,90,1,1,'000030',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,90,1,2,'000027',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,90,1,1,'000026',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,1,2,'000031',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,90,1,1,'000023',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,90,1,1,'000021',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,90,1,1,'000020',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,90,1,1,'000019',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,90,1,1,'000018',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,90,1,1,'000017',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,90,1,1,'000016',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,90,1,1,'000015',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,90,1,1,'000014',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,90,1,1,'000013',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,90,1,1,'000012',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,90,1,1,'000011',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,90,1,1,'000001',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,90,1,1,'000003',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,90,1,1,'000002',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,90,1,1,'000004',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,90,1,1,'000005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,90,1,1,'000006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,90,1,1,'000007',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,90,1,1,'000008',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,90,1,1,'000009',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,90,1,1,'000010',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,90,1,1,'P000002',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,27,2,1,'Jacques',110,'','80');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,27,2,1,'Mouloud',110,'','81');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,90,1,1,'P000005',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,90,1,1,'P000006',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,90,1,2,'000053',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,90,1,1,'000059',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,27,2,1,'Anne-Catherine',110,'','20');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,27,2,1,'Philippe',110,'','52');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,90,1,1,'000051',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,90,1,1,'000050',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,90,1,1,'000048',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,90,1,1,'000037',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,90,1,1,'000034',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,90,1,1,'000029',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,90,1,3,'000025',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,90,1,1,'000024',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,90,1,1,'000022',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,28,2,1,'Clément',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,28,2,1,'Clément',100,'','22');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,28,2,1,'Christophe',100,'','29');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,28,2,1,'Joëlle',100,'','44');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,28,2,1,'Andrée',100,'','50');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,28,2,1,'Valerie',100,'','51');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,28,2,1,'Joost',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,28,2,1,'Joost',100,'','59');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,28,2,1,'Anto',100,'','68');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,23,1,1,'Aya de Yopougon',100,'','1');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,23,1,1,'Aya de Yopougon',100,'','1');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,25,1,1,'Ethnologie',110,'fr_FR','1657');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,25,1,1,'Musique',110,'fr_FR','1597');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,25,1,1,'Cuisine',110,'fr_FR','1780');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,23,1,1,'Jojo',100,'','2');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,25,1,1,'Musique',110,'fr_FR','1597');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,24,1,1,'Science-fiction',75,'','1');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,23,1,1,'Les annales du disque-monde',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,25,1,1,'Cuisine',110,'fr_FR','1560');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,23,1,1,'Les annales du disque-monde',100,'','3');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,25,1,1,'Cuisine',110,'fr_FR','1560');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,24,1,1,'Fantastique',75,'','2');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,25,1,1,'Jardinage',110,'fr_FR','1561');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,25,1,1,'Musique',110,'fr_FR','1398');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,25,1,1,'Musique',110,'fr_FR','1398');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,25,1,1,'Musique',110,'fr_FR','1398');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,25,1,1,'Musique',110,'fr_FR','1398');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,25,1,1,'Musique',110,'fr_FR','1398');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,25,1,1,'Cuisine',110,'fr_FR','1560');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,25,1,1,'Arts plastiques',110,'fr_FR','1724');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,25,1,1,'Arts plastiques',110,'fr_FR','1724');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,25,1,2,'Littérature d\'Afrique noire',110,'fr_FR','2053');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,25,1,2,'Littérature d\'Afrique noire',110,'fr_FR','2053');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,25,1,2,'Littérature d\'Afrique noire',110,'fr_FR','2053');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,25,1,2,'Littérature d\'Afrique noire',110,'fr_FR','2053');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,25,1,1,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,25,1,1,'Fantastique et merveilleux',110,'fr_FR','1433');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,25,1,1,'Fantastique et merveilleux',110,'fr_FR','1433');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,25,1,1,'Fantastique et merveilleux',110,'fr_FR','1433');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,25,1,1,'Poésie',110,'fr_FR','2479');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,25,1,2,'Cinéma - Télévision',110,'fr_FR','1600');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,25,1,1,'Géographie',110,'fr_FR','1650');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,25,1,1,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,25,1,1,'Ile de Pâques',110,'fr_FR','2021');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,25,1,1,'Religion',110,'fr_FR','1696');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,25,1,1,'Bibliothéconomie',110,'fr_FR','1658');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,25,1,1,'Jeux et jouets',110,'fr_FR','1563');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,25,1,1,'Jeux et jouets',110,'fr_FR','1563');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,25,1,1,'Cuisine',110,'fr_FR','1560');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,25,1,1,'Cinéma',110,'fr_FR','1392');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,25,1,2,'Afrique',110,'fr_FR','1788');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,25,1,2,'Légumes',110,'fr_FR','2225');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,12,0,1,'Contient des comptines de différents pays en différentes langues : Congo (mingala), Mali (bambara), Cameroun (bamena), Côte d\'Ivoire (bambara), Mauritanie (peul), Togo (mina), Sénégal (wolof), Rwanda (kinyarwanda), Guinée (susu), Mali (soninke), Centrafrique (sängö), Guinée-Conakry (susu), Congo (kikongo)',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,12,0,1,'Contient diverses pensées, poèmes et proverbes de différents auteurs\r\nIndex',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,12,0,1,'Réunit : \"L\'enterrement de la carotte\" ; \"Le pissenlit écrasé\" ; \"La disparition du jeune poireau\" ; \"L\'agression du champignon\" ; \"La chute de la tomate\" ; \"Le poseur de lapins\" ; \"Le voleur de courgettes\" ; \"Le cerisier dévalisé\" ; \"La bande de radis\" ; \"Le citron trop pressé\"',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,1,'Serial',100,'tr_TR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,9,'Serial',100,'la_LA','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,7,'Serial',100,'hu_HU','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,2,'Serial',100,'en_UK','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,3,'Serial',100,'br_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,4,'Périodique',100,'ro_RO','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,5,'Serial',100,'ar','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,6,'Serial check-in',100,'it_IT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,7,'Serial check-in',100,'hu_HU','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,8,'Bulletin',100,'fr_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,6,'Serial check-in',100,'it_IT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,7,'Serial check-in',100,'hu_HU','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,8,'Bulletin',100,'fr_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,1,'Serial check-in',100,'tr_TR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,2,'Serial check-in',100,'en_UK','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,3,'Serial check-in',100,'br_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,12,'Serial',100,'nl_NL','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,8,'Périodique',100,'fr_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,5,'Serial',100,'ar','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,6,'Serial',100,'it_IT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,7,'Serial',100,'hu_HU','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,3,'Serial',100,'br_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,4,'Périodique',100,'ro_RO','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,4,'Article',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,5,'Article',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,6,'Article',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,7,'Article',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,9,'Article',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,10,'Article',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,4,'Article',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,5,'Article',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,6,'Article',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,10,'Article',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,9,'Article',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,4,'Article',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,13,'Serial',100,'es_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,12,'Serial',100,'nl_NL','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,10,'Serial',100,'en_US','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,4,'Périodique',100,'ro_RO','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,5,'Serial',100,'ar','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,6,'Serial',100,'it_IT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,7,'Serial',100,'hu_HU','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,1,'Serial check-in',100,'tr_TR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,2,'Serial check-in',100,'en_UK','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,3,'Serial check-in',100,'br_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,4,'Bulletin',100,'ro_RO','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,11,'Serial check-in',100,'pt_PT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,1,'Serial check-in',100,'tr_TR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,2,'Serial check-in',100,'en_UK','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,3,'Serial check-in',100,'br_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,4,'Bulletin',100,'ro_RO','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,12,'Serial',100,'nl_NL','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,12,0,1,'Magazine mensuel.\r\nFusion de : \"Studio magazine\", ISSN 0982-8354\r\net de : \"Ciné live\", ISSN 1253-4250',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,2,'Serial',100,'en_UK','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,3,'Serial',100,'br_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,4,'Périodique',100,'ro_RO','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,10,'Article',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,6,'Article',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,7,'Article',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,4,'Article',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,13,'Serial check-in',100,'es_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,10,'Serial check-in',100,'en_US','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,13,'Serial check-in',100,'es_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,10,'Serial check-in',100,'en_US','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,11,'Serial check-in',100,'pt_PT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,9,'Serial check-in',100,'la_LA','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,11,'Article',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,9,'Article',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,12,'Serial check-in',100,'nl_NL','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,8,'Bulletin',100,'fr_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,9,'Serial check-in',100,'la_LA','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,7,'Serial check-in',100,'hu_HU','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,7,'Serial check-in',100,'hu_HU','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,6,'Serial check-in',100,'it_IT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,5,'Article',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,11,'Article',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,12,0,1,'Contient un lexique ivoirien-français, recettes culinaires, conseils de vie pratique',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,12,0,1,'A pour suite dans le même ouvrage : \"Zigomar n\'aime pas du tout les légumes et il a bien raison\"',100,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,10,'Serial',100,'en_US','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,6,'Serial',100,'it_IT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,2,'Serial check-in',100,'en_UK','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,3,'Serial check-in',100,'br_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,4,'Bulletin',100,'ro_RO','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,5,'Serial check-in',100,'ar','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,2,'Serial check-in',100,'en_UK','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,3,'Serial check-in',100,'br_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,4,'Bulletin',100,'ro_RO','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,5,'Serial check-in',100,'ar','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,13,'Serial check-in',100,'es_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,4,'Bulletin',100,'ro_RO','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,5,'Serial check-in',100,'ar','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,6,'Serial check-in',100,'it_IT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,7,'Serial check-in',100,'hu_HU','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,1,'Serial',100,'tr_TR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,2,'Serial',100,'en_UK','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,8,'Article',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,9,'Article',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,7,'Article',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,8,'Article',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,11,'Article',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,7,'Article',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,11,'Serial',100,'pt_PT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,8,'Périodique',100,'fr_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,12,'Serial check-in',100,'nl_NL','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,8,'Bulletin',100,'fr_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,10,'Serial check-in',100,'en_US','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,5,'Serial',100,'ar','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,6,'Serial',100,'it_IT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,5,'Article',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,8,'Article',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,5,'Serial check-in',100,'ar','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,8,'Article',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,6,'Article',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,1,'Serial check-in',100,'tr_TR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,9,'Serial check-in',100,'la_LA','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,1,'Serial check-in',100,'tr_TR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,9,'Serial check-in',100,'la_LA','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,12,'Serial check-in',100,'nl_NL','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,8,'Bulletin',100,'fr_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,10,'Serial',100,'en_US','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,10,'Article',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,11,'Article',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,12,'Article',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,6,'Monograph',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,9,'Serial',100,'la_LA','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,11,'Serial check-in',100,'pt_PT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,5,'Serial check-in',100,'ar','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,6,'Serial check-in',100,'it_IT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,8,'Périodique',100,'fr_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,9,'Serial',100,'la_LA','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,10,'Serial',100,'en_US','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,1,'Serial',100,'tr_TR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,12,'Article',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,42,0,1,'msg:notice_is_not_new_search',0,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,8,'Document',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,5,'Monograph',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,7,'Monograph',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,4,'Document',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,9,'Monograph',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,11,'Monograph',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,1,'Monograph',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,2,'Monograph',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,3,'Monograph',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,11,'Serial',100,'pt_PT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,8,'Périodique',100,'fr_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,12,'Serial check-in',100,'nl_NL','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,11,'Serial check-in',100,'pt_PT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,12,'Serial check-in',100,'nl_NL','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,11,'Serial check-in',100,'pt_PT','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,14,'???? check-in',100,'ja_JP','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,10,'Serial check-in',100,'en_US','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,11,'Serial',100,'pt_PT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,9,'Serial',100,'la_LA','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,12,'Article',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,1,'Article',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,2,'Article',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,3,'Article',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,12,'Article',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,1,'Article',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,2,'Article',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,3,'Article',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,1,'Article',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,2,'Article',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,3,'Article',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,10,'Monograph',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,1,'Serial',100,'tr_TR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,2,'Serial',100,'en_UK','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,3,'Serial',100,'br_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,10,'Serial check-in',100,'en_US','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,9,'Serial check-in',100,'la_LA','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,13,'Serial check-in',100,'es_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,11,'Serial',100,'pt_PT','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,7,'Serial',100,'hu_HU','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,1,'Article',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,2,'Article',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,3,'Article',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,12,'Monograph',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,12,'Serial',100,'nl_NL','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,13,'Serial',100,'es_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,14,'????',100,'ja_JP','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,15,'Serial',100,'oc_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,16,'Serial',100,'pt_BR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,17,'Serial',100,'de_DE','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,32,0,18,'Sèrie',100,'ca_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,14,'???? check-in',100,'ja_JP','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,15,'Serial check-in',100,'oc_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,16,'Serial check-in',100,'pt_BR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,17,'Serial check-in',100,'de_DE','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,32,0,18,'Sèrie check-in',100,'ca_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,14,'???? check-in',100,'ja_JP','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,15,'Serial check-in',100,'oc_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,16,'Serial check-in',100,'pt_BR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,17,'Serial check-in',100,'de_DE','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,32,0,18,'Sèrie check-in',100,'ca_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,15,'Serial check-in',100,'oc_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,16,'Serial check-in',100,'pt_BR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,17,'Serial check-in',100,'de_DE','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,32,0,18,'Sèrie check-in',100,'ca_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,13,'Serial',100,'es_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,14,'????',100,'ja_JP','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,15,'Serial',100,'oc_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,16,'Serial',100,'pt_BR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,17,'Serial',100,'de_DE','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,32,0,18,'Sèrie',100,'ca_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,13,'Article',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,14,'??',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,15,'Article',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,16,'Article',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,17,'Article',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,32,0,18,'Article',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,13,'Article',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,14,'??',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,15,'Article',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,16,'Article',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,17,'Article',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,32,0,18,'Article',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,13,'Article',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,14,'??',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,15,'Article',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,16,'Article',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,17,'Article',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,32,0,18,'Article',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,13,'Monograph',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,14,'?',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,15,'Monograph',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,16,'Monograph',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,17,'Monograph',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,32,0,18,'Monografia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,14,'????',100,'ja_JP','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,15,'Serial',100,'oc_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,16,'Serial',100,'pt_BR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,17,'Serial',100,'de_DE','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,32,0,18,'Sèrie',100,'ca_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,13,'Serial check-in',100,'es_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,14,'???? check-in',100,'ja_JP','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,15,'Serial check-in',100,'oc_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,16,'Serial check-in',100,'pt_BR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,17,'Serial check-in',100,'de_DE','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,32,0,18,'Sèrie check-in',100,'ca_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,14,'???? check-in',100,'ja_JP','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,15,'Serial check-in',100,'oc_FR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,16,'Serial check-in',100,'pt_BR','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,17,'Serial check-in',100,'de_DE','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,32,0,18,'Sèrie check-in',100,'ca_ES','b');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,13,'Serial',100,'es_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,14,'????',100,'ja_JP','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,15,'Serial',100,'oc_FR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,16,'Serial',100,'pt_BR','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,17,'Serial',100,'de_DE','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,32,0,18,'Sèrie',100,'ca_ES','s');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,13,'Article',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,14,'??',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,15,'Article',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,16,'Article',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,17,'Article',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,32,0,18,'Article',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,1,1,'Ryder',80,'','71');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,1,1,'Robillot',80,'','63');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,1,2,'Saint-Dizier',80,'','40');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,1,1,'Evette',80,'','26');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,1,2,'Nouhen',80,'','17');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,1,1,'Farré',80,'','41');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,29,1,1,'Metzger',80,'','12');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,1,3,'Grosléziat',80,'','16');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,29,1,2,'Garnier',80,'','25');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,29,1,1,'Alix',80,'','33');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,29,1,1,'Carrer',80,'','37');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,29,1,3,'Blake',80,'','39');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,29,1,1,'Tabuteau',80,'','45');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,29,1,1,'Jarrie',80,'','55');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,29,1,1,'Clément',80,'','57');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,29,1,1,'Couton',80,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,29,1,1,'Couton',80,'','65');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,29,1,1,'Silloray',80,'','69');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,29,1,2,'Depp',80,'','70');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,29,1,1,'Keaton',80,'','72');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,29,1,1,'McGregor',80,'','73');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,29,1,1,'Depp',80,'','70');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,29,1,2,'Chambon',80,'','62');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,29,1,1,'Mindy',80,'','18');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,3,'teul klewelet',100,'br_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,13,'documento proyectable o vídeo',100,'es_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,11,'documento de projecção ou vídeo',100,'pt_PT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,1,0,1,'La bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,1,0,1,'Cuisine actuelle de l\'Afrique noire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,1,0,1,'Aya de Yopougon',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,11,'documento multimédia',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,9,'??????? multimedia',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,1,'çoklu ortam belgesi',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,2,'multimedia document',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,3,'teul liesmedia',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,4,'document multim??dia',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,5,'document multimédia',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,1,0,1,'Comptines et berceuses du baobab',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,1,0,1,'L\'enlèvement de la bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,12,'multimediaal document',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,2,'multimedia document',100,'en_UK','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,3,'teul liesmedia',100,'br_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,4,'document multim??dia',100,'ro_RO','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,5,'document multimédia',100,'ar','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,6,'documento multimediale',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,1,0,1,'La musique africaine',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,1,'çoklu ortam belgesi',100,'tr_TR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,1,0,1,'Grosse légume',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,11,'documento de projecção ou vídeo',100,'pt_PT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,9,'??????? ??????? vidéo ??? ?????',100,'la_LA','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,2,'video, projectable document',100,'en_UK','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,3,'teul klewelet',100,'br_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,4,'document projet?? ou vid??o',100,'ro_RO','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,1,0,1,'La huitième couleur',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,1,0,1,'African psycho',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,1,0,1,'Une cuisine grande comme un jardin',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,1,0,1,'Quel radis dis donc !',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,1,0,1,'Tim Burton',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,1,0,1,'Le huitième sortilège',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,10,'video, projectable document',100,'en_US','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,8,'document projeté ou vidéo',100,'fr_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,9,'??????? ??????? vidéo ??? ?????',100,'la_LA','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,5,'document projeté ou vidéo',100,'ar','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,6,'materiale visuale',100,'it_IT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,7,'document projeté ou vidéo',100,'hu_HU','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,7,'enregistrement sonore non musical',100,'hu_HU','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,8,'enregistrement sonore non musical',100,'fr_FR','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,9,'???????????????',100,'la_LA','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,2,'sound recording - non musical',100,'en_UK','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,3,'enrolladenn da selaou ha n\'eo ket sonerezh',100,'br_FR','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,4,'enregistrement sonore non musical',100,'ro_RO','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,5,'enregistrement sonore non musical',100,'ar','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,1,0,1,'Les perles et autres contes',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,1,'müzik d??? ses kayd?',100,'tr_TR','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,1,0,1,'Rouge comme une tomate',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,10,'video, projectable document',100,'en_US','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,11,'documento de projecção ou vídeo',100,'pt_PT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,9,'??????? ??????? vidéo ??? ?????',100,'la_LA','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,9,'??????? ??????? vidéo ??? ?????',100,'la_LA','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,7,'document projeté ou vidéo',100,'hu_HU','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,8,'document projeté ou vidéo',100,'fr_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,13,'documento proyectable o vídeo',100,'es_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,11,'documento de projecção ou vídeo',100,'pt_PT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,7,'document projeté ou vidéo',100,'hu_HU','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,8,'document projeté ou vidéo',100,'fr_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,9,'??????? ??????? vidéo ??? ?????',100,'la_LA','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,1,'müzik kayd?',100,'tr_TR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,2,'sound recording - musical',100,'en_UK','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,3,'enrolladenn da selaou (sonerezh)',100,'br_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,4,'enregistrement sonore musical',100,'ro_RO','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,5,'enregistrement sonore musical',100,'ar','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,6,'registrazioni sonore musicali',100,'it_IT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,7,'enregistrement sonore musical',100,'hu_HU','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,11,'registo sonoro musical',100,'pt_PT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,7,'enregistrement sonore musical',100,'hu_HU','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,8,'enregistrement sonore musical',100,'fr_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,9,'?????????????',100,'la_LA','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,2,'sound recording - musical',100,'en_UK','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,3,'enrolladenn da selaou (sonerezh)',100,'br_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,4,'enregistrement sonore musical',100,'ro_RO','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,1,'müzik kayd?',100,'tr_TR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,2,'sound recording - musical',100,'en_UK','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,3,'enrolladenn da selaou (sonerezh)',100,'br_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,11,0,1,'1 brochure ([20] p.) : ill. en coul. ; 12 cm',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,11,'registo sonoro musical',100,'pt_PT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,1,0,1,'M\'Bemba',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,11,0,1,'1 livret (16 p.) : ill., 12 cm',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,1,'müzik kayd?',100,'tr_TR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,2,'sound recording - musical',100,'en_UK','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,3,'enrolladenn da selaou (sonerezh)',100,'br_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,4,'enregistrement sonore musical',100,'ro_RO','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,5,'enregistrement sonore musical',100,'ar','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,12,'geluidsopname (muziek)',100,'nl_NL','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,6,'registrazioni sonore musicali',100,'it_IT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,1,0,1,'Folila',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,11,0,1,'1 brochure ([16] p.) : ill. en coul. ; 12 cm',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,1,'müzik kayd?',100,'tr_TR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,2,'sound recording - musical',100,'en_UK','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,3,'enrolladenn da selaou (sonerezh)',100,'br_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,4,'enregistrement sonore musical',100,'ro_RO','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,5,'enregistrement sonore musical',100,'ar','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,9,'?????????????',100,'la_LA','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,5,'enregistrement sonore musical',100,'ar','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,6,'registrazioni sonore musicali',100,'it_IT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,12,'geluidsopname (muziek)',100,'nl_NL','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,1,0,1,'Soleil noir',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,12,'multimediaal document',100,'nl_NL','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,4,'document projet?? ou vid??o',100,'ro_RO','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,5,'document projeté ou vidéo',100,'ar','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,12,'projectie of video',100,'nl_NL','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,6,'materiale visuale',100,'it_IT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,7,'document projeté ou vidéo',100,'hu_HU','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,11,'documento de projecção ou vídeo',100,'pt_PT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,5,'document projeté ou vidéo',100,'ar','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,1,0,1,'N° 403 - septembre 2012 - Numéro spécial Afrique',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,1,0,1,'N° 393 - novembre 2011 - L\'Île de Pâques',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,1,0,1,'N° 402 - août 2012 - Compostelle, Shikoku, Lalibela... Les chemins de la sagesse',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,10,'electronic document',100,'en_US','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,2,'electronic document',100,'en_UK','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,3,'teul elektronek',100,'br_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,4,'document ??lectronique',100,'ro_RO','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,5,'document électronique',100,'ar','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,6,'archivi di elaboratore',100,'it_IT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,1,0,1,'Bulletin des bibliothèques de France',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,1,'elektronik belge',100,'tr_TR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,12,'elektronisch document',100,'nl_NL','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,13,'documento electrónico',100,'es_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,11,'documento electrónico',100,'pt_PT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,1,'elektronik belge',100,'tr_TR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,2,'electronic document',100,'en_UK','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,12,'elektronisch document',100,'nl_NL','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,7,'document électronique',100,'hu_HU','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,8,'document électronique',100,'fr_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,9,'??????????????????',100,'la_LA','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,3,'teul elektronek',100,'br_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,4,'document ??lectronique',100,'ro_RO','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,5,'document électronique',100,'ar','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,12,'elektronisch document',100,'nl_NL','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,2,'electronic document',100,'en_UK','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,3,'teul elektronek',100,'br_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,4,'document ??lectronique',100,'ro_RO','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,5,'document électronique',100,'ar','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,6,'archivi di elaboratore',100,'it_IT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,12,'elektronisch document',100,'nl_NL','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,7,'document électronique',100,'hu_HU','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,8,'document électronique',100,'fr_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,9,'??????????????????',100,'la_LA','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,3,'teul elektronek',100,'br_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,4,'document ??lectronique',100,'ro_RO','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,5,'document électronique',100,'ar','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,1,0,1,'Georges',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,1,0,1,'Numéro Moustache',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,1,0,1,'Studio ciné live magazine',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,12,'geluidsopname (muziek)',100,'nl_NL','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,14,'?????????',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,15,'document multimèdia',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,13,'documento multimedia',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,16,'som - não musical',100,'pt_BR','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,17,'sound recording - non musical',100,'de_DE','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,18,'enregistrament sonor no musical',100,'ca_ES','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,1,0,1,'Dark Shadows',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,7,'document électronique',100,'hu_HU','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,1,'elektronik belge',100,'tr_TR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,3,'teul klewelet',100,'br_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,4,'document projet?? ou vid??o',100,'ro_RO','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,12,'projectie of video',100,'nl_NL','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,1,0,1,'Big Fish',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,1,'görüntü veya video',100,'tr_TR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,3,'teul klewelet',100,'br_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,12,'projectie of video',100,'nl_NL','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,1,0,1,'Edward aux mains d\'argent',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,1,0,1,'Fruits, légumes',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,4,'document projet?? ou vid??o',100,'ro_RO','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,5,'document projeté ou vidéo',100,'ar','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,1,0,1,'Aya de Yopougon',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,13,'grabación musical',100,'es_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,8,'enregistrement sonore musical',100,'fr_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,1,0,1,'Tchamantché',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,6,'archivi di elaboratore',100,'it_IT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,7,'document électronique',100,'hu_HU','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,5,'document électronique',100,'ar','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,11,'registo sonoro não musical',100,'pt_PT','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,1,0,1,'Contes des sages d\'Afrique',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,1,0,1,'Sagesse d\'Afrique',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,1,0,1,'Afriques',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,8,'document multimédia',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,6,'documento multimediale',100,'it_IT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,7,'document multimédia',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,1,0,1,'Yakouba',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,1,0,1,'Rafara',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,1,0,1,'Jojo et le secret de la bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,1,0,1,'Le métier de bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,1,0,1,'Les bibliothèques',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,1,0,1,'Le bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,1,0,1,'Des bibliothèques pleines de fantômes',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,1,0,1,'Les enquêtes du potager',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,1,0,1,'Le jardin potager',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,1,0,1,'Zigomar n\'aime pas les légumes',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,1,0,1,'Trop bon ! les fruits et les légumes',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,1,0,1,'Orange, pomme, poire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,1,0,1,'Tim burton',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,10,'multimedia document',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,8,'document multimédia',100,'fr_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,9,'??????? multimedia',100,'la_LA','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,7,'document multimédia',100,'hu_HU','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,1,'görüntü veya video',100,'tr_TR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,2,'video, projectable document',100,'en_UK','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,5,'document projeté ou vidéo',100,'ar','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,6,'materiale visuale',100,'it_IT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,1,0,1,'Beetlejuice',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,1,'görüntü veya video',100,'tr_TR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,2,'video, projectable document',100,'en_UK','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,10,'video, projectable document',100,'en_US','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,7,'document projeté ou vidéo',100,'hu_HU','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,8,'document projeté ou vidéo',100,'fr_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,1,0,1,'Les noces funèbres',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,1,'görüntü veya video',100,'tr_TR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,2,'video, projectable document',100,'en_UK','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,3,'teul klewelet',100,'br_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,1,0,1,'Charlie et la chocolaterie',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,1,'görüntü veya video',100,'tr_TR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,2,'video, projectable document',100,'en_UK','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,1,0,1,'Miriam Makeba',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,11,0,1,'1 livret (8 p.) : ill. ; 12 cm',20,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,1,0,1,'Jammu Africa',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,1,'müzik kayd?',100,'tr_TR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,4,'enregistrement sonore musical',100,'ro_RO','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,5,'enregistrement sonore musical',100,'ar','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,6,'registrazioni sonore musicali',100,'it_IT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,7,'enregistrement sonore musical',100,'hu_HU','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,7,'enregistrement sonore musical',100,'hu_HU','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,13,'grabación musical',100,'es_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,7,'enregistrement sonore musical',100,'hu_HU','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,1,0,1,'Géo',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,2,'printed text',100,'en_UK','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,9,'??????????????????',100,'la_LA','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,7,'document électronique',100,'hu_HU','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,8,'document électronique',100,'fr_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,10,'electronic document',100,'en_US','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,3,'teul elektronek',100,'br_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,4,'document ??lectronique',100,'ro_RO','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,1,0,1,'Bibliothécaire de soi-même',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,10,'electronic document',100,'en_US','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,1,0,1,'Voyages en BM',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,1,'elektronik belge',100,'tr_TR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,2,'electronic document',100,'en_UK','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,11,'documento electrónico',100,'pt_PT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,10,'electronic document',100,'en_US','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,1,0,1,'Poisson rouge',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,1,'elektronik belge',100,'tr_TR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,2,'electronic document',100,'en_UK','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,15,'registrament sonòr non musical',100,'oc_FR','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,1,0,1,'Numéro Cupcake',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,1,0,1,'L\'abeille et le bibliothécaire ou éthique du libre et lecture publique en zone rurale',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,1,0,1,'Je cuisine avec les fruits et légumes du marché',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,13,'grabación sonora no musical',100,'es_ES','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,14,'????',100,'ja_JP','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,12,'geluidsopname (geen muziek)',100,'nl_NL','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,6,'registrazioni sonore non musicali',100,'it_IT','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,3,'testenn voulet',100,'br_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,1,0,1,'Les loups',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,1,0,1,'La sagesse du bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,1,0,1,'Le grand amour du bibliothécaire',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,1,0,1,'Au coeur de l\'Afrique',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,1,0,1,'Bébés à croquer',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,1,0,1,'Fahrenheit 451',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,1,'bas?l? metin',100,'tr_TR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,1,0,1,'La triste fin du petit enfant huître et autres histoires',130,'','');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,11,'documento multimédia',100,'pt_PT','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,13,'documento proyectable o vídeo',100,'es_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,4,'document projet?? ou vid??o',100,'ro_RO','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,10,'video, projectable document',100,'en_US','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,12,'projectie of video',100,'nl_NL','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,13,'documento proyectable o vídeo',100,'es_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,6,'materiale visuale',100,'it_IT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,13,'documento proyectable o vídeo',100,'es_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,8,'document projeté ou vidéo',100,'fr_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,12,'projectie of video',100,'nl_NL','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,6,'materiale visuale',100,'it_IT','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,9,'?????????????',100,'la_LA','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,10,'sound recording - musical',100,'en_US','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,11,'registo sonoro musical',100,'pt_PT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,13,'grabación musical',100,'es_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,9,'?????????????',100,'la_LA','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,10,'sound recording - musical',100,'en_US','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,11,'registo sonoro musical',100,'pt_PT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,14,'????',100,'ja_JP','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,13,'grabación musical',100,'es_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,10,'sound recording - musical',100,'en_US','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,6,'registrazioni sonore musicali',100,'it_IT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,8,'enregistrement sonore musical',100,'fr_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,9,'?????????????',100,'la_LA','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,10,'sound recording - musical',100,'en_US','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,11,'registo sonoro musical',100,'pt_PT','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,6,'materiale a stampa',100,'it_IT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,11,'documento electrónico',100,'pt_PT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,12,'elektronisch document',100,'nl_NL','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,13,'documento electrónico',100,'es_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,8,'document électronique',100,'fr_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,9,'??????????????????',100,'la_LA','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,13,'documento electrónico',100,'es_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,11,'documento electrónico',100,'pt_PT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,6,'archivi di elaboratore',100,'it_IT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,8,'document électronique',100,'fr_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,9,'??????????????????',100,'la_LA','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,10,'electronic document',100,'en_US','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,13,'documento electrónico',100,'es_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,11,'documento electrónico',100,'pt_PT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,6,'archivi di elaboratore',100,'it_IT','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,5,'?? ?????',100,'ar','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,4,'texte imprim??',100,'ro_RO','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,16,'documento multimídia',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,17,'multimedia document',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,18,'document multimèdia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (68,31,0,10,'sound recording - non musical',100,'en_US','i');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (69,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (71,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (72,31,0,10,'multimedia document',100,'en_US','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,11,'texto impresso',100,'pt_PT','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,7,'texte imprimé',100,'hu_HU','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,10,'video, projectable document',100,'en_US','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,13,'grabación musical',100,'es_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,8,'enregistrement sonore musical',100,'fr_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,12,'geluidsopname (muziek)',100,'nl_NL','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,10,'sound recording - musical',100,'en_US','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,12,'geluidsopname (muziek)',100,'nl_NL','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,8,'enregistrement sonore musical',100,'fr_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,12,'gedrukte tekst',100,'nl_NL','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,8,'texte imprimé',100,'fr_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,10,'printed text',100,'en_US','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,9,'??????????',100,'la_LA','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (70,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (73,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (74,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (75,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (76,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (77,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (78,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (79,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (80,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (81,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (82,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (83,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (84,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (85,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (86,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (87,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (88,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (89,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (90,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (91,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (92,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (93,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (94,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (95,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (96,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (97,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (98,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (99,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (100,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (101,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (102,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (103,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (104,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (105,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (106,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (107,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (108,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,13,'documento multimedia',100,'es_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,14,'?????????',100,'ja_JP','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,15,'document multimèdia',100,'oc_FR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,16,'documento multimídia',100,'pt_BR','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,17,'multimedia document',100,'de_DE','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (109,31,0,18,'document multimèdia',100,'ca_ES','m');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,14,'???,????',100,'ja_JP','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,15,'document projectat o vidèo',100,'oc_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,16,'vídeo, documento projetável',100,'pt_BR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,17,'video, projectable document',100,'de_DE','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (110,31,0,18,'document projectable o vídeo',100,'ca_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,14,'???,????',100,'ja_JP','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,15,'document projectat o vidèo',100,'oc_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,16,'vídeo, documento projetável',100,'pt_BR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,17,'video, projectable document',100,'de_DE','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (111,31,0,18,'document projectable o vídeo',100,'ca_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,14,'???,????',100,'ja_JP','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,15,'document projectat o vidèo',100,'oc_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,16,'vídeo, documento projetável',100,'pt_BR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,17,'video, projectable document',100,'de_DE','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (112,31,0,18,'document projectable o vídeo',100,'ca_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,14,'???,????',100,'ja_JP','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,15,'document projectat o vidèo',100,'oc_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,16,'vídeo, documento projetável',100,'pt_BR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,17,'video, projectable document',100,'de_DE','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (113,31,0,18,'document projectable o vídeo',100,'ca_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,14,'???,????',100,'ja_JP','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,15,'document projectat o vidèo',100,'oc_FR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,16,'vídeo, documento projetável',100,'pt_BR','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,17,'video, projectable document',100,'de_DE','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (114,31,0,18,'document projectable o vídeo',100,'ca_ES','g');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,14,'????',100,'ja_JP','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,15,'registrament sonòr musical',100,'oc_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,16,'som - musical',100,'pt_BR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,17,'sound recording - musical',100,'de_DE','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (115,31,0,18,'enregistrament sonor musical',100,'ca_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,14,'????',100,'ja_JP','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,15,'registrament sonòr musical',100,'oc_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,16,'som - musical',100,'pt_BR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,17,'sound recording - musical',100,'de_DE','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (116,31,0,18,'enregistrament sonor musical',100,'ca_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,14,'????',100,'ja_JP','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,15,'registrament sonòr musical',100,'oc_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,16,'som - musical',100,'pt_BR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,17,'sound recording - musical',100,'de_DE','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (117,31,0,18,'enregistrament sonor musical',100,'ca_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,15,'registrament sonòr musical',100,'oc_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,16,'som - musical',100,'pt_BR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,17,'sound recording - musical',100,'de_DE','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (118,31,0,18,'enregistrament sonor musical',100,'ca_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,14,'????',100,'ja_JP','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,15,'registrament sonòr musical',100,'oc_FR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,16,'som - musical',100,'pt_BR','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,17,'sound recording - musical',100,'de_DE','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (119,31,0,18,'enregistrament sonor musical',100,'ca_ES','j');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (120,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (121,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (122,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (123,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,14,'????',100,'ja_JP','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,15,'document electronic',100,'oc_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,16,'documento eletrônico',100,'pt_BR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,17,'electronic document',100,'de_DE','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (124,31,0,18,'document electrònic',100,'ca_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,14,'????',100,'ja_JP','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,15,'document electronic',100,'oc_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,16,'documento eletrônico',100,'pt_BR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,17,'electronic document',100,'de_DE','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (125,31,0,18,'document electrònic',100,'ca_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,14,'????',100,'ja_JP','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,15,'document electronic',100,'oc_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,16,'documento eletrônico',100,'pt_BR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,17,'electronic document',100,'de_DE','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (126,31,0,18,'document electrònic',100,'ca_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,13,'documento electrónico',100,'es_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,14,'????',100,'ja_JP','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,15,'document electronic',100,'oc_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,16,'documento eletrônico',100,'pt_BR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,17,'electronic document',100,'de_DE','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (127,31,0,18,'document electrònic',100,'ca_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,14,'????',100,'ja_JP','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,15,'document electronic',100,'oc_FR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,16,'documento eletrônico',100,'pt_BR','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,17,'electronic document',100,'de_DE','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (128,31,0,18,'document electrònic',100,'ca_ES','l');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (129,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (130,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (131,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (132,31,0,18,'text imprès',100,'ca_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,13,'texto impreso',100,'es_ES','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,14,'????',100,'ja_JP','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,15,'tèxt imprimit',100,'oc_FR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,16,'texto impresso',100,'pt_BR','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,17,'printed text',100,'de_DE','a');
INSERT INTO notices_fields_global_index (id_notice, code_champ, code_ss_champ, ordre, value, pond, lang, authority_num) VALUES (133,31,0,18,'text imprès',100,'ca_ES','a');
/*!40000 ALTER TABLE notices_fields_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_global_index (
num_notice mediumint(8) NOT NULL DEFAULT '0',
no_index mediumint(8) NOT NULL DEFAULT '0',
infos_global text COLLATE utf8_unicode_ci NOT NULL,
index_infos_global text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_notice,no_index)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_global_index`
--
LOCK TABLES notices_global_index WRITE;
/*!40000 ALTER TABLE notices_global_index DISABLE KEYS */;
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (122,1,' N° 393 - novembre 2011 - L\'Île de Pâques Le rêve ultime des voyageurs ÉVASION - La dernière frontière du Pacifique\r\nÀ des milliers de kilomètres de toute terre émergée, l’île de Pâques et ses statues géantes fascinent toujours les voyageurs.\r\n\r\nMODES DE VIE - Le Grand Paris\r\nÀ quoi ressemblera le Grand Paris ? Un métro de 200 kilomètres, un port gigantesque à Achères, une Silicon Valley à Saclay… La future mégapole commence à dévoiler son nouveau visage.\r\n\r\nENVIRONNEMENT - L\'iPhone est-il écolo ?\r\nÉtape par étape, l’analyse de l’impact environnemental du petit bijou d’Apple.\r\n\r\nVOYAGE - La nouvelle vie de Cracovie\r\nLa cité polonaise est l’un des lieux les plus touristiques de l’ancien bloc de l’Est. Grâce à sa richesse culturelle et à sa jeunesse qui crée une ambiance de «movida».\r\n\r\nPARTIR - Quoi de neuf à Bruxelles ?\r\nMalgré la crise institutionnelle qui paralyse le pays, la capitale belge n’a pas perdu sa créativité. Tables, hôtels, shopping… Tour d’horizon des nouvelles adresses.\r\n\r\nGÉOPOLITIQUE - Comment la Chine redessine le monde\r\nEn Grèce, en Birmanie, en Zambie… Partout, les Chinois financent et bâtissent des ports, des routes, des hôpitaux. C’est la phase nouvelle du «zouchuqu», leur stratégie de conquête tous azimuts.\r\n\r\nLE MONDE EN CARTES - Pourquoi la Kapisa est dans l’oeil du cyclone ?\r\nProche de Kaboul, cette province est la zone de tous les dangers pour les militaires français.\r\n\r\nGRANDE SÉRIE : LE LITTORAL FRANÇAIS - LA NORMANDIE\r\nNotre photographe livre son coup d’oeil sur les hauts lieux de la côte normande. Et notre journaliste analyse les enjeux du moment sur le plan du tourisme et de l’environnement. Géo Ile de Pâques ',' n 393 novembre 2011 ile paques reve ultime voyageurs evasion derniere frontiere pacifique milliers kilometres toute terre emergee ile paques ses statues geantes fascinent toujours voyageurs modes vie grand paris quoi ressemblera grand paris metro 200 kilometres port gigantesque acheres silicon valley saclay future megapole commence devoiler son nouveau visage environnement iphone est il ecolo etape par etape analyse impact environnemental petit bijou apple voyage nouvelle vie cracovie cite polonaise est lieux plus touristiques ancien bloc est grace sa richesse culturelle sa jeunesse qui cree ambiance movida partir quoi neuf bruxelles malgre crise institutionnelle qui paralyse pays capitale belge n pas perdu sa creativite tables hotels shopping tour horizon nouvelles adresses geopolitique comment chine redessine monde grece birmanie zambie partout chinois financent batissent ports routes hopitaux c est phase nouvelle zouchuqu leur strategie conquete tous azimuts monde cartes pourquoi kapisa est dans oeil cyclone proche kaboul cette province est zone tous dangers pour militaires francais grande serie littoral francais normandie notre photographe livre son coup oeil sur hauts lieux cote normande notre journaliste analyse enjeux moment sur plan tourisme environnement geoile paques ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (86,1,' Le bibliothécaire Travaillant dans une université huppée de Washington D.C, David Golberg devient, par le plus grand des hasards, le bibliothécaire privé d\'Alan Stowe. Vieil acariâtre multimillionnaire, industriel cynique et sans scrupules, Stowe est surtout le plus grand bailleur de fonds du parti républicain. Or, nous sommes justement en pleine élection présidentielle et l\'équipe du candidat sortant, un gosse de riche va-t-en-guerre, ancien alcoolique reconverti en fou de Dieu, voit d\'un mauvais ?il l\'arrivée de cet inconnu auprès d\'un homme aussi influent que Stowe. À peine Golberg a-t-il le temps de commencer le classement des papiers de l\'homme d\'affaires qu\'il se retrouve pris en chasse par des barbouzes de la Sécurité intérieure. Tandis que la candidate démocrate grignote son retard sur le Président et que le grand jour du vote se rapproche, David, aidé d\'une bande d\'amis, se voit contraint de trouver dans les documents de Stowe l\'information pour laquelle on veut le tuer... Après Reality Show, adapté au cinéma sous le titre Des hommes d\'influence avec Dustin Hoffman et Robert De Niro, Larry Beinhart fait un retour fracassant sur la scène littéraire, démontant pièce par pièce l\'administration Bush, sa manière de manipuler le public américain et l\'opinion mondiale en jouant avec des peurs et des fantasmes archaïques. Comme quoi les critiques les plus virulentes ne viennent pas toujours de la « vieille Europe »... Carrer Patrice Beinhart Larry Bibliothéconomie Collection Série noire Gallimard ',' bibliothecaire travaillant dans universite huppee washington c david golberg devient par plus grand hasards bibliothecaire prive alan stowe vieil acariatre multimillionnaire industriel cynique sans scrupules stowe est surtout plus grand bailleur fonds parti republicain or nous sommes justement pleine election presidentielle equipe candidat sortant gosse riche va guerre ancien alcoolique reconverti fou dieu voit mauvais il arrivee cet inconnu aupres homme aussi influent que stowe peine golberg il temps commencer classement papiers homme affaires qu il se retrouve pris chasse par barbouzes securite interieure tandis que candidate democrate grignote son retard sur president que grand jour vote se rapproche david aide bande amis se voit contraint trouver dans documents stowe information pour laquelle on veut tuer apres reality show adapte cinema sous titre hommes influence avec dustin hoffman robert niro larry beinhart fait retour fracassant sur scene litteraire demontant piece par piece administration bush sa maniere manipuler public americain opinion mondiale jouant avec peurs fantasmes archaiques comme quoi critiques plus virulentes ne viennent pas toujours vieille europe carrer patrice beinhart larry bibliotheconomie collection serie noire gallimard ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (87,1,' L\'enlèvement de la bibliothécaire En kidnappant Mlle Labourdette, la ravissante bibliothécaire, le chef des brigands et ses quatre complices croient pouvoir obtenir de la municipalité une rançon rondelette. Mais c\'est compter sans le courage de la jeune fille, son bon c?ur et ses talents de... bibliothécaire ! Farré Raymond Saint-Dizier Marie Blake Quentin Mahy Margaret Bibliothéconomie Folio cadet Gallimard jeunesse ',' enlevement bibliothecaire kidnappant mlle labourdette ravissante bibliothecaire chef brigands ses quatre complices croient pouvoir obtenir municipalite rancon rondelette mais c est compter sans courage jeune fille son bon c ur ses talents bibliothecaire farre raymond saint dizier marie blake quentin mahy margaret bibliotheconomie folio cadet gallimard jeunesse ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (88,1,' Des bibliothèques pleines de fantômes Avez-vous peur de mourir dans votre sommeil, enseveli sous l\'écroulement de votre bibliothèque ? L\'accumulation de livres ne met-elle pas en danger l\'existence même de votre famille ? Classez-vous les volumes par thème, langue, auteur, date de parution, format ou selon un autre critère de vous seul connu ? Peut-on faire voisiner sur une étagère deux auteurs irrémédiablement brouillés dans la vie ? Autant de graves questions se posant à cette espèce en voie de disparition : les bibliomanes, qui, outre la passion de posséder les livres, ont celle de les lire. Les bibliothèques sont des êtres vivants à l\'image de notre complexité intérieure. Elles finissent par composer un labyrinthe dont pour notre plus grand, et dangereux, plaisir nous pouvons très bien ne plus sortir. Dans ce petit traité sur l\'art de vivre avec trop de livres apparaissent, parmi nombre d\'autres, Pessoa tentant de devenir bibliothécaire, Matisse postulant au poste de «contrôleur du droit des pauvres» ou encore le capitaine Achab et le mystère de sa jambe abandonnée à Moby Dick. En fait, ces milliers de pages qui occupent nos étagères sont peuplées de fantômes bien vivants qui, une fois rencontrés, ne nous quittent plus. Bibliothèques;Livres et lecture Bonnet Jacques Bibliothéconomie 020 Bibliothèques - et lecture, documentation Denoël ',' bibliotheques pleines fantomes avez vous peur mourir dans votre sommeil enseveli sous ecroulement votre bibliotheque accumulation livres ne met elle pas danger existence meme votre famille classez vous volumes par theme langue auteur date parution format ou selon autre critere vous seul connu peut on faire voisiner sur etagere deux auteurs irremediablement brouilles dans vie autant graves questions se posant cette espece voie disparition bibliomanes qui outre passion posseder livres ont celle lire bibliotheques sont etres vivants image notre complexite interieure elles finissent par composer labyrinthe dont pour notre plus grand dangereux plaisir nous pouvons tres bien ne plus sortir dans ce petit traite sur art vivre avec trop livres apparaissent parmi nombre autres pessoa tentant devenir bibliothecaire matisse postulant poste controleur droit pauvres ou encore capitaine achab mystere sa jambe abandonnee moby dick fait ces milliers pages qui occupent nos etageres sont peuplees fantomes bien vivants qui fois rencontres ne nous quittent plus bibliotheques livres lecture bonnet jacques bibliotheconomie 020 bibliotheques lecture documentation denoel ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (73,1,' Yakouba Jeunesse;Jeunesse - Albums;Lecteurs en herbe : 6-8 ans Dedieu Thierry Afrique Crea.jeunesse Seuil ',' yakouba jeunesse jeunesse albums lecteurs herbe 6 8 ans dedieu thierry afrique crea jeunesse seuil ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (75,1,' 2 aya yopougon 2 Aya de Yopougon Contient un lexique ivoirien-français, recettes culinaires, conseils de vie pratique Oubrerie Clément Abouet Marguerite Afrique Littérature d\'Afrique noire Bayou Gallimard ',' aya yopougon aya yopougon 2 aya yopougon contient lexique ivoirien francais recettes culinaires conseils vie pratique oubrerie clement abouet marguerite afrique litterature afrique noire bayou gallimard ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (78,1,' Soleil noir Présentation de l\'éditeur\r\nIl y eut un long il était une fois…\r\nD’une écriture libre, anarchiste, de la même veine qu’un chant de Joyce où la structure vole en éclat…\r\nIl était une fois, un jeune narrateur, qu’importe son nom, pendu par les pieds par un chef aussi noir que les origines de l’homme, tiraillé par la faim et qui rêve de Blanche Goodfather en train de se baigner nue du côté des Chutes du Rocher. Fin…\r\nIl était une fois un amour magnifique, Marie, aveugle, comme seul personnage lucide parmi ceux qui sont pris au piège de la violence et de l’absurdité d’un pays sous apartheid… De jeunes gens dans l’émeute, émeute du langage, émeute de la pensée, émeute du regard sur le monde, sur la vie, contre un système…\r\nSoleil noir (écrit en 1980) est ce roman éclaté où l’auteur balaie d’un revers de la main la frontière entre le réel et l’irréel, entre le conte et le témoignage, entre le rêve et la pensée, nous propulsant littéralement sans un monde aveuglé que seul le dérèglement du langage peut appréhender. Roman de la révolte, Soleil noir, publié pour la première fois en français, est un roman mythique de Marechera, écrit entre la rue et de fréquents séjours en prison. Evette Jean-Baptiste Garnier Xavier Marechera Dambudzo Afrique Littérature d\'Afrique noire Fragments Vents d\'ailleurs ',' soleil noir presentation editeur il y eut long il etait fois ecriture libre anarchiste meme veine qu chant joyce ou structure vole eclat il etait fois jeune narrateur qu importe son nom pendu par pieds par chef aussi noir que origines homme tiraille par faim qui reve blanche goodfather train se baigner nue cote chutes rocher fin il etait fois amour magnifique marie aveugle comme seul personnage lucide parmi ceux qui sont pris piege violence absurdite pays sous apartheid jeunes gens dans emeute emeute langage emeute pensee emeute regard sur monde sur vie contre systeme soleil noir ecrit 1980 est ce roman eclate ou auteur balaie revers main frontiere entre reel irreel entre conte temoignage entre reve pensee nous propulsant litteralement sans monde aveugle que seul dereglement langage peut apprehender roman revolte soleil noir publie pour premiere fois francais est roman mythique marechera ecrit entre rue frequents sejours prison evette jean baptiste garnier xavier marechera dambudzo afrique litterature afrique noire fragments vents d ailleurs ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (80,1,' La bibliothécaire Pourquoi la vielle dame qui habite en face de chez Guillaume écrit-elle très tard la nuit? Quelle est cette jeune fille qui ne sort de chez elle qu\'à le nuit tombée? Pour résoudre ces mystères, Guillaume se lance dans un fantastique voyage au pays des livres et de l\'écriture Romans;Jeunesse;Littérature jeunesse;Albums;Jeunesse en format poche Durual Christophe Gudule Bibliothéconomie L.d.p.jeunesse Hachette Jeunesse ',' bibliothecaire pourquoi vielle dame qui habite face chez guillaume ecrit elle tres tard nuit quelle est cette jeune fille qui ne sort chez elle qu nuit tombee pour resoudre ces mysteres guillaume se lance dans fantastique voyage pays livres ecriture romans jeunesse litterature jeunesse albums jeunesse format poche durual christophe gudule bibliotheconomie p jeunesse hachette jeunesse ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (81,1,' jojo Jojo et le secret de la bibliothécaire La bibliothécaire a confié un terrible secret à Jojo et depuis, il n\'est plus le même...\r\nUne fiction pleine d\'humour sur l\'apprentissage de la lecture. A lire dès le CP. Heitz Bruno Bibliothéconomie Circonflexe ',' jojo jojo jojo secret bibliothecaire bibliothecaire confie terrible secret jojo depuis il n est plus meme fiction pleine humour sur apprentissage lecture lire cp heitz bruno bibliotheconomie circonflexe ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (83,1,' Le métier de bibliothécaire Bibliothéconomie;France Alix Yves Association des bibliothécaires français Bibliothéconomie 020 Bibliothèques - et lecture, documentation Le métier de Éd. du Cercle de la librairie ',' metier bibliothecaire bibliotheconomie france alix yves association des bibliothecaires francais bibliotheconomie 020 bibliotheques lecture documentation metier ed du cercle de la librairie ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (72,1,' Comptines et berceuses du baobab l\'Afrique noire en 30 comptines Pour la première fois, une sélection de comptines et berceuses les plus représentatives de l\'Afrique noire, de la Cote-d\'Ivoire au Rwanda, dans la diversité des langues (lingala, wolof, bambara, peul, sango...) Chaque comptine est transcrite dans sa langue d\'origine et traduite en français. Les commentaires culturels sont regroupés à la fin de l\'ouvrage. Contient des comptines de différents pays en différentes langues : Congo (mingala), Mali (bambara), Cameroun (bamena), Côte d\'Ivoire (bambara), Mauritanie (peul), Togo (mina), Sénégal (wolof), Rwanda (kinyarwanda), Guinée (susu), Mali (soninke), Centrafrique (sängö), Guinée-Conakry (susu), Congo (kikongo) Comptines;Afrique centrale Mindy Paul Nouhen Elodie Grosléziat Chantal Afrique Musique 780 Musique Un Livre, un cd 1766-148X Didier jeunesse ',' comptines berceuses baobab afrique noire 30 comptines pour premiere fois selection comptines berceuses plus representatives afrique noire cote ivoire rwanda dans diversite langues lingala wolof bambara peul sango chaque comptine est transcrite dans sa langue origine traduite francais commentaires culturels sont regroupes fin ouvrage contient comptines differents pays differentes langues congo mingala mali bambara cameroun bamena cote ivoire bambara mauritanie peul togo mina senegal wolof rwanda kinyarwanda guinee susu mali soninke centrafrique sango guinee conakry susu congo kikongo comptines afrique centrale mindy paul nouhen elodie grosleziat chantal afrique musique 780 musique livre cd 1766 148x didier jeunesse ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (69,1,' Contes des sages d\'Afrique Bâ Amadou Hampâté Afrique Collection dirigée par Henri Gougaud Seuil ',' contes sages afrique ba amadou hampate afrique collection dirigee par henri gougaud seuil ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (71,1,' Afriques Depuis plus de vingt ans Raymond Depardon a parcouru tout le continent africain auquel il a consacré plusieurs films. Il a réalisé ainsi une grande quantité de photographies dont 350 inédites sont présentées dans cet ouvrage. Ces photographies couvrent toute l\'Afrique, à travers une présentation non pas par pays mais par associations originales. Ces associations privilégient un rythme soutenu, sans temps d\'arrêt, des enchaînements qui montrent la vie au travers de sujets très variés : portraits, villes, paysages, religions, activités sociales et métiers mais aussi des conflits et la misère. A travers ses photographies, exemptes de toute volonté d\'esthétiser son propos, Raymond Depardon ne livre aucun jugement sur l\'Afrique, aucune thèse. Ce qui relie entre elles ces prises de vue, c\'est l\'impulsion de l\'?il, simplement un regard de photographe et de grand voyageur sur les paysages et les hommes qui peuplent ce continent. Pourquoi des Afriques ? Depuis 1960, année de ma première rencontre avec le continent africain à l\'âge de dix-huit ans, et jusqu\'à mon dernier voyage cet hiver au Horar, je n\'ai cessé de photographier l\'Afrique. Mais que de lieux, de temps différents ! Une vie toute entière ne suffirait pas à prétendre connaître cette Afrique. Aujourd\'hui, les prétextes, les raisons de ces voyages sont oubliés. C\'est pour cela que j\'avais envie de faire ce livre, pour rendre la liberté à toutes ces photographies et enfin réunir toutes ces Afriques, celles des pistes, des sourires, des famines et des guerres civiles. Je voulais oser ces quatre cents pages de photographies sous respiration. Je voulais étouffer devant l\'immense Afrique, me trouver comme au bord d\'une route où nous serions en panne pour plusieurs jours, envahis, à rester silencieux et à écouter. Je me souviens de chaque lieu, de chaque temps. J\'ose le désordre, il le faut. Je réunis ces photographies prises pendant quarante-cinq ans de voyages en Afrique. Raymond Depardon Afrique;Photographies Depardon Raymond Afrique Ethnologie 960 Histoire de l\'Afrique Hazan ',' afriques depuis plus vingt ans raymond depardon parcouru tout continent africain auquel il consacre plusieurs films il realise ainsi grande quantite photographies dont 350 inedites sont presentees dans cet ouvrage ces photographies couvrent toute afrique travers presentation non pas par pays mais par associations originales ces associations privilegient rythme soutenu sans temps arret enchainements qui montrent vie travers sujets tres varies portraits villes paysages religions activites sociales metiers mais aussi conflits misere travers ses photographies exemptes toute volonte esthetiser son propos raymond depardon ne livre aucun jugement sur afrique aucune these ce qui relie entre elles ces prises vue c est impulsion il simplement regard photographe grand voyageur sur paysages hommes qui peuplent ce continent pourquoi afriques depuis 1960 annee ma premiere rencontre avec continent africain age dix huit ans jusqu mon dernier voyage cet hiver horar je n ai cesse photographier afrique mais que lieux temps differents vie toute entiere ne suffirait pas pretendre connaitre cette afrique aujourd hui pretextes raisons ces voyages sont oublies c est pour cela que j avais envie faire ce livre pour rendre liberte toutes ces photographies enfin reunir toutes ces afriques celles pistes sourires famines guerres civiles je voulais oser ces quatre cents pages photographies sous respiration je voulais etouffer devant immense afrique me trouver comme bord route ou nous serions panne pour plusieurs jours envahis rester silencieux ecouter je me souviens chaque lieu chaque temps j ose desordre il faut je reunis ces photographies prises pendant quarante cinq ans voyages afrique raymond depardon afrique photographies depardon raymond afrique ethnologie 960 histoire afrique hazan ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (120,1,' Géo Géographie Participations éditions presse PER GEO ',' geo geographie participations editions presse per geo ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (121,1,' N° 403 - septembre 2012 - Numéro spécial Afrique le réveil d\'un continent LE MONDE QUI CHANGE\r\nLa mortalité infantile amorce son déclin.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nMo Ibrahim, cinquante-trois pays dans son collimateur.\r\n\r\nLE GOÛT DE GEO\r\nLe yassa poulet, ou l’hospitalité sénégalaise.\r\n\r\nÉVASION - Namibie, la nouvelle arche de Noé\r\nDans des espaces gérés par les habitants, la faune sauvage s’est multipliée, les touristes affluent et les populations en tirent un revenu.\r\n\r\nMODES DE VIE\r\nAfrican Valley(s) - L’Afrique aussi voit naître ces lieux où les technologies boostent la croissance.\r\nCampus en ébullition - Démographie oblige, les étudiants se pressent dans les universités d’Afrique subsaharienne.\r\n\r\nENVIRONNEMENT\r\nCinq chantiers qui vont changer l’Afrique.\r\nDov Zerah - Les deux défis à relever.\r\n\r\nGÉOPOLITIQUE - Région des Grands Lacs : la poudrière magnifique\r\nC’est un territoire riche, mais marqué par des décennies de conflits. La paix et le développement y font aujourd’hui leur chemin.\r\n\r\nCARTE DÉTACHABLE - Le réveil de l\'Afrique\r\n\r\nLE BON PLAN - Le Cap des Capétoniens\r\n\r\nGÉOPOLITIQUE - L\'eldorado de l\'Afrique latine\r\nL’Angola vit un boom exceptionnel. Portugais, Brésiliens ou Chinois viennent y tenter leur chance.\r\n\r\nGRANDE SÉRIE \"LA FRANCE DES VILLAGES\" - La Bourgogne\r\nPanorama mensuel des pépites du terroir. Géo Afrique ',' n 403 septembre 2012 numero special afrique reveil continent monde qui change mortalite infantile amorce son declin heros aujourd hui mo ibrahim cinquante trois pays dans son collimateur gout geo yassa poulet ou hospitalite senegalaise evasion namibie nouvelle arche noe dans espaces geres par habitants faune sauvage s est multipliee touristes affluent populations tirent revenu modes vie african valley s afrique aussi voit naitre ces lieux ou technologies boostent croissance campus ebullition demographie oblige etudiants se pressent dans universites afrique subsaharienne environnement cinq chantiers qui vont changer afrique dov zerah deux defis relever geopolitique region grands lacs poudriere magnifique c est territoire riche mais marque par decennies conflits paix developpement y font aujourd hui leur chemin carte detachable reveil afrique bon plan cap capetoniens geopolitique eldorado afrique latine angola vit boom exceptionnel portugais bresiliens ou chinois viennent y tenter leur chance grande serie france villages bourgogne panorama mensuel pepites terroir geoafrique ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (93,1,' Quel radis dis donc ! Prigent Andrée Gay-Para Praline Légumes À petits petons Didier jeunesse ',' quel radis dis donc prigent andree gay para praline legumes petits petons didier jeunesse ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (95,1,' Zigomar n\'aime pas les légumes A pour suite dans le même ouvrage : \"Zigomar n\'aime pas du tout les légumes et il a bien raison\" Corentin Philippe Légumes l\'école des loisirs ',' zigomar n aime pas legumes pour suite dans meme ouvrage zigomar n aime pas tout legumes il bien raison corentin philippe legumes l ecole des loisirs ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (108,1,' Tim burton De baecque Anto Cinéma 700 Arts et loisirs Album Cah cinema ',' tim burton de baecque anto cinema 700 arts loisirs album cah cinema ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (109,1,' La musique africaine Timbélélé et la reine Lune Laissez-vous envoûter par le son de la kora, du balafon, du khollé, des djembés, du tama, l\'accent du narrateur et les voix incomparables des frères Toure.Partez à la découverte des musiques d\'Afrique ! Jeunesse - Albums;Musique et instruments;Contes, comptines et poésie Silloray Florent Afrique Musique 780 Musique Mes Premières Découvertes de la Musique Gallimard Jeunesse Musique ',' musique africaine timbelele reine lune laissez vous envouter par son kora balafon kholle djembes tama accent narrateur voix incomparables freres toure partez decouverte musiques afrique jeunesse albums musique instruments contes comptines poesie silloray florent afrique musique 780 musique mes premieres decouvertes musique gallimard jeunesse musique ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (89,1,' Cuisine actuelle de l\'Afrique noire plus de 60 recettes faciles à réaliser Présentation de l\'éditeur\r\nSénégal, Mali, Cameroun, Congo, Côte d\'Ivoire, logo, Nigeria, Gabon... L\'Afrique Noire, dans son immense diversité, offre aux palais amateurs de bonne chère, des plats savoureux et délicats qui, contrairement aux idées reçues, peuvent être simples à réaliser dès lors que l\'on dispose des connaissances et du savoir-faire indispensables. Plus de 60 recettes faciles à réaliser : A travers un large choix de recettes, composé entre autres des grands classiques (Tiep, Yassa, Mafé, Saka-Saka, Mbongo...), les auteurs de cet ouvrage nous accompagnent pas à pas pour réaliser le meilleur de la cuisine africaine. Présentation des ingrédients spécifiques à la préparation des plats (arachide, manioc, graines de courge...), portraits légendés, trucs et astuces, recettes étape par étape... dans ce beau livre riche en photos, la cuisine africaine se met enfin à la portée de fous ! Un beau livre de cuisine pour goûter et apprécier toutes les saveurs de l\'Afrique Noire : Et pour qu\'au plaisir de la bouche se joigne celui de l\'esprit et de la vue, des proverbes, des textes, des photos viennent agrémenter de-ci de-là les recettes. Cuisine africaine Tabuteau Jean-Luc Cuvilliez Joëlle Bella Ola Alexandre Cuisine Afrique 640 Arts ménagers - cuisine, couture, soins de beauté Éd. First ',' cuisine actuelle afrique noire plus 60 recettes faciles realiser presentation editeur senegal mali cameroun congo cote ivoire logo nigeria gabon afrique noire dans son immense diversite offre palais amateurs bonne chere plats savoureux delicats qui contrairement idees recues peuvent etre simples realiser lors que on dispose connaissances savoir faire indispensables plus 60 recettes faciles realiser travers large choix recettes compose entre autres grands classiques tiep yassa mafe saka saka mbongo auteurs cet ouvrage nous accompagnent pas pas pour realiser meilleur cuisine africaine presentation ingredients specifiques preparation plats arachide manioc graines courge portraits legendes trucs astuces recettes etape par etape dans ce beau livre riche photos cuisine africaine se met enfin portee fous beau livre cuisine pour gouter apprecier toutes saveurs afrique noire pour qu plaisir bouche se joigne celui esprit vue proverbes textes photos viennent agrementer ci recettes cuisine africaine tabuteau jean luc cuvilliez joelle bella ola alexandre cuisine afrique 640 arts menagers cuisine couture soins beaute ed first ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (115,1,' Miriam Makeba her essential recordings ; the empress of African song Makeba Miriam Musique Afrique Manteca ',' miriam makeba her essential recordings the empress of african song makeba miriam musique afrique manteca ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (106,1,' La triste fin du petit enfant huître et autres histoires Fidèle à son univers d\'une inventivité si particulière, mêlant crauté et tendresse, macabre et poésie, Tim Burton donne le jour à une étonnante famille d\'enfants solitaires, étranges et différents, qui ne tarderont pas à nous horrifier, à nous émouvoir et à nous faire rire. Un livre pour l\'enfant qui est en nous Littérature;Romans contemporains;Littérature au format poche;Romans en Poche Burton Tim Poésie 810 Littérature américaine Littérature étrangère 10-18 ',' triste fin petit enfant huitre autres histoires fidele son univers inventivite si particuliere melant craute tendresse macabre poesie tim burton donne jour etonnante famille enfants solitaires etranges differents qui ne tarderont pas nous horrifier nous emouvoir nous faire rire livre pour enfant qui est nous litterature romans contemporains litterature format poche romans poche burton tim poesie 810 litterature americaine litterature etrangere 10 18 ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (92,1,' Les enquêtes du potager par l\'inspecteur Lapou Réunit : \"L\'enterrement de la carotte\" ; \"Le pissenlit écrasé\" ; \"La disparition du jeune poireau\" ; \"L\'agression du champignon\" ; \"La chute de la tomate\" ; \"Le poseur de lapins\" ; \"Le voleur de courgettes\" ; \"Le cerisier dévalisé\" ; \"La bande de radis\" ; \"Le citron trop pressé\" Guettier Bénédicte Légumes Gallimard jeunesse - Giboulées ',' enquetes potager par inspecteur lapou reunit enterrement carotte pissenlit ecrase disparition jeune poireau agression champignon chute tomate poseur lapins voleur courgettes cerisier devalise bande radis citron trop presse guettier benedicte legumes gallimard jeunesse giboulees ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (96,1,' Je cuisine avec les fruits et légumes du marché Cuisine (légumes);Ouvrages pour la jeunesse;Cuisine (fruits) Loubier Virginie Légumes Cuisine 640 Arts ménagers - cuisine, couture, soins de beauté Éd. Lito ',' je cuisine avec fruits legumes marche cuisine legumes ouvrages pour jeunesse cuisine fruits loubier virginie legumes cuisine 640 arts menagers cuisine couture soins beaute ed lito ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (124,1,' Bulletin des bibliothèques de France BBF ENSSIB Bibliothéconomie ENSSIB ',' bulletin bibliotheques france bbf enssib bibliotheconomie enssib ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (116,1,' Jammu Africa Lo Ismaël Afrique Musique AZ ',' jammu africa lo ismael afrique musique az ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (117,1,' Tchamantché Traoré Rokia Afrique Musique Universal music jazz France ',' tchamantche traore rokia afrique musique universal music jazz france ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (118,1,' M\'Bemba Keita Salif Afrique Musique Universal Polydor ',' m bemba keita salif afrique musique universal polydor ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (119,1,' Folila Amadou & Mariam Afrique Musique Because music ',' folila amadou mariam afrique musique because music ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (84,1,' Les bibliothèques À la fois lieux de travail pour des recherches contemporaines et lieux de conservation d\'un patrimoine, les bibliothèques ont un rôle charnière entre le passé et le présent. Mais si leur mission demeure identique, les moyens mis à leur disposition, ainsi que les modes de consultation et d\'usage des livres, sont aujourd?hui en pleine mutation.\r\n\r\nCet ouvrage s\'assigne donc une double tâche : présenter l\'histoire des bibliothèques dans le monde occidental afin de comprendre l\'ampleur des changements qu?elles connaissent depuis un siècle, et donc les nouveaux enjeux culturels et économiques engendrés par de telles évolutions.\r\n\r\nDocteur en histoire, Denis Pallier est inspecteur général honoraire des bibliothèques. Bibliothèques Pallier Denis Bibliothéconomie 020 Bibliothèques - et lecture, documentation Que sais-je ? Presses universitaires de France ',' bibliotheques fois lieux travail pour recherches contemporaines lieux conservation patrimoine bibliotheques ont role charniere entre passe present mais si leur mission demeure identique moyens mis leur disposition ainsi que modes consultation usage livres sont aujourd hui pleine mutation cet ouvrage s assigne donc double tache presenter histoire bibliotheques dans monde occidental afin comprendre ampleur changements qu elles connaissent depuis siecle donc nouveaux enjeux culturels economiques engendres par telles evolutions docteur histoire denis pallier est inspecteur general honoraire bibliotheques bibliotheques pallier denis bibliotheconomie 020 bibliotheques lecture documentation que sais je presses universitaires de france ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (103,1,' Fahrenheit 451 451 degrés Fahrenheit représentent la température à laquelle un livre s\'enflamme et se consume.Dans cette société future où la lecture, source de questionnement et de réflexion, est considérée comme un acte antisocial, un corps spécial de pompiers est chargé de brûler tous les livres, dont la détention est interdite pour le bien collectif.Montag, le pompier pyromane, se met pourtant à rêver d\'un monde différent, qui ne bannirait pas la littérature et l\'imaginaire au profit d\'un bonheur immédiatement consommable. Il devient dès lors un dangereux criminel, impitoyablement poursuivi par une société qui désavoue son passé. Robillot Henri Chambon Jacques Bradbury Ray Fantastique et merveilleux science fiction Science-fiction Folio Gallimard ',' fahrenheit 451 451 degres fahrenheit representent temperature laquelle livre s enflamme se consume dans cette societe future ou lecture source questionnement reflexion est consideree comme acte antisocial corps special pompiers est charge bruler tous livres dont detention est interdite pour bien collectif montag pompier pyromane se met pourtant rever monde different qui ne bannirait pas litterature imaginaire profit bonheur immediatement consommable il devient lors dangereux criminel impitoyablement poursuivi par societe qui desavoue son passe robillot henri chambon jacques bradbury ray fantastique merveilleux science fiction science fiction folio gallimard ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (123,1,' N° 402 - août 2012 - Compostelle, Shikoku, Lalibela... Les chemins de la sagesse LE MONDE QUI CHANGE\r\nLe patrimoine de la Syrie sous la menace.\r\n\r\nLES HÉROS D\'AUJOURD\'HUI\r\nCe chirurgien indien qui prend à cœur la santé de son pays.\r\n\r\nLE GOÛT DE GEO\r\nLe «dim-sum», un microfestin à la chinoise.\r\n\r\nÉVASION - Dans le sillage d\'Ulysse\r\nHeureux qui comme le héros d\'Homère a fait un beau voyage... GEO a suivi ses pas en Méditerranée.\r\n\r\nESCALE - Jean Didier Urbain\r\nVite parcouru, mal lu.\r\n\r\nMODES DE VIE - A la vie, à la mer\r\nReportage sur ces marins pêcheurs qui écument les océans glacés et bravent les tempêtes.\r\n\r\nENVIRONNEMENT - Faut-il se préparer aux grandes sécheresses ?\r\nIl fait plus sec et plus chaud. Résultat, la terre a soif et les agriculteurs trinquent.\r\n\r\nVOYAGE - Le renouveau des chemins sacrés\r\nLes marcheurs affluent vers les routes spirituelles à la recherche du grand voyage intérieur.\r\n\r\nLE BON PLAN - Le Bilbao des Bilbotars\r\n\r\nGÉOPOLITIQUE - Terres fertiles à louer\r\nDe puissants investisseurs étrangers trustent les meilleurs champs des pays du Sud. Néocolonialisme ou développement agricole ?\r\n\r\nLE MONDE EN CARTES - Des îles très disputées\r\n\r\nGRANDE SÉRIE - La France des villages\r\nPérigord et Quercy : panorama mensuel des pépites du terroir. Géo Religion ',' n 402 aout 2012 compostelle shikoku lalibela chemins sagesse monde qui change patrimoine syrie sous menace heros aujourd hui ce chirurgien indien qui prend c ur sante son pays gout geo dim sum microfestin chinoise evasion dans sillage ulysse heureux qui comme heros homere fait beau voyage geo suivi ses pas mediterranee escale jean didier urbain vite parcouru mal lu modes vie vie mer reportage sur ces marins pecheurs qui ecument oceans glaces bravent tempetes environnement faut il se preparer grandes secheresses il fait plus sec plus chaud resultat terre soif agriculteurs trinquent voyage renouveau chemins sacres marcheurs affluent vers routes spirituelles recherche grand voyage interieur bon plan bilbao bilbotars geopolitique terres fertiles louer puissants investisseurs etrangers trustent meilleurs champs pays sud neocolonialisme ou developpement agricole monde cartes iles tres disputees grande serie france villages perigord quercy panorama mensuel pepites terroir georeligion ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (125,1,' Bibliothécaire de soi-même Les bibliothèques publiques ont souvent pour origine des collections privées. Mais la fréquentation de ces bibliothèques n\'empêche pas, accompagne même, le goût pour constituer sa bibliothèque privée, « la reconstitution à son usage propre d\'une sorte de bibliothèque publique ». La gestion de ces bibliothèques privées se heurte aux mêmes problèmes que les bibliothèques institutionnelles, comme le classement, le rangement, mais aussi la politique d\'acquisition, même si le caractère privé de sa bibliothèque autorise de nombreuses licences au propriétaire des livres, « bibliothécaire de soi-même ». L\'obligation de conservation et d\'entretien est évidente, si celle de désherbage, désormais largement pratiqué dans les bibliothèques publiques, l\'est moins - tout comme le catalogage, et a fortiori le prêt. Bonnet Jacques Bulletin des bibliothèques de France BBF La bibliothèque vue par ses usagers, même bibliotheque vue par ses usagers meme Bibliothéconomie ',' bibliothecaire soi meme bibliotheques publiques ont souvent pour origine collections privees mais frequentation ces bibliotheques n empeche pas accompagne meme gout pour constituer sa bibliotheque privee reconstitution son usage propre sorte bibliotheque publique gestion ces bibliotheques privees se heurte memes problemes que bibliotheques institutionnelles comme classement rangement mais aussi politique acquisition meme si caractere prive sa bibliotheque autorise nombreuses licences proprietaire livres bibliothecaire soi meme obligation conservation entretien est evidente si celle desherbage desormais largement pratique dans bibliotheques publiques est moins tout comme catalogage fortiori pret bonnet jacques bulletin bibliotheques france bbf bibliotheque vue par ses usagers meme bibliotheque vue par ses usagers meme bibliotheconomie ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (126,1,' Voyages en BM La trajectoire d\'un usager des bibliothèques publiques, de l\'enfance à aujourd\'hui : autodidacte, il fréquente assidûment la bibliothèque municipale de Montreuil-sous-Bois, « copropriétaire d\'une BM unique dans la commune... Ma première patrie fut cette bibliothèque » ; le contact permanent des livres, le passage difficile de l\'adolescence, puis le « boulot d\'auteur », toujours accompagné des bibliothèques. « Aujourd\'hui, je ne ressemble pas à mes gosses. À cause ou grâce à ces livres empruntés chaque semaine, j\'ai quitté une classe sociale... sans jamais en trouver une autre de rechange. » Akkouche Mouloud Bulletin des bibliothèques de France BBF La bibliothèque vue par ses usagers, même bibliotheque vue par ses usagers meme Bibliothéconomie ',' voyages bm trajectoire usager bibliotheques publiques enfance aujourd hui autodidacte il frequente assidument bibliotheque municipale montreuil sous bois coproprietaire bm unique dans commune ma premiere patrie fut cette bibliotheque contact permanent livres passage difficile adolescence puis boulot auteur toujours accompagne bibliotheques aujourd hui je ne ressemble pas mes gosses cause ou grace ces livres empruntes chaque semaine j ai quitte classe sociale sans jamais trouver autre rechange akkouche mouloud bulletin bibliotheques france bbf bibliotheque vue par ses usagers meme bibliotheque vue par ses usagers meme bibliotheconomie ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (128,1,' Poisson rouge Interactica Jeux et jouets ',' poisson rouge interactica jeux jouets ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (129,1,' Georges petit-petit-petit magazine Le concept de Georges\r\n\r\nBienvenue dans l’univers de Georges, petit – petit – petit magazine, revue alternative trimestrielle créée par les Éditions Grains de Sel, pour les enfants ni trop petits ni trop grands (dès 7-8 ans et jusqu’à 12 ans). Mais aussi pour les plus grands qui s’intéressent au graphisme et à l’illustration.\r\n \r\nMais qui est Georges ?\r\nUn magazine décalé et exigeant qui stimule la curiosité et revisite les traitements traditionnels des magazines pour enfants.\r\n\r\nQuels sont ses atouts ?\r\nUn graphisme épuré et un thème original pour chaque numéro, sur un beau papier offset et recyclé, avec des illustrateurs aux univers sensibles et un second degré qui séduit les enfants (et même leurs parents).\r\n\r\nComment se présente-t-il ?\r\nPartie 1 – des HISTOIRES vraies, courtes, longues ou à l’envers.\r\nPartie 2 – des JEUX à colorier, calculer ou déchiffrer autour du thème du numéro.\r\nPartie 3 – des RUBRIQUES-À-BRAC pour découvrir des métiers, langues étrangères, scènes de films ou expériences scientifiques, mais de façon toujours farfelue ! Jeux et jouets Éd. Grains de sel PER J GEO ',' georges petit petit petit magazine concept georges bienvenue dans univers georges petit petit petit magazine revue alternative trimestrielle creee par editions grains sel pour enfants ni trop petits ni trop grands 7 8 ans jusqu 12 ans mais aussi pour plus grands qui s interessent graphisme illustration mais qui est georges magazine decale exigeant qui stimule curiosite revisite traitements traditionnels magazines pour enfants quels sont ses atouts graphisme epure theme original pour chaque numero sur beau papier offset recycle avec illustrateurs univers sensibles second degre qui seduit enfants meme leurs parents comment se presente il partie 1 histoires vraies courtes longues ou envers partie 2 jeux colorier calculer ou dechiffrer autour theme numero partie 3 rubriques brac pour decouvrir metiers langues etrangeres scenes films ou experiences scientifiques mais facon toujours farfelue 8201 jeux jouets ed grains de sel per j geo ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (68,1,' Les perles et autres contes Le symbole mystérieux d\'un collier qui a une perle de trop. La réalité crue qui vient anéantir le rêve et le bonheur offerts à une jeune aristocrate insouciante. L\'aventure, dans le port d\'Anvers, d\'un écrivain malheureux, qui fuit sa propre vie... Tels sont les thèmes et les personnages de ces trois contes. Et à travers eux, Karen Blixen nous démontre que le conte est bien l\'instrument privilégié de l\'exploration des mystères de la personnalité. Le doux velours du timbre d\'Anne Brochet nous transporte dans l\'univers mystérieux des contes de Karen Blixen. Une lecture posée qui met en mouvement l\'imagination de l\'auditeur. L\'écoute en classe de ces CD est autorisée par l\'éditeur Livres lus en format CD Metzger Marthe Blixen Karen Afrique Écoutez lire Gallimard ',' perles autres contes symbole mysterieux collier qui perle trop realite crue qui vient aneantir reve bonheur offerts jeune aristocrate insouciante aventure dans port anvers ecrivain malheureux qui fuit sa propre vie tels sont themes personnages ces trois contes travers eux karen blixen nous demontre que conte est bien instrument privilegie exploration mysteres personnalite doux velours timbre anne brochet nous transporte dans univers mysterieux contes karen blixen lecture posee qui met mouvement imagination auditeur ecoute classe ces cd est autorisee par editeur livres lus format cd metzger marthe blixen karen afrique ecoutez lire gallimard ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (74,1,' Rafara un conte populaire africain De Boel Anne-Catherine Afrique Pastel l\'école des loisirs ',' rafara conte populaire africain de boel anne catherine afrique pastel l ecole des loisirs ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (91,1,' Grosse légume Gourounas Jean Légumes Éd. du Rouergue ',' grosse legume gourounas jean legumes ed du rouergue ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (130,1,' Numéro Moustache Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture ! Georges petit-petit-petit magazine ',' numero moustache pour ce numero georges vous propose partie 1 histoires partie 2 jeux partie 3 rubriques brac lexique geoges vous souhaite mesdames messieurs agreable lecture georges petit petit petit magazine');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (131,1,' Numéro Cupcake Pour ce numéro, Georges vous propose :\r\nPartie 1 : des histoires\r\nPartie 2 : des jeux\r\nPartie 3 : des rubriques-à-brac\r\n+ un lexique\r\nGeoges vous souhaite, Mesdames et Messieurs, une agréable lecture ! Georges petit-petit-petit magazine Cuisine ',' numero cupcake pour ce numero georges vous propose partie 1 histoires partie 2 jeux partie 3 rubriques brac lexique geoges vous souhaite mesdames messieurs agreable lecture georges petit petit petit magazinecuisine ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (132,1,' Studio ciné live magazine Magazine mensuel.\r\nFusion de : \"Studio magazine\", ISSN 0982-8354\r\net de : \"Ciné live\", ISSN 1253-4250 Boulnois Philippe Cinéma Studio magazine PER STU ',' studio cine live magazine magazine mensuel fusion studio magazine issn 0982 8354 cine live issn 1253 4250 boulnois philippe cinema studio magazine per stu ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (133,1,' Dark Shadows dossier Tim Burton Tim Burton : une famille mortelle\r\nEva Green : mon journal de tournage\r\nFrankenweenie : l\'autre Burton\r\nTim sur un plateau Studio ciné live magazine ',' dark shadows dossier tim burton tim burton famille mortelle eva green mon journal tournage frankenweenie autre burton tim sur plateau studio cine live magazine ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (127,1,' L\'abeille et le bibliothécaire ou éthique du libre et lecture publique en zone rurale Mariant évolution des techniques et analyse des territoires ruraux, cet article se veut une réflexion (et une incitation) sur le travail en commun, une « théorie de la pratique », la mise en oeuvre professionnelle et partagée de la société de la connaissance. L\'exemple du RISOM (Réseau intercommunal et solidaire des médiathèques de Tence, St-Jeures et Le Mazet-St-Voy, Haute-Loire), qui propose le partage d\'informations sur des projets d\'animation, leurs outils et leurs usages, vient à l\'appui et en illustration de cette analyse. Aïoutz Renaud Bulletin des bibliothèques de France BBF Bibliothèques et techniques bibliotheques techniques Bibliothéconomie ',' abeille bibliothecaire ou ethique libre lecture publique zone rurale mariant evolution techniques analyse territoires ruraux cet article se veut reflexion incitation sur travail commun theorie pratique mise oeuvre professionnelle partagee societe connaissance exemple risom reseau intercommunal solidaire mediatheques tence st jeures mazet st voy haute loire qui propose partage informations sur projets animation leurs outils leurs usages vient appui illustration cette analyse aioutz renaud bulletin bibliotheques france bbf bibliotheques techniques bibliotheques techniques bibliotheconomie ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (77,1,' African psycho roman Quatrième de couverture\r\n« Que les choses soient claires : je ne souhaite pas être plus grand que l’Angoualima, ni me greffer des petits doigts, je veux être apprécié en fonction du résultat de mon geste criminel. Ne pouvant égaler les prouesses du Grand Maître, j\'aimerais au moins être considéré comme son fils spirituel. Pour cela, j\'en suis conscient, je dois encore travailler : tuer Germaine ce 29 décembre, c\'est-à-dire dans deux jours, n\'est qu\'une étape vers ce couronnement. »\r\n\r\nGrégoire Nakobomayo, orphelin, a grandi dans une ville industrielle de l\'Afrique post-coloniale. Accueilli quelque temps chez un couple instruit, il reçoit une éducation bourgeoise jusqu\'au jour où il plante son crayon dans l\'oeil du fils unique qui cherche à le violer. Obligé de fuir, il se réfugie dans le quartier le plus délabré de la ville et prend pour modèle \"Angoualima\", le célèbre serial killer qui depuis des années défie le pays, ses juges, ses flics et ses journalistes. Mais n\'est pas serial killer qui veut\r\nAvec humour -et.ironie-Alain Mabanckou conte les déboires d\'un psychopathe velléitaire et sans talent qui cherche dans la perversité un sens à sa vie. Mabanckou Alain Afrique Littérature d\'Afrique noire Serpent à plumes ',' african psycho roman quatrieme couverture que choses soient claires je ne souhaite pas etre plus grand que angoualima ni me greffer petits doigts je veux etre apprecie fonction resultat mon geste criminel ne pouvant egaler prouesses grand maitre j aimerais moins etre considere comme son fils spirituel pour cela j suis conscient je dois encore travailler tuer germaine ce 29 decembre c est dire dans deux jours n est qu etape vers ce couronnement gregoire nakobomayo orphelin grandi dans ville industrielle afrique post coloniale accueilli quelque temps chez couple instruit il recoit education bourgeoise jusqu jour ou il plante son crayon dans oeil fils unique qui cherche violer oblige fuir il se refugie dans quartier plus delabre ville prend pour modele angoualima celebre serial killer qui depuis annees defie pays ses juges ses flics ses journalistes mais n est pas serial killer qui veut avec humour ironie alain mabanckou conte deboires psychopathe velleitaire sans talent qui cherche dans perversite sens sa vie mabanckou alain afrique litterature afrique noire serpent a plumes ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (100,1,' Bébés à croquer Présentation de l\'éditeur\r\nCaneton, mouton, pingouin ou jeune chien... Vous allez fondre pour ces délicieux bébés animaux... A croquer ! Artisanat de nature;Ouvrages illustrés Elffers Joost Freymann Saxton Légumes Arts plastiques 740 Dessin - arts décoratifs Mila éd. ',' bebes croquer presentation editeur caneton mouton pingouin ou jeune chien vous allez fondre pour ces delicieux bebes animaux croquer artisanat nature ouvrages illustres elffers joost freymann saxton legumes arts plastiques 740 dessin arts decoratifs mila ed ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (111,1,' Beetlejuice Synopsis\r\nBarbara et Adam forment un adorable couple. Hélas survient un stupide accident de voiture et les voilà devenus fantômes obligés de hanter les murs de leur propre demeure ! Quelle n\'est pas leur déception lorsqu\'ils la voient livrée aux mains d\'une famille excentrique dont les membres évoluent entre hystérie et stupidité. Barbara et Adam tentent de les chasser. En vain. La seule solution : faire appel à Beetlejuice, un fantôme exorciseur de vivants... Keaton Mickael Burton Tim Cinéma fantastique Fantastique Collection Warner Warner home video ',' beetlejuice synopsis barbara adam forment adorable couple helas survient stupide accident voiture voila devenus fantomes obliges hanter murs leur propre demeure quelle n est pas leur deception lorsqu ils voient livree mains famille excentrique dont membres evoluent entre hysterie stupidite barbara adam tentent chasser vain seule solution faire appel beetlejuice fantome exorciseur vivants keaton mickael burton tim cinema fantastique fantastique collection warner warner home video ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (112,1,' Big Fish Synopsis\r\nApprenant qu\'Edward, son père, est sur le point de mourir, Will décide de se rapprocher de lui pour enfin connaître cet homme qui a bercé son enfance avec des contes plus ou moins fantastiques dans lesquels il se mettait en scène aux côtés de personnages extravagants et extraordinaires... McGregor Ewan Burton Tim Cinéma Columbia Tristar home video ',' big fish synopsis apprenant qu edward son pere est sur point mourir will decide se rapprocher lui pour enfin connaitre cet homme qui berce son enfance avec contes plus ou moins fantastiques dans lesquels il se mettait scene cotes personnages extravagants extraordinaires mcgregor ewan burton tim cinema columbia tristar home video ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (114,1,' Charlie et la chocolaterie Synopsis\r\nQuelles sont les merveilles qui t\'attendent dans l\'usine de Willy Wonka ? Pars à la découverte de vastes étendues d\'herbe sucrée au bon goût de menthe dans la Salle du Chocolat... Navigue sur la Rivière de Chocolat dans un grand bateau en sucre rose... Essaye le Gobestoppeur sans fin dans la Salle des Inventions... Observe les talentueux écureuils de la Salle de Tri des Noix et voyage en ascenseur de verre jusqu\'à la Salle de Télévision. Tu y trouveras une montagne d\'humour saupoudrée d\'un peu de mystère... et une aventure aussi savoureuse et agréable qu\'une tablette de Délice Fondant Wonka Guimauve-Caramel... Depp Johnny Burton Tim Cinéma Warner home video ',' charlie chocolaterie synopsis quelles sont merveilles qui attendent dans usine willy wonka pars decouverte vastes etendues herbe sucree bon gout menthe dans salle chocolat navigue sur riviere chocolat dans grand bateau sucre rose essaye gobestoppeur sans fin dans salle inventions observe talentueux ecureuils salle tri noix voyage ascenseur verre jusqu salle television tu y trouveras montagne humour saupoudree peu mystere aventure aussi savoureuse agreable qu tablette delice fondant wonka guimauve caramel depp johnny burton tim cinema warner home video ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (90,1,' Au coeur de l\'Afrique Présentation de l\'éditeur\r\nUne plongée au coeur de l\'Afrique, mère de l\'humanité et continent phare du IIIe millénaire. Face aux visions d\'une Afrique déchirée, voici de nouveaux éclairages. A travers des questions comme la désertification, la déforestation, l\'exode rural, la colonisation ou l\'explosion démographique, le continent se livre en profondeur. Sa géographie a été une donnée décisive, ses peuples se sont adaptés à une nature difficile. L\'Afrique, c\'est une histoire remplie d\'épisodes épiques d\'une richesse insoupçonnée, assombrie parla terrible période de l\'esclavage. C\'est aussi une leçon de courage et de solidarité inépuisables. Afrique noire;Géographie;Ouvrages pour la jeunesse;Histoire Nantet Bernard Afrique 910 Géographie - voyages Les encyclopes Milan ',' coeur afrique presentation editeur plongee coeur afrique mere humanite continent phare iiie millenaire face visions afrique dechiree voici nouveaux eclairages travers questions comme desertification deforestation exode rural colonisation ou explosion demographique continent se livre profondeur sa geographie ete donnee decisive ses peuples se sont adaptes nature difficile afrique c est histoire remplie episodes epiques richesse insoupconnee assombrie parla terrible periode esclavage c est aussi lecon courage solidarite inepuisables afrique noire geographie ouvrages pour jeunesse histoire nantet bernard afrique 910 geographie voyages encyclopes milan ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (97,1,' Une cuisine grande comme un jardin 60 recettes pour découvrir les fruits et les légumes du monde Présentation de l\'éditeur\r\nVoici un voyage extraordinaire au pays des fruits et des légumes. Des recettes qui nous les font découvrir différemment, des informations sur leur culture ou leur étonnante histoire, des proverbes du monde entier qui les célèbrent et les peintures de Martin Jarrie qui nous disent tout de leur chair et de leur saveur. Cuisine (fruits);Cuisine (légumes) Jarrie Martin Serres Alain Légumes Cuisine 640 Arts ménagers - cuisine, couture, soins de beauté Rue du monde ',' cuisine grande comme jardin 60 recettes pour decouvrir fruits legumes monde presentation editeur voici voyage extraordinaire pays fruits legumes recettes qui nous font decouvrir differemment informations sur leur culture ou leur etonnante histoire proverbes monde entier qui celebrent peintures martin jarrie qui nous disent tout leur chair leur saveur cuisine fruits cuisine legumes jarrie martin serres alain legumes cuisine 640 arts menagers cuisine couture soins beaute rue du monde ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (110,1,' Edward aux mains d\'argent Synopsis\r\nEdward est la création d\'un savant génial. Il ne possède pas de vrais mains, mais des lames très tranchantes à la place des doigts. Il peut réaliser avec ses instruments de véritables oeuvres d\'art, qui vont provoquer la curiosité et l\'enthousiasme de toute la ville. Mais il est capable de blesser et de faire mal quand il ne se contrôle plus... Ryder Winona Depp Johnny Burton Tim Cinéma Twentieth century Fox ',' edward mains argent synopsis edward est creation savant genial il ne possede pas vrais mains mais lames tres tranchantes place doigts il peut realiser avec ses instruments veritables oeuvres art qui vont provoquer curiosite enthousiasme toute ville mais il est capable blesser faire mal quand il ne se controle plus ryder winona depp johnny burton tim cinema twentieth century fox ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (101,1,' Fruits, légumes Présentation de l\'éditeur\r\nOh la belle verte! Si les légumes et les fruits étaient aussi beaux dans la réalité que dans cette « encyclopédie », les enfants les dévoreraient ! Bravi Soledad Légumes l\'École des loisirs-Loulou & Cie ',' fruits legumes presentation editeur oh belle verte si legumes fruits etaient aussi beaux dans realite que dans cette encyclopedie enfants devoreraient bravi soledad legumes l ecole des loisirs loulou cie ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (85,1,' Le grand amour du bibliothécaire Présentation de l\'éditeur\r\nLes livres, ça fait désordre et ça prend la poussière, c\'est tout. Voilà ce que pense Fulbert le bibliothécaire. D\'ailleurs, il n\'y a qu\'un seul livre dans sa bibliothèque ! Mais voici qu\'arrive la ravissante Rose-Marie, assoiffée de lecture. Fulbert, ébloui et troublé, est bien désemparé. Il va falloir qu\'il trouve des livres, et vite ! Littérature jeunesse;BD, Mangas, Humour Brisou-pellen Evelyn Bibliothéconomie Casterman ',' grand amour bibliothecaire presentation editeur livres ca fait desordre ca prend poussiere c est tout voila ce que pense fulbert bibliothecaire ailleurs il n y qu seul livre dans sa bibliotheque mais voici qu arrive ravissante rose marie assoiffee lecture fulbert ebloui trouble est bien desempare il va falloir qu il trouve livres vite litterature jeunesse bd mangas humour brisou pellen evelyn bibliotheconomie casterman ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (94,1,' Le jardin potager Présentation de l\'éditeur\r\nSais-tu faire germer des graines ? Quel est l\'outil le plus précieux du jardinier ? Qu\'est-ce qui pousse au bout du monde ? Jardinage;Albums;Jeunesse - Documentaires;Eveil, petite enfance, albums à colorier Guidoux Valerie Légumes Jardinage 580 Botanique - (les plantes) Kididoc Nathan ',' jardin potager presentation editeur sais tu faire germer graines quel est outil plus precieux jardinier qu est ce qui pousse bout monde jardinage albums jeunesse documentaires eveil petite enfance albums colorier guidoux valerie legumes jardinage 580 botanique plantes kididoc nathan ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (79,1,' Les loups Présentation de l\'éditeur\r\nC\'est l\'histoire d\'un lapin qui emprunte un ouvrage à la bibliothèque de son quartier, et qui découvre l\'extraordinaire, l\'incroyable pouvoir qu\'ont certains livres sur leur lecteur, parfois... Gravett Emily Bibliothéconomie Kaléidoscope ',' loups presentation editeur c est histoire lapin qui emprunte ouvrage bibliotheque son quartier qui decouvre extraordinaire incroyable pouvoir qu ont certains livres sur leur lecteur parfois gravett emily bibliotheconomie kaleidoscope ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (113,1,' Les noces funèbres Synopsis\r\nAu XIXe siècle, dans un village d\'Europe de l\'est, Victor, un jeune homme, découvre le monde des morts après avoir épousé, sans le vouloir, le cadavre d\'une mystérieuse mariée. Pendant son voyage, sa promise, Victoria l\'attend désespérément dans le monde des vivants. Bien que la vie au Royaume des Morts s\'avère beaucoup plus animée et joyeuse que sa véritable existence, Victor apprend que rien au monde, pas même la mort, ne pourra briser son amour pour sa femme... Burton Tim Cinéma Warner home video ',' noces funebres synopsis xixe siecle dans village europe est victor jeune homme decouvre monde morts apres avoir epouse sans vouloir cadavre mysterieuse mariee pendant son voyage sa promise victoria attend desesperement dans monde vivants bien que vie royaume morts s avere beaucoup plus animee joyeuse que sa veritable existence victor apprend que rien monde pas meme mort ne pourra briser son amour pour sa femme burton tim cinema warner home video ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (102,1,' Orange, pomme, poire Présentation de l\'éditeur\r\nUne orange, une pomme, une poire et un ours, Grégoire. Qui aurait imaginé que ces quatre mots puissent être conjugués en autant de façons ? Emily gravett, bien sûr ! Gravett Emily Légumes Kaléidoscope ',' orange pomme poire presentation editeur orange pomme poire ours gregoire qui aurait imagine que ces quatre mots puissent etre conjugues autant facons emily gravett bien sur gravett emily legumes kaleidoscope ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (99,1,' Rouge comme une tomate et autres émotions naturelles Présentation de l\'éditeur\r\nQuelle tête fais-tu lorsque tu es heureux ? Fatigué ? Fâché ? Ou que tu t\'es fait gronder ? Toutes les moues et expressions enfantines, des plus drôles aux plus tendres, sous la forme de fruits et légumes hilarants ! Elffers Joost Freymann Saxton Légumes Arts plastiques Mila éd. ',' rouge comme tomate autres emotions naturelles presentation editeur quelle tete fais tu lorsque tu es heureux fatigue fache ou que tu es fait gronder toutes moues expressions enfantines plus droles plus tendres sous forme fruits legumes hilarants elffers joost freymann saxton legumes arts plastiques mila ed ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (70,1,' Sagesse d\'Afrique paysages et pensées Présentation de l\'éditeur\r\nL\'Afrique se dévoile, au fil de magnifiques photographies accompagnées de pensées, de poèmes et de proverbes emplis de philosophie, à l\'image de ce continent dont la beauté invite à la médiation. Un voyage en terre d\'émerveillement, guidé par le regard de nombreux écrivains et d\'hommes engagés, pour découvrir un espace fascinant, ses paysages, sa faune et ses habitants. Contient diverses pensées, poèmes et proverbes de différents auteurs\r\nIndex Afrique;Photographies Zaïd Nassera Afrique 960 Histoire de l\'Afrique les Éd. du Toucan ',' sagesse afrique paysages pensees presentation editeur afrique se devoile fil magnifiques photographies accompagnees pensees poemes proverbes emplis philosophie image ce continent dont beaute invite mediation voyage terre emerveillement guide par regard nombreux ecrivains hommes engages pour decouvrir espace fascinant ses paysages sa faune ses habitants contient diverses pensees poemes proverbes differents auteurs index afrique photographies zaid nassera afrique 960 histoire afrique les ed du toucan ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (82,1,' La sagesse du bibliothécaire Présentation de l\'éditeur\r\nLe bibliothécaire aime les livres comme le marin aime la mer. Il n\'est pas nécessairement bon nageur mais il sait naviguer. L\'océan du savoir qui grise tous les savants, rend modeste le bibliothécaire. La bibliothèque est ce lieu indispensable où le savoir décante. Regardez comme cet océan furieux se calme dans la bibliothèque ! Le bibliothécaire sait lire les livres sans les ouvrir. Son regard transperce\r\nles couvertures. Il visite la page de titre, l\'auteur, les éditeurs, va directement au colophon, relève la date, le format,\r\nle nombre de pages, s\'attarde sur la table des matières, vérifie s\'il y a des index. Il évalue enfin sa robustesse et la qualité de son papier, celle de sa mise en page et de son impression.\r\nTout est dit. Si les auteurs savaient cela, ils feraient de faux livres uniquement pour les bibliothèques. Bibliothécaires;Déontologie;Travail Melot Michel Bibliothéconomie 020 Bibliothèques - et lecture, documentation Sagesse d\'un métier l\'Oeil neuf éd. ',' sagesse bibliothecaire presentation editeur bibliothecaire aime livres comme marin aime mer il n est pas necessairement bon nageur mais il sait naviguer ocean savoir qui grise tous savants rend modeste bibliothecaire bibliotheque est ce lieu indispensable ou savoir decante regardez comme cet ocean furieux se calme dans bibliotheque bibliothecaire sait lire livres sans ouvrir son regard transperce couvertures il visite page titre auteur editeurs va directement colophon releve date format nombre pages s attarde sur table matieres verifie s il y index il evalue enfin sa robustesse qualite son papier celle sa mise page son impression tout est dit si auteurs savaient cela ils feraient faux livres uniquement pour bibliotheques bibliothecaires deontologie travail melot michel bibliotheconomie 020 bibliotheques lecture documentation sagesse metier l oeil neuf ed ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (107,1,' Tim Burton Présentation de l\'éditeur\r\nIl était une fois un garçon qui aimait inventer des histoires. Il se dit qu\'un homme déguisé en chauve-souris, ça ferait peur aux méchants. Il pense à la petite fille qui passe de l\'autre côté du miroir et découvre un monde merveilleux. A la femme qui se prend pour un chat et qui joue avec l\'homme pingouin. Il se dit qu\'une citrouille ne remplacera jamais le Père Noël, mais qu\'elle pourrait avoir envie d\'essayer. Il imagine ce qui se passerait si les habitants de Mars attaquaient la Terre... Son rêve, c\'était de rassembler toutes ces histoires et tous leurs personnages. Aujourd\'hui, le petit garçon est devenu grands et il fait du cinéma. Le tour du monde des musées en BD et en jeu .: le musée du Palais a Pékin. Jeunesse;L\'Univers des Enfants Cinéma - Télévision Cinéma 700 Arts et loisirs Revue dada Arola ',' tim burton presentation editeur il etait fois garcon qui aimait inventer histoires il se dit qu homme deguise chauve souris ca ferait peur mechants il pense petite fille qui passe autre cote miroir decouvre monde merveilleux femme qui se prend pour chat qui joue avec homme pingouin il se dit qu citrouille ne remplacera jamais pere noel mais qu elle pourrait avoir envie essayer il imagine ce qui se passerait si habitants mars attaquaient terre son reve c etait rassembler toutes ces histoires tous leurs personnages aujourd hui petit garcon est devenu grands il fait cinema tour monde musees bd jeu musee palais pekin jeunesse univers enfants cinema television cinema 700 arts loisirs revue dada arola ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (98,1,' Trop bon ! les fruits et les légumes 22 recettes d\'enfants Présentation de l\'éditeur\r\nLes fruits et les légumes, c\'est trop bon ! Au fil de ces 22 recettes, découvre les fruits et les légumes comme tu ne les as encore jamais goûtés ! En glaces, en gratins, en pizzas ou même en gaufres ! Pas de doute, tes papilles adoreront tous ces petits plats concoctés spécialement par les enfants... pour les enfants ! Entre enfants, on se comprend ! Clément Marie-Christine Teyras Emmanuelle Légumes Cuisine 640 Arts ménagers - cuisine, couture, soins de beauté Mila éd. ',' trop bon fruits legumes 22 recettes enfants presentation editeur fruits legumes c est trop bon fil ces 22 recettes decouvre fruits legumes comme tu ne as encore jamais goutes glaces gratins pizzas ou meme gaufres pas doute tes papilles adoreront tous ces petits plats concoctes specialement par enfants pour enfants entre enfants on se comprend clement marie christine teyras emmanuelle legumes cuisine 640 arts menagers cuisine couture soins beaute mila ed ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (104,1,' 1 annales disque monde 1 La huitième couleur Quatrième de couverture\r\nDans une dimension lointaine et passablement farfelue, un monde se balade à dos de quatre éléphants, eux©mêmes juchés sur la carapace de la Grande Tortue... Oui, c\'est le Disque©monde... Les habitants de la cité d\'Ankh©Morpork croyaient avoir tout vu. Et Deuxfleurs avait l\'air tellement inoffensif, bonhomme chétif, fidèlement escorté par un Bagage de bois magique déambulant sur une myriade de petites jambes. Tellement inoffensif que le Patricien avait chargé le calamiteux sorcier Rincevent de sa sécurité dans la cité quadrillée par la Guilde des Voleurs et celle des Assassins ; mission périlleuse et qui devait les conduire loin : dans une caverne de dragons ; peut©être jusqu\'au Rebord du Disque. Car Deuxfleurs était d\'une espèce plus redoutable qu\'on ne l\'imaginait : c\'était un touriste... A la lumière de l\'octarine, la huitième couleur, celle de la magie, découvrez l\'univers fantastique et cocasse de Terry Pratchett. Couton Patrick Pratchett Terry Fantastique et merveilleux l\'Atalante ',' annales disque monde annales disque monde 1 huitieme couleur quatrieme couverture dans dimension lointaine passablement farfelue monde se balade dos quatre elephants eux memes juches sur carapace grande tortue oui c est disque monde habitants cite ankh morpork croyaient avoir tout vu deuxfleurs avait air tellement inoffensif bonhomme chetif fidelement escorte par bagage bois magique deambulant sur myriade petites jambes tellement inoffensif que patricien avait charge calamiteux sorcier rincevent sa securite dans cite quadrillee par guilde voleurs celle assassins mission perilleuse qui devait conduire loin dans caverne dragons peut etre jusqu rebord disque car deuxfleurs etait espece plus redoutable qu on ne imaginait c etait touriste lumiere octarine huitieme couleur celle magie decouvrez univers fantastique cocasse terry pratchett couton patrick pratchett terry fantastique merveilleux l atalante ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (105,1,' 2 annales disque monde 2 Le huitième sortilège Présentation de l\'éditeur\r\nOctogénaire, borgne, chauve et édenté, Cohen le Barbare, le plus grand héros de tous les temps, réussira-t-il à tirer Deuxfleurs et Rincevent des griffes de leurs poursuivants ? Question capitale, car le tissu même du temps et de l\'espace est sur le point de passer dans l\'essoreuse. Une étoile rouge menace de percuter le Disque-Monde et la survie de celui-ci est entre les mains du sorcier calamiteux : dans son esprit (très) brumeux se tapit en effet le... huitième sortilège ! La suite de l\'épopée la plus démente de la fantasy, avec, dans les seconds rôles, une distribution prestigieuse : le Bagage, l\'In-Octavo, Herrena la harpie, Kwartz le troll, Trymon l\'enchanteur maléfique et, naturellement, La Mort... Couton Patrick Pratchett Terry Fantastique et merveilleux l\'Atalante ',' annales disque monde annales disque monde 2 huitieme sortilege presentation editeur octogenaire borgne chauve edente cohen barbare plus grand heros tous temps reussira il tirer deuxfleurs rincevent griffes leurs poursuivants question capitale car tissu meme temps espace est sur point passer dans essoreuse etoile rouge menace percuter disque monde survie celui ci est entre mains sorcier calamiteux dans son esprit tres brumeux se tapit effet huitieme sortilege suite epopee plus demente fantasy avec dans seconds roles distribution prestigieuse bagage in octavo herrena harpie kwartz troll trymon enchanteur malefique naturellement mort couton patrick pratchett terry fantastique merveilleux l atalante ');
INSERT INTO notices_global_index (num_notice, no_index, infos_global, index_infos_global) VALUES (76,1,' 1 aya yopougon 1 Aya de Yopougon Côte d\'Ivoire, 1978. Aya, dix-neuf ans, vit à Yopougon, un quartier populaire d\'Abidjan. Ça sent le début des vacances mais très vite les choses vont commencer à se gâter…«Dans les années 1970, la vie était douce en Côte d’Ivoire. Il y avait du travail, les hôpitaux étaient équipés et l’école était obligatoire. J’ai eu la chance de connaître cette époque insouciante, où les jeunes n’avaient pas à choisir leur camp trop vite, et ne se préoccupaient que de la vie courante : les études, les parents, les amours… Et c’est cela que je veux raconter dans \"Aya\", cette Afrique qui subsiste malgré tout car, comme on dit chez nous, «la vie continue»…» (Marguerite Abouet) Oubrerie Clément Abouet Marguerite Afrique Littérature d\'Afrique noire Bayou Gallimard ',' aya yopougon aya yopougon 1 aya yopougon cote ivoire 1978 aya dix neuf ans vit yopougon quartier populaire abidjan ca sent debut vacances mais tres vite choses vont commencer se gater dans annees 1970 vie etait douce cote ivoire il y avait travail hopitaux etaient equipes ecole etait obligatoire j ai eu chance connaitre cette epoque insouciante ou jeunes n avaient pas choisir leur camp trop vite ne se preoccupaient que vie courante etudes parents amours c est cela que je veux raconter dans aya cette afrique qui subsiste malgre tout car comme on dit chez nous vie continue marguerite abouet oubrerie clement abouet marguerite afrique litterature afrique noire bayou gallimard ');
/*!40000 ALTER TABLE notices_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_langues`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_langues (
num_notice int(8) unsigned NOT NULL DEFAULT '0',
type_langue int(1) unsigned NOT NULL DEFAULT '0',
code_langue char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ordre_langue smallint(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_notice,type_langue,code_langue)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_langues`
--
LOCK TABLES notices_langues WRITE;
/*!40000 ALTER TABLE notices_langues DISABLE KEYS */;
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (87,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (103,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (74,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (113,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (81,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (93,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (84,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (88,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (72,0,'bam',2);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (72,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (72,0,'lin',1);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (105,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (106,0,'eng',1);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (71,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (92,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (95,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (82,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (102,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (105,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (97,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (70,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (113,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (86,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (94,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (77,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (96,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (104,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (91,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (90,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (75,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (111,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (110,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (101,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (112,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (104,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (103,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (98,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (114,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (76,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (114,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (108,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (106,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (107,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (89,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (69,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (112,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (111,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (86,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (87,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (110,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (102,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (83,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (85,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (79,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (79,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (78,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (78,1,'eng',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (73,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (120,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (121,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (122,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (123,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (124,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (125,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (126,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (127,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (128,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (129,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (130,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (131,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (132,0,'fre',0);
INSERT INTO notices_langues (num_notice, type_langue, code_langue, ordre_langue) VALUES (133,0,'fre',0);
/*!40000 ALTER TABLE notices_langues ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_mots_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_mots_global_index (
id_notice mediumint(8) NOT NULL DEFAULT '0',
code_champ int(3) NOT NULL DEFAULT '0',
code_ss_champ int(3) NOT NULL DEFAULT '0',
num_word int(10) unsigned NOT NULL DEFAULT '0',
pond int(4) NOT NULL DEFAULT '100',
position int(11) NOT NULL DEFAULT '1',
field_position int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (id_notice,code_champ,code_ss_champ,num_word,position,field_position),
KEY code_champ (code_champ),
KEY i_id_mot (num_word,id_notice),
KEY i_code_champ_code_ss_champ_num_word (code_champ,code_ss_champ,num_word)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
/*!50100 PARTITION BY KEY (code_champ,code_ss_champ)
PARTITIONS 50 */;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_mots_global_index`
--
LOCK TABLES notices_mots_global_index WRITE;
/*!40000 ALTER TABLE notices_mots_global_index DISABLE KEYS */;
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,30,0,1615,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,30,0,1624,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,30,0,694,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,40,0,18,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,30,0,1640,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,30,0,1639,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,30,0,1749,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,30,0,1748,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,10,0,760,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,30,0,458,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,30,0,1799,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,40,0,674,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,40,0,799,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,30,0,1814,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,30,0,694,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,30,0,493,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,30,0,1824,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,40,0,1822,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,30,0,1842,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,30,0,1853,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,40,0,1852,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,40,0,1856,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,30,0,1859,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,30,0,1858,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,30,0,5087,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,30,0,5088,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,30,0,1887,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,30,0,1888,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,10,0,1179,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,40,0,799,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,30,0,1909,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,30,0,17,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,30,0,1910,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,30,0,997,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,30,0,1923,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,30,0,1924,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,30,0,17,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,30,0,1934,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,30,0,1933,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,40,0,18,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,30,0,1949,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,30,0,997,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,30,0,1948,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,10,0,244,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,10,0,155,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,30,0,1995,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,30,0,1994,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,40,0,1852,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,30,0,2003,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,30,0,2002,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,30,0,2097,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,40,0,1852,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,30,0,997,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,30,0,2119,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,40,0,674,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,30,0,2194,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,30,0,953,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,30,0,690,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,40,0,1856,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,30,0,2208,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,30,0,2209,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,30,0,21,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,30,0,2221,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,30,0,2222,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,30,0,2234,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,40,0,799,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,30,0,2233,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,30,0,690,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,30,0,2259,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,40,0,799,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,30,0,21,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,30,0,458,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,30,0,2265,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,40,0,667,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,30,0,2283,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,30,0,530,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,30,0,2282,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,30,0,493,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,30,0,2295,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,40,0,2291,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,30,0,17,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,30,0,2302,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,30,0,2303,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,842,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,30,0,2313,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,30,0,1994,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,40,0,18,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,30,0,30,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,30,0,2320,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,30,0,2321,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,40,0,810,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,30,0,17,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,30,0,2320,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,30,0,2329,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,40,0,799,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,30,0,2320,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,30,0,1562,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,760,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,10,0,155,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,30,0,21,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,30,0,493,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,30,0,2341,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,40,0,667,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,30,0,1887,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,30,0,36,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,10,0,244,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,10,0,155,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,10,0,152,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,10,0,152,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,10,0,244,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,40,0,810,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,30,0,2381,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,30,0,3,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,40,0,1822,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,30,0,2392,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,30,0,2391,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,30,0,17,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,40,0,13,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,30,0,2405,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,30,0,2404,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,30,0,690,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,10,0,155,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,10,0,244,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,40,0,998,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,30,0,2431,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,30,0,690,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,30,0,2430,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,30,0,5089,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,30,0,38,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,30,0,5090,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,30,0,2446,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,30,0,1367,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,30,0,2445,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,30,0,2,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,30,0,2470,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,30,0,997,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,30,0,47,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,30,0,17,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,411,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,2479,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,40,0,667,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,1329,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,2480,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,997,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,10,0,1267,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,1329,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,411,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,2479,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,997,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,10,0,1267,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,40,0,18,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,10,0,2504,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,10,0,1329,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,10,0,152,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,1329,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,2479,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,411,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,2480,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,997,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,10,0,1452,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,411,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,2479,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,1329,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,2480,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,152,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,997,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,10,0,1267,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,40,0,676,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,40,0,1856,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,40,0,802,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,40,0,1852,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,40,0,2598,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,30,0,2600,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,30,0,2599,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,40,0,667,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,40,0,501,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,30,0,2831,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,30,0,2830,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,40,0,678,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,30,0,2954,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,30,0,2953,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,40,0,810,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,30,0,2975,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,30,0,2974,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,40,0,517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,8,94,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,8,361,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,8,213,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,8,361,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,8,213,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,361,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,213,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,213,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,361,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,8,94,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,8,361,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,8,213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,1,1591,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,1,1628,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,9,0,1623,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,27,1,1647,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,9,0,545,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,1,1653,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,1650,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,393,20,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,32,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,1760,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,1761,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,1762,20,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,272,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,1328,20,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,3,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,9,0,1347,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,27,1,1818,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,1,1254,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,9,0,1823,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,1,1830,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,9,0,1157,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,9,0,566,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,1,1849,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,9,0,325,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,9,0,1835,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,9,0,826,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,1,1846,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,1,1849,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,9,0,325,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,9,0,1508,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,9,0,530,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,1,1846,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,1,1865,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,9,0,1857,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,1,1878,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,9,0,1868,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,27,1,1890,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,1886,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,27,1,1912,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,28,1,1913,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,9,0,1893,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,1,1926,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,1759,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,1,1938,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,9,0,1929,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,1,784,110,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,1,1827,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,1,1954,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,1,1931,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,9,0,1941,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,1,1990,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,9,0,1959,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,1,2008,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,1,2007,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,1,2075,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,9,0,2010,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,1,2121,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,9,0,2102,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,1,2198,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,9,0,2132,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,1,2214,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,28,1,2215,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,1,2213,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,9,0,2205,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,1,2228,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,9,0,2219,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,1,2237,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,1383,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,1,2261,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,1390,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,1,2271,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,1,2267,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,1646,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,1,2268,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,28,1,2287,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,9,0,2275,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,1,2296,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,9,0,2292,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,27,1,2308,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,9,0,2132,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,9,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,1,2317,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,9,0,2310,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,27,1,2323,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,1383,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,28,1,2332,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,1823,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,27,1,2330,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,28,1,2332,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,2336,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,27,1,2330,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,1,2344,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,2340,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,27,1,1890,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,605,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,1157,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,518,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,566,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,325,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,1,2385,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,9,0,2206,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,1,2395,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,9,0,2390,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,1,2395,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,9,0,2401,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,9,0,2412,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,28,1,1254,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,28,1,2449,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,9,0,2442,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,9,0,2275,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,9,0,325,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,2478,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,1328,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,1326,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,1322,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,3,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,1326,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,3,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,17,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,2275,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,1328,20,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,1325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,1322,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,1323,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,1326,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,17,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,1328,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,2503,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,17,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,1322,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,1325,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,1326,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,3,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,2513,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,1328,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,17,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,1322,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,1325,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,1328,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,1326,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,3,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,2340,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,27,1,2420,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,17,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,1322,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,1325,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,9,0,17,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,1328,20,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,2524,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,2523,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,1328,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,1326,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,1,2517,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,1909,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,1760,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,3,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,9,0,17,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,1,2530,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,9,0,1761,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,9,0,1347,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,1,2536,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,9,0,1761,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,9,0,1347,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,27,1,2541,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,9,0,1761,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,9,0,1347,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,9,0,1326,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,9,0,3,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,27,1,2550,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,2548,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,1328,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,2547,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,393,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,1761,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,27,1,1629,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,1347,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,9,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,33,1,224,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,33,1,224,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,33,1,224,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,27,1,2829,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,33,1,943,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,27,1,2198,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,33,1,2827,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,33,1,1957,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,33,1,943,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,27,1,2888,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,33,1,2827,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,33,1,1957,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,33,1,943,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,27,1,2894,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,33,1,2827,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,33,1,1957,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,27,1,2901,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,33,1,2902,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,33,1,2902,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,27,1,2976,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,33,1,1467,80,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,33,1,2964,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,33,1,415,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,33,1,2965,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,6,1851,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,6,1850,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,6,1849,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,6,1851,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,6,1850,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,6,1849,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,28,6,1914,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,28,6,1913,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,28,6,2216,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,28,6,2215,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,6,2273,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,6,2272,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,6,2271,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,28,6,2288,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,28,6,2287,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,28,6,2333,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,28,6,2332,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,28,6,2333,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,28,6,2332,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,2,2384,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,2,2120,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,2,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,2,208,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,28,6,2450,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,28,6,2449,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,24,2,1906,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,24,2,2491,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,24,2,454,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,24,2,4127,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,3,1253,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,3,999,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,3,235,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,3,1253,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,3,999,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,3,235,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,20,3,311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,20,3,42,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,3,1603,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,3,1957,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,3,2586,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,3,1936,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,3,1603,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,3,1957,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,3,2586,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,3,1936,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,3,1936,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,121,0,1952,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,3,1957,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,121,0,703,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,3,1603,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,3,1957,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,3,2586,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,3,1936,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,1556,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,2582,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,2580,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,2581,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,1554,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,3,1552,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,3,444,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,3,46,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,3,2220,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,3,1239,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,3,1238,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,3,1237,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,1556,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,2582,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,2580,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,2581,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,1554,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,3,1552,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,1556,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,2582,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,2580,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,2581,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,1554,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,3,1552,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,1556,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,2582,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,2580,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,2581,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,1554,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,3,1552,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,3,1023,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,3,72,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,3,2576,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,3,2575,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,3,2568,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,3,1908,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,3,987,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,121,0,5108,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,3,2225,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,3,2225,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,3,1828,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,3,72,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,20,3,311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,20,3,42,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,3,1603,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,3,2586,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,121,0,5107,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,121,0,21,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,3,1828,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,121,0,5109,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,6,77,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,6,117,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,6,272,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,6,272,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,6,272,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,6,272,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,6,272,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,6,272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,6,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,6,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,6,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,6,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,6,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,6,117,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,6,117,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,6,117,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,6,117,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,6,117,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,6,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,25,2,5060,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,2,1758,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,2,999,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,2,1908,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,2,1758,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,2,999,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,2,1908,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,2,1758,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,2,999,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,2,1908,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,2,1758,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,2,999,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,2,1908,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,25,2,1554,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,25,2,2277,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,25,2,1554,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,25,2,1554,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,25,2,1554,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,2,72,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,2,5063,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,2,2290,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,2,72,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,2,5063,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,25,2,2290,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,25,2,1906,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,25,2,301,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,25,2,1906,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,25,2,301,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,25,2,1906,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,25,2,301,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,25,2,1232,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,2,3555,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,2,132,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,25,2,999,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,25,2,311,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,25,2,2220,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,25,2,999,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,25,2,1339,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,25,2,243,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,25,2,691,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,25,2,1947,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,25,2,5068,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,25,2,2938,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,25,2,5068,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,25,2,2938,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,25,2,1554,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,25,2,132,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,8,0,928,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,8,0,464,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,8,0,464,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,8,0,1958,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,8,0,928,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,8,0,260,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,8,0,464,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,8,0,317,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,8,0,464,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,8,0,317,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,17,0,117,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,17,0,1614,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,17,0,1613,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,17,0,603,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,7,0,18,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,5,1643,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,5,268,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,17,0,1638,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,5,1642,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,17,0,999,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,19,5,1751,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,17,0,1638,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,17,0,999,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,17,0,1798,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,17,0,999,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,17,0,1755,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,7,0,674,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,1182,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,1146,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,530,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,1813,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,1801,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,690,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,656,75,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,17,0,1801,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,7,0,799,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,7,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,5,532,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,5,1829,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,7,0,1822,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,7,0,1852,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,7,0,1856,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,5,1872,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,5,1875,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,5,1876,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,5,1874,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,462,75,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1801,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,392,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1908,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1801,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1801,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1146,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,17,0,1614,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,7,0,799,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,17,0,599,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,17,0,1932,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,17,0,1931,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,7,0,18,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,7,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,17,0,943,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,17,0,1947,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,17,0,1957,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,17,0,1030,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,17,0,2001,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,17,0,1920,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,17,0,1908,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,17,0,1801,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,7,0,1852,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,7,0,1852,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,7,0,674,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,17,0,603,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,17,0,1603,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,17,0,1957,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,17,0,2207,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,17,0,1554,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,7,0,1856,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,354,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,792,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,1758,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,1801,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,235,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,2220,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,19,5,2224,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,17,0,999,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,5,2236,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,7,0,799,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,7,0,799,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,7,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,2278,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,1146,75,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,2279,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,2281,75,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,178,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,1801,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,1146,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,2280,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,17,0,2277,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,7,0,667,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,7,257,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,7,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,7,0,2291,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,5,2305,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,1801,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,5,418,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,5,2306,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,1554,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,2298,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,354,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,2290,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,792,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,17,0,1554,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,5,2316,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,17,0,2290,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,5,1953,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,5,2315,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,17,0,2298,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,17,0,1554,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,17,0,1554,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,7,0,18,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,7,0,810,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,7,0,799,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,17,0,1229,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,17,0,1546,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,17,0,792,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,17,0,2337,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,7,0,667,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,7,0,810,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,7,0,1822,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,5,313,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,7,0,13,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,5,313,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,7,0,998,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,2429,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,462,75,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,1908,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,392,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,1908,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,462,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,392,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,17,0,1614,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,17,0,1047,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,17,0,185,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,17,0,1801,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,1146,75,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,1755,75,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,1232,75,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,1801,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,2469,75,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,311,75,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,17,0,1571,75,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,7,0,667,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,5,418,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,5,2494,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,5,2493,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,5,2508,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,5,2507,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,7,0,18,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,5,418,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,5,2494,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,5,2493,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,5,418,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,5,2494,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,5,2493,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,7,0,676,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,7,0,1856,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,7,0,802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,7,0,1852,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,7,0,2598,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,7,0,667,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,19,5,2832,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,7,0,501,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,5,2955,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,7,0,678,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,7,257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,5,532,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,7,0,810,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,7,53,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,7,0,517,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,19,1,672,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,1,1641,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,1,511,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,1,464,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,1,268,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,19,1,1750,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,1,1800,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,19,1,672,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,1,1827,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,1,1828,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,1,1826,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,1,1255,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,1,1825,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,1,1862,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,1,1861,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,1,1860,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,1,1873,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,1,1872,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,1,1871,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,19,1,1889,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,1,1911,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,19,1,1925,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,1,1425,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,1,1935,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,1,464,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,1951,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,1874,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,511,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,1254,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,1950,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,1,464,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,1,1997,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,1,1996,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,1,1254,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,1,943,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,19,1,2004,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,19,1,2195,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,1,2210,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,1,464,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,19,1,2223,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,1,2235,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,1,511,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,1,464,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,1,2260,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,1,1800,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,19,1,2284,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,1,1828,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,1,1827,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,1,1826,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,1,2304,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,1,464,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,1,2314,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,1,511,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,1,305,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,1,2322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,1,464,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,1,2322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,1,464,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,1,2322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,1,464,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,2343,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,2342,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,1828,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,1827,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,1826,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,19,1,1889,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,1,2393,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,1,2393,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,1,2432,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,1,7,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,19,1,2441,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,1,2447,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,1,132,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,1,1616,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,1,311,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,1,2483,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,1,2482,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,1,2481,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,1,2492,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,1,2491,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,1,1323,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,1,2506,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,1,2505,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,1,2492,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,1,1323,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,1,2492,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,1,2491,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,1,1323,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,1,2492,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,1,2491,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,1,1323,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,19,1,2525,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,19,1,2529,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,1,2535,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,1,2534,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,1,2533,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,1,943,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,1,2540,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,1,2533,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,1,2549,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,1,2534,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,1,2602,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,1,2601,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,1,2258,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,19,1,2829,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,5,5091,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,5064,100,2,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,678,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,5,5092,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,2828,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,1314,100,2,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,5,640,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,5065,100,2,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,3984,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,216,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,2829,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,2828,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,3,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,5,5091,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,5066,100,2,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,678,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,5,5092,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,2828,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,1314,100,2,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,5,640,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,5067,100,2,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,3984,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,216,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,2829,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,2828,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,3,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,5,5091,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,3987,100,2,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,3985,100,2,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,5,5092,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,517,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,3986,100,2,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,5,640,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,2828,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,3984,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,216,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,2829,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,2828,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,3,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,1,2908,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,1,2907,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,1,1254,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,1,464,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,1,1467,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,1,415,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,3,1810,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,3,1809,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,3,1884,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,3,1470,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,3,1470,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,3,2129,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,3,2128,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,3,1999,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,3,1470,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,3,1856,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,3,1754,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,3,1848,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,5,2500,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,3,1851,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,3,1851,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,5,2500,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,5,2500,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,3,2273,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,5,2500,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,5,2500,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,5,346,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,5,147,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,5,418,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,5,2500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,403,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,99,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,349,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,6,0,17,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,6,0,3,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,403,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,99,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,349,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,403,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,99,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,349,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,403,100,2,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,403,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,349,100,2,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,349,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,99,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,99,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,6,0,3,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,6,0,17,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,2,3983,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,2,3983,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,2,3983,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,4,403,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,4,349,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,4,99,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,3,1619,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,3,1618,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,3,1632,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,3,1631,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,3,1754,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,3,1832,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,3,1848,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,23,2,1834,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,23,2,1833,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,3,1848,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,23,2,1834,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,23,2,1833,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,3,1851,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,3,1880,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,3,1809,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,3,1928,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,23,2,1915,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,3,1940,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,3,1999,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,3,2098,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,3,2123,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,3,2200,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,3,2230,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,3,2238,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,3,1619,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,3,2270,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,3,2123,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,3,2270,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,3,2238,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,3,2387,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,3,2397,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,2,2394,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,2,1347,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,2,305,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,3,2397,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,2,2394,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,2,1347,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,2,305,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,3,2128,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,3,802,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,3,2270,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,3,2538,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,21,2,1617,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,21,2,858,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,2,1626,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,2,331,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,2,1627,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,2,1625,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,2,454,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,2,5061,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,2,5062,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,2,2967,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,2,117,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,2,272,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,21,2,1816,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,21,2,1801,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,21,2,1845,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,21,2,1845,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,21,2,1877,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,2,1801,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,2,325,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,2,673,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,2,552,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,21,2,673,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,2,1148,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,2,368,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,2,1149,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,2,401,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,2,1758,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,2,454,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,21,2,2120,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,21,2,2005,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,21,2,2227,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,21,2,2266,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,21,2,629,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,21,2,2286,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,21,2,2120,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,21,2,1908,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,21,2,733,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,21,2,2436,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,21,2,2435,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,21,2,2448,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,2,2473,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,2,2472,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,2,2471,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,2,311,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,21,2,2491,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,21,2,454,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,15,0,224,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,15,0,216,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,15,0,2829,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,15,0,2828,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,15,0,216,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,15,0,2898,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,15,0,2897,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,15,0,2898,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,15,0,2952,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,2956,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,2962,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,2952,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,2898,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,2963,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,2962,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,2952,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,2898,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,216,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,2972,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,683,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,2973,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,15,0,132,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,6,1618,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,6,1619,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,6,1590,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,6,1591,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,6,1632,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,6,1631,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,6,1630,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,6,1629,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,6,1628,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,27,6,1648,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,27,6,1647,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,6,1652,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,6,1754,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,6,1653,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,27,6,1819,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,27,6,1818,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,6,1831,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,6,1832,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,6,1600,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,6,1830,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,6,1848,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,6,1847,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,6,1846,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,6,1848,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,6,1847,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,6,1846,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,6,1866,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,6,1865,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,6,1851,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,6,1809,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,6,1879,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,6,1880,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,6,1878,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,27,6,1891,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,27,6,1890,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,27,6,1912,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,6,1928,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,6,1927,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,6,1926,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,6,1940,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,6,1939,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,6,1938,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,6,1954,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,6,1931,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,27,6,784,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,6,1989,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,6,1999,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,6,1990,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,6,2009,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,6,2008,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,6,2007,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,6,2074,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,6,2098,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,6,2075,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,6,2123,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,6,2122,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,6,2121,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,6,2200,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,6,2199,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,6,2198,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,6,2214,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,6,2213,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,6,546,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,6,2230,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,6,2229,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,6,2228,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,6,255,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,6,2238,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,6,2237,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,6,2262,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,6,2261,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,6,1619,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,6,2270,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,6,2269,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,6,2268,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,6,2267,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,6,2297,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,6,2296,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,6,2123,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,27,6,2309,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,27,6,2308,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,6,2317,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,6,2270,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,6,1866,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,27,6,2324,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,27,6,2323,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,27,6,2331,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,27,6,2330,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,27,6,2331,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,27,6,2330,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,6,2345,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,6,2344,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,6,2238,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,27,6,1891,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,27,6,1890,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,6,2387,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,6,2386,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,6,2385,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,6,2397,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,6,2396,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,6,2395,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,6,2397,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,6,2396,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,6,2395,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,27,6,2420,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,27,6,2419,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,6,2517,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,6,2516,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,6,2128,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,6,802,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,6,2531,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,6,2530,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,6,2270,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,6,2538,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,6,2537,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,6,2536,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,27,6,2542,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,27,6,2541,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,27,6,2550,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,27,6,1629,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,27,6,2829,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,1,3111,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,1,3023,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,120,1,858,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,27,6,2199,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,27,6,2198,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,1,3111,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,1,3023,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,120,1,858,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,27,6,2889,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,27,6,2888,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,1,3111,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,1,3023,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,120,1,858,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,27,6,2895,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,27,6,2894,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,27,6,2901,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,27,6,2976,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,27,6,2297,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,2,2597,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,2,2596,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,2,2592,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,2,476,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,2,3188,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,2,999,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,2,1255,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,2,1253,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,2,1254,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,2,235,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,2,3190,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,2,999,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,2,1255,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,2,1253,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,2,1254,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,2,235,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,2,3192,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,2,42,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,20,2,311,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,2,3194,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,2,3197,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,2,3197,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,2,3199,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,2,1030,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,2,3199,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,2,1030,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,2,3202,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,2,371,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,2,3204,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,2,371,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,2,3206,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,2,3209,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,2,3208,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,2,3212,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,2,3211,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,2,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,2,2586,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,2,3214,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,2,1603,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,2,1957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,2,1936,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,2,3217,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,2,3217,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,2,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,2,2586,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,2,1603,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,2,1957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,2,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,2,2586,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,2,1329,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,2,1603,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,2,1957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,2,262,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,2,106,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,2,3221,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,2,3220,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,2,3223,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,2,3208,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,2,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,2,2586,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,2,102,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,2,1603,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,2,1957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,2,3226,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,1556,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,2582,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,2581,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,1254,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,2,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,1554,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,2580,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,2,3228,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,2,46,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,2,444,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,2,2220,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,2,3230,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,2,3232,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,2,1030,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,2,2267,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,2,2267,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,2,3236,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,2,1237,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,2,268,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,2,1239,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,2,1238,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,2,3240,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,2,3240,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,2,3240,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,2,3242,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,1254,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,2,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,1556,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,2582,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,2581,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,2580,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,1554,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,2,3244,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,1254,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,2,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,1556,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,2582,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,2581,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,2580,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,1554,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,2,3246,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,1254,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,2,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,1556,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,2582,100,2,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,2581,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,2580,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,1554,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,2,2578,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,2,2575,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,2,2578,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,2,2575,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,2,72,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,2,2576,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,2,1023,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,2,3249,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,2,3206,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,2,3249,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,2,957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,2,3253,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,2,957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,2,3253,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,2,957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,2,3256,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,2,325,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,2,2568,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,2,1908,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,2,2419,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,2,2225,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,2,1828,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,2,3197,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,2,1828,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,2,2225,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,2,2484,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,2,72,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,2,2594,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,2,42,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,20,2,311,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,2,2498,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,2,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,2,2565,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,2,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,2,2501,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,2,1322,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,2,2562,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,2,2559,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,2,2560,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,2,2559,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,2,3,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,2,2557,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,2,997,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,2,3,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,2,2530,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,2,997,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,2,3,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,2,2554,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,2,997,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,2,3,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,2,2544,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,2,997,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,2,3,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,2,2552,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,2,997,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,2,2979,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,2,224,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,2,2979,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,2,224,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,2,2979,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,2,224,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,2,2979,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,2,251,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,2,224,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,2,3260,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,2,2979,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,29,6,1621,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,29,6,1620,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,21,1,858,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,21,1,1617,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,1,1626,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,1,331,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,1,1627,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,1,1625,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,21,1,454,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,19,9,672,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,20,1,1253,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,9,4127,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,9,1643,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,9,1642,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,9,1641,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,19,9,464,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,20,1,1253,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,19,9,1751,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,19,9,1750,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1804,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1803,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1806,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1809,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1808,0,3,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1807,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1805,0,3,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,6,1810,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,9,1800,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,1,117,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,1,1802,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,1,1802,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,20,1,42,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,1,272,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,21,1,1816,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,21,1,1801,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,19,9,672,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,1825,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,1826,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,1828,0,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,1829,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,4127,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,19,9,532,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,21,1,1845,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,21,1,1845,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,9,1862,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,9,1860,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,1882,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,1884,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,92,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,255,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,1883,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,6,1881,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,9,1876,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,9,1871,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,9,1873,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,21,1,1877,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,9,4127,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,19,9,1875,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,19,9,1889,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,1,325,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,1,1255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,1,1801,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,21,1,1872,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,19,9,1911,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,19,9,1925,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,1,673,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,1,1802,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,20,1,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,1,552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,21,1,1872,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,9,1425,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,9,1935,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,19,9,464,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,9,464,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,21,1,1254,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,6,1956,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,9,1950,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,6,1470,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,6,1955,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,19,9,1951,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,21,1,1953,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,20,1,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,21,1,673,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,1,1148,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,1,1149,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,20,1,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,21,1,368,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,9,943,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,9,1996,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,19,9,1997,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,19,9,2004,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,6,1470,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,6,2099,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,6,2100,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,1,401,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,1,454,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,21,1,1758,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2125,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,1192,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2128,0,3,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,1999,0,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2127,0,3,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2124,0,3,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,1652,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,21,1,2120,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2129,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,1420,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,6,2126,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,21,1,2005,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,20,1,1936,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,19,9,2195,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,9,464,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,6,255,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,9,2210,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,6,2218,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,6,2217,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,20,1,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,21,1,2227,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,21,1,268,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,20,1,46,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,19,9,2224,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,19,9,2223,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,9,2236,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,9,2235,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,19,9,464,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,9,2260,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,21,1,629,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,21,1,2266,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,21,1,1861,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,9,1800,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,21,1,2286,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,20,1,1237,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,19,9,2284,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,9,1828,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,9,1826,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,20,1,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,2306,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,2304,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,418,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,2305,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,464,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,19,9,4127,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,9,4127,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,6,2318,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,9,305,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,9,2314,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,6,2319,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,6,1470,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,9,2315,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,20,1,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,19,9,2316,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,9,2322,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,6,1192,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,9,464,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,6,1850,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,6,2325,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,20,1,1552,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,9,2322,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,19,9,464,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,20,1,2575,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,9,2322,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,19,9,464,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,2343,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,2342,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,1828,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,1826,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,19,9,1889,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,1521,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,1856,0,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,2199,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,1754,0,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,21,1,2120,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,2388,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,6,1626,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,29,6,2399,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,9,2393,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,29,6,2398,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,19,9,313,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,29,6,2399,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,9,2393,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,29,6,2398,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,19,9,313,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,21,1,733,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,20,1,987,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,21,1,1908,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,9,2432,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,19,9,7,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,21,1,2436,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,21,1,2435,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,20,1,2225,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,19,9,2441,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,21,1,2448,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,20,1,2225,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,9,2447,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,19,9,132,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,9,1616,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,1874,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,1254,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,2473,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,311,100,2,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,6,2475,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,9,1801,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,6,2474,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,19,9,311,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,6,1848,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,2471,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,20,1,42,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,21,1,2472,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,6,2488,0,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,9,2483,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,6,2486,0,2,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,6,2489,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,6,2487,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,9,2481,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,9,2482,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,418,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,2493,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,2491,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,29,6,2496,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,4127,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,2494,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,1323,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,19,9,2492,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,29,6,2495,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,21,1,2491,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,21,1,454,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,2506,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,2505,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,4127,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,1323,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,2492,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,29,6,2509,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,29,6,2510,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,2508,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,19,9,2507,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,2494,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,1323,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,418,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,2493,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,2491,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,4127,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,19,9,2492,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,2491,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,29,6,2488,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,4127,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,2494,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,1323,0,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,2492,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,29,6,2486,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,418,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,19,9,2493,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,19,9,2525,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,19,9,2529,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,943,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,2534,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,2533,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,19,9,2535,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,9,2540,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,9,393,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,9,2533,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,9,2534,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,19,9,2549,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,9,2258,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,9,2601,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,19,9,2602,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,19,9,2832,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,19,9,2829,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,9,2955,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,9,2908,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,9,2907,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,19,9,464,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,9,415,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,9,532,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,9,1467,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,19,9,4127,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,29,2,1621,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,2,1808,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,2,1807,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,2,1806,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,2,92,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,2,1883,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,2,255,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,2,1956,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,2,2100,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,2,1192,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,2,2127,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,2,1652,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,2,2218,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,2,255,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,2,2319,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,2,2325,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,2,1192,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,2,2199,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,2,1626,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,29,2,2399,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,29,2,2399,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,2,2475,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,2,2489,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,2,2488,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,29,2,2496,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,29,2,2510,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,29,2,2488,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,148,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,368,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,553,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1603,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1591,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1601,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1573,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1590,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1591,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1589,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1588,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1047,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1593,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1571,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1595,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,868,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,121,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,453,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1610,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,339,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1587,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,412,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1597,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1590,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1586,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,161,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,370,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1598,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,577,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1602,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,361,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1605,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,193,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1596,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,100,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,394,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1585,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,370,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1584,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1600,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1582,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1604,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,121,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1608,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,331,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,161,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,85,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1581,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1580,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,759,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,920,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1579,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1156,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,388,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1578,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1599,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1577,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1609,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1594,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1592,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,193,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,632,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1583,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,370,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1576,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1571,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,375,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,473,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1575,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,370,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1574,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1573,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,117,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1611,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1607,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1572,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,1606,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,14,0,553,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,404,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,2627,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,459,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1056,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,513,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3728,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1634,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,544,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3720,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1299,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1638,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1228,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1004,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,118,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3719,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,331,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,2582,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,2628,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3724,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,394,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,692,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3718,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3717,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3726,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3727,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,399,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3725,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1381,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3723,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,999,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,422,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,404,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3722,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,4,0,544,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,4,0,1381,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1274,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,180,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3729,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,1635,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,354,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,14,0,3721,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1381,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1732,100,1,206);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1004,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,354,100,1,168);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1695,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1228,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1692,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1714,100,1,159);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1664,100,1,149);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1653,100,1,250);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,193,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1740,100,1,225);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,476,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,446,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1739,100,1,224);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1716,100,1,161);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,251,100,1,171);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,444,100,1,163);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1691,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1651,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1161,100,1,232);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,190,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1690,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1727,100,1,193);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,370,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,251,100,1,233);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,471,100,1,237);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1717,100,1,165);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,725,100,1,245);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1649,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,118,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1689,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1712,100,1,155);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1700,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,122,100,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,354,100,1,177);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,186,100,1,183);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,209);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1704,100,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,553,100,1,216);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1733,100,1,208);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,418,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1686,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1747,100,1,244);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1687,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,272,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,314,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1653,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1718,100,1,172);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,703,100,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1652,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1685,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1730,100,1,199);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,411,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,272,100,1,176);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,281,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1684,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1683,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1664,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1682,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,470,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,412,100,1,164);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,404,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1588,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1107,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,324,100,1,215);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1719,100,1,173);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1681,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,368,100,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1699,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1728,100,1,195);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1697,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,591,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1688,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,284,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1680,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1148,100,1,194);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1679,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,226,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1693,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,475,100,1,213);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,354,100,1,219);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1678,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,693,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1725,100,1,191);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1711,100,1,154);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1381,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1677,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,248);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,367,100,1,198);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1676,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1455,100,1,230);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1675,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1746,100,1,243);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,157);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1649,100,1,187);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1272,100,1,180);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1742,100,1,229);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1674,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1738,100,1,223);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1673,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1702,100,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1588,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1148,100,1,226);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,577,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1724,100,1,190);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,55,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1161,100,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,197);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1672,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,444,100,1,247);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,577,100,1,148);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,370,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,370,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,418,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1671,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1670,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1735,100,1,217);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1161,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1729,100,1,196);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1713,100,1,158);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1636,100,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1652,100,1,249);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1272,100,1,185);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,586,100,1,169);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,640,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,193,100,1,167);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1669,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,773,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1668,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,186);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,242,100,1,236);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1667,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1665,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,284,100,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,162);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1666,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1665,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,472,100,1,153);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1304,100,1,214);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,201);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1093,100,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1148,100,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1698,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,118,100,1,175);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,331,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,138,100,1,212);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,284,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,182);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1162,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,331,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1744,100,1,235);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1710,100,1,152);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,472,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,566,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1164,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1588,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,843,100,1,242);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,344,100,1,189);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1726,100,1,192);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1721,100,1,179);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1741,100,1,228);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1728,100,1,205);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,201,100,1,174);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,327,100,1,200);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1215,100,1,221);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1664,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1663,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1734,100,1,227);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,656,100,1,246);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1736,100,1,218);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1148,100,1,204);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,656,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,241);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1004,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1742,100,1,231);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,668,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1701,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,240);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1056,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,122,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1184,100,1,207);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,161,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1662,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,412,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1661,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,999,100,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1660,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1638,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1745,100,1,239);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1224,100,1,202);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1659,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1734,100,1,210);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,118,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1442,100,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,697,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1708,100,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,180,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,643,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,459,100,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,704,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,314,100,1,151);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,242,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,368,100,1,170);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1743,100,1,234);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,121,100,1,181);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,654,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,647,100,1,211);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1720,100,1,178);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1657,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1656,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1731,100,1,203);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,843,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1703,100,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,242,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1655,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,55,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1004,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1707,100,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1658,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,760,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1654,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,384,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1653,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1705,100,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1657,100,1,220);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1652,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,656,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1737,100,1,222);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1722,100,1,184);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1706,100,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1424,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1148,100,1,238);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1696,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,123,100,1,156);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,348,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1651,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1715,100,1,160);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,476,100,1,166);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1723,100,1,188);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1709,100,1,150);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,1694,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,14,0,242,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,668,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1797,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,412,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1089,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1793,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1768,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,161,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1787,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1789,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1764,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1794,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,348,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1790,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1788,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1773,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1771,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1783,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1796,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1756,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,161,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1755,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1758,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1244,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1500,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,999,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1777,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1786,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,784,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,609,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1795,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1792,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1700,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,354,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,4,0,1755,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,193,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,4,0,1759,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,4,0,1758,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,394,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,4,0,999,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1742,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,14,0,1791,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,4,0,1821,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,4,0,148,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,4,0,55,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,324,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3302,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1674,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1826,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2785,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,257,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,473,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,242,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3658,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,399,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3924,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,284,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,442,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3920,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3919,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3918,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,999,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,123,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,194,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,161,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,193,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,447,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,368,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3662,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,553,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1846,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,251,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,577,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,323,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3917,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1581,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1706,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,760,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,476,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2785,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,314,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3922,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2046,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1821,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,194,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,138,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3468,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2724,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1712,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,65,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1771,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2676,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1847,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3926,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,855,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,161,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3932,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3927,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1834,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3930,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2669,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,370,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,656,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2931,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,577,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,123,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,586,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1425,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3931,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,368,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,654,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1124,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1810,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1833,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,197,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3756,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,399,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3435,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,703,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3921,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3916,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1898,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3923,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3933,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,472,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1148,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1771,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1500,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,269,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3925,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,577,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1833,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3429,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3849,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3929,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,3928,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,1500,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,599,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,14,0,2747,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,577,100,1,159);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,4,0,391,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3455,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,370,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,118,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3449,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2064,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3459,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3475,100,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3186,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,399,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3466,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,404,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2063,100,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3472,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3448,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,476,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3452,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3447,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,902,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1148,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3458,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3446,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,127,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3445,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,251,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,161,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,161,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,586,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1702,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,404,100,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,354,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3444,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,902,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,370,100,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1050,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,703,100,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,411,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3464,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,370,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,138,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,420,100,1,152);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3468,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3463,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3443,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3473,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2872,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,284,100,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,578,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,755,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3457,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3442,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,411,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,251,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,703,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1139,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3481,100,1,157);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,260,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,871,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,829,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,250,100,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,226,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3479,100,1,150);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1866,100,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1033,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,161,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1920,100,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1651,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,173,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3450,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3480,100,1,156);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3441,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3440,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3439,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,314,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,890,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3478,100,1,149);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3460,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3438,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,242,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1442,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2800,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3437,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1161,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,999,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2807,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3436,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,578,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3472,100,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,917,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3435,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1148,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3453,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3476,100,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3474,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3471,100,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3434,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,161,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,629,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3477,100,1,148);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,364,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3462,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,193,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3471,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,127,100,1,154);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3433,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1215,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,324,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,472,100,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1014,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1734,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,148,100,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2909,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1162,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3432,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1898,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3461,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,65,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,368,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,720,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,161,100,1,155);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,226,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,578,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,119,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3454,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,394,100,1,158);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2960,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3456,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1033,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,314,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3469,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1148,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,348,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3431,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,404,100,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3465,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,773,100,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,242,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,348,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,472,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3432,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,193,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,242,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2707,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,193,100,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,118,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3451,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,640,100,1,151);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3430,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3429,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,368,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1935,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3467,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3470,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,370,100,1,153);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1865,100,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,1466,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,3488,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,354,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,14,0,2643,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3783,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,118,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,789,100,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,391,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3779,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1224,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,842,100,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,784,100,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,718,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,161,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1089,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1500,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3801,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3778,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3798,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3777,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,399,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3800,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3776,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3775,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3774,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1867,100,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,609,100,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,491,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,257,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,194,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,553,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,388,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3792,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,370,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1086,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,368,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3773,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3781,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,479,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1867,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3788,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3789,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,331,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,354,100,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3772,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,305,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,239,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,190,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,148,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3771,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,368,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,842,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2687,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,591,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2107,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3148,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,331,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3770,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3785,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3802,100,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1700,100,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,577,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3786,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,193,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2050,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,331,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3805,100,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3794,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,640,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3769,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3787,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3780,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3797,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,662,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1192,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,411,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3768,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,364,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3784,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,412,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2463,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,391,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1162,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2314,100,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,920,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,609,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3767,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,194,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3765,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,242,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,370,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,324,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2150,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3791,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,842,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3790,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1228,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3782,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3787,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,138,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3764,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,391,100,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3806,100,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3796,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3763,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,405,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,418,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,364,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3762,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,299,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,242,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,190,100,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3761,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,2892,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1899,100,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3804,100,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,852,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1878,100,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,190,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,324,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1899,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,609,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,194,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,305,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3788,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,870,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,388,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3793,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,242,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3766,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,925,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,980,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3795,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3760,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,338,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3787,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3789,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3799,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,791,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,418,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3787,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,193,100,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,190,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,447,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,405,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3781,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,3803,100,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,609,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,242,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,668,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3640,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,1007,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,267,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,269,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,235,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,679,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,193,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3468,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3679,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,2111,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,370,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,364,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,99,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3675,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,476,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3676,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3678,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,411,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,370,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,3677,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,603,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,418,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,123,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,193,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,579,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,399,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1901,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1900,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1674,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,314,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1899,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,364,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,920,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1405,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1898,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1904,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,459,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,603,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1898,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1901,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1405,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1906,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1896,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,916,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,916,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1905,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1897,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,370,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,161,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1895,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,852,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,906,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,370,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1596,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1894,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1162,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1697,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,121,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1902,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,354,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,14,0,1903,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,193,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1651,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1915,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,242,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,703,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,348,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1603,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1919,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1922,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,418,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1921,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,858,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1916,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1918,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1920,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1917,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,299,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,208,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,14,0,1892,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3741,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,327,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,399,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,242,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3748,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3758,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,99,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3743,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,324,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,193,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,662,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1637,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,2174,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1892,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3759,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3735,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1958,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,760,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1228,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,587,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,394,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,118,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,394,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,397,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3749,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,447,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1432,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,426,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3739,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1957,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,408,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,603,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1125,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3734,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,2924,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,193,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,370,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3611,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,769,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3154,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,2163,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,321,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,242,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3733,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,586,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,354,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,321,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,411,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3744,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3747,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,2035,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1125,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3752,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,640,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,242,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,284,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3755,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3732,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1892,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3742,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3745,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,102,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3738,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3731,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,472,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,193,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,858,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,161,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3611,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,411,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,186,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,703,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,418,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,242,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,2787,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,923,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3753,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,411,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,393,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,603,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1471,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3730,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3757,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,242,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,138,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3754,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3751,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3736,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3737,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1289,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,138,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,99,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3750,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,603,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,937,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3756,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,923,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,393,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3740,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1892,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1614,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1471,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1455,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,3746,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,365,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,14,0,122,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,364,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,305,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1981,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1796,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1714,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1713,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,161,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1977,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,412,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,122,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1979,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,603,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1971,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,193,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1980,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,147,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1986,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,929,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1988,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1970,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1991,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,368,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,643,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,331,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1987,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1969,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1133,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1982,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,269,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1993,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,304,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1691,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1651,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1974,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1973,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,668,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1968,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1957,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1300,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1974,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1967,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,168,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,269,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,408,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,284,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1989,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1972,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1992,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1985,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1965,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,653,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,235,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,190,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1957,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1983,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1975,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1964,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1976,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1978,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1966,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1963,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,679,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,393,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1957,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1962,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1984,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1431,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1093,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1961,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,235,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1960,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,354,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1990,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,599,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1093,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,609,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,14,0,1919,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,703,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,364,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,284,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,476,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,2035,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1892,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3663,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,405,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1014,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,441,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,364,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,161,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,364,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,873,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3666,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3662,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1744,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3664,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3665,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,242,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,394,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3159,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3667,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3544,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,193,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,242,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1192,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,2785,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1122,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,2106,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3665,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,760,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,118,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,193,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,242,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3662,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1873,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,202,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,603,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,447,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3669,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,603,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,3668,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,368,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1603,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,100,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,272,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,99,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,14,0,1043,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,368,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2095,100,1,162);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,775,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,418,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2058,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,773,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,411,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2056,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,368,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2084,100,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2082,100,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,138,100,1,156);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2054,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,260,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,556,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2053,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2052,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,713,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,399,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,242,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,364,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2049,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,132,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,239,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,331,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,348,100,1,159);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2048,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2081,100,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2091,100,1,155);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2047,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2092,100,1,157);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2046,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,323,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2062,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1056,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1161,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,242,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,226,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2069,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2016,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,161,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2063,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2021,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1123,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2077,100,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2021,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,368,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2045,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,591,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,239,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1080,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2094,100,1,160);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2044,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2043,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2088,100,1,151);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,242,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2096,100,1,165);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2042,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,399,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2089,100,1,153);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1224,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2041,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2079,100,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2051,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2061,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2055,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2087,100,1,150);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,90,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,176,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2040,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2039,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,773,100,1,152);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2038,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2080,100,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,727,100,1,149);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,202,100,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2065,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2037,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2036,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,394,100,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2035,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,389,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,937,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2034,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2078,100,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,776,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,771,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,942,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2073,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2033,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2072,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1294,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,418,100,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2090,100,1,154);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,976,100,1,148);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,525,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2075,100,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1919,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2057,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2068,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1462,100,1,166);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2032,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2074,100,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,122,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2031,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2067,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,314,100,1,161);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2015,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2050,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2060,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2081,100,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,399,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2085,100,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,553,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1055,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,772,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2030,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,213,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2029,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,712,100,1,164);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,646,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1248,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2041,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,226,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1404,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,348,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2028,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,193,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2021,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2027,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,640,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2093,100,1,158);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2026,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2025,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2071,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2024,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2023,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2022,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2021,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2083,100,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2020,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2019,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,1892,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2076,100,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2018,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,226,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,348,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,647,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2064,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,331,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2017,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,354,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2016,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2015,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,476,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,472,100,1,163);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2014,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2013,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,331,100,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2012,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2086,100,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,161,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2070,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2066,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2011,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,14,0,2059,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2115,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2114,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2113,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2112,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,476,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2111,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2110,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,476,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,973,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2109,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,367,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,404,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2108,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2107,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,1892,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2106,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,404,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,906,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2118,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2105,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2117,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2104,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2116,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,640,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,411,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,1892,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,920,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,193,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,102,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,2103,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,14,0,284,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2162,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2161,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2159,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2158,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2165,100,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,558,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2157,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,399,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,331,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2156,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1087,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2193,100,1,150);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2155,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,542,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,327,100,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1299,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1226,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,83,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,622,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,577,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,370,100,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,123,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1227,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,161,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2160,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2154,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2186,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,644,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,858,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,314,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1226,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2153,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2165,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2188,100,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1637,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,354,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,173,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,370,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2177,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2152,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,418,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,202,100,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2190,100,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2151,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2176,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,201,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2191,100,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2164,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,323,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2150,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,100,100,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,418,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2172,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2149,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,405,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2178,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2134,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,370,100,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,180,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,773,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2148,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1011,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2182,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2147,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,324,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1614,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,341,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,100,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2146,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,226,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,679,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1892,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1432,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,662,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2166,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2167,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,561,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,473,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1957,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,331,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,394,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2145,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2134,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,412,100,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,324,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1691,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2184,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2189,100,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2144,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,556,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2173,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,796,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,412,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,553,100,1,149);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1181,100,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2183,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2137,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2131,100,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2192,100,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2185,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,791,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2175,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,348,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,560,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2171,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2174,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,118,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,299,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,553,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2143,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,348,100,1,151);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2142,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,472,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2170,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2163,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,916,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1605,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,314,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,603,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2141,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,99,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2187,100,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1674,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2137,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2140,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1224,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2179,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2139,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,348,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2138,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2137,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1198,100,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,609,100,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2169,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,876,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2181,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,161,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2168,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2136,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,838,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2135,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,603,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,314,100,1,148);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,1792,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2180,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,161,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2134,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,121,100,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,603,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,2133,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,14,0,720,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1838,100,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3639,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,608,100,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2095,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3630,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3628,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,399,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,668,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,472,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3619,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,472,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3624,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,553,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1838,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2202,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,348,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2707,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2204,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,607,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,186,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3109,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,122,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3612,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,201,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3611,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1635,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3610,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3609,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,368,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2378,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,272,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2204,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3608,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,578,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3607,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,389,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3606,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3040,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1838,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1554,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1758,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3605,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3604,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,370,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1227,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3603,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3635,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2617,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1637,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3615,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,681,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3621,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3602,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3626,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3618,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3601,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3636,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1160,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,161,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2204,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3600,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1247,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,103,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3599,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3598,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3597,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2207,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3638,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,118,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3630,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1788,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2207,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1554,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1272,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,83,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2203,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3623,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,190,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3627,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1733,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,411,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,161,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,323,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1758,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,999,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3596,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3595,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1554,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3594,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1771,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1500,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3617,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3613,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,999,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1588,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3637,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,446,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,2707,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,364,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,853,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1765,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3601,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3614,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3632,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3620,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,399,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1767,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1776,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,331,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,354,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3622,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3634,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3625,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,4,0,2204,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1838,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,354,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3633,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,354,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1676,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,4,0,2203,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3631,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,4,0,1838,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,272,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,4,0,2202,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1605,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1164,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3629,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,1769,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3616,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,4,0,348,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,853,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,14,0,3617,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,412,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3587,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3578,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3583,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,235,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1229,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,324,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,999,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1250,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3577,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3576,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3581,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3575,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,193,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3574,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3588,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,2220,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,138,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3582,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3580,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3593,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,2156,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1588,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3573,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1982,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1385,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,193,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,441,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3572,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,2878,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3590,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,591,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,999,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,476,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,272,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3584,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3571,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1897,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1918,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,404,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3182,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3589,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3570,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,399,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1004,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,476,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,2718,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3592,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3591,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3569,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3568,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1004,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,399,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3567,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1034,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,999,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,680,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3579,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1044,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3586,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,2117,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3585,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,3566,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,394,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,4,0,2241,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,4,0,1991,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,4,0,331,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3671,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,1481,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,348,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3625,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,370,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,201,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3670,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,2263,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3674,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3556,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,193,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,193,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,1149,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,364,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3673,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,305,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,3672,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,14,0,118,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,760,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,269,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,269,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3645,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,553,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3125,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3646,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1274,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,324,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,269,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2973,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,305,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3641,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2298,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2290,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1838,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,305,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,269,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,441,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,553,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,2290,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2661,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2421,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2318,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3642,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,2319,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,459,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,370,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,370,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,370,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,2298,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1635,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,1274,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,354,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3640,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1162,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,235,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,418,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,1273,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3644,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,1838,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,14,0,3643,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,4,0,2202,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,399,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,323,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3838,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3828,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3832,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,2298,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,138,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3831,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3601,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,324,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,185,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3718,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,190,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,314,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3556,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,1053,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,1007,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,2290,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,354,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,1646,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,121,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,102,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,2793,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,720,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,473,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,1838,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,193,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,476,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3835,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,629,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,2290,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,299,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3829,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,2298,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,472,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,185,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3830,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,121,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,4,0,185,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,4,0,1838,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3834,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,185,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3833,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,331,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3836,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,3837,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,426,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,14,0,762,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,4,0,1646,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3716,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,2290,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,2298,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,1272,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,348,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3713,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3711,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,631,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,324,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3707,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3709,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3556,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3712,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3556,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3705,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,1224,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3714,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3708,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3706,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,1479,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,828,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,202,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,579,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3715,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,4,0,2328,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,348,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,4,0,2327,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3710,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3707,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,368,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,14,0,3556,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,4,0,83,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3486,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,121,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,324,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3484,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3483,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,2334,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,354,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3482,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,2134,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,1046,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3487,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,64,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,3485,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,2335,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,14,0,920,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,2298,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,161,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,1101,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,591,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,3658,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,375,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,2290,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,408,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,924,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,3659,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,3657,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,185,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,368,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,161,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,3660,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,3661,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,123,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3701,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3703,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,368,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3700,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3699,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3452,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,370,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3704,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3698,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,2348,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,1891,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,100,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,1890,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,2347,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,2346,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,578,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,3702,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,121,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,367,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,418,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,14,0,622,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,426,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2365,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,603,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2364,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,193,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2367,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2170,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,472,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2363,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2373,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2362,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,370,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,411,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2361,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1417,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,242,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,354,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2371,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,138,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1605,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,331,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2359,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2380,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,100,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,193,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,634,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2358,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,602,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,355,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1603,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,324,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2372,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,356,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2356,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2357,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2379,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2369,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2376,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,653,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2356,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,123,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,161,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2355,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,314,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,909,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2375,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,399,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2378,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2354,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2374,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2017,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,393,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,305,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,193,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,272,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1404,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2368,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2353,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2352,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,890,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2366,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2349,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,180,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2370,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2351,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1156,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2377,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2360,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,1908,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,2350,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,370,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,14,0,399,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,418,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,370,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2396,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2150,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3859,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3858,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,368,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1498,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,348,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1480,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3862,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,314,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3851,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3869,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3863,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3857,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1087,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,331,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1702,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3861,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3856,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1124,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1047,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3872,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2389,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3864,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2364,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3855,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3854,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3853,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2395,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,578,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3873,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3852,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3850,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3848,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1336,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,86,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3846,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3845,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2714,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2627,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3878,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,305,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3870,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1347,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,193,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,194,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,476,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3844,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3121,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,760,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3847,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,323,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,697,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3849,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2053,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3843,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,418,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3860,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3877,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,331,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3881,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3849,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3842,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,194,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2846,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1589,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2714,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3119,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3867,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,367,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,364,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3120,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3841,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,399,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1906,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,305,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2947,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3866,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3876,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2163,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3840,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3871,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,161,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3851,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3112,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3874,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,476,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3839,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,468,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3879,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3880,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3848,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1347,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,283,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1015,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,161,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1466,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,394,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,1966,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,161,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,2163,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3852,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3875,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3868,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3488,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3865,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,14,0,3136,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3899,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,773,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3894,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,161,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1347,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3893,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,905,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,418,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3857,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3910,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2477,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,161,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2389,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,193,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3909,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3728,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3896,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,607,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1161,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3908,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,299,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3892,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,190,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2400,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1124,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3907,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3900,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,305,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3912,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3903,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2293,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2727,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,883,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3891,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3890,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,411,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,193,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,270,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,399,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1542,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3889,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3038,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3902,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3911,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3913,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3865,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3895,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2326,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3915,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3904,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3897,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1674,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3136,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3905,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3848,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3888,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,161,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3864,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3638,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,242,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3906,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3887,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,608,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,348,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3914,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1161,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,426,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2612,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,226,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,2774,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3898,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,348,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3886,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3885,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3884,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3811,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3883,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3882,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,14,0,3901,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,1636,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,553,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2423,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,260,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2426,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,1163,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2420,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2419,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,1232,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2418,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,185,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2417,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2416,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2422,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2407,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2415,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,370,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,553,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2414,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,408,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,796,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,201,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,272,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2413,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2425,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,553,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,1047,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,472,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,411,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2424,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,370,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,1040,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,354,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2427,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,2421,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,553,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,193,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,14,0,314,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,239,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,364,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,174,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,305,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3166,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3814,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1449,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3813,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3662,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,204,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,193,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,118,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3664,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,411,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3812,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3811,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3810,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,370,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,239,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,399,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,364,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3807,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,906,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,370,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,314,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2627,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,337,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3756,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,370,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3756,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,364,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2409,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,426,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,202,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,408,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3700,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,399,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,388,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,399,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3821,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3819,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,681,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1011,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,341,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,422,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2409,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1272,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3809,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3484,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3823,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1500,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,270,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3822,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3818,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3815,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3827,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1014,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3808,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1714,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2279,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3598,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,399,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3820,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,370,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1719,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,305,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3817,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3807,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3142,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,86,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,370,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,284,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2733,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,609,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,773,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3826,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,301,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,916,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,339,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,194,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3816,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,354,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,476,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,2135,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3824,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1030,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1053,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1713,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,132,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,3825,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1007,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,121,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,194,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,242,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,453,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,653,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,14,0,1164,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,999,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2467,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,166,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2461,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2462,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,4,0,2451,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2465,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,833,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2460,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2459,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2458,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2457,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,411,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,331,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2566,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2464,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2134,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,726,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2454,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,4,0,2453,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2466,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,4,0,2452,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,14,0,2463,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3648,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3650,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,348,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,284,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3651,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,472,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,314,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,193,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,404,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,442,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,1017,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,1674,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,201,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,314,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2150,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,242,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,284,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2477,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,242,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,242,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3434,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,644,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2915,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,346,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3647,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,825,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,370,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,1664,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3652,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,904,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3649,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3033,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2204,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,773,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3655,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,1005,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3656,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,193,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2476,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,399,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3654,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,2469,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,287,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,242,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3653,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,3489,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,14,0,1033,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3504,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3503,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,877,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,269,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,472,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,2477,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,193,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,703,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,579,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,168,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3507,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,190,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,361,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3506,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,269,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3501,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3500,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,201,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,406,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,2165,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3510,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3491,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,2490,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3511,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3513,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3499,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3508,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3490,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,2131,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3498,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3505,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3509,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,1043,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3516,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,1278,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3497,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3515,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3496,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3495,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,769,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3502,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3494,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3460,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3493,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3512,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3492,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3514,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3491,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,796,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3490,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,3489,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,14,0,180,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3518,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,2136,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,348,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,163,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,411,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,161,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,2078,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,370,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,1712,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3519,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,905,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,339,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,773,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,418,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,242,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,324,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3524,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,354,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3526,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3523,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,1571,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,193,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3520,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,399,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,122,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,186,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,755,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3522,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,239,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,337,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3525,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,411,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,399,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,2280,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,2476,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,280,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,364,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3521,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3517,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,14,0,3489,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3686,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3379,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,161,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,354,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3685,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3688,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,411,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,581,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,2165,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3697,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3690,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,883,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3684,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,394,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,204,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,2065,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,577,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3691,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3683,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,1746,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,305,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3687,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3693,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,788,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,394,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,1007,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,239,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,920,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3682,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,925,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,299,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,411,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,394,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3696,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,393,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,193,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,86,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3695,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,1462,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,368,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,580,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3681,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,161,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3682,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,368,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,929,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,459,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,640,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3680,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,2143,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3683,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,472,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3692,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,314,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,100,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,305,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3489,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3689,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,348,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,305,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,368,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,3694,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,14,0,1136,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,459,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3552,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,2185,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3551,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,85,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3538,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3532,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3550,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3549,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3548,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3538,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,364,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,161,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,1089,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3555,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,640,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3564,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3554,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3546,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3563,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3545,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,226,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3539,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,342,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3541,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,161,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3562,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,2961,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,418,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3540,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3539,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3538,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,161,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3557,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,447,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3561,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3544,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3537,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,2616,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,102,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3536,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3543,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,1813,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3535,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,1920,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3534,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,166,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3556,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3542,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3533,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3532,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3559,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3531,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3530,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3538,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,161,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3560,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,1702,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3565,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3558,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3529,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3553,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,591,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,370,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3528,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,412,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3547,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3527,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,14,0,3489,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,2522,130,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,2521,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,2520,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,2519,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,2518,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,1854,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,1335,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,4,0,867,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,4,0,2607,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,4,0,1004,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,4,0,2685,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,4,0,2684,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,4,0,388,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,138,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,121,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,99,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,728,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,408,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,284,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,99,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2843,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1841,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1971,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,138,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2848,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,394,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,411,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2854,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2842,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2859,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1957,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2857,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2841,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1431,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1045,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,99,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,394,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,603,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2846,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,193,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2840,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2862,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2019,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,354,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,760,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1957,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,361,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,299,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2616,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,299,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2839,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2856,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,368,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,472,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,755,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,399,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2838,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2860,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2853,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2851,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,703,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2858,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,595,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1957,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2845,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2855,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2861,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,121,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,732,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2837,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,284,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2852,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2047,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1279,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2163,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2836,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,591,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2835,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1957,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1793,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1892,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2836,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,354,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2834,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,679,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2849,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2833,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2847,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2844,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,161,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,408,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,299,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,193,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2833,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,1957,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,14,0,2850,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2874,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1700,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2877,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,99,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,600,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,662,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,363,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,281,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,711,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2873,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,161,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2887,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2872,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2863,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1714,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1713,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2871,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2875,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1480,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,640,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1224,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2886,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2839,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2870,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2869,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1053,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1011,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,99,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2884,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,603,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2868,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2867,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,242,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2885,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2866,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2883,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2471,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,123,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,603,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2880,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2879,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1148,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1706,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1714,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1742,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2876,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1713,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2280,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,251,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,472,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,647,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,121,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2833,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2878,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1957,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1610,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,712,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2865,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,1957,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2882,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,885,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,314,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,324,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2881,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,14,0,2864,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3414,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3172,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,418,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1435,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3413,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2356,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2708,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3416,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,270,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3421,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3424,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3412,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3426,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3425,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3411,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1465,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3422,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1435,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,275,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1958,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1841,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3420,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3410,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3415,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3409,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,599,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,418,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3408,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,634,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2063,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2958,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,399,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3023,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,370,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,122,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1273,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1577,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3427,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3417,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3407,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3423,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,270,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3406,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2708,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,2911,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1114,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3428,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3405,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,1262,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3404,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3418,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,123,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,14,0,3419,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2948,100,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2947,100,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,712,100,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1096,100,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,193,100,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2912,100,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,370,100,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2944,100,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2923,100,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1467,100,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2938,100,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,17,100,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2933,100,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2921,100,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2916,100,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,354,100,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,284,100,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2911,100,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2281,100,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2915,100,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,228,100,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2910,100,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,324,100,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2943,100,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,393,100,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,185,100,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2928,100,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,370,100,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2930,100,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,773,100,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,324,100,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2925,100,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1047,100,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,185,100,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2606,100,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2927,100,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2933,100,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,778,100,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2936,100,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2937,100,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2926,100,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,3,100,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,399,100,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,681,100,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,354,100,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,348,100,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2606,100,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2933,100,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1274,100,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2902,100,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,404,100,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,354,100,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,591,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,242,100,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,284,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,656,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,826,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1702,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,656,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,690,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2935,100,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1764,100,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,38,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,270,100,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2931,100,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,681,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2942,100,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,473,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,370,100,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2909,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2934,100,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,354,100,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2914,100,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,299,100,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1742,100,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,629,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,473,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2909,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,853,100,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,185,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,561,100,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,354,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,418,100,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2908,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2932,100,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2907,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1680,100,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,82,100,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,21,100,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2602,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2913,100,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2736,100,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,331,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2941,100,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2906,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,284,100,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2917,100,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2435,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1467,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,341,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2940,100,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,341,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2905,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2946,100,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,341,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2918,100,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2902,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,324,100,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1047,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,1658,100,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2929,100,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,370,100,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,946,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2945,100,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,161,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2904,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2409,100,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,228,100,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2920,100,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2919,100,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2902,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2903,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,412,100,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2939,100,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,4,0,1467,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,4,0,341,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,561,100,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2922,100,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,14,0,2924,100,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,4,0,341,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,4,0,341,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2960,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2950,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,21,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2933,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,1836,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2902,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2938,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,1603,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2941,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,17,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2961,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2409,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2933,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2951,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,3,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2933,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2959,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2606,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2942,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,118,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2958,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2134,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,354,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,14,0,2134,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2960,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2950,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,21,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2933,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,1836,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2902,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2938,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,1603,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2941,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,17,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2961,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2409,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2933,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2951,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,3,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2933,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2959,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2606,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2942,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,118,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2958,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2134,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,354,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,14,0,2134,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2419,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2990,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,418,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2987,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2986,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,1011,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2984,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,796,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2420,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2988,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2419,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,4,0,2420,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,4,0,2419,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2989,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2985,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,1442,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,14,0,2420,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,4,0,2983,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,3,1146,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,3,3117,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,3,3116,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,3,53,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,3,3117,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,3,3116,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,3,53,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,3,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,3,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,3,387,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,3,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,3,257,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,3,3117,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,3,3116,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,3,257,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,3,1146,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,3,1146,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,3,1146,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,3,1146,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,3,392,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,3,53,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,3,178,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,3,2499,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,3,2499,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,3,2499,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,3,2499,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,3,2499,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,3,2545,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,3,2545,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,3,2545,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,3,2545,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,3,2545,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,447,120,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2670,120,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,442,120,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,370,120,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2649,120,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,725,120,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2664,120,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2659,120,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2648,120,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,379,120,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2653,120,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2655,120,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2647,120,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,999,120,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,331,120,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2656,120,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2680,120,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2663,120,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2646,120,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,161,120,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,697,120,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2645,120,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,399,120,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2674,120,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2644,120,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2643,120,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2642,120,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2641,120,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2095,120,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2640,120,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,714,120,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2679,120,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2639,120,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2638,120,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2672,120,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,324,120,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1093,120,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,121,120,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,999,120,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,943,120,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2637,120,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2041,120,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,591,120,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,999,120,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,393,120,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2636,120,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2651,120,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,269,120,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,173,120,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1854,120,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2666,120,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,284,120,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1713,120,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2650,120,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,577,120,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2681,120,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,479,120,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,324,120,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1970,120,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2635,120,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,555,120,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2634,120,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2633,120,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2632,120,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2631,120,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2630,120,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2654,120,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,193,120,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2678,120,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,393,120,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,389,120,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2629,120,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2628,120,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1681,120,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2627,120,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2669,120,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,102,120,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1714,120,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2657,120,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,331,120,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2626,120,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2677,120,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2625,120,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,161,120,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2624,120,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2668,120,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,447,120,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,317,120,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2622,120,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,114,120,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2662,120,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,401,120,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2621,120,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2667,120,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2675,120,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2620,120,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2671,120,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2619,120,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,681,120,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,592,120,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,324,120,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,999,120,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2618,120,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2654,120,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2652,120,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2676,120,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2661,120,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2682,120,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2617,120,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,582,120,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,193,120,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,3,2980,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,224,120,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2616,120,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2615,120,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2623,120,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,411,120,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,476,120,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,161,120,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1162,120,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,868,120,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2614,120,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2613,120,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1355,120,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1714,120,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2673,120,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,1713,120,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,999,120,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2607,120,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2612,120,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,269,120,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,754,120,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2660,120,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2665,120,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2658,120,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,411,120,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2611,120,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2610,120,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2609,120,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,2608,120,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,370,120,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,13,0,305,120,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,472,120,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,158,120,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2724,120,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1829,120,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2744,120,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1425,120,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2737,120,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2754,120,1,135);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2723,120,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1093,120,1,160);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2740,120,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,140);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2722,120,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2721,120,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2720,120,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,317,120,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2725,120,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2732,120,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2751,120,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1226,120,1,163);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2752,120,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2729,120,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,370,120,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2764,120,1,162);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,426,120,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1801,120,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,394,120,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2092,120,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2738,120,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2719,120,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2718,120,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,394,120,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,703,120,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,885,120,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,336,120,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2717,120,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2037,120,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2757,120,1,139);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,305,120,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2716,120,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2728,120,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,348,120,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2663,120,1,169);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1500,120,1,161);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1093,120,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2761,120,1,151);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2715,120,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2714,120,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,577,120,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,317,120,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2760,120,1,149);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,459,120,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2712,120,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,272,120,1,154);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2750,120,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2711,120,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,341,120,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2710,120,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,418,120,1,168);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2747,120,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,401,120,1,148);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2709,120,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2730,120,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2708,120,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,482,120,1,167);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,476,120,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,354,120,1,144);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2707,120,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,331,120,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2758,120,1,143);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2735,120,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,784,120,1,146);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2707,120,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2706,120,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,242,120,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,394,120,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2739,120,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,318,120,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2705,120,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2648,120,1,171);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2648,120,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2759,120,1,145);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2704,120,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2745,120,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,502,120,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,411,120,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2749,120,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2753,120,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,784,120,1,150);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,426,120,1,142);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2703,120,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2702,120,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2701,120,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2357,120,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2700,120,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2636,120,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1226,120,1,152);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2699,120,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1162,120,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2698,120,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2697,120,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1582,120,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2762,120,1,156);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2689,120,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2696,120,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2695,120,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,532,120,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,370,120,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,226,120,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2694,120,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2092,120,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,532,120,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,226,120,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1697,120,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1983,120,1,166);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,577,120,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1694,120,1,153);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1970,120,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,418,120,1,158);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2685,120,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,712,120,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1935,120,1,134);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2693,120,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,411,120,1,155);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2742,120,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2654,120,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2692,120,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2708,120,1,165);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2765,120,1,170);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2734,120,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2691,120,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,404,120,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1339,120,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,3,2980,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,243,120,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,261,120,1,164);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2741,120,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,161,120,1,133);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2690,120,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,697,120,1,147);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,422,120,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2748,120,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,269,120,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1325,120,1,141);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1664,120,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,193,120,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2689,120,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2743,120,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2736,120,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1935,120,1,157);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,123,120,1,138);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1181,120,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2733,120,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2756,120,1,137);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2688,120,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2746,120,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,305,120,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2687,120,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2674,120,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2763,120,1,159);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2713,120,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2731,120,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,1269,120,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2755,120,1,136);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2726,120,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2686,120,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2727,120,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,13,0,2621,120,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2660,120,1,116);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2819,120,1,111);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,242,120,1,69);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2796,120,1,71);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,577,120,1,53);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2800,120,1,80);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1970,120,1,52);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,471,120,1,68);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,242,120,1,74);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2797,120,1,73);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2681,120,1,131);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2679,120,1,129);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2786,120,1,51);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,782,120,1,110);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2803,120,1,84);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,459,120,1,96);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2804,120,1,86);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2632,120,1,90);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2814,120,1,104);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2801,120,1,82);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2795,120,1,66);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,697,120,1,123);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,287,120,1,50);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1654,120,1,49);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2785,120,1,48);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1421,120,1,47);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2794,120,1,65);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2824,120,1,127);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1800,120,1,46);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,255,120,1,45);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2746,120,1,92);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2818,120,1,109);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2825,120,1,128);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2648,120,1,67);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2784,120,1,44);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,943,120,1,125);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2805,120,1,88);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2812,120,1,101);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2823,120,1,122);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2802,120,1,83);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2815,120,1,105);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2810,120,1,97);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2783,120,1,43);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,472,120,1,42);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,305,120,1,118);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1297,120,1,72);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2798,120,1,77);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,404,120,1,41);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,348,120,1,76);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2821,120,1,117);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1049,120,1,40);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,399,120,1,70);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,226,120,1,95);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2809,120,1,94);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,224,120,1,39);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,459,120,1,38);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2813,120,1,103);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2680,120,1,130);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,853,120,1,37);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,202,120,1,36);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,196,120,1,108);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2782,120,1,35);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2612,120,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,138,120,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,370,120,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,631,120,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2792,120,1,63);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,102,120,1,98);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2822,120,1,120);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2817,120,1,107);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2781,120,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,348,120,1,78);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2780,120,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1269,120,1,119);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,401,120,1,124);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,975,120,1,113);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,161,120,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1162,120,1,112);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2621,120,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2779,120,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2654,120,1,102);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2778,120,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2777,120,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2776,120,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2811,120,1,100);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,224,120,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2808,120,1,93);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2616,120,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1162,120,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2793,120,1,64);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,411,120,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,577,120,1,54);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,719,120,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,973,120,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1674,120,1,121);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2663,120,1,99);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,476,120,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2682,120,1,132);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2790,120,1,60);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1014,120,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,370,120,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2791,120,1,62);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2775,120,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,128,120,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,118,120,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1714,120,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1713,120,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2677,120,1,126);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2612,120,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2806,120,1,89);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2774,120,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,422,120,1,81);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,459,120,1,85);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1224,120,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2820,120,1,114);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,370,120,1,61);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2773,120,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,324,120,1,115);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2799,120,1,79);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,1962,120,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,202,120,1,75);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2608,120,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2807,120,1,91);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2816,120,1,106);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,615,120,1,87);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2789,120,1,59);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,370,120,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,305,120,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,121,120,1,58);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,418,120,1,57);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2788,120,1,56);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,13,0,2787,120,1,55);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,3,0,2828,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,3,2980,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,3,2980,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,3,2980,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,3,5062,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,21,3,5061,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,90,1,2595,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,27,2,1590,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,90,1,2591,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,2,1630,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,27,2,1629,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,90,1,3187,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,27,2,1648,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,90,1,3189,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,27,2,1652,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,90,1,3191,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,90,1,3193,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,27,2,1819,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,1,3196,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,90,1,3195,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,2,1831,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,27,2,1600,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,90,1,3198,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,27,2,1847,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,90,1,3200,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,27,2,1847,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,90,1,3201,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,27,2,1866,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,90,1,3203,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,27,2,1879,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,90,1,3205,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,27,2,1891,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,90,1,3207,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,90,1,3210,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,27,2,1927,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,90,1,3213,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,27,2,1939,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,1,3216,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,90,1,3215,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,90,1,2587,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,27,2,1989,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,90,1,3218,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,27,2,2009,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,90,1,3219,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,27,2,2074,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,90,1,3222,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,27,2,2122,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,90,1,3224,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,27,2,2199,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,90,1,3225,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,27,2,546,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,90,1,3227,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,27,2,2229,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,90,1,3229,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,27,2,255,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,90,1,3231,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,27,2,2262,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,1,3234,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,90,1,3233,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,27,2,2269,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,90,1,3235,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,1,3239,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,1,3238,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,90,1,3237,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,27,2,2297,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,90,1,3241,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,27,2,2309,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,90,1,3243,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,27,2,1866,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,90,1,3245,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,27,2,2324,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,90,1,3247,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,27,2,2331,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,90,1,2577,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,27,2,2331,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,90,1,3248,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,27,2,2345,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,90,1,3250,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,27,2,1891,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,90,1,3251,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,27,2,2386,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,90,1,3252,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,27,2,2396,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,90,1,3254,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,27,2,2396,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,90,1,3255,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,90,1,3257,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,90,1,3258,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,90,1,2593,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,90,1,2497,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,90,1,2564,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,90,1,2563,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,90,1,2561,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,90,1,2558,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,27,2,2419,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,90,1,2556,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,27,2,2516,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,90,1,2555,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,27,2,2531,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,90,1,2553,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,27,2,2537,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,90,1,2543,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,27,2,2542,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,90,1,2551,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,90,1,2996,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,90,1,2995,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,27,2,2199,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,27,2,2889,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,27,2,2895,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,90,1,2977,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,90,1,2978,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,27,2,2297,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,90,1,3259,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,28,2,1850,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,28,2,1850,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,28,2,1914,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,28,2,2216,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,28,2,2272,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,28,2,2288,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,28,2,2333,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,28,2,2333,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,28,2,2450,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,25,1,2590,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,1,56,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,1,2589,110,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,1,2588,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,23,1,1254,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,23,1,1834,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,23,1,1833,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,1,56,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,1,2589,110,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,1,2588,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,23,1,1254,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,23,1,1834,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,23,1,1833,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,1,2589,110,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,1,2588,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,1,56,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,1,2589,110,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,1,2588,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,1,56,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,23,1,1915,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,25,1,2579,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,25,1,2583,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,25,1,2572,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,25,1,2579,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,25,1,2572,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,25,1,2579,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,25,1,2572,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,25,1,2579,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,25,1,2572,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,1,2574,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,1,2573,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,25,1,2572,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,1,2574,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,1,2573,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,25,1,2572,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,25,1,2572,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,25,1,2570,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,25,1,2571,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,1,208,75,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,24,1,2384,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,25,1,2571,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,1,511,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,1,305,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,1,1347,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,25,1,2570,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,1,2394,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,23,1,268,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,25,1,2571,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,1,511,100,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,1,305,100,2,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,1,1347,100,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,25,1,2570,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,1,2394,100,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,23,1,268,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,25,1,2569,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,1,2567,110,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,1,2485,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,24,1,1906,75,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,25,1,2526,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,25,1,56,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,25,1,2603,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,25,1,56,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,25,1,2767,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,25,1,2766,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,25,1,2826,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,25,1,2585,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,25,1,2900,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,25,1,2899,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,25,1,2900,110,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,25,1,2899,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,25,1,2579,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,25,1,2485,110,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1289,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1637,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1634,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1636,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,544,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1633,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1635,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,12,0,1333,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1785,100,1,34);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1765,100,1,33);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1780,100,1,32);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1779,100,1,30);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1783,100,1,29);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1781,100,1,27);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1780,100,1,25);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1779,100,1,24);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1778,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1767,100,1,26);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1244,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1777,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1776,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1775,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1774,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1773,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1772,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1768,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1500,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1782,100,1,28);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1769,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1768,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1767,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1771,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1766,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1770,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1784,100,1,31);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1765,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1162,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1764,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1636,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1755,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1763,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,12,0,1333,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1841,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,577,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1840,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,784,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1839,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1837,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1836,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1838,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,12,0,1333,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2258,100,1,23);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,473,100,1,22);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2257,100,1,21);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2256,100,1,20);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,90,100,1,19);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2255,100,1,18);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2254,100,1,17);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2253,100,1,16);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2252,100,1,15);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2251,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2250,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2249,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,1206,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2248,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2247,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2246,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,920,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2244,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2158,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2243,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,189,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2245,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,12,0,2242,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,923,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,2294,100,1,14);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,760,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,100,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,2290,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,242,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,472,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,703,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,299,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,2289,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,161,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,2293,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,668,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,12,0,354,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2971,100,1,13);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2970,100,1,12);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2965,100,1,10);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2964,100,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2967,100,1,11);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2969,100,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2968,100,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,415,100,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2967,100,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2966,100,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,2680,100,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,1467,100,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,12,0,1467,100,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,5085,0,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,5086,0,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,5084,0,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,2311,0,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,3945,0,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,42,0,5083,0,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,29,1,1620,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,1,1805,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,1,1804,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,29,1,1803,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,1,1882,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,29,1,1881,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,29,1,1955,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,29,1,2099,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,1,2126,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,1,2124,80,2,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,1,1420,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,29,1,2125,80,2,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,29,1,2217,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,29,1,2318,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,29,1,1850,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,1,2388,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,29,1,1521,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,29,1,2398,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,29,1,2398,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,29,1,2474,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,1,2487,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,29,1,2486,80,2,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,29,1,2495,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,29,1,2509,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,29,1,2486,80,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,1,0,83,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,1,0,1571,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (68,1,0,1570,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,1,0,1622,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,1,0,1571,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (69,1,0,999,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,1,0,999,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (70,1,0,552,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (71,1,0,1649,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,1,0,1757,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,1,0,1756,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (72,1,0,1755,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (73,1,0,1811,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (74,1,0,1820,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,1,0,1834,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (75,1,0,1833,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,1,0,1834,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (76,1,0,1833,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,1,0,1855,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (77,1,0,1854,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,1,0,1867,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (78,1,0,842,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (79,1,0,1885,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (80,1,0,1892,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,1,0,1916,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,1,0,1915,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (81,1,0,1892,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,1,0,1892,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (82,1,0,552,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,1,0,1892,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (83,1,0,673,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (84,1,0,1957,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,1,0,1892,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,1,0,925,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (85,1,0,226,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (86,1,0,1892,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,1,0,2101,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (87,1,0,1892,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,1,0,2131,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,1,0,2130,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (88,1,0,1957,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,1,0,999,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,1,0,1554,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,1,0,1758,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (89,1,0,2201,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,1,0,1044,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (90,1,0,999,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,1,0,2232,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (91,1,0,2231,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,1,0,2240,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (92,1,0,2239,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,1,0,2256,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,1,0,2264,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,1,0,2263,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (93,1,0,1974,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,1,0,2274,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (94,1,0,2240,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,1,0,703,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,1,0,472,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,1,0,923,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,1,0,2290,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (95,1,0,2289,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,2290,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,2298,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,2299,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,1554,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,773,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (96,1,0,1148,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,1,0,697,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,1,0,138,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,1,0,2274,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (97,1,0,1554,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,1,0,2298,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,1,0,2290,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,1,0,473,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (98,1,0,102,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,1,0,2326,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,1,0,2249,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (99,1,0,138,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,1,0,2335,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (100,1,0,2334,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,1,0,2298,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (101,1,0,2290,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,1,0,2348,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,1,0,2347,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (102,1,0,2346,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,1,0,2350,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (103,1,0,2349,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,1,0,2389,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (104,1,0,1498,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,1,0,2400,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (105,1,0,2389,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,2407,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,2408,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,83,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,341,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,1089,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,2409,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (106,1,0,2406,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,1,0,2420,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (107,1,0,2419,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,1,0,2420,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (108,1,0,2419,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,1,0,2207,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (109,1,0,311,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,1,0,2477,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,1,0,2476,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (110,1,0,1486,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (111,1,0,2490,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,1,0,2502,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (112,1,0,2501,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,1,0,2512,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (113,1,0,2511,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,1,0,2515,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (114,1,0,2514,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,1332,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,826,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,690,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,274,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,11,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,1,0,2517,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (115,1,0,2516,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,1,0,2528,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (116,1,0,2527,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,1332,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,826,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,605,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,11,0,1330,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (117,1,0,2532,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,1332,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,826,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,1267,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,1,0,2539,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,274,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,11,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (118,1,0,1111,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,1332,20,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,826,20,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,3,20,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,1330,20,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,325,20,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,244,20,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,152,20,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,11,0,1267,20,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (119,1,0,2546,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (120,1,0,224,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,2362,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,2605,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,2604,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,999,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,703,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,517,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (121,1,0,2606,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,667,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,703,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,768,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,243,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,1339,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (122,1,0,2683,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,2771,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,2770,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,517,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,552,130,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,2769,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,2768,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,703,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,2772,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (123,1,0,615,130,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,1,0,2827,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,1,0,1957,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (124,1,0,943,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,1,0,1892,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,1,0,595,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (125,1,0,299,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,1,0,2863,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (126,1,0,444,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,2891,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,2892,130,1,5);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,2893,130,1,9);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,324,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,1892,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,1603,130,1,6);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,1325,130,1,8);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,728,130,1,7);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (127,1,0,2890,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,1,0,2896,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (128,1,0,2326,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (129,1,0,2902,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,1,0,2956,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (130,1,0,2606,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,1,0,2963,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (131,1,0,2606,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,1,0,1467,130,1,4);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,1,0,2964,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,1,0,415,130,1,1);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (132,1,0,2965,130,1,3);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,1,0,2982,130,1,2);
INSERT INTO notices_mots_global_index (id_notice, code_champ, code_ss_champ, num_word, pond, position, field_position) VALUES (133,1,0,2981,130,1,1);
/*!40000 ALTER TABLE notices_mots_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_relations`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_relations (
num_notice bigint(20) unsigned NOT NULL DEFAULT '0',
linked_notice bigint(20) unsigned NOT NULL DEFAULT '0',
relation_type char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
rank int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (num_notice,linked_notice),
KEY linked_notice (linked_notice),
KEY relation_type (relation_type)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_relations`
--
LOCK TABLES notices_relations WRITE;
/*!40000 ALTER TABLE notices_relations DISABLE KEYS */;
INSERT INTO notices_relations (num_notice, linked_notice, relation_type, rank) VALUES (121,120,'b',1);
INSERT INTO notices_relations (num_notice, linked_notice, relation_type, rank) VALUES (122,120,'b',1);
INSERT INTO notices_relations (num_notice, linked_notice, relation_type, rank) VALUES (123,120,'b',1);
INSERT INTO notices_relations (num_notice, linked_notice, relation_type, rank) VALUES (130,129,'b',1);
INSERT INTO notices_relations (num_notice, linked_notice, relation_type, rank) VALUES (131,129,'b',1);
/*!40000 ALTER TABLE notices_relations ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notices_titres_uniformes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE notices_titres_uniformes (
ntu_num_notice int(9) unsigned NOT NULL DEFAULT '0',
ntu_num_tu int(9) unsigned NOT NULL DEFAULT '0',
ntu_titre varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_date varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_sous_vedette varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_langue varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_version varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_mention varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntu_ordre smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (ntu_num_notice,ntu_num_tu)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notices_titres_uniformes`
--
LOCK TABLES notices_titres_uniformes WRITE;
/*!40000 ALTER TABLE notices_titres_uniformes DISABLE KEYS */;
/*!40000 ALTER TABLE notices_titres_uniformes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offres_remises`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE offres_remises (
num_fournisseur int(5) unsigned NOT NULL DEFAULT '0',
num_produit int(8) unsigned NOT NULL DEFAULT '0',
remise float(4,2) unsigned NOT NULL DEFAULT '0.00',
condition_remise text COLLATE utf8_unicode_ci,
PRIMARY KEY (num_fournisseur,num_produit)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offres_remises`
--
LOCK TABLES offres_remises WRITE;
/*!40000 ALTER TABLE offres_remises DISABLE KEYS */;
/*!40000 ALTER TABLE offres_remises ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `onto_uri`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE onto_uri (
uri_id int(10) unsigned NOT NULL AUTO_INCREMENT,
uri varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (uri_id),
UNIQUE KEY uri (uri)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `onto_uri`
--
LOCK TABLES onto_uri WRITE;
/*!40000 ALTER TABLE onto_uri DISABLE KEYS */;
/*!40000 ALTER TABLE onto_uri ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_g2t`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_g2t (
g mediumint(8) unsigned NOT NULL,
t mediumint(8) unsigned NOT NULL,
UNIQUE KEY gt (g,t),
KEY tg (t,g)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_g2t`
--
LOCK TABLES ontology_g2t WRITE;
/*!40000 ALTER TABLE ontology_g2t DISABLE KEYS */;
INSERT INTO ontology_g2t (g, t) VALUES (1,1);
INSERT INTO ontology_g2t (g, t) VALUES (1,2);
INSERT INTO ontology_g2t (g, t) VALUES (1,3);
INSERT INTO ontology_g2t (g, t) VALUES (1,4);
INSERT INTO ontology_g2t (g, t) VALUES (1,5);
INSERT INTO ontology_g2t (g, t) VALUES (1,6);
INSERT INTO ontology_g2t (g, t) VALUES (1,7);
INSERT INTO ontology_g2t (g, t) VALUES (1,8);
INSERT INTO ontology_g2t (g, t) VALUES (1,9);
INSERT INTO ontology_g2t (g, t) VALUES (1,10);
INSERT INTO ontology_g2t (g, t) VALUES (1,11);
INSERT INTO ontology_g2t (g, t) VALUES (1,12);
INSERT INTO ontology_g2t (g, t) VALUES (1,13);
INSERT INTO ontology_g2t (g, t) VALUES (1,14);
INSERT INTO ontology_g2t (g, t) VALUES (1,15);
INSERT INTO ontology_g2t (g, t) VALUES (1,16);
INSERT INTO ontology_g2t (g, t) VALUES (1,17);
INSERT INTO ontology_g2t (g, t) VALUES (1,18);
INSERT INTO ontology_g2t (g, t) VALUES (1,19);
INSERT INTO ontology_g2t (g, t) VALUES (1,20);
INSERT INTO ontology_g2t (g, t) VALUES (1,21);
INSERT INTO ontology_g2t (g, t) VALUES (1,22);
INSERT INTO ontology_g2t (g, t) VALUES (1,23);
INSERT INTO ontology_g2t (g, t) VALUES (1,24);
INSERT INTO ontology_g2t (g, t) VALUES (1,25);
INSERT INTO ontology_g2t (g, t) VALUES (1,26);
INSERT INTO ontology_g2t (g, t) VALUES (1,27);
INSERT INTO ontology_g2t (g, t) VALUES (1,28);
INSERT INTO ontology_g2t (g, t) VALUES (1,29);
INSERT INTO ontology_g2t (g, t) VALUES (1,30);
INSERT INTO ontology_g2t (g, t) VALUES (1,31);
INSERT INTO ontology_g2t (g, t) VALUES (1,32);
INSERT INTO ontology_g2t (g, t) VALUES (1,33);
INSERT INTO ontology_g2t (g, t) VALUES (1,34);
INSERT INTO ontology_g2t (g, t) VALUES (1,35);
INSERT INTO ontology_g2t (g, t) VALUES (1,36);
INSERT INTO ontology_g2t (g, t) VALUES (1,37);
INSERT INTO ontology_g2t (g, t) VALUES (1,38);
INSERT INTO ontology_g2t (g, t) VALUES (1,39);
INSERT INTO ontology_g2t (g, t) VALUES (1,40);
INSERT INTO ontology_g2t (g, t) VALUES (1,41);
INSERT INTO ontology_g2t (g, t) VALUES (1,42);
INSERT INTO ontology_g2t (g, t) VALUES (1,43);
INSERT INTO ontology_g2t (g, t) VALUES (1,44);
INSERT INTO ontology_g2t (g, t) VALUES (1,45);
INSERT INTO ontology_g2t (g, t) VALUES (1,46);
INSERT INTO ontology_g2t (g, t) VALUES (1,47);
INSERT INTO ontology_g2t (g, t) VALUES (1,48);
INSERT INTO ontology_g2t (g, t) VALUES (1,49);
INSERT INTO ontology_g2t (g, t) VALUES (1,50);
INSERT INTO ontology_g2t (g, t) VALUES (1,51);
INSERT INTO ontology_g2t (g, t) VALUES (1,52);
INSERT INTO ontology_g2t (g, t) VALUES (1,53);
INSERT INTO ontology_g2t (g, t) VALUES (1,54);
INSERT INTO ontology_g2t (g, t) VALUES (1,55);
INSERT INTO ontology_g2t (g, t) VALUES (1,56);
INSERT INTO ontology_g2t (g, t) VALUES (1,57);
INSERT INTO ontology_g2t (g, t) VALUES (1,58);
INSERT INTO ontology_g2t (g, t) VALUES (1,59);
INSERT INTO ontology_g2t (g, t) VALUES (1,60);
INSERT INTO ontology_g2t (g, t) VALUES (1,61);
INSERT INTO ontology_g2t (g, t) VALUES (1,62);
INSERT INTO ontology_g2t (g, t) VALUES (1,63);
INSERT INTO ontology_g2t (g, t) VALUES (1,64);
INSERT INTO ontology_g2t (g, t) VALUES (1,65);
INSERT INTO ontology_g2t (g, t) VALUES (1,66);
INSERT INTO ontology_g2t (g, t) VALUES (1,67);
INSERT INTO ontology_g2t (g, t) VALUES (1,68);
INSERT INTO ontology_g2t (g, t) VALUES (1,69);
INSERT INTO ontology_g2t (g, t) VALUES (1,70);
INSERT INTO ontology_g2t (g, t) VALUES (1,71);
INSERT INTO ontology_g2t (g, t) VALUES (1,72);
INSERT INTO ontology_g2t (g, t) VALUES (1,73);
INSERT INTO ontology_g2t (g, t) VALUES (1,74);
INSERT INTO ontology_g2t (g, t) VALUES (1,75);
INSERT INTO ontology_g2t (g, t) VALUES (1,76);
INSERT INTO ontology_g2t (g, t) VALUES (1,77);
INSERT INTO ontology_g2t (g, t) VALUES (1,78);
INSERT INTO ontology_g2t (g, t) VALUES (1,79);
INSERT INTO ontology_g2t (g, t) VALUES (1,80);
INSERT INTO ontology_g2t (g, t) VALUES (1,81);
INSERT INTO ontology_g2t (g, t) VALUES (1,82);
INSERT INTO ontology_g2t (g, t) VALUES (1,83);
INSERT INTO ontology_g2t (g, t) VALUES (1,84);
INSERT INTO ontology_g2t (g, t) VALUES (1,85);
INSERT INTO ontology_g2t (g, t) VALUES (1,86);
INSERT INTO ontology_g2t (g, t) VALUES (1,87);
INSERT INTO ontology_g2t (g, t) VALUES (1,88);
INSERT INTO ontology_g2t (g, t) VALUES (1,89);
INSERT INTO ontology_g2t (g, t) VALUES (1,90);
INSERT INTO ontology_g2t (g, t) VALUES (1,91);
INSERT INTO ontology_g2t (g, t) VALUES (1,92);
INSERT INTO ontology_g2t (g, t) VALUES (1,93);
INSERT INTO ontology_g2t (g, t) VALUES (1,94);
INSERT INTO ontology_g2t (g, t) VALUES (1,95);
INSERT INTO ontology_g2t (g, t) VALUES (1,96);
INSERT INTO ontology_g2t (g, t) VALUES (1,97);
INSERT INTO ontology_g2t (g, t) VALUES (1,98);
INSERT INTO ontology_g2t (g, t) VALUES (1,99);
INSERT INTO ontology_g2t (g, t) VALUES (1,100);
INSERT INTO ontology_g2t (g, t) VALUES (1,101);
INSERT INTO ontology_g2t (g, t) VALUES (1,102);
INSERT INTO ontology_g2t (g, t) VALUES (1,103);
INSERT INTO ontology_g2t (g, t) VALUES (1,104);
INSERT INTO ontology_g2t (g, t) VALUES (1,105);
INSERT INTO ontology_g2t (g, t) VALUES (1,106);
INSERT INTO ontology_g2t (g, t) VALUES (1,107);
INSERT INTO ontology_g2t (g, t) VALUES (1,108);
INSERT INTO ontology_g2t (g, t) VALUES (1,109);
INSERT INTO ontology_g2t (g, t) VALUES (1,110);
INSERT INTO ontology_g2t (g, t) VALUES (1,111);
INSERT INTO ontology_g2t (g, t) VALUES (1,112);
INSERT INTO ontology_g2t (g, t) VALUES (1,113);
INSERT INTO ontology_g2t (g, t) VALUES (1,114);
INSERT INTO ontology_g2t (g, t) VALUES (1,115);
INSERT INTO ontology_g2t (g, t) VALUES (1,116);
INSERT INTO ontology_g2t (g, t) VALUES (1,117);
INSERT INTO ontology_g2t (g, t) VALUES (1,118);
INSERT INTO ontology_g2t (g, t) VALUES (1,119);
INSERT INTO ontology_g2t (g, t) VALUES (1,120);
INSERT INTO ontology_g2t (g, t) VALUES (1,121);
INSERT INTO ontology_g2t (g, t) VALUES (1,122);
INSERT INTO ontology_g2t (g, t) VALUES (1,123);
INSERT INTO ontology_g2t (g, t) VALUES (1,124);
INSERT INTO ontology_g2t (g, t) VALUES (1,125);
INSERT INTO ontology_g2t (g, t) VALUES (1,126);
INSERT INTO ontology_g2t (g, t) VALUES (1,127);
INSERT INTO ontology_g2t (g, t) VALUES (1,128);
INSERT INTO ontology_g2t (g, t) VALUES (1,129);
INSERT INTO ontology_g2t (g, t) VALUES (1,130);
INSERT INTO ontology_g2t (g, t) VALUES (1,131);
INSERT INTO ontology_g2t (g, t) VALUES (1,132);
INSERT INTO ontology_g2t (g, t) VALUES (1,133);
INSERT INTO ontology_g2t (g, t) VALUES (1,134);
INSERT INTO ontology_g2t (g, t) VALUES (1,135);
INSERT INTO ontology_g2t (g, t) VALUES (1,136);
INSERT INTO ontology_g2t (g, t) VALUES (1,137);
INSERT INTO ontology_g2t (g, t) VALUES (1,138);
INSERT INTO ontology_g2t (g, t) VALUES (1,139);
INSERT INTO ontology_g2t (g, t) VALUES (1,140);
INSERT INTO ontology_g2t (g, t) VALUES (1,141);
INSERT INTO ontology_g2t (g, t) VALUES (1,142);
INSERT INTO ontology_g2t (g, t) VALUES (1,143);
INSERT INTO ontology_g2t (g, t) VALUES (1,144);
INSERT INTO ontology_g2t (g, t) VALUES (1,145);
INSERT INTO ontology_g2t (g, t) VALUES (1,146);
INSERT INTO ontology_g2t (g, t) VALUES (1,147);
INSERT INTO ontology_g2t (g, t) VALUES (1,148);
INSERT INTO ontology_g2t (g, t) VALUES (1,149);
INSERT INTO ontology_g2t (g, t) VALUES (1,150);
INSERT INTO ontology_g2t (g, t) VALUES (1,151);
INSERT INTO ontology_g2t (g, t) VALUES (1,152);
INSERT INTO ontology_g2t (g, t) VALUES (1,153);
INSERT INTO ontology_g2t (g, t) VALUES (1,154);
INSERT INTO ontology_g2t (g, t) VALUES (1,155);
INSERT INTO ontology_g2t (g, t) VALUES (1,156);
INSERT INTO ontology_g2t (g, t) VALUES (1,157);
INSERT INTO ontology_g2t (g, t) VALUES (1,158);
INSERT INTO ontology_g2t (g, t) VALUES (1,159);
INSERT INTO ontology_g2t (g, t) VALUES (1,160);
INSERT INTO ontology_g2t (g, t) VALUES (1,161);
INSERT INTO ontology_g2t (g, t) VALUES (1,162);
INSERT INTO ontology_g2t (g, t) VALUES (1,163);
INSERT INTO ontology_g2t (g, t) VALUES (1,164);
INSERT INTO ontology_g2t (g, t) VALUES (1,165);
INSERT INTO ontology_g2t (g, t) VALUES (1,166);
INSERT INTO ontology_g2t (g, t) VALUES (1,167);
INSERT INTO ontology_g2t (g, t) VALUES (1,168);
INSERT INTO ontology_g2t (g, t) VALUES (1,169);
INSERT INTO ontology_g2t (g, t) VALUES (1,170);
INSERT INTO ontology_g2t (g, t) VALUES (1,171);
INSERT INTO ontology_g2t (g, t) VALUES (1,172);
INSERT INTO ontology_g2t (g, t) VALUES (1,173);
INSERT INTO ontology_g2t (g, t) VALUES (1,174);
INSERT INTO ontology_g2t (g, t) VALUES (1,175);
INSERT INTO ontology_g2t (g, t) VALUES (1,176);
INSERT INTO ontology_g2t (g, t) VALUES (1,177);
INSERT INTO ontology_g2t (g, t) VALUES (1,178);
INSERT INTO ontology_g2t (g, t) VALUES (1,179);
INSERT INTO ontology_g2t (g, t) VALUES (1,180);
INSERT INTO ontology_g2t (g, t) VALUES (1,181);
INSERT INTO ontology_g2t (g, t) VALUES (1,182);
INSERT INTO ontology_g2t (g, t) VALUES (1,183);
INSERT INTO ontology_g2t (g, t) VALUES (1,184);
INSERT INTO ontology_g2t (g, t) VALUES (1,185);
INSERT INTO ontology_g2t (g, t) VALUES (1,186);
INSERT INTO ontology_g2t (g, t) VALUES (1,187);
INSERT INTO ontology_g2t (g, t) VALUES (1,188);
INSERT INTO ontology_g2t (g, t) VALUES (1,189);
INSERT INTO ontology_g2t (g, t) VALUES (1,190);
INSERT INTO ontology_g2t (g, t) VALUES (1,191);
INSERT INTO ontology_g2t (g, t) VALUES (1,192);
INSERT INTO ontology_g2t (g, t) VALUES (1,193);
INSERT INTO ontology_g2t (g, t) VALUES (1,194);
INSERT INTO ontology_g2t (g, t) VALUES (1,195);
INSERT INTO ontology_g2t (g, t) VALUES (1,196);
INSERT INTO ontology_g2t (g, t) VALUES (1,197);
INSERT INTO ontology_g2t (g, t) VALUES (1,198);
INSERT INTO ontology_g2t (g, t) VALUES (1,199);
INSERT INTO ontology_g2t (g, t) VALUES (1,200);
INSERT INTO ontology_g2t (g, t) VALUES (1,201);
INSERT INTO ontology_g2t (g, t) VALUES (1,202);
INSERT INTO ontology_g2t (g, t) VALUES (1,203);
INSERT INTO ontology_g2t (g, t) VALUES (1,204);
INSERT INTO ontology_g2t (g, t) VALUES (1,205);
INSERT INTO ontology_g2t (g, t) VALUES (1,206);
INSERT INTO ontology_g2t (g, t) VALUES (1,207);
INSERT INTO ontology_g2t (g, t) VALUES (1,208);
INSERT INTO ontology_g2t (g, t) VALUES (1,209);
INSERT INTO ontology_g2t (g, t) VALUES (1,210);
INSERT INTO ontology_g2t (g, t) VALUES (1,211);
INSERT INTO ontology_g2t (g, t) VALUES (1,212);
INSERT INTO ontology_g2t (g, t) VALUES (1,213);
INSERT INTO ontology_g2t (g, t) VALUES (1,214);
INSERT INTO ontology_g2t (g, t) VALUES (1,215);
INSERT INTO ontology_g2t (g, t) VALUES (1,216);
INSERT INTO ontology_g2t (g, t) VALUES (1,217);
INSERT INTO ontology_g2t (g, t) VALUES (1,218);
INSERT INTO ontology_g2t (g, t) VALUES (1,219);
INSERT INTO ontology_g2t (g, t) VALUES (1,220);
INSERT INTO ontology_g2t (g, t) VALUES (1,221);
INSERT INTO ontology_g2t (g, t) VALUES (1,222);
INSERT INTO ontology_g2t (g, t) VALUES (1,223);
INSERT INTO ontology_g2t (g, t) VALUES (1,224);
INSERT INTO ontology_g2t (g, t) VALUES (1,225);
INSERT INTO ontology_g2t (g, t) VALUES (1,226);
INSERT INTO ontology_g2t (g, t) VALUES (1,227);
INSERT INTO ontology_g2t (g, t) VALUES (1,228);
INSERT INTO ontology_g2t (g, t) VALUES (1,229);
INSERT INTO ontology_g2t (g, t) VALUES (1,230);
INSERT INTO ontology_g2t (g, t) VALUES (1,231);
INSERT INTO ontology_g2t (g, t) VALUES (1,232);
INSERT INTO ontology_g2t (g, t) VALUES (1,233);
INSERT INTO ontology_g2t (g, t) VALUES (1,234);
INSERT INTO ontology_g2t (g, t) VALUES (1,235);
INSERT INTO ontology_g2t (g, t) VALUES (1,236);
INSERT INTO ontology_g2t (g, t) VALUES (1,237);
INSERT INTO ontology_g2t (g, t) VALUES (1,238);
INSERT INTO ontology_g2t (g, t) VALUES (1,239);
INSERT INTO ontology_g2t (g, t) VALUES (1,240);
INSERT INTO ontology_g2t (g, t) VALUES (1,241);
INSERT INTO ontology_g2t (g, t) VALUES (1,242);
INSERT INTO ontology_g2t (g, t) VALUES (1,243);
INSERT INTO ontology_g2t (g, t) VALUES (1,244);
INSERT INTO ontology_g2t (g, t) VALUES (1,245);
INSERT INTO ontology_g2t (g, t) VALUES (1,246);
INSERT INTO ontology_g2t (g, t) VALUES (1,247);
INSERT INTO ontology_g2t (g, t) VALUES (1,248);
INSERT INTO ontology_g2t (g, t) VALUES (1,249);
INSERT INTO ontology_g2t (g, t) VALUES (1,250);
INSERT INTO ontology_g2t (g, t) VALUES (1,251);
INSERT INTO ontology_g2t (g, t) VALUES (1,252);
INSERT INTO ontology_g2t (g, t) VALUES (1,253);
INSERT INTO ontology_g2t (g, t) VALUES (1,254);
INSERT INTO ontology_g2t (g, t) VALUES (1,255);
INSERT INTO ontology_g2t (g, t) VALUES (1,256);
INSERT INTO ontology_g2t (g, t) VALUES (1,257);
INSERT INTO ontology_g2t (g, t) VALUES (1,258);
INSERT INTO ontology_g2t (g, t) VALUES (1,259);
INSERT INTO ontology_g2t (g, t) VALUES (1,260);
INSERT INTO ontology_g2t (g, t) VALUES (1,261);
INSERT INTO ontology_g2t (g, t) VALUES (1,262);
INSERT INTO ontology_g2t (g, t) VALUES (1,263);
INSERT INTO ontology_g2t (g, t) VALUES (1,264);
INSERT INTO ontology_g2t (g, t) VALUES (1,265);
INSERT INTO ontology_g2t (g, t) VALUES (1,266);
INSERT INTO ontology_g2t (g, t) VALUES (1,267);
INSERT INTO ontology_g2t (g, t) VALUES (1,268);
INSERT INTO ontology_g2t (g, t) VALUES (1,269);
INSERT INTO ontology_g2t (g, t) VALUES (1,270);
INSERT INTO ontology_g2t (g, t) VALUES (1,271);
INSERT INTO ontology_g2t (g, t) VALUES (1,272);
INSERT INTO ontology_g2t (g, t) VALUES (1,273);
INSERT INTO ontology_g2t (g, t) VALUES (1,274);
INSERT INTO ontology_g2t (g, t) VALUES (1,275);
INSERT INTO ontology_g2t (g, t) VALUES (1,276);
INSERT INTO ontology_g2t (g, t) VALUES (1,277);
INSERT INTO ontology_g2t (g, t) VALUES (1,278);
INSERT INTO ontology_g2t (g, t) VALUES (1,279);
INSERT INTO ontology_g2t (g, t) VALUES (1,280);
INSERT INTO ontology_g2t (g, t) VALUES (1,281);
INSERT INTO ontology_g2t (g, t) VALUES (1,282);
INSERT INTO ontology_g2t (g, t) VALUES (1,283);
INSERT INTO ontology_g2t (g, t) VALUES (1,284);
INSERT INTO ontology_g2t (g, t) VALUES (1,285);
INSERT INTO ontology_g2t (g, t) VALUES (1,286);
INSERT INTO ontology_g2t (g, t) VALUES (1,287);
INSERT INTO ontology_g2t (g, t) VALUES (1,288);
INSERT INTO ontology_g2t (g, t) VALUES (1,289);
INSERT INTO ontology_g2t (g, t) VALUES (1,290);
INSERT INTO ontology_g2t (g, t) VALUES (1,291);
INSERT INTO ontology_g2t (g, t) VALUES (1,292);
INSERT INTO ontology_g2t (g, t) VALUES (1,293);
INSERT INTO ontology_g2t (g, t) VALUES (1,294);
INSERT INTO ontology_g2t (g, t) VALUES (1,295);
INSERT INTO ontology_g2t (g, t) VALUES (1,296);
INSERT INTO ontology_g2t (g, t) VALUES (1,297);
INSERT INTO ontology_g2t (g, t) VALUES (1,298);
INSERT INTO ontology_g2t (g, t) VALUES (1,299);
INSERT INTO ontology_g2t (g, t) VALUES (1,300);
INSERT INTO ontology_g2t (g, t) VALUES (1,301);
INSERT INTO ontology_g2t (g, t) VALUES (1,302);
INSERT INTO ontology_g2t (g, t) VALUES (1,303);
INSERT INTO ontology_g2t (g, t) VALUES (1,304);
INSERT INTO ontology_g2t (g, t) VALUES (1,305);
INSERT INTO ontology_g2t (g, t) VALUES (1,306);
INSERT INTO ontology_g2t (g, t) VALUES (1,307);
INSERT INTO ontology_g2t (g, t) VALUES (1,308);
INSERT INTO ontology_g2t (g, t) VALUES (1,309);
INSERT INTO ontology_g2t (g, t) VALUES (1,310);
INSERT INTO ontology_g2t (g, t) VALUES (1,311);
INSERT INTO ontology_g2t (g, t) VALUES (1,312);
INSERT INTO ontology_g2t (g, t) VALUES (1,313);
INSERT INTO ontology_g2t (g, t) VALUES (1,314);
INSERT INTO ontology_g2t (g, t) VALUES (1,315);
INSERT INTO ontology_g2t (g, t) VALUES (1,316);
INSERT INTO ontology_g2t (g, t) VALUES (1,317);
INSERT INTO ontology_g2t (g, t) VALUES (1,318);
INSERT INTO ontology_g2t (g, t) VALUES (1,319);
INSERT INTO ontology_g2t (g, t) VALUES (1,320);
INSERT INTO ontology_g2t (g, t) VALUES (1,321);
INSERT INTO ontology_g2t (g, t) VALUES (1,322);
INSERT INTO ontology_g2t (g, t) VALUES (1,323);
INSERT INTO ontology_g2t (g, t) VALUES (1,324);
INSERT INTO ontology_g2t (g, t) VALUES (1,325);
INSERT INTO ontology_g2t (g, t) VALUES (1,326);
INSERT INTO ontology_g2t (g, t) VALUES (1,327);
INSERT INTO ontology_g2t (g, t) VALUES (1,328);
INSERT INTO ontology_g2t (g, t) VALUES (1,329);
INSERT INTO ontology_g2t (g, t) VALUES (1,330);
INSERT INTO ontology_g2t (g, t) VALUES (1,331);
INSERT INTO ontology_g2t (g, t) VALUES (1,332);
INSERT INTO ontology_g2t (g, t) VALUES (1,333);
INSERT INTO ontology_g2t (g, t) VALUES (1,334);
INSERT INTO ontology_g2t (g, t) VALUES (1,335);
INSERT INTO ontology_g2t (g, t) VALUES (1,336);
INSERT INTO ontology_g2t (g, t) VALUES (1,337);
INSERT INTO ontology_g2t (g, t) VALUES (1,338);
INSERT INTO ontology_g2t (g, t) VALUES (1,339);
INSERT INTO ontology_g2t (g, t) VALUES (1,340);
INSERT INTO ontology_g2t (g, t) VALUES (1,341);
INSERT INTO ontology_g2t (g, t) VALUES (1,342);
INSERT INTO ontology_g2t (g, t) VALUES (1,343);
INSERT INTO ontology_g2t (g, t) VALUES (1,344);
INSERT INTO ontology_g2t (g, t) VALUES (1,345);
INSERT INTO ontology_g2t (g, t) VALUES (1,346);
INSERT INTO ontology_g2t (g, t) VALUES (1,347);
INSERT INTO ontology_g2t (g, t) VALUES (1,348);
INSERT INTO ontology_g2t (g, t) VALUES (1,349);
INSERT INTO ontology_g2t (g, t) VALUES (1,350);
INSERT INTO ontology_g2t (g, t) VALUES (1,351);
INSERT INTO ontology_g2t (g, t) VALUES (1,352);
INSERT INTO ontology_g2t (g, t) VALUES (1,353);
INSERT INTO ontology_g2t (g, t) VALUES (1,354);
INSERT INTO ontology_g2t (g, t) VALUES (1,355);
INSERT INTO ontology_g2t (g, t) VALUES (1,356);
INSERT INTO ontology_g2t (g, t) VALUES (1,357);
INSERT INTO ontology_g2t (g, t) VALUES (1,358);
INSERT INTO ontology_g2t (g, t) VALUES (1,359);
INSERT INTO ontology_g2t (g, t) VALUES (1,360);
INSERT INTO ontology_g2t (g, t) VALUES (1,361);
INSERT INTO ontology_g2t (g, t) VALUES (1,362);
INSERT INTO ontology_g2t (g, t) VALUES (1,363);
INSERT INTO ontology_g2t (g, t) VALUES (1,364);
INSERT INTO ontology_g2t (g, t) VALUES (1,365);
INSERT INTO ontology_g2t (g, t) VALUES (1,366);
INSERT INTO ontology_g2t (g, t) VALUES (1,367);
INSERT INTO ontology_g2t (g, t) VALUES (1,368);
INSERT INTO ontology_g2t (g, t) VALUES (1,369);
INSERT INTO ontology_g2t (g, t) VALUES (1,370);
INSERT INTO ontology_g2t (g, t) VALUES (1,371);
INSERT INTO ontology_g2t (g, t) VALUES (1,372);
INSERT INTO ontology_g2t (g, t) VALUES (1,373);
INSERT INTO ontology_g2t (g, t) VALUES (1,374);
INSERT INTO ontology_g2t (g, t) VALUES (1,375);
INSERT INTO ontology_g2t (g, t) VALUES (1,376);
INSERT INTO ontology_g2t (g, t) VALUES (1,377);
INSERT INTO ontology_g2t (g, t) VALUES (1,378);
INSERT INTO ontology_g2t (g, t) VALUES (1,379);
INSERT INTO ontology_g2t (g, t) VALUES (1,380);
INSERT INTO ontology_g2t (g, t) VALUES (1,381);
INSERT INTO ontology_g2t (g, t) VALUES (1,382);
INSERT INTO ontology_g2t (g, t) VALUES (1,383);
INSERT INTO ontology_g2t (g, t) VALUES (1,384);
INSERT INTO ontology_g2t (g, t) VALUES (1,385);
INSERT INTO ontology_g2t (g, t) VALUES (1,386);
INSERT INTO ontology_g2t (g, t) VALUES (1,387);
INSERT INTO ontology_g2t (g, t) VALUES (1,388);
INSERT INTO ontology_g2t (g, t) VALUES (1,389);
INSERT INTO ontology_g2t (g, t) VALUES (1,390);
INSERT INTO ontology_g2t (g, t) VALUES (1,391);
INSERT INTO ontology_g2t (g, t) VALUES (1,392);
INSERT INTO ontology_g2t (g, t) VALUES (1,393);
INSERT INTO ontology_g2t (g, t) VALUES (1,394);
INSERT INTO ontology_g2t (g, t) VALUES (1,395);
INSERT INTO ontology_g2t (g, t) VALUES (1,396);
INSERT INTO ontology_g2t (g, t) VALUES (1,397);
INSERT INTO ontology_g2t (g, t) VALUES (1,398);
INSERT INTO ontology_g2t (g, t) VALUES (1,399);
INSERT INTO ontology_g2t (g, t) VALUES (1,400);
INSERT INTO ontology_g2t (g, t) VALUES (1,401);
INSERT INTO ontology_g2t (g, t) VALUES (1,402);
INSERT INTO ontology_g2t (g, t) VALUES (1,403);
INSERT INTO ontology_g2t (g, t) VALUES (1,404);
INSERT INTO ontology_g2t (g, t) VALUES (1,405);
INSERT INTO ontology_g2t (g, t) VALUES (1,406);
INSERT INTO ontology_g2t (g, t) VALUES (1,407);
INSERT INTO ontology_g2t (g, t) VALUES (1,408);
INSERT INTO ontology_g2t (g, t) VALUES (1,409);
INSERT INTO ontology_g2t (g, t) VALUES (1,410);
INSERT INTO ontology_g2t (g, t) VALUES (1,411);
INSERT INTO ontology_g2t (g, t) VALUES (1,412);
INSERT INTO ontology_g2t (g, t) VALUES (1,413);
INSERT INTO ontology_g2t (g, t) VALUES (1,414);
INSERT INTO ontology_g2t (g, t) VALUES (1,415);
INSERT INTO ontology_g2t (g, t) VALUES (1,416);
INSERT INTO ontology_g2t (g, t) VALUES (1,417);
INSERT INTO ontology_g2t (g, t) VALUES (1,418);
INSERT INTO ontology_g2t (g, t) VALUES (1,419);
INSERT INTO ontology_g2t (g, t) VALUES (1,420);
INSERT INTO ontology_g2t (g, t) VALUES (1,421);
INSERT INTO ontology_g2t (g, t) VALUES (1,422);
INSERT INTO ontology_g2t (g, t) VALUES (1,423);
INSERT INTO ontology_g2t (g, t) VALUES (1,424);
INSERT INTO ontology_g2t (g, t) VALUES (1,425);
INSERT INTO ontology_g2t (g, t) VALUES (1,426);
INSERT INTO ontology_g2t (g, t) VALUES (1,427);
INSERT INTO ontology_g2t (g, t) VALUES (1,428);
INSERT INTO ontology_g2t (g, t) VALUES (1,429);
INSERT INTO ontology_g2t (g, t) VALUES (1,430);
INSERT INTO ontology_g2t (g, t) VALUES (1,431);
INSERT INTO ontology_g2t (g, t) VALUES (1,432);
INSERT INTO ontology_g2t (g, t) VALUES (1,433);
INSERT INTO ontology_g2t (g, t) VALUES (1,434);
INSERT INTO ontology_g2t (g, t) VALUES (1,435);
INSERT INTO ontology_g2t (g, t) VALUES (1,436);
INSERT INTO ontology_g2t (g, t) VALUES (1,437);
INSERT INTO ontology_g2t (g, t) VALUES (1,438);
INSERT INTO ontology_g2t (g, t) VALUES (1,439);
INSERT INTO ontology_g2t (g, t) VALUES (1,440);
INSERT INTO ontology_g2t (g, t) VALUES (1,441);
INSERT INTO ontology_g2t (g, t) VALUES (1,442);
INSERT INTO ontology_g2t (g, t) VALUES (1,443);
INSERT INTO ontology_g2t (g, t) VALUES (1,444);
INSERT INTO ontology_g2t (g, t) VALUES (1,445);
INSERT INTO ontology_g2t (g, t) VALUES (1,446);
INSERT INTO ontology_g2t (g, t) VALUES (1,447);
INSERT INTO ontology_g2t (g, t) VALUES (1,448);
INSERT INTO ontology_g2t (g, t) VALUES (1,449);
INSERT INTO ontology_g2t (g, t) VALUES (1,450);
INSERT INTO ontology_g2t (g, t) VALUES (1,451);
INSERT INTO ontology_g2t (g, t) VALUES (1,452);
INSERT INTO ontology_g2t (g, t) VALUES (1,453);
INSERT INTO ontology_g2t (g, t) VALUES (1,454);
INSERT INTO ontology_g2t (g, t) VALUES (1,455);
INSERT INTO ontology_g2t (g, t) VALUES (1,456);
INSERT INTO ontology_g2t (g, t) VALUES (1,457);
INSERT INTO ontology_g2t (g, t) VALUES (1,458);
INSERT INTO ontology_g2t (g, t) VALUES (1,459);
INSERT INTO ontology_g2t (g, t) VALUES (1,460);
INSERT INTO ontology_g2t (g, t) VALUES (1,461);
INSERT INTO ontology_g2t (g, t) VALUES (1,462);
INSERT INTO ontology_g2t (g, t) VALUES (1,463);
INSERT INTO ontology_g2t (g, t) VALUES (1,464);
INSERT INTO ontology_g2t (g, t) VALUES (1,465);
INSERT INTO ontology_g2t (g, t) VALUES (1,466);
INSERT INTO ontology_g2t (g, t) VALUES (1,467);
INSERT INTO ontology_g2t (g, t) VALUES (1,468);
INSERT INTO ontology_g2t (g, t) VALUES (1,469);
INSERT INTO ontology_g2t (g, t) VALUES (1,470);
INSERT INTO ontology_g2t (g, t) VALUES (1,471);
INSERT INTO ontology_g2t (g, t) VALUES (1,472);
INSERT INTO ontology_g2t (g, t) VALUES (1,473);
INSERT INTO ontology_g2t (g, t) VALUES (1,474);
INSERT INTO ontology_g2t (g, t) VALUES (1,475);
INSERT INTO ontology_g2t (g, t) VALUES (1,476);
INSERT INTO ontology_g2t (g, t) VALUES (1,477);
INSERT INTO ontology_g2t (g, t) VALUES (1,478);
INSERT INTO ontology_g2t (g, t) VALUES (1,479);
INSERT INTO ontology_g2t (g, t) VALUES (1,480);
INSERT INTO ontology_g2t (g, t) VALUES (1,481);
INSERT INTO ontology_g2t (g, t) VALUES (1,482);
INSERT INTO ontology_g2t (g, t) VALUES (1,483);
INSERT INTO ontology_g2t (g, t) VALUES (1,484);
INSERT INTO ontology_g2t (g, t) VALUES (1,485);
INSERT INTO ontology_g2t (g, t) VALUES (1,486);
INSERT INTO ontology_g2t (g, t) VALUES (1,487);
INSERT INTO ontology_g2t (g, t) VALUES (1,488);
INSERT INTO ontology_g2t (g, t) VALUES (1,489);
INSERT INTO ontology_g2t (g, t) VALUES (1,490);
INSERT INTO ontology_g2t (g, t) VALUES (1,491);
INSERT INTO ontology_g2t (g, t) VALUES (1,492);
INSERT INTO ontology_g2t (g, t) VALUES (1,493);
/*!40000 ALTER TABLE ontology_g2t ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_id2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_id2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val text COLLATE utf8_unicode_ci NOT NULL,
val_type tinyint(1) NOT NULL DEFAULT '0',
UNIQUE KEY id (id,val_type),
KEY v (val(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_id2val`
--
LOCK TABLES ontology_id2val WRITE;
/*!40000 ALTER TABLE ontology_id2val DISABLE KEYS */;
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (1,0,'file:///home/pmb_param_iso/public_html/pmb/classes/rdf/skos_pmb.rdf',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (3,0,'http://www.w3.org/1999/02/22-rdf-syntax-ns#type',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (5,0,'',2);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (6,0,'http://purl.org/dc/terms/date',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (8,0,'http://purl.org/dc/terms/contributor',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (10,0,'http://purl.org/dc/terms/creator',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (13,0,'http://purl.org/dc/terms/title',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (15,0,'fr',2);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (16,0,'http://purl.org/dc/terms/description',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (18,0,'http://www.pmbservices.fr/ontology#name',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (21,0,'http://www.w3.org/2002/07/owl#disjointWith',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (24,0,'http://www.w3.org/2000/01/rdf-schema#label',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (26,0,'en',2);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (27,0,'http://www.w3.org/2000/01/rdf-schema#isDefinedBy',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (28,0,'http://www.w3.org/2004/02/skos/core#definition',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (31,0,'http://www.w3.org/2000/01/rdf-schema#subClassOf',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (35,0,'http://www.pmbservices.fr/ontology#displayLabel',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (37,0,'http://www.pmbservices.fr/ontology#searchLabel',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (42,0,'http://www.w3.org/2004/02/skos/core#scopeNote',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (44,0,'http://www.w3.org/2004/02/skos/core#example',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (63,0,'http://www.w3.org/2000/01/rdf-schema#range',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (64,0,'http://www.pmbservices.fr/ontology#datatype',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (67,0,'http://www.pmbservices.fr/ontology#defaultValueType',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (69,0,'http://www.pmbservices.fr/ontology#defaultValue',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (71,0,'http://www.pmbservices.fr/ontology#flag',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (79,0,'http://www.w3.org/2000/01/rdf-schema#domain',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (80,0,'http://www.w3.org/2002/07/owl#inverseOf',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (85,0,'http://www.w3.org/2000/01/rdf-schema#subPropertyOf',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (90,0,'http://www.w3.org/2000/01/rdf-schema#comment',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (95,0,'http://www.pmbservices.fr/ontology#distinctWith',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (99,0,'http://www.pmbservices.fr/ontology#pound',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (180,0,'http://www.w3.org/2002/07/owl#unionOf',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (182,0,'http://www.w3.org/1999/02/22-rdf-syntax-ns#first',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (183,0,'http://www.w3.org/1999/02/22-rdf-syntax-ns#rest',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (220,0,'http://www.w3.org/2002/07/owl#onProperty',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (221,0,'http://www.w3.org/2002/07/owl#maxCardinality',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (223,0,'http://www.w3.org/2001/XMLSchema#nonNegativeInteger',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (224,0,'http://www.w3.org/2002/07/owl#minCardinality',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (226,0,'http://www.pmbservices.fr/ontology#field',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (227,0,'http://www.pmbservices.fr/ontology#subfield',0);
INSERT INTO ontology_id2val (id, misc, val, val_type) VALUES (233,0,'http://www.pmbservices.fr/ontology#useProperty',0);
/*!40000 ALTER TABLE ontology_id2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_o2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_o2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val_hash char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY id (id),
KEY vh (val_hash),
KEY v (val(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_o2val`
--
LOCK TABLES ontology_o2val WRITE;
/*!40000 ALTER TABLE ontology_o2val DISABLE KEYS */;
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (4,0,'996223817','http://www.w3.org/2002/07/owl#Ontology');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (7,0,'2435460757','2014-04-22T10:20:37+02:00');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (9,0,'409221262','Florent Tétart');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (11,0,'3360724324','Matthieu Bertin');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (12,0,'115883339','Didier Bellamy');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (14,0,'2959168336','Vocabulaire SKOS - PMB');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (17,0,'3688488397','Ontologie PMB basée sur Skos');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (19,0,'925213505','skos');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (22,0,'2442742997','http://www.w3.org/2004/02/skos/core#ConceptScheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (23,0,'2854212235','http://www.w3.org/2004/02/skos/core#Collection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (25,0,'687299020','Concept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (2,0,'3622535672','http://www.w3.org/2004/02/skos/core');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (29,0,'821429949','An idea or notion; a unit of thought.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (30,0,'3775447655','http://www.w3.org/2002/07/owl#Class');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (32,0,'2687605415','_:b1802443385_inscheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (33,0,'348940856','_:b2056747303_nceptindex');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (34,0,'1760774299','_:b2982083295_preflabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (36,0,'2503630580','http://www.w3.org/2004/02/skos/core#prefLabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (38,0,'687264230','http://www.w3.org/2004/02/skos/core#altLabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (39,0,'3880411216','concept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (40,0,'3841089632','Concept Scheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (41,0,'1665358631','A set of concepts, optionally including statements about semantic relationships between those concepts.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (43,0,'3538028512','A concept scheme may be defined to include concepts from different sources.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (45,0,'3830592684','Thesauri, classification schemes, subject heading lists, taxonomies, \'folksonomies\', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (20,0,'3808008927','http://www.w3.org/2004/02/skos/core#Concept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (46,0,'2325969209','_:b1380285311_chemeindex');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (47,0,'1918600333','conceptscheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (48,0,'3004196578','Collection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (49,0,'3470114471','A meaningful collection of concepts.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (50,0,'2718693607','Labelled collections can be used where you would like a set of concepts to be displayed under a \'node label\' in the hierarchy.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (51,0,'4232930610','collection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (53,0,'3794253576','Ordered Collection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (54,0,'2110881773','An ordered collection of concepts, where both the grouping and the ordering are meaningful.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (55,0,'1228035159','Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a \'node label\'.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (56,0,'1910634737','orderedcollection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (58,0,'311312342','is in scheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (59,0,'3640587640','Relates a resource (for example a concept) to a concept scheme in which it is included.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (60,0,'1181726777','A concept may be a member of more than one concept scheme.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (61,0,'1929034498','http://www.w3.org/2002/07/owl#ObjectProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (62,0,'3589091542','http://www.w3.org/1999/02/22-rdf-syntax-ns#Property');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (65,0,'3294050761','http://www.pmbservices.fr/ontology#resource_selector');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (66,0,'2133751721','inscheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (68,0,'837312391','http://www.pmbservices.fr/ontology#variable');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (70,0,'874167628','concept_scheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (72,0,'942077639','concept_selector_form');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (73,0,'2054802361','conceptscheme_selector_form');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (74,0,'2985665616','collection_selector_form');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (75,0,'2643917610','orderedcollection_selector_form');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (77,0,'1230851919','has top concept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (78,0,'1519685800','Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (81,0,'282586597','http://www.w3.org/2004/02/skos/core#topConceptOf');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (82,0,'633150989','hastopconcept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (83,0,'2529889121','is top concept in scheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (84,0,'3223040500','Relates a concept to the concept scheme that it is a top level concept of.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (57,0,'4243996034','http://www.w3.org/2004/02/skos/core#inScheme');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (76,0,'4065174234','http://www.w3.org/2004/02/skos/core#hasTopConcept');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (86,0,'2140272016','topconceptof');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (87,0,'730656352','preferred label');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (88,0,'182995678','The preferred lexical label for a resource, in a given language.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (89,0,'3851153107','http://www.w3.org/2002/07/owl#AnnotationProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (24,0,'10943426','http://www.w3.org/2000/01/rdf-schema#label');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (91,0,'3498468806','A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (92,0,'337617011','The range of skos:prefLabel is the class of RDF plain literals.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (93,0,'3309638314','skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise\n disjoint properties.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (94,0,'1886301245','http://www.w3.org/2000/01/rdf-schema#Literal');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (96,0,'789562387','http://www.w3.org/2004/02/skos/core#hiddenLabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (97,0,'2933003907','http://www.pmbservices.fr/ontology#small_text');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (98,0,'930703718','preflabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (100,0,'140116777','130');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (101,0,'3740932510','alternative label');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (102,0,'2086577230','An alternative lexical label for a resource.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (103,0,'2400479509','Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel).');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (104,0,'2635350085','The range of skos:altLabel is the class of RDF plain literals.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (105,0,'1361526975','skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (106,0,'1833153023','altlabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (107,0,'725236514','hidden label');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (108,0,'2400639206','A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (109,0,'3747991246','The range of skos:hiddenLabel is the class of RDF plain literals.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (110,0,'3669572959','hiddenlabel');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (112,0,'40418453','notation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (113,0,'994713163','A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (114,0,'2413086594','By convention, skos:notation is used with a typed literal in the object position of the triple.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (115,0,'2882651566','http://www.w3.org/2002/07/owl#DatatypeProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (117,0,'3485334036','note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (118,0,'2265513567','A general note, for any purpose.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (119,0,'532756817','This property may be used directly, or as a super-property for more specific note types.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (120,0,'3629424921','http://www.pmbservices.fr/ontology#text');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (122,0,'3622356145','change note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (123,0,'2667132589','A note about a modification to a concept.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (116,0,'3906281882','http://www.w3.org/2004/02/skos/core#note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (124,0,'1408467443','changenote');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (125,0,'1747988440','definition');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (126,0,'2210453250','A statement or formal explanation of the meaning of a concept.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (128,0,'2690503393','editorial note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (129,0,'2932220503','A note for an editor, translator or maintainer of the vocabulary.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (130,0,'3788851186','editorialnote');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (131,0,'1861000095','example');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (132,0,'248199406','An example of the use of a concept.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (134,0,'3205168502','history note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (135,0,'2488806761','A note about the past state/use/meaning of a concept.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (136,0,'1819917857','historynote');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (137,0,'163061077','scope note');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (138,0,'3898045383','A note that helps to clarify the meaning and/or the use of a concept.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (139,0,'3098845214','scopenote');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (141,0,'1089314813','is in semantic relation with');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (142,0,'1802313554','Links a concept to a concept related by meaning.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (143,0,'2290258691','This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (144,0,'385810402','http://www.pmbservices.fr/ontology#noAssertionProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (145,0,'1136779235','semanticrelation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (147,0,'2760464747','has broader');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (148,0,'3148668097','Relates a concept to a concept that is more general in meaning.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (149,0,'1304010208','Broader concepts are typically rendered as parents in a concept hierarchy (tree).');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (150,0,'324817978','By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (151,0,'2386912048','http://www.w3.org/2004/02/skos/core#broaderTransitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (152,0,'1484025019','http://www.w3.org/2004/02/skos/core#narrower');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (153,0,'2858005379','http://www.w3.org/2004/02/skos/core#related');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (154,0,'1090252510','http://www.w3.org/2004/02/skos/core#narrowerTransitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (155,0,'3054023308','broader');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (156,0,'1920649840','parent_id');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (157,0,'3799831958','has narrower');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (158,0,'1680599707','Relates a concept to a concept that is more specific in meaning.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (159,0,'2730100506','Narrower concepts are typically rendered as children in a concept hierarchy (tree).');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (146,0,'2080797087','http://www.w3.org/2004/02/skos/core#broader');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (160,0,'3690996646','narrower');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (161,0,'1926667127','has related');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (162,0,'2879986832','Relates a concept to a concept with which there is an associative semantic relationship.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (163,0,'1240048252','http://www.w3.org/2002/07/owl#SymmetricProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (140,0,'1000326490','http://www.w3.org/2004/02/skos/core#semanticRelation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (164,0,'171165871','skos:related is disjoint with skos:broaderTransitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (165,0,'1616343184','related');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (166,0,'659776027','has broader transitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (167,0,'3974536664','skos:broaderTransitive is a transitive superproperty of skos:broader.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (168,0,'1356335522','By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (169,0,'4239053696','http://www.w3.org/2002/07/owl#TransitiveProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (170,0,'4046239601','broadertransitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (171,0,'2863590464','has narrower transitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (172,0,'3450257967','skos:narrowerTransitive is a transitive superproperty of skos:narrower.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (173,0,'1192918391','By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (174,0,'2292087307','narrowertransitive');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (176,0,'1189498145','has member');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (177,0,'3812418564','Relates a collection to one of its members.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (178,0,'3830759593','_:b3760457392__arc92ccb1');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (179,0,'1894054520','member');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (181,0,'4024289844','_:b2331651819__arc92ccb2');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (184,0,'2446578601','_:b1717355975__arc92ccb3');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (185,0,'3145999675','http://www.w3.org/1999/02/22-rdf-syntax-ns#nil');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (187,0,'4244389336','has member list');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (188,0,'2512561502','Relates an ordered collection to the RDF list containing its members.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (189,0,'3708180253','http://www.w3.org/2002/07/owl#FunctionalProperty');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (52,0,'539696714','http://www.w3.org/2004/02/skos/core#OrderedCollection');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (190,0,'4089142914','http://www.w3.org/1999/02/22-rdf-syntax-ns#List');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (191,0,'3377153846','For any resource, every item in the list given as the value of the\n skos:memberList property is also a value of the skos:member property.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (192,0,'940032441','memberlist');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (194,0,'2520904950','is in mapping relation with');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (195,0,'156766410','Relates two concepts coming, by convention, from different schemes, and that have comparable meanings');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (196,0,'1652448020','These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (197,0,'1032933140','mappingrelation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (199,0,'319277219','has broader match');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (200,0,'1020696399','skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (193,0,'1384714134','http://www.w3.org/2004/02/skos/core#mappingRelation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (201,0,'1161221123','http://www.w3.org/2004/02/skos/core#narrowMatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (202,0,'3441743472','http://www.w3.org/2004/02/skos/core#exactMatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (203,0,'1973321835','http://www.w3.org/2004/02/skos/core#relatedMatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (204,0,'2345200264','http://www.w3.org/2004/02/skos/core#closeMatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (205,0,'3822837114','broadmatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (206,0,'196249616','has narrower match');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (207,0,'184740193','skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (198,0,'991249943','http://www.w3.org/2004/02/skos/core#broadMatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (208,0,'2961190223','narrowmatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (209,0,'4004308878','has related match');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (210,0,'1760804343','skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (211,0,'3429634331','relatedmatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (212,0,'640295377','has exact match');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (213,0,'1943197459','skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (214,0,'1079909107','skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (215,0,'367676701','exactmatch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (216,0,'2500507587','has close match');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (217,0,'346057643','skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (218,0,'1392931301','closematch');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (219,0,'4257628229','http://www.w3.org/2002/07/owl#Restriction');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (222,0,'2212294583','1');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (225,0,'218542642','http://www.pmbservices.fr/ontology#indexation');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (228,0,'495674787','_:b3728233012_eptindex_1');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (229,0,'450215437','2');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (230,0,'3538404368','_:b1194394510_eptindex_2');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (231,0,'1842515611','3');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (232,0,'1868773733','_:b808858392_eptindex_3');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (234,0,'1889509032','80');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (235,0,'4088798008','4');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (236,0,'595022058','100');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (237,0,'2547653827','_:b1112853654_emeindex_1');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (238,0,'1416650876','101');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (239,0,'794365474','_:b3680345388_emeindex_2');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (240,0,'3447271878','102');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (241,0,'1072067885','_:b2891623866_emeindex_3');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (242,0,'3994858278','60');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (243,0,'3128820048','103');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (244,0,'3106712262','_:b324127774_meindex_4\'');
INSERT INTO ontology_o2val (id, misc, val_hash, val) VALUES (246,0,'605721843','104');
/*!40000 ALTER TABLE ontology_o2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_s2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_s2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val_hash char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY id (id),
KEY vh (val_hash)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_s2val`
--
LOCK TABLES ontology_s2val WRITE;
/*!40000 ALTER TABLE ontology_s2val DISABLE KEYS */;
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (2,0,'3622535672','http://www.w3.org/2004/02/skos/core');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (20,0,'3808008927','http://www.w3.org/2004/02/skos/core#Concept');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (22,0,'2442742997','http://www.w3.org/2004/02/skos/core#ConceptScheme');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (23,0,'2854212235','http://www.w3.org/2004/02/skos/core#Collection');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (52,0,'539696714','http://www.w3.org/2004/02/skos/core#OrderedCollection');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (57,0,'4243996034','http://www.w3.org/2004/02/skos/core#inScheme');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (76,0,'4065174234','http://www.w3.org/2004/02/skos/core#hasTopConcept');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (81,0,'282586597','http://www.w3.org/2004/02/skos/core#topConceptOf');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (36,0,'2503630580','http://www.w3.org/2004/02/skos/core#prefLabel');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (38,0,'687264230','http://www.w3.org/2004/02/skos/core#altLabel');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (96,0,'789562387','http://www.w3.org/2004/02/skos/core#hiddenLabel');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (111,0,'2250044296','http://www.w3.org/2004/02/skos/core#notation');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (116,0,'3906281882','http://www.w3.org/2004/02/skos/core#note');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (121,0,'3939408548','http://www.w3.org/2004/02/skos/core#changeNote');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (28,0,'1899994033','http://www.w3.org/2004/02/skos/core#definition');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (127,0,'385314391','http://www.w3.org/2004/02/skos/core#editorialNote');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (44,0,'2766297228','http://www.w3.org/2004/02/skos/core#example');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (133,0,'4164732759','http://www.w3.org/2004/02/skos/core#historyNote');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (42,0,'2063865782','http://www.w3.org/2004/02/skos/core#scopeNote');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (140,0,'1000326490','http://www.w3.org/2004/02/skos/core#semanticRelation');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (146,0,'2080797087','http://www.w3.org/2004/02/skos/core#broader');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (152,0,'1484025019','http://www.w3.org/2004/02/skos/core#narrower');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (153,0,'2858005379','http://www.w3.org/2004/02/skos/core#related');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (151,0,'2386912048','http://www.w3.org/2004/02/skos/core#broaderTransitive');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (154,0,'1090252510','http://www.w3.org/2004/02/skos/core#narrowerTransitive');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (175,0,'3303367561','http://www.w3.org/2004/02/skos/core#member');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (178,0,'3830759593','_:b3760457392__arc92ccb1');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (181,0,'4024289844','_:b2331651819__arc92ccb2');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (184,0,'2446578601','_:b1717355975__arc92ccb3');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (186,0,'2168117998','http://www.w3.org/2004/02/skos/core#memberList');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (193,0,'1384714134','http://www.w3.org/2004/02/skos/core#mappingRelation');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (198,0,'991249943','http://www.w3.org/2004/02/skos/core#broadMatch');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (201,0,'1161221123','http://www.w3.org/2004/02/skos/core#narrowMatch');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (203,0,'1973321835','http://www.w3.org/2004/02/skos/core#relatedMatch');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (202,0,'3441743472','http://www.w3.org/2004/02/skos/core#exactMatch');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (204,0,'2345200264','http://www.w3.org/2004/02/skos/core#closeMatch');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (34,0,'1760774299','_:b2982083295_preflabel');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (33,0,'348940856','_:b2056747303_nceptindex');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (228,0,'495674787','_:b3728233012_eptindex_1');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (230,0,'3538404368','_:b1194394510_eptindex_2');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (232,0,'1868773733','_:b808858392_eptindex_3');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (46,0,'2325969209','_:b1380285311_chemeindex');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (237,0,'2547653827','_:b1112853654_emeindex_1');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (239,0,'794365474','_:b3680345388_emeindex_2');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (241,0,'1072067885','_:b2891623866_emeindex_3');
INSERT INTO ontology_s2val (id, misc, val_hash, val) VALUES (245,0,'2833653488','_:b842938393_emeindex_4');
/*!40000 ALTER TABLE ontology_s2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_setting`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_setting (
k char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY k (k)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_setting`
--
LOCK TABLES ontology_setting WRITE;
/*!40000 ALTER TABLE ontology_setting DISABLE KEYS */;
/*!40000 ALTER TABLE ontology_setting ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ontology_triple`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ontology_triple (
t mediumint(8) unsigned NOT NULL,
s mediumint(8) unsigned NOT NULL,
p mediumint(8) unsigned NOT NULL,
o mediumint(8) unsigned NOT NULL,
o_lang_dt mediumint(8) unsigned NOT NULL,
o_comp char(35) COLLATE utf8_unicode_ci NOT NULL,
s_type tinyint(1) NOT NULL DEFAULT '0',
o_type tinyint(1) NOT NULL DEFAULT '0',
misc tinyint(1) NOT NULL DEFAULT '0',
UNIQUE KEY t (t),
KEY sp (s,p),
KEY os (o,s),
KEY po (p,o),
KEY misc (misc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ontology_triple`
--
LOCK TABLES ontology_triple WRITE;
/*!40000 ALTER TABLE ontology_triple DISABLE KEYS */;
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (1,2,3,4,5,'http://www.w3.org-2/07/owl#Ontology',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (2,2,6,7,5,'2014-04-22T08:20:37Z',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (3,2,8,9,5,'Florent-Tétart',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (4,2,10,11,5,'Matthieu-Bertin',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (5,2,10,12,5,'Didier-Bellamy',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (6,2,13,14,15,'Vocabulaire-SKOS---PMB',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (7,2,16,17,15,'Ontologie-PMB-basée-sur-Skos',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (8,2,18,19,5,'skos',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (9,20,21,22,5,'http://www.w3.org-ore#ConceptScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (10,20,21,23,5,'http://www.w3.org-s/core#Collection',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (11,20,24,25,26,'Concept',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (12,20,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (13,20,28,29,26,'An-idea-or-notion--unit-of-thought.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (14,20,3,30,5,'http://www.w3.org/2002/07/owl#Class',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (15,20,31,32,5,'_:b1802443385_inscheme',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (16,20,31,33,5,'_:b2056747303_nceptindex',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (17,20,31,34,5,'_:b2982083295_preflabel',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (18,20,35,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (19,20,37,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (20,20,37,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (21,20,18,39,5,'concept',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (22,22,24,40,26,'Concept-Scheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (23,22,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (24,22,28,41,26,'A-set-of-concepts-n-those-concepts.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (25,22,42,43,26,'A-concept-scheme--ifferent-sources.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (26,22,44,45,26,'Thesauri,-classif-nd-terminologies.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (27,22,3,30,5,'http://www.w3.org/2002/07/owl#Class',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (28,22,21,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (29,22,21,23,5,'http://www.w3.org-s/core#Collection',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (30,22,31,32,5,'_:b1802443385_inscheme',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (31,22,31,34,5,'_:b2982083295_preflabel',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (32,22,31,46,5,'_:b1380285311_chemeindex',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (33,22,35,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (34,22,37,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (35,22,37,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (36,22,18,47,5,'conceptscheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (37,23,24,48,26,'Collection',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (38,23,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (39,23,28,49,26,'A-meaningful-coll-tion-of-concepts.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (40,23,42,50,26,'Labelled-collecti-in-the-hierarchy.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (41,23,3,30,5,'http://www.w3.org/2002/07/owl#Class',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (42,23,21,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (43,23,21,22,5,'http://www.w3.org-ore#ConceptScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (44,23,31,32,5,'_:b1802443385_inscheme',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (45,23,31,34,5,'_:b2982083295_preflabel',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (46,23,35,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (47,23,37,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (48,23,37,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (49,23,18,51,5,'collection',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (50,52,24,53,26,'Ordered-Collection',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (51,52,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (52,52,28,54,26,'An-ordered-collec-g-are-meaningful.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (53,52,42,55,26,'Ordered-collectio-er-a-node-label-.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (54,52,3,30,5,'http://www.w3.org/2002/07/owl#Class',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (55,52,31,23,5,'http://www.w3.org-s/core#Collection',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (56,52,31,32,5,'_:b1802443385_inscheme',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (57,52,31,34,5,'_:b2982083295_preflabel',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (58,52,35,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (59,52,37,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (60,52,37,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (61,52,18,56,5,'orderedcollection',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (62,57,24,58,26,'is-in-scheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (63,57,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (64,57,28,59,26,'Relates-a-resourc-h-it-is-included.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (65,57,42,60,26,'A-concept-may-be--e-concept-scheme.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (66,57,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (67,57,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (68,57,63,22,5,'http://www.w3.org-ore#ConceptScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (69,57,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (70,57,18,66,5,'inscheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (71,57,67,68,5,'http://www.pmbser-ontology#variable',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (72,57,69,70,5,'concept_scheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (73,57,71,72,5,'concept_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (74,57,71,73,5,'conceptscheme_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (75,57,71,74,5,'collection_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (76,57,71,75,5,'orderedcollection_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (77,76,24,77,26,'has-top-concept',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (78,76,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (79,76,28,78,26,'Relates,-by-conve-hese-hierarchies.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (80,76,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (81,76,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (82,76,79,22,5,'http://www.w3.org-ore#ConceptScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (83,76,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (84,76,80,81,5,'http://www.w3.org-core#topConceptOf',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (85,76,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (86,76,18,82,5,'hastopconcept',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (87,81,24,83,26,'is-top-concept-in-scheme',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (88,81,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (89,81,28,84,26,'Relates-a-concept-level-concept-of.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (90,81,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (91,81,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (92,81,85,57,5,'http://www.w3.org-kos/core#inScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (93,81,80,76,5,'http://www.w3.org-ore#hasTopConcept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (94,81,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (95,81,63,22,5,'http://www.w3.org-ore#ConceptScheme',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (96,81,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (97,81,18,86,5,'topconceptof',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (98,36,24,87,26,'preferred-label',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (99,36,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (100,36,28,88,26,'The-preferred-lex-a-given-language.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (101,36,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (102,36,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (103,36,85,24,5,'http://www.w3.org-/rdf-schema#label',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (104,36,90,91,26,'A-resource-has-no-out-language-tag.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (105,36,90,92,26,'The-range-of-skos-F-plain-literals.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (106,36,90,93,26,'skos:prefLabel,-s-joint-properties.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (107,36,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (108,36,95,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (109,36,95,96,5,'http://www.w3.org-/core#hiddenLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (110,36,64,97,5,'http://www.pmbser-tology#small_text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (111,36,18,98,5,'preflabel',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (112,36,99,100,5,'+000000000000000130.000000000000000',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (113,36,71,72,5,'concept_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (114,36,71,73,5,'conceptscheme_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (115,36,71,74,5,'collection_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (116,36,71,75,5,'orderedcollection_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (117,38,24,101,26,'alternative-label',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (118,38,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (119,38,28,102,26,'An-alternative-le-l-for-a-resource.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (120,38,44,103,26,'Acronyms,-abbrevi-kos:hiddenLabel).',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (121,38,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (122,38,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (123,38,85,24,5,'http://www.w3.org-/rdf-schema#label',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (124,38,90,104,26,'The-range-of-skos-F-plain-literals.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (125,38,90,105,26,'skos:prefLabel,-s-joint-properties.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (126,38,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (127,38,95,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (128,38,95,96,5,'http://www.w3.org-/core#hiddenLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (129,38,64,97,5,'http://www.pmbser-tology#small_text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (130,38,18,106,5,'altlabel',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (131,96,24,107,26,'hidden-label',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (132,96,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (133,96,28,108,26,'A-lexical-label-f-earch-operations.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (134,96,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (135,96,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (136,96,85,24,5,'http://www.w3.org-/rdf-schema#label',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (137,96,90,109,26,'The-range-of-skos-F-plain-literals.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (138,96,90,105,26,'skos:prefLabel,-s-joint-properties.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (139,96,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (140,96,95,36,5,'http://www.w3.org-os/core#prefLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (141,96,95,38,5,'http://www.w3.org-kos/core#altLabel',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (142,96,64,97,5,'http://www.pmbser-tology#small_text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (143,96,18,110,5,'hiddenlabel',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (144,111,24,112,26,'notation',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (145,111,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (146,111,28,113,26,'A-notation,-also--n-concept-scheme.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (147,111,42,114,26,'By-convention,-sk-on-of-the-triple.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (148,111,3,115,5,'http://www.w3.org-#DatatypeProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (149,111,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (150,111,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (151,111,64,97,5,'http://www.pmbser-tology#small_text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (152,111,18,112,5,'notation',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (153,116,24,117,26,'note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (154,116,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (155,116,28,118,26,'A-general-note,-for-any-purpose.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (156,116,42,119,26,'This-property-may-cific-note-types.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (157,116,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (158,116,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (159,116,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (160,116,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (161,116,18,117,5,'note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (162,121,24,122,26,'change-note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (163,121,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (164,121,28,123,26,'A-note-about-a-mo-ion-to-a-concept.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (165,121,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (166,121,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (167,121,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (168,121,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (169,121,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (170,121,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (171,121,18,124,5,'changenote',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (172,28,24,125,26,'definition',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (173,28,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (174,28,28,126,26,'A-statement-or-fo-ing-of-a-concept.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (175,28,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (176,28,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (177,28,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (178,28,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (179,28,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (180,28,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (181,28,18,125,5,'definition',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (182,127,24,128,26,'editorial-note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (183,127,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (184,127,28,129,26,'A-note-for-an-edi-f-the-vocabulary.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (185,127,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (186,127,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (187,127,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (188,127,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (189,127,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (190,127,18,130,5,'editorialnote',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (191,44,24,131,26,'example',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (192,44,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (193,44,28,132,26,'An-example-of-the-use-of-a-concept.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (194,44,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (195,44,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (196,44,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (197,44,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (198,44,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (199,44,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (200,44,18,131,5,'example',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (201,133,24,134,26,'history-note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (202,133,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (203,133,28,135,26,'A-note-about-the--ing-of-a-concept.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (204,133,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (205,133,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (206,133,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (207,133,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (208,133,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (209,133,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (210,133,18,136,5,'historynote',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (211,42,24,137,26,'scope-note',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (212,42,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (213,42,28,138,26,'A-note-that-helps-use-of-a-concept.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (214,42,3,89,5,'http://www.w3.org-nnotationProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (215,42,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (216,42,85,116,5,'http://www.w3.org-02/skos/core#note',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (217,42,63,94,5,'http://www.w3.org-df-schema#Literal',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (218,42,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (219,42,64,120,5,'http://www.pmbser-.fr/ontology#text',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (220,42,18,139,5,'scopenote',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (221,140,24,141,26,'is-in-semantic-relation-with',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (222,140,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (223,140,28,142,26,'Links-a-concept-t-lated-by-meaning.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (224,140,42,143,26,'This-property-sho-between-concepts.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (225,140,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (226,140,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (227,140,3,144,5,'http://www.pmbser-AssertionProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (228,140,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (229,140,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (230,140,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (231,140,18,145,5,'semanticrelation',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (232,146,24,147,26,'has-broader',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (233,146,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (234,146,28,148,26,'Relates-a-concept-neral-in-meaning.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (235,146,90,149,26,'Broader-concepts--hierarchy-(tree).',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (236,146,42,150,26,'By-convention,-sk-eptual-resources.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (237,146,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (238,146,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (239,146,85,151,5,'http://www.w3.org-broaderTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (240,146,80,152,5,'http://www.w3.org-kos/core#narrower',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (241,146,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (242,146,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (243,146,95,152,5,'http://www.w3.org-kos/core#narrower',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (244,146,95,153,5,'http://www.w3.org-skos/core#related',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (245,146,95,154,5,'http://www.w3.org-arrowerTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (246,146,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (247,146,18,155,5,'broader',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (248,146,67,68,5,'http://www.pmbser-ontology#variable',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (249,146,69,156,5,'parent_id',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (250,146,71,72,5,'concept_selector_form',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (251,152,24,157,26,'has-narrower',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (252,152,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (253,152,28,158,26,'Relates-a-concept-cific-in-meaning.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (254,152,42,150,26,'By-convention,-sk-eptual-resources.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (255,152,90,159,26,'Narrower-concepts-hierarchy-(tree).',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (256,152,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (257,152,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (258,152,85,154,5,'http://www.w3.org-arrowerTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (259,152,80,146,5,'http://www.w3.org-skos/core#broader',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (260,152,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (261,152,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (262,152,95,146,5,'http://www.w3.org-skos/core#broader',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (263,152,95,153,5,'http://www.w3.org-skos/core#related',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (264,152,95,151,5,'http://www.w3.org-broaderTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (265,152,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (266,152,18,160,5,'narrower',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (267,153,24,161,26,'has-related',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (268,153,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (269,153,28,162,26,'Relates-a-concept-tic-relationship.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (270,153,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (271,153,3,163,5,'http://www.w3.org-SymmetricProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (272,153,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (273,153,85,140,5,'http://www.w3.org-#semanticRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (274,153,90,164,26,'skos:related-is-d-broaderTransitive',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (275,153,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (276,153,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (277,153,95,146,5,'http://www.w3.org-skos/core#broader',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (278,153,95,151,5,'http://www.w3.org-broaderTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (279,153,95,152,5,'http://www.w3.org-kos/core#narrower',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (280,153,95,154,5,'http://www.w3.org-arrowerTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (281,153,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (282,153,18,165,5,'related',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (283,151,24,166,26,'has-broader-transitive',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (284,151,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (285,151,28,167,5,'skos:broaderTrans--of-skos:broader.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (286,151,42,168,26,'By-convention,-sk-arch-application.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (287,151,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (288,151,3,169,5,'http://www.w3.org-ransitiveProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (289,151,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (290,151,3,144,5,'http://www.pmbser-AssertionProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (291,151,85,140,5,'http://www.w3.org-#semanticRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (292,151,80,154,5,'http://www.w3.org-arrowerTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (293,151,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (294,151,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (295,151,95,152,5,'http://www.w3.org-kos/core#narrower',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (296,151,95,153,5,'http://www.w3.org-skos/core#related',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (297,151,95,154,5,'http://www.w3.org-arrowerTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (298,151,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (299,151,18,170,5,'broadertransitive',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (300,154,24,171,26,'has-narrower-transitive',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (301,154,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (302,154,28,172,5,'skos:narrowerTran-of-skos:narrower.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (303,154,42,173,26,'By-convention,-sk-arch-application.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (304,154,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (305,154,3,169,5,'http://www.w3.org-ransitiveProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (306,154,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (307,154,3,144,5,'http://www.pmbser-AssertionProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (308,154,85,140,5,'http://www.w3.org-#semanticRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (309,154,80,151,5,'http://www.w3.org-broaderTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (310,154,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (311,154,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (312,154,95,146,5,'http://www.w3.org-skos/core#broader',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (313,154,95,153,5,'http://www.w3.org-skos/core#related',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (314,154,95,151,5,'http://www.w3.org-broaderTransitive',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (315,154,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (316,154,18,174,5,'narrowertransitive',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (317,175,24,176,26,'has-member',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (318,175,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (319,175,28,177,26,'Relates-a-collect-e-of-its-members.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (320,175,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (321,175,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (322,175,79,23,5,'http://www.w3.org-s/core#Collection',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (323,175,63,178,5,'_:b3760457392__arc92ccb1',0,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (324,175,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (325,175,18,179,5,'member',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (326,178,3,30,5,'http://www.w3.org/2002/07/owl#Class',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (327,178,180,181,5,'_:b2331651819__arc92ccb2',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (328,181,182,20,5,'http://www.w3.org-skos/core#Concept',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (329,181,183,184,5,'_:b1717355975__arc92ccb3',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (330,184,182,23,5,'http://www.w3.org-s/core#Collection',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (331,184,183,185,5,'http://www.w3.org-rdf-syntax-ns#nil',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (332,186,24,187,26,'has-member-list',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (333,186,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (334,186,28,188,26,'Relates-an-ordere-ning-its-members.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (335,186,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (336,186,3,189,5,'http://www.w3.org-unctionalProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (337,186,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (338,186,79,52,5,'http://www.w3.org-OrderedCollection',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (339,186,63,190,5,'http://www.w3.org-df-syntax-ns#List',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (340,186,90,191,26,'For-any-resource,-:member-property.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (341,186,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (342,186,18,192,5,'memberlist',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (343,193,24,194,26,'is-in-mapping-relation-with',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (344,193,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (345,193,28,195,26,'Relates-two-conce-mparable-meanings',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (346,193,90,196,26,'These-concept-map-of-best-practice.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (347,193,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (348,193,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (349,193,3,144,5,'http://www.pmbser-AssertionProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (350,193,85,140,5,'http://www.w3.org-#semanticRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (351,193,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (352,193,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (353,193,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (354,193,18,197,5,'mappingrelation',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (355,198,24,199,26,'has-broader-match',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (356,198,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (357,198,28,200,26,'skos:broadMatch-i--concept-schemes.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (358,198,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (359,198,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (360,198,85,193,5,'http://www.w3.org-e#mappingRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (361,198,85,146,5,'http://www.w3.org-skos/core#broader',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (362,198,80,201,5,'http://www.w3.org-/core#narrowMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (363,198,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (364,198,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (365,198,95,202,5,'http://www.w3.org-s/core#exactMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (366,198,95,203,5,'http://www.w3.org-core#relatedMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (367,198,95,201,5,'http://www.w3.org-/core#narrowMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (368,198,95,204,5,'http://www.w3.org-s/core#closeMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (369,198,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (370,198,18,205,5,'broadmatch',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (371,201,24,206,26,'has-narrower-match',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (372,201,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (373,201,28,207,26,'skos:narrowMatch---concept-schemes.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (374,201,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (375,201,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (376,201,85,193,5,'http://www.w3.org-e#mappingRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (377,201,85,152,5,'http://www.w3.org-kos/core#narrower',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (378,201,80,198,5,'http://www.w3.org-s/core#broadMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (379,201,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (380,201,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (381,201,95,202,5,'http://www.w3.org-s/core#exactMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (382,201,95,203,5,'http://www.w3.org-core#relatedMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (383,201,95,198,5,'http://www.w3.org-s/core#broadMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (384,201,95,204,5,'http://www.w3.org-s/core#closeMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (385,201,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (386,201,18,208,5,'narrowmatch',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (387,203,24,209,26,'has-related-match',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (388,203,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (389,203,28,210,26,'skos:relatedMatch--concept-schemes.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (390,203,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (391,203,3,163,5,'http://www.w3.org-SymmetricProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (392,203,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (393,203,85,193,5,'http://www.w3.org-e#mappingRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (394,203,85,153,5,'http://www.w3.org-skos/core#related',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (395,203,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (396,203,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (397,203,95,202,5,'http://www.w3.org-s/core#exactMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (398,203,95,201,5,'http://www.w3.org-/core#narrowMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (399,203,95,198,5,'http://www.w3.org-s/core#broadMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (400,203,95,204,5,'http://www.w3.org-s/core#closeMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (401,203,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (402,203,18,211,5,'relatedmatch',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (403,202,24,212,26,'has-exact-match',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (404,202,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (405,202,28,213,26,'skos:exactMatch-i--skos:closeMatch.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (406,202,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (407,202,3,163,5,'http://www.w3.org-SymmetricProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (408,202,3,169,5,'http://www.w3.org-ransitiveProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (409,202,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (410,202,85,204,5,'http://www.w3.org-s/core#closeMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (411,202,90,214,26,'skos:exactMatch-i-kos:relatedMatch.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (412,202,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (413,202,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (414,202,95,203,5,'http://www.w3.org-core#relatedMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (415,202,95,201,5,'http://www.w3.org-/core#narrowMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (416,202,95,198,5,'http://www.w3.org-s/core#broadMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (417,202,95,204,5,'http://www.w3.org-s/core#closeMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (418,202,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (419,202,18,215,5,'exactmatch',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (420,204,24,216,26,'has-close-match',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (421,204,27,2,5,'http://www.w3.org/2004/02/skos/core',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (422,204,28,217,26,'skos:closeMatch-i-nsitive-property.',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (423,204,3,61,5,'http://www.w3.org-wl#ObjectProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (424,204,3,163,5,'http://www.w3.org-SymmetricProperty',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (425,204,3,62,5,'http://www.w3.org-yntax-ns#Property',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (426,204,85,193,5,'http://www.w3.org-e#mappingRelation',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (427,204,63,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (428,204,79,20,5,'http://www.w3.org-skos/core#Concept',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (429,204,95,203,5,'http://www.w3.org-core#relatedMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (430,204,95,201,5,'http://www.w3.org-/core#narrowMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (431,204,95,198,5,'http://www.w3.org-s/core#broadMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (432,204,95,202,5,'http://www.w3.org-s/core#exactMatch',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (433,204,64,65,5,'http://www.pmbser-resource_selector',0,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (434,204,18,218,5,'closematch',0,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (435,34,3,219,5,'http://www.w3.org-7/owl#Restriction',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (436,34,220,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (437,34,221,222,223,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (438,34,224,222,223,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (439,33,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (440,33,220,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (441,33,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (442,33,226,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (443,33,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (444,33,180,228,5,'_:b3728233012_eptindex_1',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (445,228,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (446,228,220,38,5,'http://www.w3.org-kos/core#altLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (447,228,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (448,228,226,229,5,'+000000000000000002.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (449,228,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (450,228,180,230,5,'_:b1194394510_eptindex_2',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (451,230,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (452,230,220,96,5,'http://www.w3.org-/core#hiddenLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (453,230,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (454,230,226,231,5,'+000000000000000003.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (455,230,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (456,230,180,232,5,'_:b808858392_eptindex_3',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (457,232,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (458,232,220,57,5,'http://www.w3.org-kos/core#inScheme',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (459,232,233,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (460,232,99,234,5,'+000000000000000080.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (461,232,226,235,5,'+000000000000000004.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (462,232,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (463,46,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (464,46,220,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (465,46,226,236,5,'+000000000000000100.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (466,46,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (467,46,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (468,46,180,237,5,'_:b1112853654_emeindex_1',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (469,237,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (470,237,220,38,5,'http://www.w3.org-kos/core#altLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (471,237,226,238,5,'+000000000000000101.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (472,237,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (473,237,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (474,237,180,239,5,'_:b3680345388_emeindex_2',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (475,239,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (476,239,220,96,5,'http://www.w3.org-/core#hiddenLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (477,239,226,240,5,'+000000000000000102.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (478,239,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (479,239,99,100,5,'+000000000000000130.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (480,239,180,241,5,'_:b2891623866_emeindex_3',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (481,241,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (482,241,220,76,5,'http://www.w3.org-ore#hasTopConcept',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (483,241,233,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (484,241,99,242,5,'+000000000000000060.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (485,241,226,243,5,'+000000000000000103.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (486,241,227,222,5,'+000000000000000001.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (487,241,180,244,5,'_:b324127774_meindex_4-',1,1,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (488,245,3,225,5,'http://www.pmbser-tology#indexation',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (489,245,220,57,5,'http://www.w3.org-kos/core#inScheme',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (490,245,233,36,5,'http://www.w3.org-os/core#prefLabel',1,0,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (491,245,99,242,5,'+000000000000000060.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (492,245,226,246,5,'+000000000000000104.000000000000000',1,2,0);
INSERT INTO ontology_triple (t, s, p, o, o_lang_dt, o_comp, s_type, o_type, misc) VALUES (493,245,227,222,5,'+000000000000000001.000000000000000',1,2,0);
/*!40000 ALTER TABLE ontology_triple ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `opac_filters`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE opac_filters (
opac_filter_view_num int(10) unsigned NOT NULL DEFAULT '0',
opac_filter_path varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
opac_filter_param text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (opac_filter_view_num,opac_filter_path)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `opac_filters`
--
LOCK TABLES opac_filters WRITE;
/*!40000 ALTER TABLE opac_filters DISABLE KEYS */;
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'etageres','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'search_perso','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'infopages','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'nav_sections','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'nav_collections','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'flux_rss','a:1:{s:8:\"selected\";a:0:{}}');
INSERT INTO opac_filters (opac_filter_view_num, opac_filter_path, opac_filter_param) VALUES (1,'facettes','a:1:{s:8:\"selected\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"5\";}}');
/*!40000 ALTER TABLE opac_filters ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `opac_liste_lecture`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE opac_liste_lecture (
id_liste int(8) unsigned NOT NULL AUTO_INCREMENT,
nom_liste varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
description text COLLATE utf8_unicode_ci,
notices_associees blob NOT NULL,
public int(1) NOT NULL DEFAULT '0',
num_empr int(8) unsigned NOT NULL DEFAULT '0',
`read_only` int(1) NOT NULL DEFAULT '0',
confidential int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_liste)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `opac_liste_lecture`
--
LOCK TABLES opac_liste_lecture WRITE;
/*!40000 ALTER TABLE opac_liste_lecture DISABLE KEYS */;
/*!40000 ALTER TABLE opac_liste_lecture ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `opac_sessions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE opac_sessions (
empr_id int(10) unsigned NOT NULL DEFAULT '0',
`session` mediumblob,
date_rec timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (empr_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `opac_sessions`
--
LOCK TABLES opac_sessions WRITE;
/*!40000 ALTER TABLE opac_sessions DISABLE KEYS */;
/*!40000 ALTER TABLE opac_sessions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `opac_views`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE opac_views (
opac_view_id int(10) unsigned NOT NULL AUTO_INCREMENT,
opac_view_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
opac_view_query text COLLATE utf8_unicode_ci NOT NULL,
opac_view_human_query text COLLATE utf8_unicode_ci NOT NULL,
opac_view_param text COLLATE utf8_unicode_ci NOT NULL,
opac_view_visible int(1) unsigned NOT NULL DEFAULT '0',
opac_view_comment text COLLATE utf8_unicode_ci NOT NULL,
opac_view_last_gen datetime DEFAULT NULL,
opac_view_ttl int(11) NOT NULL DEFAULT '86400',
PRIMARY KEY (opac_view_id)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `opac_views`
--
LOCK TABLES opac_views WRITE;
/*!40000 ALTER TABLE opac_views DISABLE KEYS */;
/*!40000 ALTER TABLE opac_views ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `opac_views_empr`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE opac_views_empr (
emprview_view_num int(10) unsigned NOT NULL DEFAULT '0',
emprview_empr_num int(10) unsigned NOT NULL DEFAULT '0',
emprview_default int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (emprview_view_num,emprview_empr_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `opac_views_empr`
--
LOCK TABLES opac_views_empr WRITE;
/*!40000 ALTER TABLE opac_views_empr DISABLE KEYS */;
/*!40000 ALTER TABLE opac_views_empr ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `origin_authorities`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE origin_authorities (
id_origin_authorities int(10) unsigned NOT NULL AUTO_INCREMENT,
origin_authorities_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
origin_authorities_country varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
origin_authorities_diffusible int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_origin_authorities)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `origin_authorities`
--
LOCK TABLES origin_authorities WRITE;
/*!40000 ALTER TABLE origin_authorities DISABLE KEYS */;
INSERT INTO origin_authorities (id_origin_authorities, origin_authorities_name, origin_authorities_country, origin_authorities_diffusible) VALUES (1,'Catalogue Interne','FR',1);
INSERT INTO origin_authorities (id_origin_authorities, origin_authorities_name, origin_authorities_country, origin_authorities_diffusible) VALUES (2,'BnF','FR',1);
/*!40000 ALTER TABLE origin_authorities ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `origine_notice`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE origine_notice (
orinot_id int(8) unsigned NOT NULL AUTO_INCREMENT,
orinot_nom varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
orinot_pays varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'FR',
orinot_diffusion int(1) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (orinot_id),
KEY orinot_nom (orinot_nom)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `origine_notice`
--
LOCK TABLES origine_notice WRITE;
/*!40000 ALTER TABLE origine_notice DISABLE KEYS */;
INSERT INTO origine_notice (orinot_id, orinot_nom, orinot_pays, orinot_diffusion) VALUES (1,'INTERNE','FR',1);
INSERT INTO origine_notice (orinot_id, orinot_nom, orinot_pays, orinot_diffusion) VALUES (6,'Librairie Dialogues','Fr',1);
INSERT INTO origine_notice (orinot_id, orinot_nom, orinot_pays, orinot_diffusion) VALUES (7,'BNF','FR',1);
INSERT INTO origine_notice (orinot_id, orinot_nom, orinot_pays, orinot_diffusion) VALUES (8,'FR-751131015','FR',1);
/*!40000 ALTER TABLE origine_notice ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ouvertures`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE ouvertures (
date_ouverture date NOT NULL DEFAULT '0000-00-00',
ouvert int(1) NOT NULL DEFAULT '1',
commentaire varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_location int(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (date_ouverture,num_location)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ouvertures`
--
LOCK TABLES ouvertures WRITE;
/*!40000 ALTER TABLE ouvertures DISABLE KEYS */;
/*!40000 ALTER TABLE ouvertures ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paiements`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE paiements (
id_paiement int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaire text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_paiement)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paiements`
--
LOCK TABLES paiements WRITE;
/*!40000 ALTER TABLE paiements DISABLE KEYS */;
/*!40000 ALTER TABLE paiements ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `param_subst`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE param_subst (
subst_module_param varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
subst_module_num int(2) unsigned NOT NULL DEFAULT '0',
subst_type_param varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
subst_sstype_param varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
subst_valeur_param text COLLATE utf8_unicode_ci NOT NULL,
subst_comment_param longtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (subst_module_param,subst_module_num,subst_type_param,subst_sstype_param)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `param_subst`
--
LOCK TABLES param_subst WRITE;
/*!40000 ALTER TABLE param_subst DISABLE KEYS */;
/*!40000 ALTER TABLE param_subst ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `parametres`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE parametres (
id_param int(6) unsigned NOT NULL AUTO_INCREMENT,
type_param varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
sstype_param varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
valeur_param text COLLATE utf8_unicode_ci,
comment_param longtext COLLATE utf8_unicode_ci,
section_param varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
gestion int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_param),
UNIQUE KEY typ_sstyp (type_param,sstype_param)
) ENGINE=MyISAM AUTO_INCREMENT=925 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `parametres`
--
LOCK TABLES parametres WRITE;
/*!40000 ALTER TABLE parametres DISABLE KEYS */;
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (1,'pmb','bdd_version','v5.19','Version de noyau de la base de données, à ne changer qu\'en version inférieure si un paramètre était mal passé et relancer la mise à jour. En général, contactez plutôt la mailing liste pmb.user@sigb.net','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (2,'z3950','accessible','1','Z3950 accessible ?\r\n 0 : non, menu inaccessible\r\n 1 : Oui, la librairie PHP_YAZ est activée, la recherche z3950 est possible','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (3,'pmb','nb_lastautorities','50','Nombre de dernières autoritées affichées en gestion d\'autorités','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (4,'pdflettreretard','1before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le courrier de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (5,'pdflettreretard','1after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le courrier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (6,'pdflettreretard','1fdp','L\'équipe de la bibliothèque','Signataire de la lettre.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (7,'pdflettreretard','1madame_monsieur','Madame, Monsieur,','Entête de la lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (8,'pdflettreretard','1nb_par_page','7','Nombre d\'ouvrages en retard imprimé sur les pages suivantes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (9,'pdflettreretard','1nb_1ere_page','4','Nombre d\'ouvrages en retard imprimé sur la première page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (10,'pdflettreretard','1taille_bloc_expl','16','Taille d\'un bloc (2 lignes) d\'ouvrage en retard. Le début de chaque ouvrage en retard sera espacé de cette valeur sur la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (11,'pdflettreretard','1debut_expl_1er_page','160','Début de la liste des exemplaires sur la première page, en mm depuis le bord supérieur de la page. Doit être règlé en fonction du texte qui précède la liste des ouvrages, lequel peut être plus ou moins long.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (12,'pdflettreretard','1debut_expl_page','15','Début de la liste des exemplaires sur les pages suivantes, en mm depuis le bord supérieur de la page.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (13,'pdflettreretard','1limite_after_list','270','Position limite en bas de page. Si un élément imprimé tente de dépasser cette limite, il sera imprimé sur la page suivante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (14,'pdflettreretard','1marge_page_gauche','10','Marge de gauche en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (15,'pdflettreretard','1marge_page_droite','10','Marge de droite en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (16,'pdflettreretard','1largeur_page','210','Largeur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (17,'pdflettreretard','1hauteur_page','297','Hauteur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (18,'pdflettreretard','1format_page','P','Format de la page : \r\n P : Portrait\r\n L : Landscape = paysage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (19,'pdfcartelecteur','pos_h','20','Position horizontale en mm à partir du bord gauche de la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (20,'pdfcartelecteur','pos_v','20','Position verticale en mm à partir du bord supérieur de la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (21,'pdfcartelecteur','biblio_name','$biblio_name','Nom de la bibliothèque ou du centre de ressources imprimé sur la carte de lecteur. Mettre $biblio_name pour reprendre le nom spécifié en localisation d\'exemplaire ou bien mettre autre chose.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (22,'pdfcartelecteur','largeur_nom','80','Largeur accordée à l\'impression du nom du lecteur en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (23,'pdfcartelecteur','valabledu','Valable du','\'Valable du\' dans \"VALABLE DU ##/##/#### au ##/##/####\"','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (24,'pdfcartelecteur','valableau','au','\'au\' dans \"valable du ##/##/#### AU ##/##/####\"','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (25,'pdfcartelecteur','carteno','Carte N° :','Mention précédant le numéro de la carte','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (26,'sauvegarde','cle_crypt1','9b4a840d790eadc71b9064c9a843719b','','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (27,'sauvegarde','cle_crypt2','51580d4fd5f1ad2d981c91ddb04095ec','','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (28,'pmb','resa_dispo','1','Réservation de documents disponibles possible ?\r\n 0 : Non\r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (29,'mailretard','1objet','$biblio_name : documents en retard','Objet du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (30,'mailretard','1before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (31,'mailretard','1after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (32,'mailretard','1madame_monsieur','Bonjour,','Entête du mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (33,'mailretard','1fdp','L\'équipe de la bibliothèque','Signataire du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (34,'pmb','serial_link_article','0','Préremplissage du lien des dépouillements avec le lien de la notice mère en catalogage des périodiques ?\r\n 0 : Non\r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (35,'pmb','num_carte_auto','1','Numéro de carte de lecteur automatique ?\n 0: Non (si utilisation de cartes pré-imprimées)\n 1: Oui, entièrement numérique\n 2,a,b,c: Oui, avec préfixe: a=longueur du préfixe, b=nombre de chiffres de la partie numérique, c=préfixe fixé (facultatif)\n 3,fonction: fonction de génération spécifique dans fichier nommé de la même façon, à placer dans pmb/circ/empr','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (36,'opac','modules_search_title','0','Recherche simple dans les titres :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (37,'opac','modules_search_author','0','Recherche simple dans les auteurs :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (38,'opac','modules_search_publisher','0','Recherche simple dans les éditeurs :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (39,'opac','modules_search_collection','0','Recherche simple dans les collections :\n 0 : interdite\n 1 : autorisée\n 2 : autorisée et validée par défaut\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (40,'opac','modules_search_subcollection','0','Recherche simple dans les sous-collections :\n 0 : interdite\n 1 : autorisée\n 2 : autorisée et validée par défaut\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (41,'opac','modules_search_category','0','Recherche simple dans les catégories :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (42,'opac','modules_search_keywords','0','Recherche simple dans les indexations libres (mots-clés) :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (43,'opac','modules_search_abstract','0','Recherche simple dans le champ résumé :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (44,'opac','modules_search_content','0','Recherche simple dans les notes de contenu:\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\nINUTILISE POUR L\'INSTANT','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (45,'opac','categories_categ_path_sep','>','Séparateur pour les catégories','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (46,'opac','categories_columns','3','Nombre de colonnes du sommaire général des catégories','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (47,'opac','categories_categ_rec_per_page','6','Nombre de notices à afficher par page dans l\'exploration des catégories','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (48,'opac','categories_categ_sort_records','index_serie, tnvol, index_sew','Explorateur de catégories : mode de tri des notices :\r\n index_serie, tnvol, index_sew > par titre de série, numéro dans la série et index des titres\r\n rand() : aléatoire','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (49,'opac','search_results_first_level','4','Nombre de résultats affichés sur la première page','z_unused',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (50,'opac','search_results_per_page','15','Nombre de résultats affichés sur les pages suivantes','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (52,'opac','categories_sub_display','6','Nombre de sous-categories sur la première page','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (53,'opac','categories_sub_mode','libelle_categorie','Mode affichage des sous-categories : \r\n rand() > aléatoire\r\n libelle_categorie > ordre alpha','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (55,'opac','default_lang','fr_FR','Langue de l\'opac : fr_FR ou en_US ou es_ES ou ar','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (56,'opac','show_categ_browser','1','Affichage des catégories en page d\'accueil OPAC:\n0: Non\n1: Oui\n1 3,1: Oui, avec thésaurus id 3 puis 1 (préciser les thésaurus à afficher et l\'ordre)','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (57,'opac','show_book_pics','1','Afficher les vignettes de livres dans les fiches ouvrages :\r\n 0 : Non\r\n 1 : Oui','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (58,'opac','resa','1','Réservations possibles par l\'OPAC 1: oui ou 0: non','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (59,'opac','resa_dispo','1','Réservations possibles de documents disponibles par l\'OPAC \r\n 1: oui \r\n 0: non','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (60,'opac','show_meteo','0','Affichage de la météo dans l\'OPAC 1: oui ou 0: non','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (61,'opac','duration_session_auth','1200','Durée de la session lecteur dans l\'OPAC en secondes','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (62,'pmb','relance_adhesion','31','Nombre de jours avant expiration adhésion pour relance','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (63,'pmb','pret_adhesion_depassee','1','Prêts si adhésion dépassée : 0 INTERDIT incontournable, 1 POSSIBLE','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (64,'pdflettreadhesion','fdp','L\'équipe de la bibliothèque','Formule de politesse en bas de page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (65,'pdflettreadhesion','madame_monsieur','Bonjour,','Civilité du destinataire','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (66,'pdflettreadhesion','texte','Votre abonnement arrive à échéance le !!date_fin_adhesion!!. Nous vous remercions de penser à le renouveler lors de votre prochaine visite.\r\n\r\nNous vous prions de recevoir, Madame, Monsieur, l\'expression de nos meilleures salutations.\r\n\r\n\r\n','Phrase d\'introduction de l\'échéance de l\'abonnement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (67,'pdflettreadhesion','marge_page_gauche','10','Marge gauche de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (68,'pdflettreadhesion','marge_page_droite','10','Marge droite de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (69,'pdflettreadhesion','largeur_page','210','Largeur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (70,'pdflettreadhesion','hauteur_page','297','Hauteur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (71,'pdflettreadhesion','format_page','P','P pour Portrait, L pour paysage (Landscape)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (72,'mailrelanceadhesion','objet','$biblio_name : votre abonnement','Objet du courrier de relance d\'adhésion. Utilisez biblio_name pour reprendre le nom précisé dans la localisation des exemplaires.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (73,'mailrelanceadhesion','texte','Votre abonnement arrive à échéance le !!date_fin_adhesion!!. Nous vous remercions de penser à le renouveler lors de votre prochaine visite.\r\n\r\nCordialement,\r\n\r\n','Texte de la relance, !!date_fin_adhesion!! sera remplacé à l\'édition par la date de fin d\'adhésion du lecteur','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (74,'mailrelanceadhesion','madame_monsieur','Madame, Monsieur,','Entête du courrier de relance d\'adhésion','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (75,'mailrelanceadhesion','fdp','L\'équipe de la bibliothèque','Formule de politesse en bas de page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (76,'opac','show_marguerite_browser','0','0 ou 1 : marguerite des catégories','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (77,'opac','show_100cases_browser','0','0 ou 1 : affichage de 100 catégories','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (78,'pmb','indexint_decimal','1','0 ou 1 : l\'indexation interne est-elle une cotation décimale type Dewey','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (79,'opac','modules_search_indexint','0','Recherche simple dans les indexations décimales :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (80,'empr','birthdate_optional','1','Année de naissance facultative : \r\n 0 > non:elle est obligatoire \r\n 1 Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (81,'thesaurus','categories_show_empty_categ','1','Affichage des catégories ne contenant aucune notice :\r\n0=non, 1=oui','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (82,'thesaurus','categories_term_search_n_per_page','50','Nombre de termes affichés par page lors d\'une recherche par terme dans les catégories','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (83,'opac','show_loginform','1','Affichage du login lecteur dans l\'OPAC \r\n 0 > non\r\n 1 Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (84,'opac','default_style','zen','Style graphique de l\'OPAC, 1 style par défaut, nomargin : sans affichage du bandeau de gauche','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (85,'opac','show_exemplaires','1','Afficher les exemplaires dans l\'OPAC\n 1 Oui,\n 0 : Non','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (86,'pmb','import_modele','func_bdp.inc.php','Quel script de fonctions d\'import utiliser pour personnaliser l\'import ?','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (87,'pmb','quotas_avances','1','Quotas de prêts avancés ? \r\n 0 : Non\r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (88,'opac','logo','logo_default.jpg','Nom du fichier de l\'image logo','z_unused',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (89,'opac','logosmall','images/site/livre.png','Nom du fichier de l\'image petit logo','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (90,'opac','show_bandeaugauche','1','Affichage du bandeau de gauche ? \n 0 : Non\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (91,'opac','show_liensbas','1','Affichage des liens(pmb, google, bibli) en bas de page ? \n 0 : Non\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (92,'opac','show_homeontop','0','Affichage du lien HOME (retour accueil) sous le nom de la bibliothèque ou du centre de ressources (nécessaire si masquage bandeau gauche) ? \r\n 0 : Non\r\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (93,'pmb','resa_quota_pret_depasse','1','Réservation possible même si quota de prêt dépassé ? \n 0 : Non\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (94,'pmb','import_limit_read_file','100','Limite de taille de lecture du fichier en import, en général 100 ou 200 doit fonctionner, si problème de time out : fixer plus bas, 50 par exemple.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (95,'pmb','import_limit_record_load','100','Limite de taille de traitement de notices en import, en général 100 ou 200 doit fonctionner, si problème de time out : fixer plus bas, 50 par exemple.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (96,'opac','biblio_preamble_p1','','Paragraphe 1 d\'informations (par exemple, description du fonds)','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (97,'opac','biblio_preamble_p2','','Paragraphe 2 d\'informations : accueil du public.','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (98,'opac','biblio_quicksummary_p1','','Paragraphe 1 de résumé, est masqué par défaut dans la feuille de style, voir id quickSummary.p1','z_unused',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (99,'opac','biblio_quicksummary_p2','','Paragraphe 2 de résumé, est masqué par défaut dans la feuille de style, voir id quickSummary.p2','z_unused',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (100,'opac','show_dernieresnotices','0','Affichage des dernières notices créées en bas de page ? \r\n 0 : Non\r\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (101,'opac','show_etageresaccueil','1','Affichage des étagères dans la page d\'accueil en bas de page ? \n 0 : Non\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (102,'opac','biblio_important_p1','','Infos importantes 1, dans la feuille de style, voir id important.p1\r\n\r\n','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (775,'opac','allow_simili_search','1','Activer les recherches similaires sur une notice :\n0 : Non\n1 : Activer la recherche \"Dans le même rayon\" et \"Peut-être aimerez-vous\"\n2 : Activer seulement la recherche \"Dans le même rayon\"\n3 : Activer seulement la recherche \"Peut-être aimerez-vous\"','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (103,'opac','biblio_important_p2','','Infos importantes, dans la feuille de style, voir id important.p2','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (104,'opac','biblio_name','Bib\'Doc','Nom de la bibliothèque ou du centre de ressources dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (105,'opac','biblio_website','','Site web de la bibliothèque ou du centre de ressources dans l\'opac\r\n\r\nhttp://www.sigb.net','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (106,'opac','biblio_adr1','ZI de Mont/Loir\r\nBP 10023','Adresse 1 de la bibliothèque ou du centre de ressources dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (107,'opac','biblio_town','CHATEAU DU LOIR','Ville dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (108,'opac','biblio_cp','72500','Code postal dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (109,'opac','biblio_country','France','Pays dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (110,'opac','biblio_phone','02 43 440 660','Téléphone dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (111,'opac','biblio_dep','72','Département dans l\'opac pour la météo','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (112,'opac','biblio_email','pmb@sigb.net','Email de contact dans l\'opac','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (113,'opac','etagere_notices_order','index_serie, tnvol, index_sew','Ordre d\'affichage des notices dans les étagères dans l\'opac \n index_serie, tit1 : tri par titre de série et titre \n rand() : aléatoire','j_etagere',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (114,'opac','etagere_notices_format','2','Format d\'affichage des notices dans les étagères de l\'écran d\'accueil \r\n 1 : ISBD seul \r\n 2 : Public seul \r\n 4 : ISBD et Public \r\n 8 : Réduit (titre+auteurs) seul','j_etagere',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (115,'opac','etagere_notices_depliables','1','Affichage dépliable des notices dans les étagères de l\'écran d\'accueil \r\n 0 : Non \r\n 1 : Oui','j_etagere',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (116,'opac','etagere_nbnotices_accueil','5','Nombre de notices affichées dans les étagères de l\'écran d\'accueil \r\n 0 : Toutes \r\n -1 : Aucune \r\n x : x notices affichées au maximum','j_etagere',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (117,'opac','nb_aut_rec_per_page','15','Nombre de notices affichées pour une autorité donnée','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (118,'opac','notices_format','9','Format d\'affichage des notices en résultat de recherche\r\n 0 : Utiliser le paramètre notices_format_onglets\r\n 1 : ISBD seul\r\n 2 : Public seul \r\n4 : ISBD et Public\r\n 5 : ISBD et Public avec ISBD en premier \r\n8 : Réduit (titre+auteurs) seul\r\n 9 : Templates django (Spécifier le nom du répertoire dans le paramètre notices_format_django_directory)','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (119,'opac','notices_depliable','1','Affichage dépliable des notices en résultat de recherche:\n0: Non dépliable\n1: Dépliable en cliquant que sur l\'icone\n2: Déplibable en cliquant sur toute la ligne du titre','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (120,'opac','term_search_n_per_page','50','Nombre de termes affichés par page en recherche par terme','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (121,'opac','show_empty_categ','1','En recherche par terme, affichage des catégories ne contenant aucun ouvrage :\r\n 0 : Non \r\n 1 : Oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (122,'opac','allow_extended_search','1','Autorisation ou non de la recherche avancée dans l\'OPAC \n 0 : Non \n 1 : Oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (123,'opac','allow_term_search','0','Autorisation ou non de la recherche par termes dans l\'OPAC \r\n 0 : Non \r\n 1 : Oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (124,'opac','term_search_height','350','Hauteur en pixels de la frame de recherche par termes (si pas précisé ou zéro : par défaut 200 pixels)','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (125,'opac','categories_nb_col_subcat','3','Nombre de colonnes de sous-catégories en navigation dans les catégories \n 3 par défaut','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (126,'opac','max_resa','5','Nombre maximum de réservation sur un document \r\n 5 par défaut \r\n 0 pour illimité','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (127,'pmb','show_help','1','Affichage de l\'aide contextuelle dans PMB en partie gestion \r\n 1 Oui \r\n 0 Non','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (128,'opac','show_help','1','Affichage de l\'aide en ligne dans l\'OPAC de PMB \n 1 Oui \n 0 Non','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (129,'opac','cart_allow','1','Paniers possibles dans l\'OPAC de PMB \n 1 Oui \n 0 Non','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (130,'opac','max_cart_items','200','Nombre maximum de notices dans un panier utilisateur.','h_cart',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (131,'opac','show_section_browser','1','Afficher le butineur de localisation et de sections ?\n 0 : Non\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (132,'opac','nb_localisations_per_line','5','Nombre de localisations affichées par ligne en page d\'accueil (si show_section_browser=1)','k_section',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (133,'opac','nb_sections_per_line','5','Nombre de sections affichées par ligne en visualisation de localisation (si show_section_browser=1)','k_section',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (134,'opac','cart_only_for_subscriber','0','Paniers de notices réservés aux adhérents de la bibliothèque ou du centre de ressources ?\r\n 1: Oui\r\n 0: Non, autorisé pour tout internaute','h_cart',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (135,'opac','notice_reduit_format','1','Format d\'affichage des réduits de notices :\r\n 0 = titre+auteur principal\r\n 1 = titre+auteur principal+date édition\r\n 2 = titre+auteur principal+date édition + ISBN\r\n 3 = titre seul\r\n P 1,2,3 = tit+aut+champs persos id 1 2 3\r\n E 1,2,3 = tit+aut+édit+champs persos id 1 2 3\r\n T = tit1+tit4\r\n 4 = titre+titre parallèle+auteur principal\r\n H 1 = id d\'un template de notice','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (136,'pdflettreresa','before_list','Suite à votre demande de réservation, nous vous informons que le ou les ouvrages ci-dessous sont à votre disposition à la bibliothèque.','Texte apparaissant avant la liste des ouvrages en résa dans le courrier de confirmation de résa','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (137,'pdflettreresa','after_list','Passé le délai de réservation, ces ouvrages seront remis en circulation, vous priant de les retirer dans les meilleurs délais.','Texte apparaissant après la liste des ouvrages','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (138,'pdflettreresa','fdp','L\'équipe de la bibliothèque','Signataire de la lettre, utiliser $biblio_name pour reprendre le paramètre \"biblio name\" ou bien mettre autre chose.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (139,'pdflettreresa','madame_monsieur','Bonjour,','Entête de la lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (140,'pdflettreresa','nb_par_page','7','Nombre d\'ouvrages réservés imprimé sur les pages suivantes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (141,'pdflettreresa','nb_1ere_page','4','Nombre d\'ouvrages réservés imprimé sur la première page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (142,'pdflettreresa','taille_bloc_expl','20','Taille d\'un bloc (2 lignes) d\'ouvrage en réservation. Le début de chaque ouvrage en résa sera espacé de cette valeur sur la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (143,'pdflettreresa','debut_expl_1er_page','160','Début de la liste des ouvrages sur la première page, en mm depuis le bord supérieur de la page. Doit être règlé en fonction du texte qui précède la liste des ouvrages, lequel peut être plus ou moins long.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (144,'pdflettreresa','debut_expl_page','15','Début de la liste des ouvrages sur les pages suivantes, en mm depuis le bord supérieur de la page.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (145,'pdflettreresa','limite_after_list','270','Position limite en bas de page. Si un élément imprimé tente de dépasser cette limite, il sera imprimé sur la page suivante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (146,'pdflettreresa','marge_page_gauche','10','Marge de gauche en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (147,'pdflettreresa','marge_page_droite','10','Marge de droite en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (148,'pdflettreresa','largeur_page','210','Largeur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (149,'pdflettreresa','hauteur_page','297','Hauteur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (150,'pdflettreresa','format_page','P','Format de la page : \r\n P : Portrait\r\n L : Landscape = paysage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (151,'opac','categories_max_display','200','Pour la page d\'accueil, nombre maximum de catégories principales affichées','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (152,'opac','search_other_function','','Fonction complémentaire pour les recherches en page d\'accueil','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (153,'opac','lien_bas_supplementaire','<a href=\"http://www.photo-libre.fr\" target=_\"blank\">Photos Libres</a>','Lien supplémentaire en bas de page d\'accueil, à renseigner complètement : a href= lien /a\r\n\r\n<a href=\'http://www.sigb.net/\' target=_blank>SIGB.NET</a>','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (154,'z3950','import_modele','func_other.inc.php','Quel script de fonctions d\'import utiliser pour personnaliser l\'import en intégration z3950 ?','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (155,'ldap','server','chinon','Serveur LDAP, IP ou host','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (156,'ldap','basedn','','Racine du nom de domaine LDAP','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (157,'ldap','port','389','Port du serveur LDAP','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (158,'ldap','filter','(&(objectclass=person)(gidnumber=GID))','Serveur LDAP, IP ou host','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (159,'ldap','fields','uid,gecos,departmentnumber','Champs du serveur LDAP','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (160,'ldap','lang','fr_FR','Langue du serveur LDAP','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (161,'ldap','groups','','Groupes du serveur LDAP','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (162,'ldap','accessible','0','LDAP accessible ?','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (163,'opac','categories_show_only_last','0','Dans la fiche d\'une notice : \n 0 tout afficher \n 1 : afficher uniquement la dernière feuille de l\'arbre de la catégorie','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (164,'thesaurus','categories_show_only_last','0','Dans la fiche d\'une notice : \n 0 tout afficher \n 1 : afficher uniquement la dernière feuille de l\'arbre de la catégorie','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (165,'pmb','prefill_cote','custom_cote_02.inc.php','Script personnalisé de construction de la cote de l\'exemplaire','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (166,'ldap','proto','3','Version du protocole LDAP : 3 ou 2','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (167,'ldap','binddn','uid=UID,ou=People','Description de la liaison : construction de la chaine binddn pour lier l\'authentification au serveur LDAP dans l\'OPAC','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (168,'empr','corresp_import','','Table de correspondances colonnes/champs en import de lecteurs à partir d\'un fichier ASCII','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (169,'pmb','type_audit','2','Gestion/affichage des dates de création/modification \r\n 0: Rien\r\n 1: Création et dernière modification\r\n 2: Création et toutes les dates de modification','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (170,'pmb','gestion_abonnement','1','Utiliser la gestion des abonnements des lecteurs ? \r\n 0 : Non\r\n 1 : Oui, gestion simple, \r\n 2 : Oui, gestion avancée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (171,'pmb','utiliser_calendrier','0','Utiliser le calendrier des jours d\'ouverture ?\r\n 0 : non\r\n 1 : oui, pour le calcul des dates de retour et des retards\r\n 2 : oui, pour le calcul des dates de retour uniquement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (172,'pmb','gestion_financiere','0','Utiliser le module gestion financière ? \r\n 0 : Non\r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (173,'pmb','gestion_tarif_prets','0','Utiliser la gestion des tarifs de prêts ? \n 0 : Non\n 1 : Oui, gestion simple, \n 2 : Oui, gestion avancée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (174,'pmb','gestion_amende','1','Utiliser la gestion des amendes:\r\n 0 = Non\r\n 1 = Gestion simple\r\n 2 = Gestion avancée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (175,'finance','amende_jour','0','Amende par jour de retard pour tout type de document. Attention, le séparateur décimal est le point, pas la virgule','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (176,'finance','delai_avant_amende','14','Délai avant déclenchement de l\'amende, en jour','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (177,'finance','delai_recouvrement','7','Délai entre 3eme relance et mise en recouvrement officiel de l\'amende, en jour','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (178,'finance','amende_maximum','0','Amende maximum, quel que soit le retard l\'amende est plafonnée à ce montant. 0 pour désactiver ce plafonnement.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (179,'pdflettreresa','priorite_email','1','Priorité des lettres de confirmation de réservation par mail lors de la validation d\'une réservation:\n 0 : Lettre seule \n 1 : Mail, à défaut lettre\n 2 : Mail ET lettre\n 3 : Aucune alerte','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (180,'pdflettreresa','priorite_email_manuel','1','Priorité des lettres de confirmation de réservation par mail lors de l\'impression à partir du bouton :\n 0 : Lettre seule \n 1 : Mail, à défaut lettre\n 2 : Mail ET lettre\n 3 : Aucune alerte','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (181,'finance','blocage_abt','1','Blocage du prêt si le compte abonnement est débiteur\n 0 : pas de blocage \n 1 : blocage avec forçage possible : blocage incontournable.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (182,'finance','blocage_pret','1','Blocage du prêt si le compte prêt est débiteur\n 0 : pas de blocage \n 1 : blocage avec forçage possible : blocage incontournable.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (183,'finance','blocage_amende','1','Blocage du prêt si le compte amende est débiteur\n 0 : pas de blocage \n 1 : blocage avec forçage possible : blocage incontournable.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (184,'pmb','gestion_devise','€','Devise de la gestion financière, ce qui va être affiché en code HTML','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (185,'opac','book_pics_url','http://images-eu.amazon.com/images/P/!!isbn!!.08.MZZZZZZZ.jpg','URL des vignettes des notices, dans le chemin fourni, !!isbn!! sera remplacé par le code ISBN ou EAN de la notice purgé de tous les tirets ou points. \r\n exemple : http://www.monsite/opac/images/vignettes/!!isbn!!.jpg','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (186,'opac','lien_moteur_recherche','','Lien supplémentaire en bas de page d\'accueil, à renseigner complètement : a href= lien /a\r\n\r\n<a href=http://www.google.fr target=_blank>Faire une recherche avec Google</a>','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (187,'pmb','pret_express_statut','2','Statut de notice à utiliser en création d\'exemplaires en prêts express','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (188,'opac','notice_affichage_class','','Nom de la classe d\'affichage pour personnalisation de l\'affichage des notices','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (189,'pmb','confirm_retour','0','En retour de documents, le retour doit-il être confirmé ? \n 0 : Non, on peut passer les codes-barres les uns après les autres \n 1 : Oui, il faut valider le retour après chaque code-barre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (190,'opac','show_meteo_url','<img src=\"http://perso0.free.fr/cgi-bin/meteo.pl?dep=72\" alt=\"\" border=\"0\" hspace=0>','URL de la météo affichée','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (191,'pmb','limitation_dewey','0','Nombre maximum de caractères dans la Dewey (676) en import : \n 0 aucune limitation \n 3 : limitation de 000 à 999 \n 5 (exemple) limitation 000.0 \n -1 : aucune importation','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (192,'finance','delai_1_2','14','Délai entre 1ere et 2eme relance','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (193,'finance','delai_2_3','21','Délai entre 2eme et 3eme relance','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (194,'pmb','lecteurs_localises','1','Lecteurs localisés ? \r\n 0: Non \r\n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (195,'dsi','active','1','D.S.I activée ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (196,'dsi','auto','0','D.S.I automatique activée ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (197,'dsi','insc_categ','0','Inscription automatique dans les bannettes de la catégorie du lecteur en création ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (198,'opac','allow_bannette_priv','1','Possibilité pour les lecteurs de créer ou modifier leurs bannettes privées\r\n 0: Non\r\n 1: Oui\r\n 2: Oui et le bouton de création s\'affiche en permanence en recherche multicritères','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (199,'opac','allow_resiliation','1','Possibilité pour les lecteurs de résilier leur abonnement aux bannettes pro \r\n 0: Non \r\n 1: Oui','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (200,'opac','show_categ_bannette','0','Affichage des bannettes de la catégorie du lecteur et possibilité de s\'y abonner \n 0: Non \n 1: Oui','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (201,'opac','url_base','./','URL de base de l\'opac : typiquement mettre l\'url publique web http://monsite/opac/ ne pas oublier le / final','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (202,'finance','relance_1','0','Frais de la première lettre de relance','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (203,'finance','relance_2','0','Frais de la deuxième lettre de relance','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (204,'finance','relance_3','2','Frais de la troisième lettre de relance','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (205,'finance','statut_perdu','12','Statut (d\'exemplaire) perdu pour des ouvrages non rendus','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (206,'pdflettreretard','2after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le courrier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (207,'pdflettreretard','2before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le courrier de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (208,'pdflettreretard','2debut_expl_1er_page','160','Début de la liste des exemplaires sur la première page, en mm depuis le bord supérieur de la page. Doit être règlé en fonction du texte qui précède la liste des ouvrages, lequel peut être plus ou moins long.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (209,'pdflettreretard','2debut_expl_page','15','Début de la liste des exemplaires sur les pages suivantes, en mm depuis le bord supérieur de la page.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (210,'pdflettreretard','2fdp','L\'équipe de la bibliothèque','Signataire de la lettre.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (211,'pdflettreretard','2format_page','P','Format de la page : \r\n P : Portrait\r\n L : Landscape = paysage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (212,'pdflettreretard','2hauteur_page','297','Hauteur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (213,'pdflettreretard','2largeur_page','210','Largeur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (214,'pdflettreretard','2limite_after_list','270','Position limite en bas de page. Si un élément imprimé tente de dépasser cette limite, il sera imprimé sur la page suivante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (215,'pdflettreretard','2madame_monsieur','Madame, Monsieur,','Entête de la lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (216,'pdflettreretard','2marge_page_droite','10','Marge de droite en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (217,'pdflettreretard','2marge_page_gauche','10','Marge de gauche en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (218,'pdflettreretard','2nb_1ere_page','4','Nombre d\'ouvrages en retard imprimé sur la première page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (219,'pdflettreretard','2nb_par_page','7','Nombre d\'ouvrages en retard imprimé sur les pages suivantes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (220,'pdflettreretard','2taille_bloc_expl','16','Taille d\'un bloc (2 lignes) d\'ouvrage en retard. Le début de chaque ouvrage en retard sera espacé de cette valeur sur la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (221,'pdflettreretard','3after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le courrier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (222,'pdflettreretard','3before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le courrier de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (223,'pdflettreretard','3debut_expl_1er_page','160','Début de la liste des exemplaires sur la première page, en mm depuis le bord supérieur de la page. Doit être règlé en fonction du texte qui précède la liste des ouvrages, lequel peut être plus ou moins long.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (224,'pdflettreretard','3debut_expl_page','15','Début de la liste des exemplaires sur les pages suivantes, en mm depuis le bord supérieur de la page.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (225,'pdflettreretard','3fdp','Le responsable','Signataire de la lettre.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (226,'pdflettreretard','3format_page','P','Format de la page : \r\n P : Portrait\r\n L : Landscape = paysage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (227,'pdflettreretard','3hauteur_page','297','Hauteur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (228,'pdflettreretard','3largeur_page','210','Largeur de la page en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (229,'pdflettreretard','3limite_after_list','270','Position limite en bas de page. Si un élément imprimé tente de dépasser cette limite, il sera imprimé sur la page suivante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (230,'pdflettreretard','3madame_monsieur','Madame, Monsieur,','Entête de la lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (231,'pdflettreretard','3marge_page_droite','10','Marge de droite en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (232,'pdflettreretard','3marge_page_gauche','10','Marge de gauche en mm','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (233,'pdflettreretard','3nb_1ere_page','4','Nombre d\'ouvrages en retard imprimé sur la première page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (234,'pdflettreretard','3nb_par_page','7','Nombre d\'ouvrages en retard imprimé sur les pages suivantes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (235,'pdflettreretard','3taille_bloc_expl','16','Taille d\'un bloc (2 lignes) d\'ouvrage en retard. Le début de chaque ouvrage en retard sera espacé de cette valeur sur la page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (236,'pdflettreretard','3before_recouvrement','Sans nouvelles de votre part dans les sept jours, nous nous verrons contraints de déléguer au trésor public le recouvrement des ouvrages suivants :','Texte avant la liste des ouvrages en recouvrement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (237,'opac','bannette_notices_order',' index_serie, tnvol, index_sew ','Ordre d\'affichage des notices dans les bannettes dans l\'opac \n index_serie, tnvol, index_sew : tri par titre de série et titre \n rand() : aléatoire','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (238,'opac','bannette_notices_format','2','Format d\'affichage des notices dans les bannettes \r\n 1 : ISBD seul \r\n 2 : Public seul \r\n 4 : ISBD et Public \r\n 8 : Réduit (titre+auteurs) seul','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (239,'opac','bannette_notices_depliables','1','Affichage dépliable des notices dans les bannettes \n 0 : Non \n 1 : Oui','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (240,'opac','bannette_nb_liste','10','Nbre de notices par bannettes en affichage de la liste des bannettes \r\n 0 Toutes \r\n N : maxi N\r\n -1 : aucune','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (241,'opac','dsi_active','1','DSI, bannettes accessibles par l\'OPAC ? \r\n 0 : Non \r\n 1 : Oui','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (242,'mailretard','2after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (243,'mailretard','2before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (244,'mailretard','2fdp','L\'équipe de la bibliothèque','Signataire du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (245,'mailretard','2madame_monsieur','Madame, Monsieur','Entête du mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (246,'mailretard','2objet','$biblio_name : documents en retard','Objet du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (247,'mailretard','3after_list','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (248,'mailretard','3before_list','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (249,'mailretard','3fdp','Le responsable.','Signataire du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (250,'mailretard','3madame_monsieur','Madame, Monsieur','Entête du mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (251,'mailretard','3objet','$biblio_name : documents en retard','Objet du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (252,'mailretard','3before_recouvrement','Sans nouvelles de votre part dans les sept jours, nous nous verrons contraints de déléguer au trésor public le recouvrement des ouvrages suivants :','Texte avant la liste des ouvrages en recouvrement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (253,'mailretard','priorite_email','1','Priorité des lettres de retard lors des relances :\n 0 : Lettre seule \n 1 : Mail, à défaut lettre\n 2 : Mail ET lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (254,'pmb','import_modele_lecteur','','Modèle d\'import des lecteurs','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (255,'pmb','blocage_retard','1','Bloquer le prêt d\'une durée équivalente au retard ? 0=non, 1=oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (256,'pmb','blocage_delai','7','Délai à partir duquel le retard est pris en compte pour le blocage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (257,'pmb','blocage_max','60','Nombre maximum de jours bloqués (0 = pas de limite)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (258,'pmb','blocage_coef','1','Coefficient de proportionnalité des jours de retard pour le blocage','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (259,'pmb','blocage_retard_force','1','1 = Le prêt peut-être forcé lors d\'un blocage du compte, 2 = Pas de forçage possible','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (260,'opac','etagere_order','name','Tri des étagères dans l\'écran d\'accueil, \r\n name = par nom\r\n name DESC = par nom décroissant','j_etagere',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (261,'pmb','book_pics_show','1','Affichage des couvertures de livres en gestion\r\n 1: oui \r\n 0: non','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (262,'pmb','book_pics_url','http://images-eu.amazon.com/images/P/!!isbn!!.08.MZZZZZZZ.jpg','URL des vignettes des notices, dans le chemin fourni, !!isbn!! sera remplacé par le code ISBN ou EAN de la notice purgé de tous les tirets ou points. \r\n\r\nExemple : http://www.monsite/opac/images/vignettes/!!isbn!!.jpg\r\nVignettes Amazon : http://images-eu.amazon.com/images/P/!!isbn!!.08.MZZZZZZZ.jpg','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (263,'pmb','opac_url','./opac_css/','URL de l\'OPAC vu depuis la partie gestion, par défaut ./opac_css/','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (264,'opac','resa_popup','1','Demande de connexion sous forme de popup ? :\n 0 : Non\n 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (265,'pmb','vignette_x','100','Largeur de la vignette créée pour un exemplaire numérique image','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (266,'pmb','vignette_y','100','Hauteur de la vignette créée pour un exemplaire numérique image','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (267,'pmb','vignette_imagemagick','','Chemin de l\'exécutable ImageMagick (/usr/bin/imagemagick par exemple)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (268,'opac','show_rss_browser','0','Affichage des flux RSS du catalogue en page d\'accueil OPAC 1: oui ou 0: non','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (269,'pmb','mail_methode','php','Méthode d\'envoi des mails : \n php : fonction mail() de php\n smtp,hote:port,auth,user,pass : en smtp, mettre O ou 1 pour l\'authentification...','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (270,'opac','mail_methode','php','Méthode d\'envoi des mails dans l\'opac : \n php : fonction mail() de php\n smtp,hote:port,auth,user,pass : en smtp, mettre O ou 1 pour l\'authentification...','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (271,'opac','search_show_typdoc','1','Affichage de la restriction par type de document pour les recherches en page d\'accueil','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (272,'pmb','verif_on_line','0','Dans le menu Administration > Outils > Maj Base : vérification d\'une version plus récente de PMB en ligne ? \r\n0 : non : si vous n\'êtes pas connecté à internet \r\n 1 : Oui : si vous avez une connexion à internet','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (273,'opac','show_languages','1 fr_FR,en_UK,es_ES,it_IT,de_DE','Afficher la liste déroulante de sélection de la langue ? \r\n 0 : Non \r\n 1 : Oui \r\nFaire suivre d\'un espace et des codes des langues possibles séparées par des virgules : fr_FR,it_IT,en_UK,nl_NL,oc_FR','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (274,'pmb','pdf_font','Helvetica','Police de caractères à chasse variable pour les éditions en pdf - Police Arial','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (275,'pmb','pdf_fontfixed','Courier','Police de caractères à chasse fixe pour les éditions en pdf - Police Courier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (276,'z3950','debug','0','Debugage (export fichier) des notices lues en Z3950 \r\n 0: Non \r\n 1: 0ui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (277,'pmb','nb_lastnotices','30','Nombre de dernières notices affichées en Catalogue - Dernières notices','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (278,'opac','show_dernieresnotices_nb','5','Nombre de dernières notices affichées en Catalogue - Dernières notices','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (279,'pmb','recouvrement_auto','0','Par défaut passage en recouvrement proposé en gestion des relances si niveau=3 et devrait être en 4: \r\n 1: Oui, recouvrement proposé par défaut \r\n 0: Ne rien faire par défaut','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (280,'pmb','keyword_sep',';','Séparateur des mots clés dans la partie indexation libre, espace ou ; ou , ou ...','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (281,'thesaurus','mode_pmb','0','Niveau d\'utilisation des thésaurus.\n 0 : Un seul thésaurus par défaut.\n 1 : Choix du thésaurus possible.','thesaurus',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (282,'thesaurus','defaut','1','Identifiant du thésaurus par défaut.','thesaurus',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (283,'thesaurus','liste_trad','fr_FR','Liste des langues affichées dans les thésaurus.\n(ex : fr_FR,en_UK,...,ar)','thesaurus',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (284,'opac','thesaurus','0','Niveau d\'utilisation des thésaurus.\n 0 : Un seul thésaurus par défaut.\n 1 : Choix du thésaurus possible.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (285,'acquisition','active','0','Module acquisitions activé.\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (286,'acquisition','gestion_tva','0','Gestion de la TVA.\r\n 0 : Non.\r\n 1 : Oui, avec saisie des prix HT.\r\n 2 : Oui, avec saisie des prix TTC.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (287,'acquisition','poids_sugg','U=1.00,E=0.70,V=0.00','Pondération des suggestions par défaut en pourcentage.\n U=Utilisateurs, E=Emprunteurs, V=Visiteurs.\n ex : U=1.00,E=0.70,V=0.00 \n','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (288,'acquisition','format','8,CA,DD,BL,FA','Taille du Numéro et Préfixes des actes d\'achats.\nex : 8,CA,DD,BL,FA \n8 = Préfixe + 8 Chiffres\nCA=Commande Achat, DD=Demande de Devis,BL=Bon de Livraison, FA=Facture Achat \n','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (289,'acquisition','budget','0','Utilisation d\'un budget pour les commandes.\n 0:optionnel\n 1:obligatoire','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (290,'acquisition','pdfcde_format_page','210x297','Largeur x Hauteur de la page en mm','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (291,'acquisition','pdfcde_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (292,'acquisition','pdfcde_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (293,'acquisition','pdfcde_pos_logo','10,10,20,20','Position du logo: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (294,'acquisition','pdfcde_pos_raison','35,10,100,10,16','Position Raison sociale: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (295,'acquisition','pdfcde_pos_date','150,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (296,'acquisition','pdfcde_pos_adr_fac','10,35,60,5,10','Position Adresse de facturation: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (297,'acquisition','pdfcde_pos_adr_liv','10,75,60,5,10','Position Adresse de livraison: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (298,'acquisition','pdfcde_pos_adr_fou','100,55,100,6,14','Position Adresse fournisseur: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (299,'acquisition','pdfcde_pos_num','10,110,0,10,16','Position numéro de commande: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (300,'acquisition','pdfcde_text_size','10','Taille de la police texte','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (301,'acquisition','pdfcde_text_before','','Texte avant le tableau de commande','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (302,'acquisition','pdfcde_text_after','','Texte après le tableau de commande','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (303,'acquisition','pdfcde_tab_cde','5,10','Table de commandes: Hauteur ligne,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (304,'acquisition','pdfcde_pos_tot','10,40,5,10','Position total de commande: Distance par rapport au bord gauche de la page, Largeur, Hauteur ligne,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (305,'acquisition','pdfcde_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (306,'acquisition','pdfcde_pos_sign','10,60,5,10','Position signature: Distance par rapport au bord gauche de la page, Largeur, Hauteur ligne,Taille police','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (307,'acquisition','pdfcde_text_sign','Le responsable de la bibliothèque.','Texte signature','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (308,'acquisition','pdfdev_format_page','210x297','Largeur x Hauteur de la page en mm','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (309,'acquisition','pdfdev_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (310,'acquisition','pdfdev_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (311,'acquisition','pdfdev_pos_logo','10,10,20,20','Position du logo: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (312,'acquisition','pdfdev_pos_raison','35,10,100,10,16','Position Raison sociale: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (313,'acquisition','pdfdev_pos_date','150,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (314,'acquisition','pdfdev_pos_adr_fac','10,35,60,5,10','Position Adresse de facturation: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (315,'acquisition','pdfdev_pos_adr_liv','10,75,60,5,10','Position Adresse de livraison: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (316,'acquisition','pdfdev_pos_adr_fou','100,55,100,6,14','Position Adresse fournisseur: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (317,'acquisition','pdfdev_pos_num','10,110,0,10,16','Position numéro de commande: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (318,'acquisition','pdfdev_text_size','10','Taille de la police texte','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (319,'acquisition','pdfdev_text_before','','Texte avant le tableau de commande','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (321,'acquisition','pdfdev_text_after','','Texte après le tableau de commande','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (322,'acquisition','pdfdev_tab_dev','5,10','Table de commandes: Hauteur ligne,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (323,'acquisition','pdfdev_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (324,'acquisition','pdfdev_pos_sign','10,60,5,10','Position signature: Distance par rapport au bord gauche de la page, Largeur, Hauteur ligne,Taille police','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (325,'acquisition','pdfdev_text_sign','Le responsable de la bibliothèque.','Texte signature','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (326,'opac','export_allow','1','Export de notices à partir de l\'opac : \n 0 : interdit \n 1 : pour tous \n 2 : pour les abonnés uniquement','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (327,'opac','resa_planning','0','Utiliser un planning de réservation ? \n 0: Non \n 1: Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (328,'opac','resa_contact','<a href=\'mailto:pmb@sigb.net\'>pmb@sigb.net</a>','Code HTML d\'information sur la personne à contacter par exemple en cas de problème de réservation.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (329,'opac','default_operator','0','Opérateur par défaut. 0 : OR, 1 : AND.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (330,'opac','modules_search_all','2','Recherche simple dans l\'ensemble des champs :\n 0 : interdite\n 1 : autorisée\n 2 : autorisée et validée par défaut\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (331,'acquisition','pdfliv_format_page','210x297','Largeur x Hauteur de la page en mm','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (332,'acquisition','pdfliv_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (333,'acquisition','pdfliv_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (334,'acquisition','pdfliv_pos_raison','10,10,100,10,16','Position Raison sociale: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (335,'acquisition','pdfliv_pos_adr_liv','10,20,60,5,10','Position Adresse de livraison: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (336,'acquisition','pdfliv_pos_adr_fou','110,20,100,5,10','Position éléments fournisseur: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (337,'acquisition','pdfliv_pos_num','10,60,0,6,14','Position numéro Commande/Livraison: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (338,'acquisition','pdfliv_tab_liv','5,10','Table de livraisons: Hauteur ligne,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (339,'acquisition','pdfliv_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (340,'pmb','default_operator','0','Opérateur par défaut. \n 0 : OR, \n 1 : AND.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (341,'mailretard','priorite_email_3','0','Faire le troisième niveau de relance par mail :\n 0 : Non, lettre \n 1 : Oui, par mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (342,'opac','show_suggest','2','Proposer de faire des suggestions dans l\'OPAC.\r\n 0 : Non.\r\n 1 : Oui, avec authentification.\r\n 2 : Oui, sans authentification.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (343,'acquisition','email_sugg','0','Information par email de l\'évolution des suggestions.\r\n 0 : Non\r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (344,'acquisition','pdfliv_text_size','10','Taille de la police texte','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (345,'acquisition','pdfliv_pos_date','170,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (346,'acquisition','pdffac_text_size','10','Taille de la police texte','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (347,'acquisition','pdffac_format_page','210x297','Largeur x Hauteur de la page en mm','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (348,'acquisition','pdffac_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (349,'acquisition','pdffac_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (350,'acquisition','pdffac_pos_raison','10,10,100,10,16','Position Raison sociale: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (351,'acquisition','pdffac_pos_date','170,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (352,'acquisition','pdffac_pos_adr_fac','10,20,60,5,10','Position Adresse de facturation: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (353,'acquisition','pdffac_pos_adr_fou','110,20,100,5,10','Position éléments fournisseur: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (354,'acquisition','pdffac_pos_num','10,60,0,6,14','Position numéro Commande/Facture: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (355,'acquisition','pdffac_tab_fac','5,10','Table de facturation: Hauteur ligne,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (356,'acquisition','pdffac_pos_tot','10,40,5,10','Position total de commande: Distance par rapport au bord gauche de la page, Largeur, Hauteur ligne,Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (357,'acquisition','pdffac_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (358,'acquisition','pdfsug_text_size','8','Taille de la police texte','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (359,'acquisition','pdfsug_format_page','210x297','Largeur x Hauteur de la page en mm','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (360,'acquisition','pdfsug_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (361,'acquisition','pdfsug_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (362,'acquisition','pdfsug_pos_titre','10,10,100,10,16','Position titre: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (363,'acquisition','pdfsug_pos_date','170,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (364,'acquisition','pdfsug_tab_sug','5,10','Table de suggestions: Hauteur ligne,Taille police','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (365,'acquisition','pdfsug_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (366,'acquisition','mel_rej_obj','Rejet suggestion','Objet du mail de rejet de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (367,'acquisition','mel_rej_cor','Votre suggestion du !!date!! est rejetée.\n\n','Corps du mail de rejet de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (368,'acquisition','mel_con_obj','Confirmation suggestion','Objet du mail de confirmation de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (369,'acquisition','mel_con_cor','Votre suggestion du !!date!! est retenue pour un prochain achat.\n\n','Corps du mail de confirmation de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (370,'acquisition','mel_aba_obj','Abandon suggestion','Objet du mail d\'abandon de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (371,'acquisition','mel_aba_cor','Votre suggestion du !!date!! n\'est pas retenue ou n\'est pas disponible à la vente.\n\n','Corps du mail d\'abandon de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (372,'acquisition','mel_cde_obj','Commande suggestion','Objet du mail de commande de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (373,'acquisition','mel_cde_cor','Votre suggestion du !!date!! est en commande.\n\n','Corps du mail de commande de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (374,'acquisition','mel_rec_obj','Réception suggestion','Objet du mail de réception de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (375,'acquisition','mel_rec_cor','Votre suggestion du !!date!! a été reçue et sera bientôt disponible en réservation.\n\n','Corps du mail de réception de suggestion','mel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (376,'opac','allow_tags_search','0','Recherche par tag (mots clés utilisateurs) \n 1 = oui \n 0 = non','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (377,'opac','allow_add_tag','0','Permettre aux utilisateurs d\'ajouter un tag à une notice.\n 0 : non\n 1 : oui\n 2 : identification obligatoire pour ajouter','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (378,'opac','avis_allow','1','Permet de consulter/ajouter un avis pour les notices \r\n 0 : non \r\n 1 : sans être identifié : consultation possible, ajout impossible \r\n 2 : identification obligatoire pour consulter et ajouter \r\n 3 : consultation et ajout anonymes possibles \r\n 3 : consultation et ajout anonymes possibles','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (379,'opac','avis_nb_max','30','Nombre maximal de commentaires conservés par notice. Les plus vieux sont effacés au profit des plus récents quand ce nombre est atteint.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (380,'pmb','show_rtl','0','Affichage possible de droite a gauche \r\n 0 non \r\n 1 oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (381,'opac','avis_show_writer','0','Afficher le rédacteur de l\'avis \n 0 : non \n 1 : Prénom NOM \n 2 : login OPAC uniquement','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (382,'pmb','form_editables','1','Grilles de notices éditables \r\n 0 non \r\n 1 oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (383,'acquisition','sugg_to_cde','0','Transfert des suggestions en commande.\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (384,'thesaurus','categories_categ_in_line','0','Affichage des catégories en ligne.\n 0 : Non.\n 1 : Oui.','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (385,'opac','categories_categ_in_line','0','Affichage des catégories en ligne.\r\n 0 : Non.\r\n 1 : Oui.','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (386,'pmb','label_construct_script','','Script de construction d\'étiquette de cote','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (387,'dsi','func_after_diff','','Script à exécuter après diffusion d\'une bannette','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (388,'opac','notice_groupe_fonction','','Quel fichier/fonction inclure pour la présentation des resultats si toutes les notices d\'une recherche sont parmi les types mentionnés \n exemple : a,b text;c,d music;k photo fera include(text.inc.php) et appel à la fonction text()','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (389,'opac','photo_mean_size_x','','Taille X de la photo format \'moyen\', si vide, pas de redimensionnement','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (390,'opac','photo_mean_size_y','','Taille Y de la photo format \'moyen\', si vide, pas de redimensionnement','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (391,'opac','photo_watermark','','Watermark à ajouter sur les photos, si vide, pas de watermark','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (392,'opac','photo_show_form','','Afficher le formulaire de commande de photo ? \n 0: Non \n 1:Oui','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (393,'opac','photo_email_form','','Emails des destinataires des commandes de photo à séparer par des espaces si multiples.','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (394,'opac','photo_watermark_transparency','50','Transparence du watermark de 0 à 100 en %','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (395,'opac','show_onglet_empr','0','Afficher l\'onglet de compte emprunteur avec les onglets de recherche ? \n 0: Non \n 1: Oui \n 2: n\'afficher l\'onglet empr que lorsque l\'utilisateur est authentifié (et dans ce cas le clic sur l\'onglet mène vers empr.php)','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (396,'pmb','url_base','http://SERVER/DIRECTORY/','URL de base de la gestion : typiquement mettre l\'url http://monserveur/pmb/ ne pas oublier le / final','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (397,'opac','show_empr','0','Afficher l\'emprunteur actuel dans la liste des exemplaires ?\n 0 : non\n 1 : pour les abonnés\n 2 : pour tout le monde','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (398,'opac','show_login_form_next','','Après connexion de l\'emprunteur se diriger vers quel module ? \n Vide = Compte emprunteur \n index.php = Retour en accueil','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (399,'opac','allow_term_troncat_search','0','Troncature automatique à droite \n 1 = oui \n 0 = non','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (400,'opac','show_results_first_page','1','Affichage de résultats sur la première page lors d\'une recherche pour tous les champs \r\n 0=non \r\n 1=oui.','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (401,'opac','nb_results_first_page','15','Nombres de notices à afficher lors d\'une recherche pour le critère Tous les champs.','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (402,'opac','show_infobulles_categ','0','Affichage des infobulles sur les libellés des catégories. \n 0=non \n 1=oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (403,'acquisition','sugg_display','','Nom de la fonction personnalisée d\'affichage des suggestions','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (404,'acquisition','sugg_categ','0','Affectation des suggestions à une catégorie de suggestions.\n 0 : Non\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (405,'acquisition','sugg_categ_default','1','Identifiant de la catégorie de suggestions par défaut.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (406,'opac','sugg_categ','0','Affectation des suggestions à une catégorie de suggestions.\n 0 : Non.\n 1 : Oui.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (407,'opac','sugg_categ_default','1','Identifiant de la catégorie de suggestions par défaut.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (408,'acquisition','pdfsug_print','','Quel script utiliser pour personnaliser l\'impression des listes de suggestions ?','pdfsug',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (409,'acquisition','pdfdev_print','','Quel script utiliser pour personnaliser l\'impression des devis ?','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (410,'acquisition','pdfcde_print','','Quel script utiliser pour personnaliser l\'impression des commandes ?','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (411,'acquisition','pdfliv_print','','Quel script utiliser pour personnaliser l\'impression des bons de livraison ?','pdfliv',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (412,'acquisition','pdffac_print','','Quel script utiliser pour personnaliser l\'impression des factures ?','pdffac',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (413,'pmb','notice_reduit_format','1','Format d\'affichage des réduits de notices :\n 0 = titre+auteur principal\n 1 = titre+auteur principal+date édition\n 2 = titre+auteur principal+date édition + ISBN\n 3 = titre seul\n P 1,2,3 = tit+aut+champs persos id 1 2 3\n E 1,2,3 = tit+aut+édit+champs persos id 1 2 3\n T = tit1+tit4\n 4 = titre+titre parallèle+auteur principal\n H 1 = id d\'un template de notice','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (414,'pmb','resa_planning','0','Utiliser un planning de réservation ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (415,'pmb','antivol','0','Système magnétique antivol à télécommander ? \n 1 Oui \n 0 Non','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (416,'acquisition','custom_calc_numero','','Fonction personnalisée de numérotation des actes d\'achats.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (417,'pmb','numero_exemplaire_auto','1','Autorise la numérotation automatique d\'exemplaire ? \r\n 0 : non\r\n 1 : Oui, pour monographies et bulletins\r\n 2 : Oui, pour monographies seules\r\n 3 : Oui, pour bulletins seuls','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (418,'pmb','numero_exemplaire_auto_script','gen_code/gen_code_exemplaire_ucac.php','Nom du fichier de Script php pour la génération des codes d\'exemplaires en automatique','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (419,'empr','lecteur_controle_doublons','0','Contrôle sur les doublons de lecteurs:\r\n0 : pas de controle sur les doublons, en saisie de fiche de lecteur. \r\n1,empr_nom,empr_prenom,... : recherche doublons sur les champs \'empr\', \r\n2,empr_nom,empr_prenom,... : recherche doublons sur les champs \'empr\', et champ personnalisables.\r\n3,empr_nom, empr_prenom ,... : idem, en rajoutant le test sur le groupe.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (420,'pmb','pret_nombre_prolongation','3','Nombre de prolongations autorisées','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (421,'pmb','pret_restriction_prolongation','2','0 : pas de restriction\r\n1 : prolongation limitée au paramètre pret_nombre_prolongation \r\n2 : prolongation gérée par les quotas ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (422,'opac','pret_prolongation','1','0 : pas de prolongation\r\n1 : prolongation autorisée','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (423,'mailretard','1after_list_group','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger les emprunts de votre groupe ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (424,'mailretard','1before_list_group','Sauf erreur de notre part, les emprunteurs de votre groupe ont toujours en leur possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (425,'mailretard','1fdp_group','L\'équipe de la bibliothèque','Signataire du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (426,'mailretard','1madame_monsieur_group','Bonjour,','Entête du mail','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (427,'mailretard','1objet_group','$biblio_name : documents en retard','Objet du mail de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (428,'pmb','first_week_day_format','0','Format de la semaine: \n 0, la semaine commence le lundi \n 1 la semaine commence le dimanche','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (429,'opac','export_allow_expl','0','Exporter les exemplaires avec les notices : \n 0 : Non \n 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (430,'opac','nb_max_tri','200','Nombre maximum de notices pour lesquelles le tri est autorisé.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (431,'pmb','nb_max_tri','200','Nombre maximum de notices pour lesquelles le tri est autorisé.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (432,'opac','pret_duree_prolongation','15','Nombre de jours de prolongation autorisé','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (433,'opac','surlignage','3','Surligner les mots recherchés :\r\n0 : pas de surlignage\r\n1 : surlignage obligatoire\r\n2 : surlignage activable\r\n3 : surlignage désactivable','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (434,'opac','nb_max_criteres_tri','3','Nombre maximum de critères de tri à afficher.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (435,'empr','show_caddie','1','Afficher le module de paniers de lecteurs: \r\n 0: Non \r\n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (436,'empr','pics_url','','URL des photos des emprunteurs, dans le chemin fourni, !!num_carte!! sera remplacé par le numéro de carte du lecteur. \n exemple : http://www.monsite/photos/lecteurs/!!num_carte!!.jpg','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (437,'empr','pics_max_size','100','Taille maximale des photos des emprunteurs, en largeur ou en hauteur','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (438,'thesaurus','classement_mode_pmb','0','Niveau d\'utilisation des plans de classement des indexations. \n 0 : Un seul plan de classement. \n 1 : Choix du plan de classement possible.','classement',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (439,'thesaurus','classement_defaut','1','Identifiant du plan de classement par défaut.','classement',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (440,'empr','electronic_loan_ticket','0','Envoyer un ticket de prêt électronique ? \n 0: Non, \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (441,'empr','electronic_loan_ticket_obj','!!biblio_name!! : emprunt(s) du !!date!!','Objet du mail de ticket électronique de prêt','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (442,'empr','electronic_loan_ticket_msg','Bonjour, <br />Voici la liste de vos emprunts et/ou réservations en date du !!date!! :<br /><br />!!all_loans!! !!all_reservations!!<br />Retrouvez toutes ces informations sur votre compte à l\'adresse <a href=!!biblio_website!!>!!biblio_website!!</a>.','Corps du mail de ticket électronique de prêt','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (443,'pmb','droits_explr_localises','0','Les droits de gestion des exemplaires sont-ils localisés ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (444,'empr','fiche_depliee','1','La fiche emprunteur sera automatiquement : \n 0 : pliée \n 1 : dépliée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (445,'empr','statut_adhes_depassee','2','id du statut pour lequel les emprunteurs dont la date d\'adhesion est dépassée n\'apparaissent pas en zone d\'alerte','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (446,'opac','authorized_styles','zen','Styles de l\'OPAC autorisés, séparés par une virgule','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (447,'empr','relance_adhesion','0','Les relances d\'adhésion sont envoyées : \n 0 : exclusivement par lettre \n 1 : mail, à défaut par lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (448,'empr','show_rows','b,n,c,g,s,1','Colonnes affichées en liste de lecteurs, saisir les colonnes séparées par des virgules. Les colonnes disponibles pour l\'affichage de la liste des emprunteurs sont : \n n: nom+prénom \n a: adresse \n b: code-barre \n c: catégories \n g: groupes \n l: localisation \n s: statut \n cp: code postal \n v: ville \n y: année de naissance \n ab: type d\'abonnement \n #e[n] : [n] = id des champs personnalisés lecteurs \n 1: icône panier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (449,'empr','sort_rows','n,c,l,s','Colonnes qui seront disponibles pour le tri des emprunteurs. Les colonnes possibles sont : \n n: nom+prénom \n b: code-barres \n c: catégories \n g: groupes \n l: localisation \n s: statut \n cp: code postal \n v: ville \n y: année de naissance \n ab: type d\'abonnement \n #e[n] : [n] = id des champs personnalisés lecteurs \n #p[n] : [n] = id des champs personnalisés prêts','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (450,'empr','filter_rows','l,c,cs,s,g','Colonnes disponibles pour filtrer la liste des emprunteurs : \n v: ville\n l: localisation\n c: catégorie\n s: statut\n g: groupe\n y: année de naissance\n cp: code postal\n cs : code statistique\n ab : type d\'abonnement \n #e[n] : [n] = id des champs personnalisés lecteurs \n #p[n] : [n] = id des champs personnalisés prêts','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (451,'empr','header_format','','Champs personnalisés qui seront affichés dans l\'entête de la fiche emprunteur. Saisir les ids séparés par des virgules','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (452,'empr','archivage_prets','0','Archiver les prêts des emprunteurs ? \n 0: Non \n 1: Oui\nATTENTION pour la France: nous attirons votre attention sur l\'obligation de déclarer votre traitement à la CNIL (www.cnil.fr) si vous activez cette fonctionnalité.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (453,'empr','archivage_prets_purge','120','Nombre de jours maximum où doivent être conservées les archives nominatives de prêts : \r\n0: illimité \r\nN: N jours','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (454,'opac','autres_lectures','1','Afficher les emprunts des autres lecteurs du document courant ? \r\n 0: Non \r\n 1: Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (455,'opac','autres_lectures_tri','rand()','Tri des autres lectures proposées : \n rand(): aléatoire \n tit: par Titre','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (456,'opac','autres_lectures_nb_mini_emprunts','1','Nombre minimum d\'emprunts pour être comptabilisés \r\n 1: un seul emprunt suffit pour proposer la notice comme lecture associée \r\n N: N emprunts minimum nécessaires ','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (457,'opac','autres_lectures_nb_maxi','5','Nombre maximum de lectures associées proposées','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (458,'opac','autres_lectures_nb_jours_maxi','0','Délai en jours au delà duquel les emprunts ne sont pas comptabilisés, 0 pour illimité','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (459,'opac','empr_hist_nb_max','0','Nombre maximum de prêts précédents à afficher, 0 pour illimité','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (460,'opac','empr_hist_nb_jour_max','0','Délai en jours au delà duquel les prêts précédents ne sont pas affichés, 0 pour illimité','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (461,'opac','allow_tags_search_min_occ','1','Nombre mini d\'occurence d\'un tag pour être affiché, 1 pour tous','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (462,'pmb','etat_collections_localise','0','L\'état des collections est-il localisé ? \n 0 : non \n 1 : oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (463,'pmb','clean_nb_elements','100','Nombre d\'éléments traités par passe en nettoyage de base','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (464,'pmb','rfid_activate','0','Enregistrements des prêts par platine RFID ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (465,'opac','bull_results_per_page','12','Nombre de bulletins affichés par page dans l\'affichage d\'un périodique','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (466,'pmb','rfid_serveur_url','','URL du serveur de webservices RFID','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (467,'opac','authorized_information_pages','','Pages \"includable\" dans la page de l\'opac ./index.php?lvl=information&askedpage= : \r\n Mettre les noms des fichiers séparés par une virgule','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (468,'pmb','notice_controle_doublons','0','Contrôle sur les doublons en saisie de la notice \n 0: Pas de contrôle sur les doublons, \n 1,tit1,tit2, ... : Recherche par méthode _exacte_ de doublons sur des champs, défini dans le fichier notice.xml \n 2,tit1,tit2, ... : Recherche par _similitude_ ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (469,'opac','title_ponderation','0.5','Majoration de la pondération des mots du titre \n mettre 0 (zero) pour interdire la majoration \n ATTENTION utiliser le point décimal ','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (470,'pmb','title_ponderation','0.5','Majoration de la pondération des mots du titre \n mettre 0 (zero) pour interdire la majoration \n ATTENTION utiliser le point décimal ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (471,'pmb','param_etiq_codes_barres','','Paramètres de sauvegarde des paramètres d\'édition d\'étiquettes codes-barres','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (472,'pmb','javascript_office_editor','','Code HTML à insérer pour remplacer les textarea par un éditeur Office javascript','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (473,'opac','biblio_post_adress','','Bloc d\'information après le bloc adresse, dans la feuille de style, voir id post_adress\r\n\r\n<!--<ul id=\"menuDeroulant\">\r\n<li>\r\n<a href=\"./index.php?search_type_asked=simple_search\"><font size=2>Recherche avancée</font></a>\r\n</li>\r\n</ul>-->','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (474,'opac','allow_external_search','1','Autorisation ou non de la recherche par connecteurs externes dans l\'OPAC \r\n 0 : Non \r\n 1 : Oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (475,'pmb','nb_noti_calc_empty_words','50','Un mot sera considéré comme vide s\'il apparaît dans un nombre de notices minimum. Saisir le pourcentage par rapport au nombre de notices total.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (476,'opac','fonction_affichage_liste_bull','affichage_liste_bulletins_tableau','Fonction d\'affichage de la liste des bulletins d\'un périodique\nValeurs possibles:\naffichage_liste_bulletins_normale (Si paramètre vide)\naffichage_liste_bulletins_tableau\naffichage_liste_bulletins_depliable','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (479,'dsi','bannette_notices_order','index_serie, tnvol, index_sew','Ordre des notices au sein de la bannette: \r\n index_serie, tnvol, index_sew : par titre \r\n create_date desc : par date de saisie décroissante \r\n rand() : aléatoire','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (480,'opac','websubscribe_show','0','Afficher la possibilité de s\'inscrire en ligne ?\n0: Non\n1: Oui\n2: Oui + proposition s\'incription sur les réservations/abonnements','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (481,'opac','websubscribe_empr_status','2,1','Id des statuts des inscrits séparés par une virgule: en attente de validation, validés','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (482,'opac','websubscribe_empr_categ','0','Id de la catégorie des inscrits par le web non adhérents complets','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (483,'opac','websubscribe_empr_stat','0','Id du code statistique des inscrits par le web non adhérents complets','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (484,'opac','websubscribe_valid_limit','24','Durée maximum des inscriptions en attente de validation','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (485,'pmb','mail_html_format','1','Format d\'envoi des mails à partir de l\'opac: \n 0: Texte brut\n 1: HTML \n 2: HTML, images incluses\nAttention, ne fonctionne qu\'en mode d\'envoi smtp !','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (486,'opac','mail_html_format','1','Format d\'envoi des mails à partir de l\'opac: \n 0: Texte brut\n 1: HTML \n 2: HTML, images incluses\nAttention, ne fonctionne qu\'en mode d\'envoi smtp !','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (487,'opac','websubscribe_empr_location','0','Id de la localisation des inscrits par le web non adhérents complets','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (488,'opac','allow_bannette_export','0','Possibilité pour les lecteurs de recevoir les notices de leurs bannettes privées en pièce jointe au mail ?\n 0: Non \n 1: Oui','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (489,'opac','expl_data','expl_cb,expl_cote,tdoc_libelle,location_libelle,section_libelle','Colonne des exemplaires, dans l\'ordre donné, séparé par des virgules : expl_cb,expl_cote,tdoc_libelle,location_libelle,section_libelle','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (490,'opac','expl_order','location_libelle,section_libelle,expl_cote,tdoc_libelle','Ordre d\'affichage des exemplaires, dans l\'ordre donné, séparé par des virgules : location_libelle,section_libelle,expl_cote,tdoc_libelle','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (491,'opac','curl_available','1','La librairie cURL est-elle disponible pour les interrogations RSS notamment ? \n 0: Non \n 1: Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (492,'pmb','curl_available','1','La librairie cURL est-elle disponible pour les interrogations RSS notamment ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (493,'opac','thesaurus_defaut','1','Identifiant du thésaurus par défaut.','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (494,'opac','recherches_pliables','3','Les cases à cocher de la recherche simple sont-elles pliées ? \r\n 0: Non \r\n 1: Oui et pliée par défaut \r\n 2: Oui et dépliée par défaut \r\n 3: invisibles','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (495,'pmb','rfid_ip_port','192.168.0.10,SerialPort=10;','Association ip du poste de prêt et Numéro du port utilisé par le serveur RFID. Ex: 192.168.0.10,SerialPort=10; IpPosteClient,SerialPort=NumPortPlatine; séparé par des points-virgules pour désigner tous les postes','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (496,'pmb','pret_timeout_temp','15','Temps en minutes, après lequel un prêt temporaire est effacé','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (497,'opac','permalink','1','Afficher l\'Id de la notice avec un lien permanent ? \r\n 0: Non \r\n 1: Oui','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (498,'pdflettreretard','3after_recouvrement','Sans nouvelles de votre part dans les sept jours, nous nous verrons contraints de déléguer au Trésor Public le recouvrement des ouvrages ci-dessus.','Texte apparaissant après la liste des ouvrages en recouvrement s\'il n\'y a pas d\'autres ouvrages en niveau 1 et 2','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (499,'pdflettreretard','impression_tri','empr_cp,empr_ville,empr_nom,empr_prenom','Tri pour l\'impression des lettres de relances ? Les champs sont ceux de la table empr séparés par des virgules. Exemple: empr_nom, empr_prenom','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (500,'pmb','pret_date_retour_adhesion_depassee','0','La date de retour peut-elle dépasser la date de fin d\'adhésion ? \n 0: Non: la date de retour sera calculée pour ne pas dépasser la date de fin d\'adhésion. \n 1: Oui, la date de retour du prêt sera indépendante de date de fin d\'adhésion.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (501,'opac','extended_search_auto','1','En recherche multicritères, la sélection d\'un champ ajoute celui-ci automatiquement sans avoir besoin de cliquer sur le bouton Ajouter ? \n 0: Non \n 1: Oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (502,'pmb','extended_search_auto','1','En recherche multicritères, la sélection d\'un champ ajoute celui-ci automatiquement sans avoir besoin de cliquer sur le bouton Ajouter ? \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (503,'thesaurus','categories_affichage_ordre','0','Paramétrage de l\'ordre d\'affichage des catégories d\'une notice.\nPar ordre alphabétique: 0(par défaut)\nPar ordre de saisie: 1','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (504,'opac','categories_affichage_ordre','0','Paramétrage de l\'ordre d\'affichage des catégories d\'une notice.\nPar ordre alphabétique: 0(par défaut)\nPar ordre de saisie: 1','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (505,'pmb','rfid_driver','','Driver du pilote RFID : le nom du répertoire contenant les javascripts propre au matériel en place.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (506,'pmb','allow_external_search','1','Autorisation ou non de la recherche par connecteurs externes (masque également le menu Administration-Connecteurs) \r\n 0 : Non \r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (507,'pmb','scan_pmbws_client_url','','URL de l\'interface de numérisation (client du webservice)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (508,'pmb','scan_pmbws_url','','URL du webservice de pilotage du scanner','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (509,'opac','biblio_main_header','<link href=\'http://fonts.googleapis.com/css?family=Dosis:400,500\' rel=\'stylesheet\' type=\'text/css\'>','Texte pouvant apparaitre dans le bloc principal, au dessus de tous les autres, nécessaire pour certaines mises en page particulières.','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (510,'opac','sugg_localises','0','Activer la localisation des suggestions des lecteurs ? \n 0: Pas de localisation possible.\n 1: Localisation au choix du lecteur.\n 2: Localisation restreinte à la localisation du lecteur.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (511,'acquisition','sugg_localises','0','Activer la localisation des suggestions ? \n 0: Pas de localisation possible. \n 1: Localisation activée.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (512,'opac','categories_nav_max_display','200','Limiter l\'affichage des catégories en navigation dans les sous-catégories. 0: Pas de limitation. >0: Nombre max de catégories à afficher','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (513,'pmb','pret_aff_limitation','0','Activer la limitation de l\'affichage de la liste des prêts dans la fiche lecteur ? \n 0: Inactif. \n 1: Limitation activée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (514,'pmb','pret_aff_nombre','10','Nombre de prêts à afficher si le paramètre pret_aff_limitation est actif. \n 0: tout voir, illimité. \n ## Nombre de prêts à afficher sur la première page','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (515,'pmb','printer_ticket_url','','Permet d\'utiliser une imprimante de ticket, connectée en local sur le poste de prêt client. Vide : pas d\'imprimante. Url (http://localhost/printer/bixolon_srp350.php ) : imprimante active.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (516,'pmb','transferts_actif','0','Active le systeme de transferts d\'exemplaires entre sites\n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (517,'transferts','statut_validation','0','id du statut dans lequel seront placés les documents dont le transfert est validé','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (518,'transferts','statut_transferts','0','id du statut dans lequel seront placés les documents en cours de transit','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (519,'transferts','validation_actif','1','Active la validation des transferts\n 0: Non \n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (520,'transferts','nb_jours_pret_defaut','30','Nombre de jours de pret par defaut','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (521,'transferts','nb_jours_alerte','7','Nombre de jours avant la fin du pret ou l\'alerte s\'affiche','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (522,'transferts','transfert_transfere_actif','0','Autorise le transfert d\'exemplaire deja transferer','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (523,'transferts','tableau_nb_lignes','10','Nombre de transferts affichés dans les tableaux','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (524,'transferts','envoi_lot','0','traitement par lot possible en envoi','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (525,'transferts','reception_lot','0','traitement par lot possible en reception','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (526,'transferts','retour_lot','0','traitement par lot possible en retour','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (527,'transferts','retour_origine','0','Force le retour de l\'exemplaire dans son lieu d\'origine\n 0: Non \n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (528,'transferts','retour_origine_force','1','Permet de forcer le retour de l\'exemplaire\n 0: Non \n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (529,'transferts','retour_action_defaut','1','Action par defaut lors du retour d\'un emprunt\n 0: change localisation \n 1: genere transfert','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (530,'transferts','retour_action_autorise_autre','1','Autorise une autre action lors du retour de l\'exemplaire\n 0: Non\n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (531,'transferts','retour_change_localisation','1','Sauvegarde de la localisation lors du changement\n 0: Non \n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (532,'transferts','retour_etat_transfert','1','Etat du transfert lors de sa generation auto\n 0: creer \n 1: envoyer','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (533,'transferts','retour_motif_transfert','Transfert suite au retour de l\'exemplaire sur notre site','Motif du transfert lors de sa generation auto','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (534,'transferts','choix_lieu_opac','0','0 pour pas de choix et obligatoirement dans la localisation ou est enregistré l\'utilisateur, 1 pour n\'importe quelle localisation au choix, 2 pour un lieu fixe précisé, 3 pour le lieu de l\'exemplaire','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (535,'transferts','site_fixe','1','id du site pour le retrait des livres si choix_lieu_opac=2','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (536,'transferts','resa_motif_transfert','Transfert suite à une réservation','Motif du transfert lors de sa generation auto pour une réservation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (537,'transferts','resa_etat_transfert','1','Etat du transfert lors de sa generation auto\n 0: creer \n 1: envoyer','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (538,'pmb','recherche_ajax_mode','1','Affichage accéléré des résultats de recherche: \"réduit\" uniquement, la suite est chargée lors du click sur le \"+\". \n 0: Inactif \n 1: Actif','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (539,'pmb','expl_title_display_format','expl_location,expl_section,expl_cote,expl_cb','Format d\'affichage du titre de l\'exemplaire en recherche multi-critères d\'exemplaires. Les libellés des champs correspondent aux champs de la table exemplaires, ou aux id de champs personnalisés. Séparés par une virgule. Les champs disposant d\'un libellé seront remplacés par le libellé correspondant. Exemple: expl_location,expl_section,expl_cote,expl_cb','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (540,'opac','empr_code_info','','Code HTML affiché au dessus des boutons dans la fiche emprunteur.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (541,'opac','term_search_height_bottom','120','Hauteur de la partie supérieure de la frame de recherche par termes (en px)','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (542,'pmb','rfid_library_code','','Code numérique d\'identification de la bibliothèque propriétaire des exemplaires (10 caractères)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (543,'opac','show_infopages_id','','Id des infopages à afficher sous la recherche simple, séparées par des virgules.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (544,'thesaurus','auto_postage_montant','0','Activer la recherche des notices des catégories mères ? \n 0 non, \n 1 oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (545,'thesaurus','auto_postage_descendant','0','Activer la recherche des notices des catégories filles. \n 0 non, \n 1 oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (546,'thesaurus','auto_postage_nb_descendant','0','Nombre de niveaux de recherche de notices dans les catégories filles. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (547,'thesaurus','auto_postage_nb_montant','0','Nombre de niveaux de recherche de notices dans les catégories mères. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (548,'thesaurus','auto_postage_etendre_recherche','0','Proposer la possibilité d\'étendre la recherche dans les catégories mères ou filles. \n 0: non, \n 1: Exclusivement dans les catégories filles, \n 2: Etendre dans les catégories mères et filles, \n 3: Exclusivement dans les catégories mères. ','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (549,'opac','auto_postage_montant','0','Activer la recherche des notices des catégories mères. \n 0 non, \n 1 oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (550,'opac','auto_postage_descendant','0','Activer la recherche des notices des catégories filles. \n 0 non, \n 1 oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (551,'opac','auto_postage_nb_descendant','0','Nombre de niveaux de recherche de notices dans les catégories filles. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (552,'opac','auto_postage_nb_montant','0','Nombre de niveaux de recherche de notices dans les catégories mères. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (553,'opac','auto_postage_etendre_recherche','0','Proposer la possibilité d\'étendre la recherche dans les catégories mères ou filles. \n 0: non, \n 1: Exclusivement dans les catégories filles, \n 2: Etendre dans les catégories mères et filles, \n 3: Exclusivement dans les catégories mères. ','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (554,'gestion_acces','active','0','Module gestion des droits d\'accès activé ?\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (555,'gestion_acces','user_notice','0','Gestion des droits d\'accès des utilisateurs aux notices \r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (556,'pmb','abt_end_delay','30','Délais d\'alerte d\'avertissement des abonnements arrivant à échéance (en jours)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (557,'pmb','set_time_limit','1200','max_execution_time de certaines opérations (export d\'actions personnalisées, envoi DSI, export, etc.) \nAttention, peut être sans effet si l\'hébergement ne l\'autorise pas (free.fr par exemple)\n 0 : illimité (déconseillé) \n ###: ### secondes','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (558,'pmb','expl_list_display_comments','3','Afficher les commentaires des exemplaires en liste d\'exemplaires : \r\n 0 : non \r\n 1 : commentaire bloquant \r\n 2 : commentaire non bloquant \r\n 3 : les deux commentaires','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (559,'pmb','confirm_delete_from_caddie','2','Action à réaliser lors de la suppression d\'une notice située dans un panier. \r\n0 : Interdire \r\n1 : Supprimer sans confirmation \r\n2 : Demander une confirmation de suppression ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (560,'opac','flux_rss_notices_order','index_serie, tnvol, index_sew ','Ordre d\'affichage des notices dans les flux sortants dans l\'opac \r\n index_serie, tnvol, index_sew : tri par titre de série et titre \r\n rand() : aléatoire \r\n notice_id desc par ordre décroissant de création de notice','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (561,'opac','modules_search_titre_uniforme','0','Recherche simple dans les titres uniformes :\r\n 0 : interdite\r\n 1 : autorisée\r\n 2 : autorisée et validée par défaut\r\n -1 : également interdite en recherche multi-critères','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (562,'opac','congres_affichage_mode','0','Mode d\'affichage des congrès: \n 0 : Comme pour les auteurs, \n 1 : ajout d\'un navigateur de congrès','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (563,'opac','show_suggest_notice','0','Afficher le lien de proposition de suggestion sur une notice existante.\n 0 : Non.\n 1 : Oui, avec authentification.\n 2 : Oui, sans authentification.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (564,'pmb','explnum_statut','0','Utiliser un statut sur les documents numériques \n 0: non \n 1: oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (565,'opac','show_empty_items_block','1','Afficher le bloc exemplaires même si aucun exemplaire sur la notice ? : \n 0 : Non, \n 1 : Oui','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (566,'pmb','printer_ticket_script','','Script permettant de personaliser l\'impression du ticket de prêt. Le répertoire du script est à paramétrer à partir de la racine de PMB.\nSi vide PMB utilise ./circ/ticket-pret.inc.php','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (567,'opac','curl_proxy','','Paramétrage de proxy de cURL, vide si aucun proxy, sinon\nhost,port,user,password;2nd_host et ainsi de suite','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (568,'pmb','curl_proxy','','Paramétrage de proxy de cURL, vide si aucun proxy, sinon\nhost,port,user,password;2nd_host et ainsi de suite','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (569,'pmb','latest_order','notice_id desc','Tri des dernières notices ? \n notice_id desc : par id de notice décroissant: idéal mais peut être problématique après une migration ou un import \n create_date desc: par la colonne date de création.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (570,'opac','password_forgotten_show','1','Afficher le lien \"Mot de passe oublié ?\" \n 0: Non \n 1: Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (571,'opac','aff_expl_localises','0','Activer l\'affichage des exemplaires localisés par onglet.\n 0 : désactivé \n 1: premier onglet affiche les exemplaires de la localisation du lecteur, le deuxieme affiche tous les exemplaires','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (572,'gestion_acces','empr_notice','0','Gestion des droits d\'accès des emprunteurs aux notices \r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (573,'opac','show_infopages_id_top','','Id des infopages à afficher SUR la recherche simple, séparées par des virgules.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (574,'opac','show_search_title','0','Afficher le titre du bloc de recherche : \n 0 : Non, \n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (575,'opac','allow_personal_search','0','Activer l\'affichage de l\'onglet des recherches personalisées \n 0 : Non.\n 1 : Oui.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (576,'ldap','opac_only','0','Ne pas utiliser l\'authentification LDAP en gestion: \n 0: Non \n 1 : Oui, en OPAC uniquement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (577,'pmb','multi_search_operator','or','Type d\'opérateur de recherche pour les listes avec plusieurs valeurs: \n or : pour le OU \n and : pour le ET','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (578,'opac','multi_search_operator','or','Type d\'opérateur de recherche pour les listes avec plusieurs valeurs: \n or : pour le OU \n and : pour le ET','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (579,'transferts','pret_statut_transfert','0','Autoriser le prêt lorsque l\'exemplaire est en transfert','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (580,'exportparam','generer_liens','0','Générer les liens entre les notices pour l\'export','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (581,'exportparam','export_mere','0','Exporter les notices liées mères','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (582,'exportparam','export_fille','0','Exporter les notices liées filles','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (583,'exportparam','export_bull_link','1','Exporter les liens vers les bulletins pour les notices d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (584,'exportparam','export_perio_link','1','Exporter les liens vers les périodiques pour les notices d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (585,'exportparam','export_art_link','1','Exporter les liens vers les articles pour les notices de périodique','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (586,'exportparam','export_bulletinage','0','Générer le bulletinage pour les notices de périodiques','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (587,'exportparam','export_notice_perio_link','0','Exporter les notices liées de périodique','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (588,'exportparam','export_notice_art_link','0','Exporter les notices liées d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (589,'exportparam','export_notice_mere_link','0','Exporter les notices mères liées','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (590,'exportparam','export_notice_fille_link','0','Exporter les notices filles liées','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (591,'opac','exp_generer_liens','0','Générer les liens entre les notices pour l\'export','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (592,'opac','exp_export_mere','0','Exporter les notices liées mères','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (593,'opac','exp_export_fille','0','Exporter les notices liées filles','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (594,'opac','exp_export_bull_link','1','Exporter les liens vers les bulletins pour les notices d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (595,'opac','exp_export_perio_link','1','Exporter les liens vers les périodiques pour les notices d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (596,'opac','exp_export_art_link','1','Exporter les liens vers les articles pour les notices de périodique','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (597,'opac','exp_export_bulletinage','0','Générer le bulletinage pour les notices de périodiques','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (598,'opac','exp_export_notice_perio_link','0','Exporter les notices liées de périodique','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (599,'opac','exp_export_notice_art_link','0','Exporter les notices liées d\'article','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (600,'opac','exp_export_notice_mere_link','0','Exporter les notices mères liées','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (601,'opac','exp_export_notice_fille_link','0','Exporter les notices filles liées','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (602,'pmb','perio_vidage_log','1','Périodicité de transfert des données depuis la table temporaire des logs vers la table de stockage (en jours).','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (603,'pmb','perio_vidage_stat','2,3','Périodicité de vidage de la table de stockage (mode,jour) : \r\n0 : ne rien faire\r\n1,x : vider tous les x jours\r\n2,x : vider tous ce qui à plus de x jours','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (604,'pmb','logs_activate','0','Activer les statistiques pour l\'OPAC: \n 0 : non activé \n 1 : activé','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (605,'opac','shared_lists','1','Activer les listes de lecture partagées \r\n 0 : non activées \r\n 1 : activées','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (606,'pmb','indexation_docnum','1','Activer l\'indexation des documents numériques \r\n 0 : non activée \r\n 1 : activée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (607,'pmb','indexation_docnum_allfields','0','Activer par défaut la recherche dans les documents numériques pour la recherche \"Tous les champs\" \n 0 : non activée \n 1 : activée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (608,'opac','indexation_docnum_allfields','0','Activer par défaut la recherche dans les documents numériques pour la recherche \"Tous les champs\" \n 0 : non activée \n 1 : activée','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (609,'opac','modules_search_docnum','0','Recherche simple dans les documents numériques \r\n 0 : interdite \r\n 1 : autorisée \r\n 2 : autorisée et validée par défault','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (610,'pmb','location_reservation','0','Utiliser la gestion de la réservation localisée?\n 0: Non\n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (611,'pmb','extension_tab','0','Afficher l\'onglet Extension ? \n 0 : Non \n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (612,'pmb','indexation_docnum_default','0','Indexer le document numérique par défaut ? \n 0 : Non \n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (613,'opac','shared_lists_readonly','1','Listes de lecture partagées en lecture seule \r\n 0 : non activées \r\n 1 : activées','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (614,'opac','connexion_phrase','','Phrase permettant l\'encodage de la connexion automatique à partir d\'un mail','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (615,'pmb','afficher_numero_lecteur_lettres','0','Afficher le numéro et le mail du lecteur sous l\'adresse dans les différentes lettres','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (616,'pmb','lettres_bloc_adresse_position_absolue','0 100 40','Place le bloc d\'adresse selon des coordonnées absolues.\nactivé x y\nactivé : activer cette fonction (valeurs: 0/1)\nx : Position horizontale\ny : Position verticale','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (617,'pmb','external_service_search_cache','3600','Durée de vie des recherches dans le cache, pour les services externes, en secondes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (618,'pmb','external_service_session_duration','600','Durée de vie des sessions pour les services externes, en secondes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (619,'opac','allow_multiple_sugg','0','Autoriser les suggestions multiples.\r\n0: non\r\n1: oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (620,'dsi','bannette_notices_template','0','Id du template de notice utilisé par défaut en diffusion de bannettes. Si vide ou à 0, le template classique est utilisé.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (621,'demandes','active','0','Module demandes activé.\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (622,'demandes','statut_notice','0','Id du statut de notice pour la notice de demandes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (623,'opac','demandes_active','0','Activer les demandes pour l\'OPAC.\n 0 : Non.\n 1 : Oui.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (624,'pmb','use_uniform_title','1','Utiliser les titres uniformes ? \r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (625,'opac','print_expl_default','0','En impression de panier, imprimer les exemplaires est coché par défaut \n 0 : Non \n 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (626,'demandes','include_note','0','Inclure automatiquement les notes dans le rapport documentaire.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (627,'opac','ie_reload_on_resize','0','Recharger la page si l\'utilisateur redimensionne son navigateur (pb de CSS avec IE) ? \n 0: Non \n 1: Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (628,'pmb','expl_show_dates','1','Afficher les dates des exemplaires ? \r\n 0 : Aucune date.\r\n 1 : Date de création et modification.\r\n 2 : Date de dépôt et retour (BDP).\r\n 3 : Date de création, modification, dépôt et retour.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (629,'gestion_acces','user_notice_def','0','Valeur par défaut en modification de notice pour les droits d\'accès utilisateurs - notices \n 0 : Recalculer.\n 1 : Choisir.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (630,'gestion_acces','empr_notice_def','0','Valeur par défaut en modification de notice pour les droits d\'accès emprunteurs - notices \n 0 : Recalculer.\n 1 : Choisir.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (631,'opac','show_exemplaires_analysis','1','Afficher les exemplaires du bulletin sous l\'article affiché ? \r\n 0: Non \r\n 1: Oui','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (632,'pmb','show_notice_id','1','Afficher l\'identifiant de la notice dans le descriptif ? \r\n 0 : Non.\r\n 1 : Oui. \r\n 1,X : Oui avec préfixe X','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (633,'opac','section_notices_order',' index_serie, tnvol, index_sew ','Ordre d\'affichage des notices dans les sections dans l\'opac \n index_serie, tnvol, index_sew : tri par titre de série et titre ','k_section',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (634,'opac','show_onglet_help','0','Afficher l\'onglet HELP avec les onglets de recherche affichant l\'infopage et un lien vers l\'infopage dans la barre de navigation \n 0 : Non.\n ## : id de l\'infopage. \n','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (635,'opac','navig_empr','0','Afficher l\'onglet \"Votre compte\" dans la barre de navigation de l\'Opac ? \n 0 : Non \n 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (831,'pmb','synchro_rdf','0','Activer la synchronisation rdf\n 0 : non \n 1 : oui (l\'activation de ce paramètre nécessite une ré-indexation)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (637,'pmb','prefill_cote_ajax','','Script personnalisé de construction de la cote de l\'exemplaire en ajax','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (638,'pmb','hide_biblioinfo_letter','0','Masquer les informations de localisation dans l\'entête des lettres (pour les bibliothèques possédant du papier à entête)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (639,'pmb','lettres_code_mail_position_absolue','0 100 6','Placer le code lecteur et le mail selon des coordonnées absolues.\n activé x y \n activé : activer cette fonction (valeurs: 0/1) \n x : Position horizontale \n y : Position verticale','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (640,'opac','adhesion_expired_status','0','Id du statut permettant de restreindre les droits des emprunteurs dont l\'abonnement est dépassé. \n\rPMB fera un AND logique avec les droits d\'origine.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (641,'pmb','resa_retour_action_defaut','0','Définit l\'action par défaut à effectuer lors d\'un retour si le document est réservé.\n0, A traiter plus tard.\n1, Valider la réservation.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (642,'pmb','notice_fille_format','0','Affichage des notices filles \n 0: avec leurs détails (notice dépliable avec un plus) \n 1: Juste l\'entête','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (643,'pmb','hide_retdoc_loc_error','0','Gestion du retour de prêt d\'un document issu d\'une autre localisation:\n 0 : Rendu, sans message d\'erreur\n 1 : Non rendu, avec message d\'erreur\n 2 : Rendu, avec message d\'erreur','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (644,'pmb','selfservice_allow','0','Activer de la gestion de la borne de prêt?\n0 : Non. \n1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (645,'selfservice','loc_autre_todo','0','Action à effectuer si le document est issu d\'une autre localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (646,'selfservice','loc_autre_todo_msg','','Message si le document est réservé sur une autre localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (647,'selfservice','resa_ici_todo','0','Action à effectuer si le document est réservé sur cette localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (648,'selfservice','resa_ici_todo_msg','','Message si le document est réservé sur cette localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (649,'selfservice','resa_loc_todo','0','Action à effectuer si le document est réservé sur une autre localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (650,'selfservice','resa_loc_todo_msg','','Message si le document est réservé sur une autre localisation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (651,'selfservice','retour_retard_msg','','Message si le document est rendu en retard','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (652,'selfservice','retour_blocage_msg','','Message si le document est rendu en retard avec blocage','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (653,'selfservice','retour_amende_msg','','Message si le document est rendu en retard avec amende','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (654,'selfservice','pret_carte_invalide_msg','Votre carte n\'est pas valide !','Message borne de prêt: Votre carte n\'est pas valide !','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (655,'selfservice','pret_pret_interdit_msg','Vous n\'êtes pas autorisé à emprunter !','Message borne de prêt: Vous n\'êtes pas autorisé à emprunter !','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (656,'selfservice','pret_deja_prete_msg','Document déjà prêté ! allez le signaler !','Message borne de prêt: Document déjà prêté ! allez le signaler !','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (657,'selfservice','pret_deja_reserve_msg','Vous ne pouvez pas emprunter ce document','Message borne de prêt: Vous ne pouvez pas emprunter ce document','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (658,'selfservice','pret_quota_bloc_msg','Vous ne pouvez pas emprunter ce document','Message borne de prêt: Vous ne pouvez pas emprunter ce document','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (659,'selfservice','pret_non_pretable_msg','Ce document n\'est pas prêtable','Message borne de prêt: Ce document n\'est pas prêtable','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (660,'selfservice','pret_expl_inconnu_msg','Ce document est inconnu','Message borne de prêt: Ce document est inconnu','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (661,'selfservice','pret_prolonge_non_msg','Le prêt ne peut être prolongé','Message borne de prêt: Le prêt ne peut être prolongé','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (663,'opac','photo_filtre_mimetype','\'application/pdf\',\'image/png\',\'image/x-png\',\'image/jpg\',\'image/jpeg\',\'application/msword\',\'application/vnd.ms-excel\',\'application/ms-excel\',\'application/x-msexcel\',\'application/vnd.ms-powerpoint\',\'application/ms-powerpoint\',\'application/mspowerpoint\',\'application/openoffice\',\'URL\',\'application/epub+zip\'','Liste des mimetypes utilisés pour l\'affichage des résultats en mode photothèque séparés par une virgule et entre cotes (ex:\'application/pdf\',\'image/png\')','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (664,'empr','sms_activation','0,0,0,0','Activation de l\'envoi de sms. : relance 1,relance 2,relance 3,resa\n\n 0: Inactif\n 1: Actif','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (665,'empr','sms_config','','Paramétrage de l\'envoi de sms. \nUsage:\n class_name=nom_de_la_classe;param_connection;\nExemple:\n class_name=smstrend;login=xxxx@sigb.net;password=xxxx;tpoa=xxxx;','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (666,'empr','sms_msg_resa_dispo','Bonjour,\nUn document réservé est disponible.\nConsultez votre compte!','Texte du sms envoyé lors de la validation d\'une réservation','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (667,'empr','sms_msg_resa_suppr','Bonjour,\nUne réservation est supprimée.\nConsultez votre compte!','Texte du sms envoyé lors de la suppression d\'une réservation','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (668,'empr','sms_msg_retard','Bonjour,\nVous avez un ou plusieurs document(s) en retard.\nConsultez votre compte!','Texte du sms envoyé lors d\'un retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (669,'pmb','procedure_server_address','','Adresse du serveur de procédures distantes.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (670,'pmb','procedure_server_credentials','','Authentification sur le serveur de procédures distantes.\n1ère ligne: email\n2ème ligne: mot de passe.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (671,'pmb','rfid_pret_mode','0','Mode de fonctionnement du prêt:\n 0: Un document retiré de la platine est retiré du prêt.\n 1: Un document retiré de la platine est conservé pour faciliter le prêt de nombreux documents. ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (672,'internal','emptylogstatopac','0','Paramètre interne, ne pas modifier\r\n =1 si vidage des logs en cours','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (673,'fiches','active','0','Module \'fiches\' activé.\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (674,'opac','visionneuse_allow','1','Visionneuse activée.\r\n 0 : Non.\r\n 1 : Oui.','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (675,'opac','visionneuse_params','a:16:{s:15:"application/pdf";s:7:"flexpdf";s:18:"application/msword";s:7:"flexpdf";s:24:"application/vnd.ms-excel";s:7:"flexpdf";s:20:"application/ms-excel";s:7:"flexpdf";s:21:"application/x-msexcel";s:7:"flexpdf";s:29:"application/vnd.ms-powerpoint";s:7:"flexpdf";s:25:"application/ms-powerpoint";s:7:"flexpdf";s:24:"application/mspowerpoint";s:7:"flexpdf";s:22:"application/openoffice";s:7:"flexpdf";s:20:"application/epub+zip";s:4:"epub";s:9:"image/png";s:6:"images";s:11:"image/x-png";s:6:"images";s:9:"image/jpg";s:6:"images";s:10:"image/jpeg";s:6:"images";s:9:"image/gif";s:6:"images";s:10:"audio/mpeg";s:5:"audio";}','tableau de correspondance mimetype=>class','m_photo',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (676,'opac','allow_self_checkout','0','Proposer de faire du prêt autonome dans l\'OPAC.\n 0 : Non.\n 1 : Autorise le prêt de document.\n 2 : Autorise le retour de document.\n 3 : Autorise le prêt et le retour de document.\n','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (677,'opac','self_checkout_url_connector','','URL du connecteur en gestion permettant d\'effectuer le prêt autonome.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (678,'finance','recouvrement_lecteur_statut','0','Mémorise le statut que prennent les lecteurs lors du passage en recouvrememnt','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (679,'thesaurus','auto_postage_search','0','Activer l\'indexation des catégories mères et filles pour la recherche de notices. \n 0 non, \n 1 oui','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (680,'thesaurus','auto_postage_search_nb_descendant','0','Nombre de niveaux de recherche de notices dans les catégories filles. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (681,'thesaurus','auto_postage_search_nb_montant','0','Nombre de niveaux de recherche de notices dans les catégories mères. \n *: illimité, \n n: nombre de niveaux','i_categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (682,'opac','show_bulletin_nav','1','Affichage d\'un navigateur dans les bulletins d\'un périodique. \r\n 0 non \r\n 1 oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (683,'pmb','play_pret_sound','1','Jouer l\'alerte sonore si le prêt et le retour se passe sans erreur ? \n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (684,'pmb','catalog_verif_js','','Script de vérification de saisie de notice','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (685,'opac','default_style_addon','','Ajout de styles CSS aux feuilles déjà incluses ?\r\n Ne mettre que le code CSS, exemple: body {background-color: #FF0000;}','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (686,'pmb','rfid_gates_server_url','','URL du serveur des portiques RFID','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (687,'pmb','perso_sep','/','Séparateur des valeurs de champ perso, espace ou ; ou , ou ...','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (688,'pmb','search_full_text','0','Utiliser un index MySQL FULLTEXT pour la recherche sur les documents numériques \n 0: Non \n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (689,'opac','parse_html','1','Activer le parse HTML des pages OPAC \r\n 0: Non \r\n 1: Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (690,'opac','notice_enrichment','1','Activer l\'enrichissement des notices\r\n 0: Non \r\n 1: Oui','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (691,'opac','show_social_network','1','Activer les partages sur les réseaux sociaux \r\n 0: Non \r\n 1: Oui','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (692,'pmb','opac_view_activate','0','Activer les vues OPAC :\n 0 : non activé\n 1 : activé avec gestion classique\n 2 : activé avec gestion avancée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (693,'opac','opac_view_activate','0','Activer les vues OPAC:\r\n 0 : non activé \r\n 1 : activé','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (694,'pmb','sur_location_activate','0','Activer les sur-localisations:\n 0 : non activé \n 1 : activé','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (695,'opac','sur_location_activate','0','Activer les sur-localisations:\n 0 : non activé \n 1 : activé','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (696,'pmb','opac_view_class','','Nom de la classe substituant la class opac_view pour la personnalisation de la gestion des vues Opac','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (697,'opac','faviconurl','styles/zen/images/favico.ico','URL du favicon, si vide favicon=celui de PMB','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (698,'opac','allow_affiliate_search','0','Activer les recherches affiliées en OPAC:\r\n 0 : non \r\n 1 : oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (699,'acquisition','pdfrel_format_page','210x297','Largeur x Hauteur de la page en mm','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (700,'acquisition','pdfrel_orient_page','P','Orientation de la page: P=Portrait, L=Paysage','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (701,'acquisition','pdfrel_marges_page','10,20,10,10','Marges de page en mm : Haut,Bas,Droite,Gauche','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (702,'acquisition','pdfrel_pos_logo','10,10,20,20','Position du logo: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (703,'acquisition','pdfrel_pos_raison','35,10,100,10,16','Position Raison sociale: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (704,'acquisition','pdfrel_pos_date','170,10,0,6,8','Position Date: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (705,'acquisition','pdfrel_pos_adr_rel','10,35,60,5,10','Position Adresse de relance: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (706,'acquisition','pdfrel_pos_adr_fou','100,55,100,6,14','Position Adresse fournisseur: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (707,'acquisition','pdfrel_pos_num_cli','10,80,0,10,16','Position numéro de client: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (708,'acquisition','pdfrel_pos_num','10,0,10,16','Position numéro de commande/devis: Distance par rapport au bord gauche de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (709,'acquisition','pdfrel_text_size','10','Taille de la police texte','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (710,'acquisition','pdfrel_pos_titre','10,90,100,10,16','Position titre: Distance par rapport au bord gauche de la page,Distance par rapport au haut de la page,Largeur,Hauteur,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (711,'acquisition','pdfrel_text_before','','Texte avant le tableau de relances','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (712,'acquisition','pdfrel_text_after','','Texte après le tableau de relances','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (713,'acquisition','pdfrel_tab_rel','5,10','Tableau de relances: Hauteur ligne,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (714,'acquisition','pdfrel_pos_footer','15,8','Position bas de page: Distance par rapport au bas de page, Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (715,'acquisition','pdfrel_pos_sign','10,60,5,10','Position signature: Distance par rapport au bord gauche de la page, Largeur, Hauteur ligne,Taille police','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (716,'acquisition','pdfrel_text_sign','Le responsable de la bibliothèque.','Texte signature','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (717,'acquisition','pdfrel_by_mail','0','Effectuer les relances par mail :\r\n 0 : non \r\n 1 : oui','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (718,'acquisition','pdfrel_text_mail','Bonjour, \r\n\r\nVous trouverez ci-joint un état des commandes en cours.\r\n\r\nMerci de nous préciser par retour vos délais d\'envoi.\r\n\r\nCordialement,\r\n\r\nLe responsable de la bibliothèque.','Texte du mail','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (719,'opac','show_perio_browser','0','Affichage du navigateur de périodiques en page d\'accueil OPAC.\r\n 0 : Non.\r\n 1 : Oui.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (720,'acquisition','pdfrel_pdfrtf','0','Envoi des relances en :\n 0 : pdf\n 1 : rtf','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (721,'opac','show_onglet_perio_a2z','1','Activer l\'onglet du navigateur de périodiques en OPAC.\r\n 0 : Non.\r\n 1 : Oui.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (722,'opac','avis_note_display_mode','1','Mode d\'affichage de la note pour les avis de notices.\r\n 0 : Note non visible.\r\n 1 : Affichage de la note sous la forme d\'étoiles.\r\n 2 : Affichage de la note sous la forme textuelle.\r\n 3 : Affichage de la note sous la forme textuelle et d\'étoiles.\n 4 : Affichage de la note sous la forme d\'étoiles, choix de la note sous la forme d\'étoiles.\n 5 : Affichage de la note sous la forme textuelle et d\'étoiles, choix de la note sous la forme d\'étoiles.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (723,'opac','avis_display_mode','1','Mode d\'affichage des avis de notices.\r\n 0 : Visible en lien à coté de l\'onglet Public/ISBD de la notice.\r\n 1 : Visible dans la notice.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (724,'pmb','planificateur_allow','0','Planificateur activé.\n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (725,'acquisition','pdfrel_obj_mail','Etat des en-cours','Objet du mail','pdfrel',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (726,'acquisition','pdfcde_by_mail','0','Effectuer les envois de commandes par mail :\r\n 0 : non \r\n 1 : oui','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (727,'acquisition','pdfcde_obj_mail','Commande','Objet du mail','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (728,'acquisition','pdfcde_text_mail','Bonjour, \r\n\r\nVous trouverez ci-joint une commande à traiter.\r\n\r\nMerci de nous confirmer par retour vos délais d\'envoi.\r\n\r\nCordialement,\r\n\r\nLe responsable de la bibliothèque.','Texte du mail','pdfcde',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (729,'acquisition','pdfdev_by_mail','0','Effectuer les envois de demandes de devis par mail :\r\n 0 : non \r\n 1 : oui','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (730,'acquisition','pdfdev_obj_mail','Demande de devis','Objet du mail','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (731,'acquisition','pdfdev_text_mail','Bonjour, \r\n\r\nVous trouverez ci-joint une demande de devis.\r\n\r\nCordialement,\r\n\r\nLe responsable de la bibliothèque.','Texte du mail','pdfdev',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (732,'pmb','docnum_in_database_allow','1','Autoriser le stockage de document numérique en base ? \n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (733,'opac','recherche_ajax_mode','1','Affichage accéléré des résultats de recherche: header uniquement, la suite est chargée lors du click sur le \"+\".\r\n 0: Inactif\r\n 1: Actif (par lot)\r\n 2: Actif (par notice)','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (734,'pmb','avis_note_display_mode','1','Mode d\'affichage de la note pour les avis de notices.\n 0 : Note non visible.\n 1 : Affichage de la note sous la forme d\'étoiles.\n 2 : Affichage de la note sous la forme textuelle.\n 3 : Affichage de la note sous la forme textuelle et d\'étoiles.\n 4 : Affichage de la note sous la forme d\'étoiles, choix de la note sous la forme d\'étoiles.\n 5 : Affichage de la note sous la forme textuelle et d\'étoiles, choix de la note sous la forme d\'étoiles.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (735,'cms','active','1','Module \'Portail\' activé.\r\n 0 : Non.\r\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (736,'pmb','indexation_lang','','Choix de la langue d\'indexation par défaut. (ex : fr_FR,en_UK,...,ar), si vide c\'est la langue de l\'interface du catalogueur qui est utilisée.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (737,'opac','websubscribe_show_location','0','Afficher la possibilité pour le lecteur de choisir sa localisation lors de son inscription en ligne.\n 0: Non\n 1: Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (738,'opac','collstate_order','archempla_libelle,collstate_cote','Ordre d\'affichage des états des collections, dans l\'ordre donné, séparé par des virgules : archempla_libelle,collstate_cote','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (739,'opac','default_sort','d_num_6,c_text_1','Tri par défaut des recherches OPAC.\nDe la forme, c_num_6 (c pour croissant, d pour décroissant, puis num ou text pour numérique ou texte et enfin l\'identifiant du champ (voir fichier xml sort.xml))','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (812,'opac','default_sort_list','0 d_num_6,c_text_28;d_text_7','Afficher la liste déroulante de sélection d\'un tri ? \n 0 : Non \n 1 : Oui \nFaire suivre d\'un espace pour l\'ajout de plusieurs tris sous la forme : c_num_6|Libelle;d_text_7|Libelle 2;c_num_5|Libelle 3\n\nc pour croissant, d pour décroissant\nnum ou text pour numérique ou texte\nidentifiant du champ (voir fichier xml sort.xml)\nlibellé du tri (optionnel)','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (740,'pmb','fine_precision','2','Nombre de décimales pour l\'affichage des amendes','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (741,'opac','search_cache_duration','600','Durée de validité (en secondes) du cache des recherches OPAC','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (742,'pmb','path_php','','Chemin absolu de l\'interpréteur PHP, local ou distant','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (743,'opac','explnum_order','explnum_mimetype, explnum_nom, explnum_id','Ordre d\'affichage des documents numériques, dans l\'ordre donné, séparé par des virgules : explnum_mimetype, explnum_nom, explnum_id','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (744,'pmb','amende_comptabilisation','0','Date à laquelle le début de l\'amende sera comptabilisée \r\n 0 : à partir de la date de retour \r\n 1 : à partir du délai de grâce','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (745,'pmb','pret_calcul_retard_date_debut_incluse','0','Compter le jour de retour ou de relance comme un jour de retard pour le calcul de l\'amende ? \r\n 0 : Non \r\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (746,'opac','exclude_fields','','Identifiants des champs à exclure de la recherche tous les champs (liste dispo dans le fichier includes/indexation/champ_base.xml)','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (747,'opac','serialcirc_active','0','Activer la circulation des pédioques dans l\'OPAC \r\n 0: Non \r\n 1: Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (748,'pmb','bdd_subversion','25','Sous-version de la base de données','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (749,'pmb','import_modele_authorities','authority_import','Quelle classe d\'import utiliser pour les notices d\'autorités ?','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (750,'pmb','location_resa_planning','0','Utiliser la gestion de la prévision localisée?\n 0: Non\n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (751,'demandes','email_demandes','1','Information par email de l\'évolution des demandes.\n 0 : Non\n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (752,'pmb','short_loan_management','0','Gestion des prêts courts\r\n 0: Non\r\n 1: Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (753,'pmb','loan_trust_management','0','Gestion de monopole de prêt\n 0: Non\n x: nombre de jours entre 2 prêts d\'un exemplaire d\'une même notice (ou bulletin)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (754,'opac','perio_a2z_abc_search','1','Recherche abécédaire dans le navigateur de périodiques en OPAC.\r\n0 : Non.\r\n1 : Oui.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (755,'opac','perio_a2z_max_per_onglet','15','Recherche dans le navigateur de périodiques en OPAC : nombre maximum de notices par onglet.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (756,'pmb','indexation_docnum_ext','','Paramètres de gestion d\'accès aux programmes externes pour l\'indexation des documents numériques :\n\n Chaque paramètre est défini par un couple : \"nom=valeur\"\n Les paramètres sont séparés par un \"point-virgule\".\n\n\n Exemples d\'utilisation de \"pyodconverter\", \"jodconverter\" et \"pdftotext\" :\n\npyodconverter_cmd=/opt/openoffice.org3/program/python /opt/ooo_converter/DocumentConverter.py %1s %2s;\njodconverter_cmd=/usr/bin/java -jar /opt/ooo_converter/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar %1s %2s;\njodconverter_url=http://localhost:8080/converter/converted/%1s;\npdftotext_cmd=/usr/bin/pdftotext -enc UTF-8 %1s -;','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (757,'opac','notices_format_onglets','','Liste des id de template de notice pour ajouter des onglets personnalisés en affichage de notice\nExemple: 1,3,ISBD,PUBLIC\nLe paramètre notices_format doit être à 0 pour placer ISBD et PUBLIC','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (758,'opac','visionneuse_alert','','Message d\'alerte à l\'ouverture des documents numériques.','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (759,'opac','cms','1','id du CMS utilisé en OPAC','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (760,'pmb','expl_data','expl_cb,expl_cote,location_libelle,section_libelle,statut_libelle,tdoc_libelle','Colonne des exemplaires, dans l\'ordre donné, séparé par des virgules : expl_cb,expl_cote,location_libelle,section_libelle,statut_libelle,tdoc_libelle #n : id des champs personnalisés \r\n expl_cb est obligatoire et sera ajouté si absent','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (761,'pmb','expl_display_location_without_expl','0','Affichage de la liste des localisations sans exemplaire\n 0: Non\n 1: oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (762,'opac','show_group_checkout','1','Le responsable du groupe de lecteur voit les prêts de son groupe\r\n 0: Non\r\n 1: oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (763,'opac','facette_in_bandeau_2','0','La navigation par facettes apparait dans le bandeau ou dans le bandeau 2\n0 : dans le bandeau\n1 : Dans le bandeau 2','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (764,'opac','autolevel2','2','0 : mode normal de recherche.\n1 : Affiche le résultat de la recherche tous les champs après calcul du niveau 1 de recherche.\n2 : Affiche directement le résultat de la recherche tous les champs sans passer par le calcul du niveau 1 de recherche.','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (765,'opac','first_page_params','{\r\n\"lvl\":\"cmspage\",\r\n\"pageid\":\"3\"\r\n}','Structure Json récapitulant les paramètres à initialiser pour la page d\'accueil :\r\nExemple : \r\n{\r\n\"lvl\":\"cmspage\",\r\n\"pageid\":2\r\n}','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (766,'opac','show_links_invisible_docnums','1','Afficher les liens vers les documents numériques non visible en mode non connecté. (Ne fonctionne pas avec les droits d\'accès).\r\n 0 : Non.\r\n1 : Oui.','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (767,'pmb','img_folder','','Répertoire de stockage des images','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (768,'pmb','img_url','','URL d\'accès du répertoire des images (pmb_img_folder)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (769,'pmb','book_pics_msg','','Message sur le survol des vignettes des notices correspondant au chemin fourni par le paramètre book_pics_url','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (770,'opac','book_pics_msg','','Message sur le survol des vignettes des notices correspondant au chemin fourni par le paramètre book_pics_url','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (771,'opac','visionneuse_alert_doctype','','Liste des types de documents pour lesquels une alerte est générée (séparés par une virgule).','m_photo',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (772,'pmb','archive_warehouse','0','Identifiant de l\'entrepôt d\'archivage à la suppression des notices.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (773,'pmb','printer_name','','Nom de l\'imprimante de ticket de prêt, utilisant l\'applet jzebra. Le nom de l\'imprimante doit correspondre à la class développée spécifiquement pour la piloter.\nExemple: Nommer l\'imprimante \'metapace\' pour utiliser le driver classes/printer/metapace.class.php','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (774,'empr','groupes_localises','0','Groupes de lecteurs localisés par rapport au responsable \n0: Non \n1: oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (776,'opac','notices_depliable_plus','plus.gif','Image à utiliser devant un titre de notice pliée','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (777,'opac','notices_depliable_moins','minus.gif','Image à utiliser devant un titre de notice dépliée','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (778,'pmb','pret_groupement','0','Activer le prêt d\'exemplaires regroupés en un seul lot. La gestion des groupes se gére en Circulation / Groupe d\'exemplaires :\n 0 : non \n 1 : oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (779,'transferts','regroupement_depart','0','Active le regroupement des départs\n 0: Non \n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (780,'pmb','rfid_afi_security_codes','','Gestion de l\'antivol par le registre AFI.\nLa première valeur est celle de l\'antivol actif, la deuxième est celle de lantivol inactif.\nExemple: 07,C2 ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (785,'cms','url_base_cms_build','','url de construction du CMS de l\'OPAC','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (782,'opac','simple_search_suggestions','0','Activer la suggestion de mots en recherche simple via la complétion\r\n0 : Désactiver\r\n1 : Activer\r\n\r\nNB : Cette fonction nécessite l\'installation de l\'extention levenshtein dans MySQL','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (783,'opac','stemming_active','0','Activer le stemming dans la recherche\r\n0 : Désactiver\r\n1 : Activer\r\n','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (786,'pdflettreretard','1before_list_group','Sauf erreur de notre part, vous avez toujours en votre possession le ou les ouvrage(s) suivant(s) dont la durée de prêt est aujourd\'hui dépassée :','Texte apparaissant avant la liste des ouvrages en retard dans le courrier de relance de retard','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (787,'pdflettreretard','1after_list_group','Nous vous remercions de prendre rapidement contact par téléphone au $biblio_phone ou par mail à $biblio_email pour étudier la possibilité de prolonger ces prêts ou de rapporter les ouvrages concernés.','Texte apparaissant après la liste des ouvrages en retard dans le courrier','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (788,'pdflettreretard','1fdp_group','L\'équipe de la bibliothèque','Signataire de la lettre.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (789,'pdflettreretard','1madame_monsieur_group','Madame, Monsieur,','Entête de la lettre','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (790,'opac','show_bandeau_2','1','Affichage du bandeau_2 ? \n 0 : Non\n 1 : Oui','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (791,'opac','param_social_network','{\n \"token\":\"ra-4d9b1e202c30dea1\",\n \"version\":\"300\",\n \"buttons\":[\n {\n \"attributes\":{\n \"class\":\"addthis_button_facebook_like\",\n \"fb:like:layout\":\"button_count\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_button_tweet\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_counter addthis_button_compact\"\n }\n }\n ],\n \"toolBoxParams\":{\n \"class\":\"addthis_toolbox addthis_default_style\"\n },\n \"addthis_share\":{\n \n },\n \"addthis_config\":{\n \"data_track_clickback\":\"true\",\n \"ui_click\":\"true\"\n }\n }\n ','Tableau de paramètrage de l\'API de gestion des interconnexions aux réseaux sociaux.\n Au format JSON.\n Exemple :\n {\n \"token\":\"ra-4d9b1e202c30dea1\",\n \"version\":\"300\",\n \"buttons\":[\n {\n \"attributes\":{\n \"class\":\"addthis_button_preferred_1\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_button_preferred_2\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_button_preferred_3\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_button_preferred_4\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_button_compact\"\n }\n },\n {\n \"attributes\":{\n \"class\":\"addthis_counter addthis_bubble_style\"\n }\n }\n ],\n \"toolBoxParams\":{\n \"class\":\"addthis_toolbox addthis_default_style addthis_32x32_style\"\n },\n \"addthis_share\":{\n \n },\n \"addthis_config\":{\n \"data_track_addressbar\":true\n }\n }','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (792,'transferts','pret_demande_statut','0','Appliquer ce statut avant la validation','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (793,'opac','perio_a2z_show_bulletin_notice','0','Affichage de la notice de bulletin dans le navigateur de périodiques','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (794,'pmb','procs_force_execution','0','Permettre le forçage de l\'exécution des procédures','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (795,'opac','draggable','1','Permet d\'activer le glisser déposer dans le panier pour l\'affichage des notices à l\'OPAC','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (796,'opac','meta_description','','Contenu du meta tag description pour les moteurs de recherche','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (797,'opac','meta_keywords','','Contenu du meta tag keywords pour les moteurs de recherche','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (798,'opac','meta_author','','Contenu du meta tag author pour les moteurs de recherche','b_aff_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (799,'pmb','html_allow_expl_cote','0','Autoriser le code HTML dans les cotes exemplaires ? \n 0 : non \n 1','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (800,'pmb','default_style_addon','','Ajout de styles CSS aux feuilles déjà incluses ?\n Ne mettre que le code CSS, exemple: body {background-color: #FF0000;}','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (801,'cms','cache_ttl','3600','durée de vie du cache des cadres du portail (en secondes)','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (802,'pmb','serial_thumbnail_url_article','0','Préremplissage de l\'url de la vignette des dépouillements avec l\'url de la vignette de la notice mère en catalogage des périodiques ? \n 0 : Non \n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (803,'pmb','mail_delay','0','Temps d\'attente en millisecondes entre chaque mail envoyé lors d\'un envoi groupé. \n 0 : Pas d\'attente','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (804,'pmb','curl_timeout','5','Timeout cURL (en secondes) pour la vérification des liens','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (805,'empr','allow_prolong_members_group','0','Autoriser la prolongation groupée des adhésions des membres d\'un groupe ? \n 0 : Non \n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (806,'thesaurus','auto_index_notice_fields','','Liste des champs de notice à utiliser pour l\'indexation automatique.\n\nSyntaxe: nom_champ=poids_indexation;\n\nLes noms des champs sont ceux précisés dans le fichier XML \"pmb/includes/notice/notice.xml\"\nLe poids de l\'indexation est une valeur de 0.00 à 1. (Si rien n\'est précisé, le poids est de 1)\n\nExemple :\n\ntit1=1.00;n_resume=0.5;','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (807,'thesaurus','auto_index_search_param','','Surchage des paramètres de recherche de l\'indexation automatique.\nSyntaxe: param=valeur;\n\nListes des parametres:\n\nmax_relevant_words = 20 (nombre maximum de mots et de lemmes de la notice à prendre en compte pour le calcul)\n\nautoindex_deep_ratio = 0.05 (ratio sur la profondeur du terme dans le thésaurus)\nautoindex_stem_ratio = 0.80 (ratio de pondération des lemmes / aux mots)\n\nautoindex_max_up_distance = 2 (distance maximum de recherche dans les termes génériques du thésaurus)\nautoindex_max_up_ratio = 0.01 (pondération sur les termes génériques)\n\nautoindex_max_down_distance = 2 (distance maximum de recherche dans les termes spécifiques du thésaurus)\nautoindex_max_down_ratio = 0.01 (pondération sur les termes spécifiques)\n\nautoindex_see_also_ratio = 0.01 (surpondération sur les termes voir aussi du thésaurus)\n\nautoindex_distance_type = 1 (calcul de distance de 1 à 4)\nautoindex_distance_ratio = 0.50 (ratio de pondération sur la distance entre les mots trouvés et les termes d\'une expression du thésaurus)\n\nmax_relevant_terms = 10 (nombre maximum de termes retournés)','categories',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (808,'empr','abonnement_default_debit','0','Choix par défaut pour la prolongation des lecteurs. \n 0 : Ne pas débiter l\'abonnement \n 1 : Débiter l\'abonnement sans la caution \n 2 : Débiter l\'abonnement et la caution','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (809,'opac','print_template_default','0','En impression de panier, identifiant du template de notice utilisé par défaut. Si vide ou à 0, le template classique est utilisé','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (810,'pmb','show_permalink','0','Afficher le lien permanent de l\'OPAC en gestion ? \n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (811,'pmb','expl_show_lastempr','1','Afficher l\'emprunteur précédent sur la fiche exemplaire ? \n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (813,'opac','default_sort_display','0','Afficher le libellé du tri appliqué par défaut en résultat de recherche ? \n 0 : Non \n 1 : Oui','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (814,'opac','show_bannettes','0','Affichage des bannettes en page d\'accueil OPAC.\n 0 : Non.\n 1 : Oui.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (815,'opac','facettes_ajax','1','Charger les facettes en ajax\n0 : non\n1 : oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (816,'opac','search_all_keep_empty_words','0','Conserver les mots vides pour les autorités dans la recherche tous les champs\r\n0 : non\r\n1 : oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (817,'empr','prolong_calc_date_adhes_depassee','0','Si la date d\'adhésion est dépassée, le calcul de la prolongation se fait à partir de :\n 0 : la date de fin d\'adhésion\n 1 : la date du jour','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (818,'opac','bannette_priv_periodicite','15','Périodicité d\'envoi par défaut en création de bannette privée (en jours)','l_dsi',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (819,'pmb','serialcirc_subst','','Nom du fichier permettant de personnaliser l\'impression de la liste de circulation des périodiques','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (832,'opac','websubscribe_num_carte_auto','','Numéro de carte de lecteur automatique ?\n 2,a,b,c: Oui avec préfixe: a=longueur du préfixe, b=nombre de chiffres de la partie numérique, c=préfixe fixé (facultatif)\n 3,fonction: fonction de génération spécifique dans fichier nommé de la même façon, à placer dans pmb/opac_css/circ/empr','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (821,'pmb','gestion_financiere_caisses','0','Activer la gestion de caisses en gestion financière? \n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (822,'pmb','diarization_docnum','0','Activer la segmentation des documents numériques vidéo ou audio 0 : non activée 1 : activée','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (823,'pmb','pret_already_loaned','0','Activer le piège en prêt si le document a déjà été emprunté par le lecteur. Nécessite l\'activation de l\'archivage des prêts\n0 : non\n1 : oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (825,'opac','nb_notices_similaires','6','Nombre de notices similaires affichées lors du dépliage d\'une notice.\nValeur max = 6.','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (826,'opac','notice_reduit_format_similaire','1','Format d\'affichage des réduits de notices similaires :\n 0 = titre+auteur principal\n 1 = titre+auteur principal+date édition\n 2 = titre+auteur principal+date édition + ISBN\n 3 = titre seul\n P 1,2,3 = tit+aut+champs persos id 1 2 3\n E 1,2,3 = tit+aut+édit+champs persos id 1 2 3\n T = tit1+tit4\n 4 = titre+titre parallèle+auteur principal\n H 1 = id d\'un template de notice','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (827,'opac','search_noise_limit_type','0','Ecrêter les résulats de recherche en fonction de la pertinence. \n0 : Non \n1 : Retirer du résultat tout ce qui est en dessous de la moyenne - l\'écart-type\n2,ratio : Retirer du résultat tout ce qui est en dessous de la moyenne - un ratio de l\'écart-type (ex: 2,1.96)\n3,ratio : Retirer du résultat tout ce qui est dessous d\'un ratio de la pertinence max (ex: 3,0.25 élimine tout ce qui est inférieur à 25% de la plus forte pertinence)','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (828,'opac','search_relevant_with_frequency','0','Utiliser la fréquence d\'apparition des mots dans les notices pour le calcul de la pertinence.\n0 : Non \n1 : Oui','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (829,'opac','show_subscribed_bannettes','0','Affichage des bannettes auxquelles le lecteur est abonné en page d\'accueil OPAC :\n0 : Non.\n1 : Oui.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (830,'opac','show_public_bannettes','0','Affichage des bannettes sélectionnées en page d\'accueil OPAC :\n0 : Non.\n1 : Oui.','f_modules',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (833,'pdfcartelecteur','printer_card_handler','','Gestionnaire d\'impression :\n\n 1 = script \"print_cb.php\"\n 2 = applet jzebra\n 3 = requête ajax','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (834,'pdfcartelecteur','printer_card_name','','Nom de l\'imprimante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (835,'pdfcartelecteur','printer_card_url','','Adresse de l\'imprimante.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (836,'pmb','notice_img_folder_id','0','Identifiant du répertoire d\'upload des vignettes de notices','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (837,'pmb','autorites_verif_js','','Script de vérification de saisie des autorités','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (838,'opac','resa_cart','1','Paramètre pour masquer/afficher la reservation par panier\n0 : Non \n1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (839,'pmb','print_expl_default','0','En impression de panier, imprimer les exemplaires est coché par défaut \n 0 : Non \n 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (840,'opac','collstate_data','','Colonne des états des collections, dans l\'ordre donné, séparé par des virgules : location_libelle,emplacement_libelle,cote,type_libelle,statut_opac_libelle,origine,state_collections,archive,lacune,surloc_libelle,note\nLes valeurs possibles sont les propriétés de la classe PHP \"pmb/opac_css/classes/collstate.class.php\".','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (841,'transferts','retour_action_resa','1','Génére un transfert pour répondre à une réservation lors du retour de l\'exemplaire\n 0: Non\n 1: Oui','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (842,'pmb','logs_exclude_robots','1','Exclure les robots dans les logs OPAC ?\n 0: Non\n 1: Oui. \nFaire suivre d\'une virgule pour éventuellement exclure les logs OPAC provenant de certaines adresses IP, elles-mêmes séparées par des virgules (ex : 1,127.0.0.1,192.168.0.1).','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (843,'pmb','notice_img_pics_max_size','150','Taille maximale des vignettes uploadées dans les notices, en largeur ou en hauteur','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (844,'pmb','psexec_cmd','psexec -d','Paramètres de lancement de psexec (planificateur sous windows)\r\n\nAjouter l\'option -accepteula sur les versions les plus récentes. ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (845,'acquisition','budget_show_all','0','Sélection d\'une rubrique budgétaire en commande : toutes les afficher ?\n 0: Non (par pagination)\n 1: Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (846,'pmb','abt_label_perio','0','Création d\'un abonnement : reprendre le nom du périodique ?\n 0: Non \n 1: Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (847,'acquisition','show_abt_in_cmde','0','Afficher l\'abonnement dans les lignes de la commande ?\n 0: Non \n 1: Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (848,'ldap','encoding_utf8','0','Les informations du LDAP sont en utf-8 ?\n 0: Non \n 1: Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (849,'demandes','init_workflow','1','Initialisation du workflow de la demande.\n 0 : Validation avant tout\n 1 : Validation avant tout et attribution au validateur\n 2 : Attribution avant tout','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (850,'demandes','notice_auto','0','Création automatique de la notice de demande :\n0 : Non\n1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (851,'demandes','default_action','1','Création par défaut d\'une action lors de la validation de la demande :\n0 : Non\n1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (852,'faq','active','0','Module \'FAQ\' activé.\n 0 : Non.\n 1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (853,'pmb','compare_notice_template','0','Choix du template d\'affichage des notices en mode comparaison.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (854,'pmb','compare_notice_nb','5','Nombre de notices à afficher et à raffraichir en mode comparaison.','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (855,'opac','compare_notice_active','1','Activer le comparateur de notices','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (856,'pmb','search_stemming_active','0','Activer le stemming dans la recherche\n0 : Désactiver\n1 : Activer','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (857,'pmb','search_exclude_fields','','Identifiants des champs à exclure de la recherche tous les champs (liste dispo dans le fichier includes/indexation/champ_base.xml)','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (858,'pmb','search_noise_limit_type','0','Ecrêter les résulats de recherche en fonction de la pertinence. \n0 : Non \n1 : Retirer du résultat tout ce qui est en dessous de la moyenne - l\'écart-type\n2,ratio : Retirer du résultat tout ce qui est en dessous de la moyenne - un ratio de l\'écart-type (ex: 2,1.96)\n3,ratio : Retirer du résultat tout ce qui est dessous d\'un ratio de la pertinence max (ex: 3,0.25 élimine tout ce qui est inférieur à 25% de la plus forte pertinence)','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (859,'pmb','search_relevant_with_frequency','0','Utiliser la fréquence d\'apparition des mots dans les notices pour le calcul de la pertinence.\n0 : Non \n1 : Oui','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (860,'pmb','allow_term_troncat_search','0','Troncature à droite automatique :\n0 : Non \n1 : Oui','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (861,'pmb','search_cache_duration','0','Durée de validité (en secondes) du cache des recherches','search',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (862,'thesaurus','concepts_active','0','Active ou non l\'utilisation des concepts:\n0 : Non\n1 : Oui','concepts',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (863,'thesaurus','concepts_affichage_ordre','0','Paramétrage de l\'ordre d\'affichage des concepts d\'une notice.\nPar ordre alphabétique: 0(par défaut)\nPar ordre de saisie: 1','concepts',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (864,'thesaurus','concepts_concept_in_line','0','Affichage des concepts en ligne.\n 0 : Non.\n 1 : Oui.','concepts',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (865,'thesaurus','ontology_filemtime','0','Paramètre caché pour conservation de la date de dernière modification de l\'ontologie','ontologie',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (866,'gestion_acces','empr_docnum','0','Gestion des droits d\'accès des emprunteurs aux documents numériques\n0 : Non.\n1 : Oui.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (867,'gestion_acces','empr_docnum_def','0','Valeur par défaut en modification de document numérique pour les droits d\'accès emprunteurs - documents numériques\n0 : Recalculer.\n1 : Choisir.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (868,'pmb','map_activate','0','Activation du géoréférencement','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (869,'pmb','map_max_holds','250,0','Dans l\'ordre donné séparé par une virgule: Nombre limite d\'emprises affichées, mode de clustering \nValeurs possibles pour le mode :\n\n0 => Clustering standard avec augmentation dynamique des seuils jusqu\'a atteindre le nombre maximum d\'emprises affichées\n\n1 => Clusterisation de toutes les emprises','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (881,'opac','map_holds_record_color','#D6A40F','Couleur des emprises associées à des notices','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (870,'pmb','map_holds_record_color','#D6A40F','Couleur des emprises associées à des notices','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (871,'pmb','map_holds_authority_color','#D60F0F','Couleur des emprises associées à des autorités','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (872,'pmb','map_base_layer_type','OSM','Fonds de carte à utiliser.\nValeurs possibles :\nOSM => Open Street Map\nWMS => The Web Map Server base layer type selector.\nGOOGLE => Google\nARCGIS =>The ESRI ARCGis base layer selector.\n','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (873,'pmb','map_base_layer_params','','Structure JSON à passer au fond de carte\nexemple :\n{\n \"name\": \"Nom du fond de carte\",\n \"url\": \"url du fond de carte\",\n \"options\":{\n \"layers\": \"MONDE_MOD1\"\n }\n}','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (874,'pmb','map_size_search_edition','800*480','Taille de la carte en saisie de recherche','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (875,'pmb','map_size_search_result','800*480','Taille de la carte en résultat de recherche','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (876,'pmb','map_size_notice_view','800*480','Taille de la carte en visualisation de notice','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (877,'pmb','map_size_notice_edition','800*480','Taille de la carte en édition de notice','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (878,'opac','map_activate','0','Activation du géoréférencement','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (879,'pmb','editorial_dojo_editor','1','Activation de l\'éditeur DoJo dans le contenu éditorial:\n 0 : non \n 1 : oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (880,'opac','map_max_holds','250,0','Dans l\'ordre donné séparé par une virgule: Nombre limite d\'emprises affichées, mode de clustering \nValeurs possibles pour le mode :\n\n0 => Clustering standard avec augmentation dynamique des seuils jusqu\'a atteindre le nombre maximum d\'emprises affichées\n\n1 => Clusterisation de toutes les emprises','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (882,'opac','map_holds_authority_color','#D60F0F','Couleur des emprises associées à des autorités','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (883,'opac','map_size_search_edition','800*480','Taille de la carte en saisie de recherche','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (884,'opac','map_size_search_result','800*480','Taille de la carte en résultat de recherche','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (885,'opac','map_size_notice_view','800*480','Taille de la carte en visualisation de notice','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (886,'opac','map_base_layer_type','OSM','Fonds de carte à utiliser.\nValeurs possibles :\nOSM => Open Street Map\nWMS => The Web Map Server base layer type selector.\nGOOGLE => Google\nARCGIS =>The ESRI ARCGis base layer selector.\n','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (887,'opac','map_base_layer_params','','Structure JSON à passer au fond de carte\nexemple :\n{\n \"name\": \"Nom du fond de carte\",\n \"url\": \"url du fond de carte\",\n \"options\":{\n \"layers\": \"MONDE_MOD1\"\n }\n}','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (888,'pmb','nomenclature_record_children_link','','Type de relation entre une notice de nomenclature et ses notices filles.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (889,'pmb','nomenclature_activate','0','Activation des nomenclatures:\n 0 : non \n 1 : oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (890,'demandes','email_generic','','Information par un email générique de l\'évolution des demandes.\n 1,adrmail@mail.fr : Envoi une copie uniquement pour toutes les nouvelles demandes\n 2,adrmail@mail.fr : Envoi une copie uniquement des mails envoyés aux personnes affectées\n 3,adrmail@mail.fr : Envoi une copie dans les 2 cas précédents\n ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (891,'opac','demandes_affichage_simplifie','0','Active le format simplifié des demandes en Opac:\n 0 : non \n 1 : oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (892,'opac','demandes_no_action','0','Interdire l\'ajout d\'une action en Opac:\n 0 : non \n 1 : oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (893,'pmb','map_hold_ratio_min','4','Ratio minimum d\'occupation en pourcentage d\'une emprise pour s\'afficher','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (894,'pmb','map_hold_ratio_max','75','Ratio maximum d\'occupation en pourcentage d\'une emprise pour s\'afficher','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (895,'pmb','map_hold_distance','10','Rapport de distance entre deux points pour les agréger','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (896,'opac','modules_search_concept','0','Recherche dans les concepts : \n 0 : interdite, \n 1 : autorisée, \n 2 : autorisée et validée par défaut','c_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (897,'opac','map_hold_ratio_min','4','Ratio minimum d\'occupation en pourcentage d\'une emprise pour s\'afficher','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (898,'opac','map_hold_ratio_max','75','Ratio maximum d\'occupation en pourcentage d\'une emprise pour s\'afficher','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (899,'opac','map_hold_distance','10','Rapport de distance entre deux points pour les agréger','map',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (900,'opac','script_analytics','','Code Javascript d\'analyse d\'audience (Par exemple pour Google Analytics, XiTi,..).','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (901,'opac','accessibility','1','Accessibilité activée.\n 0 : Non.\n 1 : Oui.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (902,'pmb','newrecord_timeshift','0','Nombre de jours de conservation des notices en tant que nouveauté.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (903,'opac','notices_format_django_directory','','Nom du répertoire de templates django à utiliser en affichage de notice.\nLaisser vide pour utiliser le common.','e_aff_notice',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (904,'opac','allow_download_docnums','1','Autoriser le téléchargement des documents numériques.\n 0 : Non.\n 1 : Individuellement (un par un).\n 2 : Archive ZIP.','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (905,'opac','notices_display_modes','','Nom du fichier xml de paramétrage du choix du mode d\'affichage des notices à l\'OPAC.\nPar défaut : display_modes_exemple.xml dans /opac_css/includes/records/','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (906,'opac','url_more_about_cookies','','Lien pour en savoir plus sur l\'utilisation des cookies et des traceurs','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (907,'opac','authorities_templates_folder','./includes/templates/authorities/common','Repertoire des templates utilisés pour l\'affichage des autorités en OPAC','',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (908,'dsi','private_bannette_notices_template','0','Id du template de notice utilisé par défaut en diffusion de bannettes privées. Si vide ou à 0, le template classique est utilisé.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (909,'cms','active_image_cache','1','Activer la mise en cache des vignettes du contenu éditorial.\r\n 0: non \r\n 1:Oui \r\nAttention, si l\'OPAC ne se trouve pas sur le même serveur que la gestion, la purge du cache ne peut pas se faire automatiquement','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (910,'opac','empr_password_salt','05718e96fefeb25b595a3d310dc5bedf','Phrase pour le hashage des mots de passe emprunteurs','a_general',1);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (911,'pmb','notices_show_dates','0','Afficher les dates des notices ? \n 0 : Aucune date.\n 1 : Date de création et modification.','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (912,'opac','compress_css','0','Activer la compilation et la compression des feuilles de styles.\n0: Non\n1: Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (913,'pmb','resa_planning_toresa','10','Délai d\'alerte pour le transfert des prévisions en réservations (en jours). ','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (914,'pmb','serialcirc_simple_print_script','','Script de construction d\'étiquette de circulation simplifiée de périodique','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (915,'opac','max_results_on_a_page','500','Nombre maximum de notices à afficher sur une page, utile notamment quand la navigation est désactivée','d_aff_recherche',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (916,'pmb','mail_adresse_from','','Adresse d\'expédition des emails. Ce paramètre permet de forcer le From des mails envoyés par PMB. Le reply-to reste inchangé (mail de l\'utilisateur en DSI ou relance, mail de la localisation ou paramètre opac_biblio_mail à défaut).\nFormat : adresse_email;libellé\nExemple : pmb@sigb.net;PMB Services','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (917,'opac','mail_adresse_from','','Adresse d\'expédition des emails. Ce paramètre permet de forcer le From des mails envoyés par PMB. Le reply-to reste inchangé (mail de l\'utilisateur en DSI ou relance, mail de la localisation ou paramètre opac_biblio_mail à défaut).\nFormat : adresse_email;libellé\nExemple : pmb@sigb.net;PMB Services','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (918,'opac','pret_prolongation_blocage','0','Bloquer la prolongation s\'il y a un niveau de relance validé sur le prêt ?\n0 : Non 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (919,'opac','empr_export_loans','0','Afficher sur le compte emprunteur un bouton permettant d\'exporter les prêts dans un tableur ?\n0 : Non 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (920,'opac','cookies_consent','1','Afficher le bandeau d\'acceptation des cookies et des traceurs ? \n0 : Non 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (921,'pmb','collstate_data','','Colonne des états des collections, dans l\'ordre donné, séparé par des virgules : location_libelle,emplacement_libelle,cote,type_libelle,statut_opac_libelle,origine,state_collections,archive,lacune,surloc_libelle,note,#n : id des champs personnalisés\nLes valeurs possibles sont les propriétés de la classe PHP \"pmb/classes/collstate.class.php\".','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (922,'opac','quick_access','1','Activer le sélecteur d\'accès rapide ? \n0 : Non 1 : Oui','a_general',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (923,'pmb','resa_alert_localized','0','Si les lecteurs sont localisés, restreindre les notifications par email des nouvelles réservations aux utilisateurs selon le site de gestion des lecteurs par défaut ? \n0 : Non 1 : Oui','',0);
INSERT INTO parametres (id_param, type_param, sstype_param, valeur_param, comment_param, section_param, gestion) VALUES (924,'pmb','catalog_verif_js_integration','','Script de vérification de saisie de notice en intégration','',0);
/*!40000 ALTER TABLE parametres ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pclassement`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pclassement (
id_pclass int(10) unsigned NOT NULL AUTO_INCREMENT,
name_pclass varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
typedoc varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_pclass)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pclassement`
--
LOCK TABLES pclassement WRITE;
/*!40000 ALTER TABLE pclassement DISABLE KEYS */;
INSERT INTO pclassement (id_pclass, name_pclass, typedoc) VALUES (1,'Dewey 100','abcdefgijklmr');
/*!40000 ALTER TABLE pclassement ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `perio_relance`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE perio_relance (
rel_id int(10) unsigned NOT NULL AUTO_INCREMENT,
rel_abt_num int(10) unsigned NOT NULL DEFAULT '0',
rel_date_parution date NOT NULL DEFAULT '0000-00-00',
rel_libelle_numero varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
rel_comment_gestion text COLLATE utf8_unicode_ci NOT NULL,
rel_comment_opac text COLLATE utf8_unicode_ci NOT NULL,
rel_nb int(10) unsigned NOT NULL DEFAULT '0',
rel_date date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (rel_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `perio_relance`
--
LOCK TABLES perio_relance WRITE;
/*!40000 ALTER TABLE perio_relance DISABLE KEYS */;
/*!40000 ALTER TABLE perio_relance ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `planificateur`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE planificateur (
id_planificateur int(11) unsigned NOT NULL AUTO_INCREMENT,
num_type_tache int(11) NOT NULL,
libelle_tache varchar(255) COLLATE utf8_unicode_ci NOT NULL,
desc_tache varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
num_user int(11) NOT NULL,
param text COLLATE utf8_unicode_ci,
statut tinyint(1) unsigned DEFAULT '0',
rep_upload int(8) DEFAULT NULL,
path_upload text COLLATE utf8_unicode_ci,
perio_heure varchar(28) COLLATE utf8_unicode_ci DEFAULT NULL,
perio_minute varchar(28) COLLATE utf8_unicode_ci DEFAULT '01',
perio_jour_mois varchar(128) COLLATE utf8_unicode_ci DEFAULT '*',
perio_jour varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
perio_mois varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
calc_next_heure_deb varchar(28) COLLATE utf8_unicode_ci DEFAULT NULL,
calc_next_date_deb date DEFAULT NULL,
PRIMARY KEY (id_planificateur)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `planificateur`
--
LOCK TABLES planificateur WRITE;
/*!40000 ALTER TABLE planificateur DISABLE KEYS */;
/*!40000 ALTER TABLE planificateur ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pret`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pret (
pret_idempr int(10) unsigned NOT NULL DEFAULT '0',
pret_idexpl int(10) unsigned NOT NULL DEFAULT '0',
pret_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
pret_retour date DEFAULT NULL,
pret_arc_id int(10) unsigned NOT NULL DEFAULT '0',
niveau_relance int(1) NOT NULL DEFAULT '0',
date_relance date DEFAULT '0000-00-00',
printed int(1) NOT NULL DEFAULT '0',
retour_initial date DEFAULT '0000-00-00',
cpt_prolongation int(1) NOT NULL DEFAULT '0',
pret_temp varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
short_loan_flag int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (pret_idexpl),
KEY i_pret_idempr (pret_idempr),
KEY i_pret_arc_id (pret_arc_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pret`
--
LOCK TABLES pret WRITE;
/*!40000 ALTER TABLE pret DISABLE KEYS */;
INSERT INTO pret (pret_idempr, pret_idexpl, pret_date, pret_retour, pret_arc_id, niveau_relance, date_relance, printed, retour_initial, cpt_prolongation, pret_temp, short_loan_flag) VALUES (7,94,'2012-11-20 09:33:31','2013-01-01',4,0,'0000-00-00',0,'2012-12-11',1,'',0);
INSERT INTO pret (pret_idempr, pret_idexpl, pret_date, pret_retour, pret_arc_id, niveau_relance, date_relance, printed, retour_initial, cpt_prolongation, pret_temp, short_loan_flag) VALUES (7,90,'2012-11-20 09:34:17','2012-12-11',5,0,'0000-00-00',0,'2012-12-11',0,'',0);
INSERT INTO pret (pret_idempr, pret_idexpl, pret_date, pret_retour, pret_arc_id, niveau_relance, date_relance, printed, retour_initial, cpt_prolongation, pret_temp, short_loan_flag) VALUES (1,53,'2012-11-20 09:34:36','2012-12-11',6,0,'0000-00-00',0,'2012-12-11',0,'',0);
/*!40000 ALTER TABLE pret ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pret_archive`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pret_archive (
arc_id int(10) unsigned NOT NULL AUTO_INCREMENT,
arc_debut datetime DEFAULT '0000-00-00 00:00:00',
arc_fin datetime DEFAULT NULL,
arc_id_empr int(10) unsigned NOT NULL DEFAULT '0',
arc_empr_cp varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
arc_empr_ville varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
arc_empr_prof varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
arc_empr_year int(4) unsigned DEFAULT '0',
arc_empr_categ smallint(5) unsigned DEFAULT '0',
arc_empr_codestat smallint(5) unsigned DEFAULT '0',
arc_empr_sexe tinyint(3) unsigned DEFAULT '0',
arc_empr_statut int(10) unsigned NOT NULL DEFAULT '1',
arc_empr_location int(6) unsigned NOT NULL DEFAULT '0',
arc_type_abt int(6) unsigned NOT NULL DEFAULT '0',
arc_expl_typdoc int(5) unsigned DEFAULT '0',
arc_expl_cote varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
arc_expl_statut smallint(5) unsigned DEFAULT '0',
arc_expl_location smallint(5) unsigned DEFAULT '0',
arc_expl_location_origine int(10) unsigned NOT NULL DEFAULT '0',
arc_expl_location_retour int(10) unsigned NOT NULL DEFAULT '0',
arc_expl_codestat smallint(5) unsigned DEFAULT '0',
arc_expl_owner mediumint(8) unsigned DEFAULT '0',
arc_expl_section int(5) unsigned NOT NULL DEFAULT '0',
arc_expl_id int(10) unsigned NOT NULL DEFAULT '0',
arc_expl_notice int(10) unsigned NOT NULL DEFAULT '0',
arc_expl_bulletin int(10) unsigned NOT NULL DEFAULT '0',
arc_groupe varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
arc_niveau_relance int(1) unsigned DEFAULT '0',
arc_date_relance date NOT NULL DEFAULT '0000-00-00',
arc_printed int(1) unsigned DEFAULT '0',
arc_cpt_prolongation int(1) unsigned DEFAULT '0',
arc_short_loan_flag int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (arc_id),
KEY i_pa_expl_id (arc_expl_id),
KEY i_pa_idempr (arc_id_empr),
KEY i_pa_expl_notice (arc_expl_notice),
KEY i_pa_expl_bulletin (arc_expl_bulletin),
KEY i_pa_arc_fin (arc_fin),
KEY i_pa_arc_empr_categ (arc_empr_categ),
KEY i_pa_arc_expl_location (arc_expl_location)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pret_archive`
--
LOCK TABLES pret_archive WRITE;
/*!40000 ALTER TABLE pret_archive DISABLE KEYS */;
INSERT INTO pret_archive (arc_id, arc_debut, arc_fin, arc_id_empr, arc_empr_cp, arc_empr_ville, arc_empr_prof, arc_empr_year, arc_empr_categ, arc_empr_codestat, arc_empr_sexe, arc_empr_statut, arc_empr_location, arc_type_abt, arc_expl_typdoc, arc_expl_cote, arc_expl_statut, arc_expl_location, arc_expl_location_origine, arc_expl_location_retour, arc_expl_codestat, arc_expl_owner, arc_expl_section, arc_expl_id, arc_expl_notice, arc_expl_bulletin, arc_groupe, arc_niveau_relance, arc_date_relance, arc_printed, arc_cpt_prolongation, arc_short_loan_flag) VALUES (1,'2012-08-05 16:00:57','2012-10-24 10:47:37',0,'','','',0,7,2,0,1,1,0,1,'RK ROB',1,1,0,0,12,2,10,30,53,0,'',0,'0000-00-00',0,1,0);
INSERT INTO pret_archive (arc_id, arc_debut, arc_fin, arc_id_empr, arc_empr_cp, arc_empr_ville, arc_empr_prof, arc_empr_year, arc_empr_categ, arc_empr_codestat, arc_empr_sexe, arc_empr_statut, arc_empr_location, arc_type_abt, arc_expl_typdoc, arc_expl_cote, arc_expl_statut, arc_expl_location, arc_expl_location_origine, arc_expl_location_retour, arc_expl_codestat, arc_expl_owner, arc_expl_section, arc_expl_id, arc_expl_notice, arc_expl_bulletin, arc_groupe, arc_niveau_relance, arc_date_relance, arc_printed, arc_cpt_prolongation, arc_short_loan_flag) VALUES (4,'2012-11-20 09:33:31','2012-12-11 00:00:00',0,'72500','CHATEAU DU LOIR','Développeur PMB',1972,7,3,1,1,1,0,18,'PER GEO',1,1,0,0,12,2,31,94,0,5,'',0,'0000-00-00',0,0,0);
INSERT INTO pret_archive (arc_id, arc_debut, arc_fin, arc_id_empr, arc_empr_cp, arc_empr_ville, arc_empr_prof, arc_empr_year, arc_empr_categ, arc_empr_codestat, arc_empr_sexe, arc_empr_statut, arc_empr_location, arc_type_abt, arc_expl_typdoc, arc_expl_cote, arc_expl_statut, arc_expl_location, arc_expl_location_origine, arc_expl_location_retour, arc_expl_codestat, arc_expl_owner, arc_expl_section, arc_expl_id, arc_expl_notice, arc_expl_bulletin, arc_groupe, arc_niveau_relance, arc_date_relance, arc_printed, arc_cpt_prolongation, arc_short_loan_flag) VALUES (5,'2012-11-20 09:34:17','2012-12-11 00:00:00',0,'72500','CHATEAU DU LOIR','Développeur PMB',1972,7,3,1,1,1,0,1,'960 DEP',1,1,0,0,12,1,10,90,71,0,'',0,'0000-00-00',0,0,0);
INSERT INTO pret_archive (arc_id, arc_debut, arc_fin, arc_id_empr, arc_empr_cp, arc_empr_ville, arc_empr_prof, arc_empr_year, arc_empr_categ, arc_empr_codestat, arc_empr_sexe, arc_empr_statut, arc_empr_location, arc_type_abt, arc_expl_typdoc, arc_expl_cote, arc_expl_statut, arc_expl_location, arc_expl_location_origine, arc_expl_location_retour, arc_expl_codestat, arc_expl_owner, arc_expl_section, arc_expl_id, arc_expl_notice, arc_expl_bulletin, arc_groupe, arc_niveau_relance, arc_date_relance, arc_printed, arc_cpt_prolongation, arc_short_loan_flag) VALUES (6,'2012-11-20 09:34:36','2012-12-11 00:00:00',0,'01000','StarwarsTown','Pilote',1900,8,4,1,1,1,0,1,'RX BRA',1,1,0,0,12,2,24,53,103,0,'',0,'0000-00-00',0,0,0);
/*!40000 ALTER TABLE pret_archive ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pret_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pret_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
filters int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pret_custom`
--
LOCK TABLES pret_custom WRITE;
/*!40000 ALTER TABLE pret_custom DISABLE KEYS */;
/*!40000 ALTER TABLE pret_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pret_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pret_custom_lists (
pret_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
pret_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
pret_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY i_pret_custom_champ (pret_custom_champ),
KEY i_pret_champ_list_value (pret_custom_champ,pret_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pret_custom_lists`
--
LOCK TABLES pret_custom_lists WRITE;
/*!40000 ALTER TABLE pret_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE pret_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pret_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE pret_custom_values (
pret_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
pret_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
pret_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
pret_custom_text text COLLATE utf8_unicode_ci,
pret_custom_integer int(11) DEFAULT NULL,
pret_custom_date date DEFAULT NULL,
pret_custom_float float DEFAULT NULL,
KEY i_pret_custom_champ (pret_custom_champ),
KEY i_pret_custom_origine (pret_custom_origine)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pret_custom_values`
--
LOCK TABLES pret_custom_values WRITE;
/*!40000 ALTER TABLE pret_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE pret_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `procs`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE procs (
idproc smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
requete blob NOT NULL,
`comment` tinytext COLLATE utf8_unicode_ci NOT NULL,
autorisations mediumtext COLLATE utf8_unicode_ci,
parameters text COLLATE utf8_unicode_ci,
num_classement int(5) unsigned NOT NULL DEFAULT '0',
proc_notice_tpl int(2) unsigned NOT NULL DEFAULT '0',
proc_notice_tpl_field varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (idproc),
KEY idproc (idproc)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `procs`
--
LOCK TABLES procs WRITE;
/*!40000 ALTER TABLE procs DISABLE KEYS */;
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (33,'Portail : Liste des articles par date de création',0x53454C4543540D0A69645F61727469636C6520415320224964656E74696669616E74222C0D0A61727469636C655F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A61727469636C655F7469746C6520415320225469747265206465206C2761727469636C65222C0D0A49464E554C4C28434F4E434154287275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C7275625F312E73656374696F6E5F7469746C65292929292920415320225275627269717565220D0A0D0A46524F4D20636D735F61727469636C65730D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20286E756D5F73656374696F6E3D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A0D0A4F5244455220425920312044455343,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_type\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un type de contenu :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>select id_editorial_type, editorial_type_label from cms_editorial_types where editorial_type_element=\'article\' order by 2</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (34,'Portail : Liste des articles selon le rédacteur',0x53454C4543540D0A49464E554C4C28434F4E434154287275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C7275625F312E73656374696F6E5F7469746C65292929292920415320225275627269717565222C0D0A61727469636C655F7469746C6520415320225469747265206465206C2761727469636C65222C0D0A69645F61727469636C6520415320224964656E74696669616E74222C0D0A61727469636C655F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F64617465204153202244617465206465206D69736520C3A0206A6F757222200D0A0D0A46524F4D20636D735F61727469636C65730D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20286E756D5F73656374696F6E3D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320646174655F6D616A204F4E202869645F61727469636C653D646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E4420646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3437290D0A4A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320726564616374657572204F4E202869645F61727469636C653D7265646163746575722E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E44207265646163746575722E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3436290D0A0D0A5748455245207265646163746575722E636D735F656469746F7269616C5F637573746F6D5F696E74656765723D212163686F69785F72656461637465757221210D0A0D0A4F524445522042592031,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_redacteur\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un utilisateur :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[SELECT userid, username FROM users ORDER BY 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (35,'Portail : Liste des articles selon le type de contenu',0x53454C4543540D0A49464E554C4C28434F4E434154287275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C7275625F312E73656374696F6E5F7469746C65292929292920415320225275627269717565222C0D0A61727469636C655F7469746C6520415320225469747265206465206C2761727469636C65222C0D0A69645F61727469636C6520415320224964656E74696669616E74222C0D0A61727469636C655F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E22200D0A0D0A46524F4D20636D735F61727469636C65730D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20286E756D5F73656374696F6E3D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A0D0A57484552452061727469636C655F6E756D5F747970653D212163686F69785F7479706521210D0A0D0A4F524445522042592031,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_type\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un type de contenu :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>select id_editorial_type, editorial_type_label from cms_editorial_types where editorial_type_element=\'article\' order by 2</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (36,'Portail : Liste des rubriques par date de création',0x53454C454354200D0A7275625F302E69645F73656374696F6E20415320224964656E74696669616E74222C0D0A7275625F302E73656374696F6E5F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A7275625F302E73656374696F6E5F7469746C6520415320225469747265206465206C61207275627269717565222C0D0A43415345205748454E207275625F302E73656374696F6E5F6E756D5F706172656E743D30205448454E2027526163696E652720454C5345200D0A49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C434F4E4341542827526163696E65203E20272C7275625F312E73656374696F6E5F7469746C6529292929292920454E442041532022527562726971756520706172656E746522200D0A0D0A46524F4D20636D735F73656374696F6E73204153207275625F300D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20287275625F302E73656374696F6E5F6E756D5F706172656E743D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A0D0A4F5244455220425920312044455343,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_type\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un type de contenu :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>select id_editorial_type, editorial_type_label from cms_editorial_types where editorial_type_element=\'section\' order by 2</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (37,'Portail : Liste des rubriques selon le rédacteur',0x53454C454354200D0A43415345205748454E207275625F302E73656374696F6E5F6E756D5F706172656E743D30205448454E2027526163696E652720454C5345200D0A49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C434F4E4341542827526163696E65203E20272C7275625F312E73656374696F6E5F7469746C6529292929292920454E442041532022527562726971756520706172656E7465222C0D0A7275625F302E73656374696F6E5F7469746C6520415320225469747265206465206C61207275627269717565222C0D0A7275625F302E69645F73656374696F6E20415320224964656E74696669616E74222C0D0A7275625F302E73656374696F6E5F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F64617465204153202244617465206465206D69736520C3A0206A6F757222200D0A0D0A46524F4D20636D735F73656374696F6E73204153207275625F300D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20287275625F302E73656374696F6E5F6E756D5F706172656E743D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320646174655F6D616A204F4E20287275625F302E69645F73656374696F6E3D646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E4420646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3438290D0A4A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320726564616374657572204F4E20287275625F302E69645F73656374696F6E3D7265646163746575722E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E44207265646163746575722E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3435290D0A0D0A5748455245207265646163746575722E636D735F656469746F7269616C5F637573746F6D5F696E74656765723D212163686F69785F72656461637465757221210D0A0D0A4F524445522042592031,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_redacteur\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un utilisateur :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[SELECT userid, username FROM users ORDER BY 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (38,'Portail : Liste des rubriques selon le type de contenu',0x53454C454354200D0A43415345205748454E207275625F302E73656374696F6E5F6E756D5F706172656E743D30205448454E2027526163696E652720454C5345200D0A49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C434F4E4341542827526163696E65203E20272C7275625F312E73656374696F6E5F7469746C6529292929292920454E442041532022527562726971756520706172656E7465222C0D0A7275625F302E73656374696F6E5F7469746C6520415320225469747265206465206C61207275627269717565222C0D0A7275625F302E69645F73656374696F6E20415320224964656E74696669616E74222C0D0A7275625F302E73656374696F6E5F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E22200D0A0D0A46524F4D20636D735F73656374696F6E73204153207275625F300D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20287275625F302E73656374696F6E5F6E756D5F706172656E743D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A0D0A5748455245207275625F302E73656374696F6E5F6E756D5F747970653D212163686F69785F7479706521210D0A0D0A4F524445522042592031,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_type\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un type de contenu :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY>select id_editorial_type, editorial_type_label from cms_editorial_types where editorial_type_element=\'section\' order by 2</QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (39,'Portail : Vider le cache portail',0x5452554E4341544520636D735F63616368655F636164726573,'','1','',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (41,'Portail : Liste des articles selon les cadres de la page d\'accueil',0x53454C4543540D0A49464E554C4C28434F4E434154287275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E434154287275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C7275625F312E73656374696F6E5F7469746C65292929292920415320225275627269717565222C0D0A61727469636C655F7469746C6520415320225469747265206465206C2761727469636C65222C0D0A69645F61727469636C6520415320224964656E74696669616E74222C0D0A61727469636C655F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F64617465204153202244617465206465206D69736520C3A0206A6F757222200D0A0D0A46524F4D20636D735F61727469636C65730D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20286E756D5F73656374696F6E3D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320646174655F6D616A204F4E202869645F61727469636C653D646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E4420646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3437290D0A4A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C756573204153206361647265735F6163637565696C204F4E202869645F61727469636C653D6361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E44206361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3336290D0A0D0A5748455245206361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F696E74656765723D212163686F69785F636164726521210D0A0D0A4F524445522042592031,'','','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_cadre\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un cadre :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[SELECT cms_editorial_custom_list_value, cms_editorial_custom_list_lib FROM cms_editorial_custom_lists WHERE cms_editorial_custom_champ=36 ORDER BY 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (40,'Portail : Supprimer des versions du CMS',0x44454C45544520636D735F76657273696F6E2C20636D735F6275696C640D0A46524F4D20636D735F76657273696F6E0D0A4A4F494E20636D735F6275696C64204F4E202869645F76657273696F6E3D6275696C645F76657273696F6E5F6E756D29200D0A57484552452076657273696F6E5F64617465213D272121646174655F76657273696F6E212127,'Attention, il faut sélectionner la version à conserver !!','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"date_version\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Sélectionnez la version <span style=\"color:red;font-weight:bold;\">A CONSERVER</span> :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select version_date, version_date from cms_version where version_cms_num=1 order by 2 desc]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (42,'Portail : Liste des rubriques selon les cadres de la page d\'accueil',0x53454C454354200D0A43415345205748454E207275625F302E73656374696F6E5F6E756D5F706172656E743D30205448454E2027526163696E652720454C5345200D0A49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F362E73656374696F6E5F7469746C652C27203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F352E73656374696F6E5F7469746C652C27203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F342E73656374696F6E5F7469746C652C27203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F332E73656374696F6E5F7469746C652C27203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C49464E554C4C28434F4E4341542827526163696E65203E20272C7275625F322E73656374696F6E5F7469746C652C27203E20272C7275625F312E73656374696F6E5F7469746C65292C434F4E4341542827526163696E65203E20272C7275625F312E73656374696F6E5F7469746C6529292929292920454E442041532022527562726971756520706172656E7465222C0D0A7275625F302E73656374696F6E5F7469746C6520415320225469747265206465206C61207275627269717565222C0D0A7275625F302E69645F73656374696F6E20415320224964656E74696669616E74222C0D0A7275625F302E73656374696F6E5F6372656174696F6E5F64617465204153202244617465206465206372C3A96174696F6E222C0D0A646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F64617465204153202244617465206465206D69736520C3A0206A6F757222200D0A0D0A46524F4D20636D735F73656374696F6E73204153207275625F300D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F31204F4E20287275625F302E73656374696F6E5F6E756D5F706172656E743D7275625F312E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F32204F4E20287275625F312E73656374696F6E5F6E756D5F706172656E743D7275625F322E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F33204F4E20287275625F322E73656374696F6E5F6E756D5F706172656E743D7275625F332E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F34204F4E20287275625F332E73656374696F6E5F6E756D5F706172656E743D7275625F342E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F35204F4E20287275625F342E73656374696F6E5F6E756D5F706172656E743D7275625F352E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F73656374696F6E73204153207275625F36204F4E20287275625F352E73656374696F6E5F6E756D5F706172656E743D7275625F362E69645F73656374696F6E29200D0A4C454654204A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C75657320415320646174655F6D616A204F4E20287275625F302E69645F73656374696F6E3D646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E4420646174655F6D616A2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3438290D0A4A4F494E20636D735F656469746F7269616C5F637573746F6D5F76616C756573204153206361647265735F6163637565696C204F4E20287275625F302E69645F73656374696F6E3D6361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F6F726967696E6520414E44206361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F6368616D703D3431290D0A0D0A5748455245206361647265735F6163637565696C2E636D735F656469746F7269616C5F637573746F6D5F696E74656765723D212163686F69785F636164726521210D0A0D0A4F524445522042592031,'','','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"choix_cadre\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[Choisissez un cadre :]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[SELECT cms_editorial_custom_list_value, cms_editorial_custom_list_lib FROM cms_editorial_custom_lists WHERE cms_editorial_custom_champ=41 ORDER BY 2]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
INSERT INTO procs (idproc, name, requete, comment, autorisations, parameters, num_classement, proc_notice_tpl, proc_notice_tpl_field) VALUES (43,'Portail purge Css !! ALL !!',0x75706461746520636D735F6275696C6420736574206275696C645F6373733D2727207768657265206275696C645F76657273696F6E5F6E756D3D212169642121,'','1','<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<FIELDS>\n <FIELD NAME=\"id\" MANDATORY=\"yes\">\n <ALIAS><![CDATA[id]]></ALIAS>\n <TYPE>query_list</TYPE>\n<OPTIONS FOR=\"query_list\">\r\n <QUERY><![CDATA[select id_version, id_version from cms_version order by id_version desc]]></QUERY>\r\n <MULTIPLE>no</MULTIPLE>\r\n <UNSELECT_ITEM VALUE=\"\"><![CDATA[]]></UNSELECT_ITEM>\r\n</OPTIONS>\n </FIELD>\n</FIELDS>',0,0,'');
/*!40000 ALTER TABLE procs ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `procs_classements`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE procs_classements (
idproc_classement smallint(5) unsigned NOT NULL AUTO_INCREMENT,
libproc_classement varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (idproc_classement)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `procs_classements`
--
LOCK TABLES procs_classements WRITE;
/*!40000 ALTER TABLE procs_classements DISABLE KEYS */;
INSERT INTO procs_classements (idproc_classement, libproc_classement) VALUES (1,'Statistiques collections');
INSERT INTO procs_classements (idproc_classement, libproc_classement) VALUES (2,'Statistiques lecteurs');
INSERT INTO procs_classements (idproc_classement, libproc_classement) VALUES (3,'Statistiques prêts');
INSERT INTO procs_classements (idproc_classement, libproc_classement) VALUES (4,'Listes');
INSERT INTO procs_classements (idproc_classement, libproc_classement) VALUES (5,'Portail Pagéo');
/*!40000 ALTER TABLE procs_classements ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `publisher_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE publisher_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `publisher_custom`
--
LOCK TABLES publisher_custom WRITE;
/*!40000 ALTER TABLE publisher_custom DISABLE KEYS */;
/*!40000 ALTER TABLE publisher_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `publisher_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE publisher_custom_lists (
publisher_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
publisher_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
publisher_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (publisher_custom_champ),
KEY editorial_champ_list_value (publisher_custom_champ,publisher_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `publisher_custom_lists`
--
LOCK TABLES publisher_custom_lists WRITE;
/*!40000 ALTER TABLE publisher_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE publisher_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `publisher_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE publisher_custom_values (
publisher_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
publisher_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
publisher_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
publisher_custom_text text COLLATE utf8_unicode_ci,
publisher_custom_integer int(11) DEFAULT NULL,
publisher_custom_date date DEFAULT NULL,
publisher_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (publisher_custom_champ),
KEY editorial_custom_origine (publisher_custom_origine),
KEY i_pcv_st (publisher_custom_small_text),
KEY i_pcv_t (publisher_custom_text(255)),
KEY i_pcv_i (publisher_custom_integer),
KEY i_pcv_d (publisher_custom_date),
KEY i_pcv_f (publisher_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `publisher_custom_values`
--
LOCK TABLES publisher_custom_values WRITE;
/*!40000 ALTER TABLE publisher_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE publisher_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `publishers`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE publishers (
ed_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
ed_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_adr1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_adr2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_cp varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_ville varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_pays varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ed_web varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_publisher text COLLATE utf8_unicode_ci,
ed_comment text COLLATE utf8_unicode_ci,
PRIMARY KEY (ed_id),
KEY ed_name (ed_name),
KEY ed_ville (ed_ville)
) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `publishers`
--
LOCK TABLES publishers WRITE;
/*!40000 ALTER TABLE publishers DISABLE KEYS */;
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (6,'Seuil','','','','Paris','','',' seuil paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (7,'les Éd. du Toucan','','','','[Issy-les-Moulineaux]','','',' les ed du toucan issy les moulineaux ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (8,'Hazan','','','','[Vanves]','','',' hazan vanves ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (9,'Didier jeunesse','','','','Paris','','',' didier jeunesse paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (11,'Pastel','','','','[Bruxelles]','','',' pastel bruxelles ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (12,'l\'école des loisirs','','','','Paris','','',' l ecole des loisirs paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (13,'Gallimard','','','','Paris','','',' gallimard paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (14,'Serpent à plumes','','','','Paris','','',' serpent a plumes paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (15,'Vents d\'ailleurs','','','','La Roque-d\'Anthéron','','',' vents d ailleurs la roque d antheron ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (16,'Kaléidoscope','','','','Paris','','',' kaleidoscope paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (17,'Hachette Jeunesse','','','','','','',' hachette jeunesse ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (18,'Circonflexe','','','','[Paris]','','',' circonflexe paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (19,'l\'Oeil neuf éd.','','','','Paris','','',' l oeil neuf ed paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (20,'Éd. du Cercle de la librairie','','','','[Paris]','','',' ed du cercle de la librairie paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (21,'Presses universitaires de France','','','','Paris','','',' presses universitaires de france paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (22,'Casterman','','','','','','',' casterman ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (23,'Gallimard jeunesse','','','','[Paris]','','',' gallimard jeunesse paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (24,'Denoël','','','','[Paris]','','',' denoel paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (25,'Éd. First','','','','Paris','','',' ed first paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (26,'Milan','','','','Toulouse','','',' milan toulouse ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (27,'Éd. du Rouergue','','','','Rodez','','',' ed du rouergue rodez ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (28,'Gallimard jeunesse - Giboulées','','','','[Paris]','','',' gallimard jeunesse giboulees paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (29,'Nathan','','','','','','',' nathan ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (30,'Éd. Lito','','','','Champigny-sur-Marne','','',' ed lito champigny sur marne ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (31,'Rue du monde','','','','[Voisins-le-Bretonneux]','','',' rue du monde voisins le bretonneux ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (32,'Mila éd.','','','','[Paris]','','',' mila ed paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (33,'l\'École des loisirs-Loulou & Cie','','','','Paris','','',' l ecole des loisirs loulou cie paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (34,'l\'Atalante','','','','Nantes','','',' l atalante nantes ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (35,'10-18','','','','','','',' 10 18 ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (36,'Arola','','','','','','',' arola ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (37,'Cah cinema','','','','','','',' cah cinema ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (38,'Gallimard Jeunesse Musique','','','','','','',' gallimard jeunesse musique ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (39,'Twentieth century Fox','','','','Paris','','',' twentieth century fox paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (40,'Warner home video','','','','Neuilly-sur-Seine','','',' warner home video neuilly sur seine ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (41,'Columbia Tristar home video','','','','Boulogne-Billancourt','','',' columbia tristar home video boulogne billancourt ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (42,'Manteca','','','','','','',' manteca ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (43,'AZ','','','','Paris','','',' az paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (44,'Universal music jazz France','','','','','','',' universal music jazz france ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (45,'Universal Polydor','','','','','','',' universal polydor ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (46,'Because music','','','','Paris','','',' because music paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (47,'Participations éditions presse','','','','Paris','','',' participations editions presse paris ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (48,'ENSSIB','','','','Villeurbanne','','',' enssib villeurbanne ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (49,'Éd. Grains de sel','','','','Lyon','','',' ed grains de sel lyon ','');
INSERT INTO publishers (ed_id, ed_name, ed_adr1, ed_adr2, ed_cp, ed_ville, ed_pays, ed_web, index_publisher, ed_comment) VALUES (50,'Studio magazine','','','','Paris','','',' studio magazine paris ','');
/*!40000 ALTER TABLE publishers ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quotas`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE quotas (
quota_type int(10) unsigned NOT NULL DEFAULT '0',
constraint_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
elements int(10) unsigned NOT NULL DEFAULT '0',
`value` float DEFAULT NULL,
PRIMARY KEY (quota_type,constraint_type,elements)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quotas`
--
LOCK TABLES quotas WRITE;
/*!40000 ALTER TABLE quotas DISABLE KEYS */;
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'MAX',0,10);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'DEFAULT',0,5);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'FORCE_LEND',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'MAX_QUOTA',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'PRIORITY',17,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'PRIORITY',3,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'PRIORITY',1,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (1,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'MAX',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'MAX',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'DEFAULT',0,21);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'PRIORITY',17,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'PRIORITY',3,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'PRIORITY',1,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (2,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'DEFAULT',0,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'FORCE_LEND',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'PRIORITY',17,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'PRIORITY',3,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'PRIORITY',1,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (64,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'MAX',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'DEFAULT',0,21);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'PRIORITY',17,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'PRIORITY',3,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'PRIORITY',1,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (128,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'MAX',0,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'DEFAULT',0,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'FORCE_LEND',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'MAX_QUOTA',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'PRIORITY',20,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'PRIORITY',6,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'PRIORITY',4,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (4,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'MAX',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'DEFAULT',0,7);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'PRIORITY',20,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'PRIORITY',6,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'PRIORITY',4,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (8,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'MAX',0,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'DEFAULT',0,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'FORCE_LEND',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'MAX_QUOTA',0,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'PRIORITY',24,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'PRIORITY',10,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'PRIORITY',8,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (16,'PRIORITY',2,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'MAX',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'MIN',0,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'DEFAULT',0,7);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'CONFLICT',0,4);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'PRIORITY',24,0);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'PRIORITY',16,1);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'PRIORITY',10,2);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'PRIORITY',8,3);
INSERT INTO quotas (quota_type, constraint_type, elements, value) VALUES (32,'PRIORITY',2,4);
/*!40000 ALTER TABLE quotas ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quotas_finance`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE quotas_finance (
quota_type int(10) unsigned NOT NULL DEFAULT '0',
constraint_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
elements int(10) unsigned NOT NULL DEFAULT '0',
`value` float DEFAULT NULL,
PRIMARY KEY (quota_type,constraint_type,elements)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quotas_finance`
--
LOCK TABLES quotas_finance WRITE;
/*!40000 ALTER TABLE quotas_finance DISABLE KEYS */;
/*!40000 ALTER TABLE quotas_finance ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quotas_opac_views`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE quotas_opac_views (
quota_type int(10) unsigned NOT NULL DEFAULT '0',
constraint_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
elements int(10) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (quota_type,constraint_type,elements)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quotas_opac_views`
--
LOCK TABLES quotas_opac_views WRITE;
/*!40000 ALTER TABLE quotas_opac_views DISABLE KEYS */;
/*!40000 ALTER TABLE quotas_opac_views ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rapport_demandes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rapport_demandes (
id_item int(10) unsigned NOT NULL AUTO_INCREMENT,
contenu text COLLATE utf8_unicode_ci NOT NULL,
num_note int(10) NOT NULL DEFAULT '0',
num_demande int(10) NOT NULL DEFAULT '0',
ordre mediumint(3) NOT NULL DEFAULT '0',
`type` mediumint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (id_item)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rapport_demandes`
--
LOCK TABLES rapport_demandes WRITE;
/*!40000 ALTER TABLE rapport_demandes DISABLE KEYS */;
/*!40000 ALTER TABLE rapport_demandes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_g2t`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_g2t (
g mediumint(8) unsigned NOT NULL,
t mediumint(8) unsigned NOT NULL,
UNIQUE KEY gt (g,t),
KEY tg (t,g)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_g2t`
--
LOCK TABLES rdfstore_g2t WRITE;
/*!40000 ALTER TABLE rdfstore_g2t DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_g2t ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_id2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_id2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val text COLLATE utf8_unicode_ci NOT NULL,
val_type tinyint(1) NOT NULL DEFAULT '0',
UNIQUE KEY id (id,val_type),
KEY v (val(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_id2val`
--
LOCK TABLES rdfstore_id2val WRITE;
/*!40000 ALTER TABLE rdfstore_id2val DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_id2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_index (
num_triple int(10) unsigned NOT NULL DEFAULT '0',
subject_uri text COLLATE utf8_unicode_ci NOT NULL,
subject_type text COLLATE utf8_unicode_ci NOT NULL,
predicat_uri text COLLATE utf8_unicode_ci NOT NULL,
num_object int(10) unsigned NOT NULL DEFAULT '0',
object_val text COLLATE utf8_unicode_ci NOT NULL,
object_index text COLLATE utf8_unicode_ci NOT NULL,
object_lang char(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (num_object)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_index`
--
LOCK TABLES rdfstore_index WRITE;
/*!40000 ALTER TABLE rdfstore_index DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_o2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_o2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val_hash char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY id (id),
KEY vh (val_hash),
KEY v (val(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_o2val`
--
LOCK TABLES rdfstore_o2val WRITE;
/*!40000 ALTER TABLE rdfstore_o2val DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_o2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_s2val`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_s2val (
id mediumint(8) unsigned NOT NULL,
misc tinyint(1) NOT NULL DEFAULT '0',
val_hash char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY id (id),
KEY vh (val_hash)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_s2val`
--
LOCK TABLES rdfstore_s2val WRITE;
/*!40000 ALTER TABLE rdfstore_s2val DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_s2val ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_setting`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_setting (
k char(32) COLLATE utf8_unicode_ci NOT NULL,
val text COLLATE utf8_unicode_ci NOT NULL,
UNIQUE KEY k (k)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_setting`
--
LOCK TABLES rdfstore_setting WRITE;
/*!40000 ALTER TABLE rdfstore_setting DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_setting ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rdfstore_triple`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rdfstore_triple (
t mediumint(8) unsigned NOT NULL,
s mediumint(8) unsigned NOT NULL,
p mediumint(8) unsigned NOT NULL,
o mediumint(8) unsigned NOT NULL,
o_lang_dt mediumint(8) unsigned NOT NULL,
o_comp char(35) COLLATE utf8_unicode_ci NOT NULL,
s_type tinyint(1) NOT NULL DEFAULT '0',
o_type tinyint(1) NOT NULL DEFAULT '0',
misc tinyint(1) NOT NULL DEFAULT '0',
UNIQUE KEY t (t),
KEY sp (s,p),
KEY os (o,s),
KEY po (p,o),
KEY misc (misc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci DELAY_KEY_WRITE=1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rdfstore_triple`
--
LOCK TABLES rdfstore_triple WRITE;
/*!40000 ALTER TABLE rdfstore_triple DISABLE KEYS */;
/*!40000 ALTER TABLE rdfstore_triple ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `recouvrements`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE recouvrements (
recouvr_id int(16) unsigned NOT NULL AUTO_INCREMENT,
empr_id int(10) unsigned NOT NULL DEFAULT '0',
id_expl int(10) unsigned NOT NULL DEFAULT '0',
date_rec date NOT NULL DEFAULT '0000-00-00',
libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
montant decimal(16,2) DEFAULT '0.00',
recouvr_type int(2) unsigned NOT NULL DEFAULT '0',
date_pret datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_relance1 datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_relance2 datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_relance3 datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (recouvr_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `recouvrements`
--
LOCK TABLES recouvrements WRITE;
/*!40000 ALTER TABLE recouvrements DISABLE KEYS */;
/*!40000 ALTER TABLE recouvrements ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resa`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE resa (
id_resa mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
resa_idempr int(10) unsigned NOT NULL DEFAULT '0',
resa_idnotice mediumint(8) unsigned NOT NULL DEFAULT '0',
resa_idbulletin int(8) unsigned NOT NULL DEFAULT '0',
resa_date datetime DEFAULT NULL,
resa_date_debut date NOT NULL DEFAULT '0000-00-00',
resa_date_fin date NOT NULL DEFAULT '0000-00-00',
resa_cb varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resa_confirmee int(1) unsigned NOT NULL DEFAULT '0',
resa_loc_retrait smallint(5) unsigned NOT NULL DEFAULT '0',
resa_arc int(10) unsigned NOT NULL DEFAULT '0',
resa_planning_id_resa int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_resa),
KEY resa_date_fin (resa_date_fin),
KEY resa_date (resa_date),
KEY resa_cb (resa_cb),
KEY i_idbulletin (resa_idbulletin),
KEY i_idnotice (resa_idnotice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resa`
--
LOCK TABLES resa WRITE;
/*!40000 ALTER TABLE resa DISABLE KEYS */;
/*!40000 ALTER TABLE resa ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resa_archive`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE resa_archive (
resarc_id int(10) unsigned NOT NULL AUTO_INCREMENT,
resarc_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
resarc_debut date NOT NULL DEFAULT '0000-00-00',
resarc_fin date NOT NULL DEFAULT '0000-00-00',
resarc_idnotice int(10) unsigned NOT NULL DEFAULT '0',
resarc_idbulletin int(10) unsigned NOT NULL DEFAULT '0',
resarc_confirmee int(1) unsigned DEFAULT '0',
resarc_cb varchar(14) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resarc_loc_retrait smallint(5) unsigned DEFAULT '0',
resarc_from_opac int(1) unsigned DEFAULT '0',
resarc_anulee int(1) unsigned DEFAULT '0',
resarc_pretee int(1) unsigned DEFAULT '0',
resarc_arcpretid int(10) unsigned NOT NULL DEFAULT '0',
resarc_id_empr int(10) unsigned NOT NULL DEFAULT '0',
resarc_empr_cp varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resarc_empr_ville varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resarc_empr_prof varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resarc_empr_year int(4) unsigned DEFAULT '0',
resarc_empr_categ smallint(5) unsigned DEFAULT '0',
resarc_empr_codestat smallint(5) unsigned DEFAULT '0',
resarc_empr_sexe tinyint(3) unsigned DEFAULT '0',
resarc_empr_location int(6) unsigned NOT NULL DEFAULT '1',
resarc_expl_nb int(5) unsigned DEFAULT '0',
resarc_expl_typdoc int(5) unsigned DEFAULT '0',
resarc_expl_cote varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
resarc_expl_statut smallint(5) unsigned DEFAULT '0',
resarc_expl_location smallint(5) unsigned DEFAULT '0',
resarc_expl_codestat smallint(5) unsigned DEFAULT '0',
resarc_expl_owner mediumint(8) unsigned DEFAULT '0',
resarc_expl_section int(5) unsigned NOT NULL DEFAULT '0',
resarc_resa_planning_id_resa int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (resarc_id),
KEY i_pa_idempr (resarc_id_empr),
KEY i_pa_notice (resarc_idnotice),
KEY i_pa_bulletin (resarc_idbulletin),
KEY i_pa_resarc_date (resarc_date)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resa_archive`
--
LOCK TABLES resa_archive WRITE;
/*!40000 ALTER TABLE resa_archive DISABLE KEYS */;
INSERT INTO resa_archive (resarc_id, resarc_date, resarc_debut, resarc_fin, resarc_idnotice, resarc_idbulletin, resarc_confirmee, resarc_cb, resarc_loc_retrait, resarc_from_opac, resarc_anulee, resarc_pretee, resarc_arcpretid, resarc_id_empr, resarc_empr_cp, resarc_empr_ville, resarc_empr_prof, resarc_empr_year, resarc_empr_categ, resarc_empr_codestat, resarc_empr_sexe, resarc_empr_location, resarc_expl_nb, resarc_expl_typdoc, resarc_expl_cote, resarc_expl_statut, resarc_expl_location, resarc_expl_codestat, resarc_expl_owner, resarc_expl_section, resarc_resa_planning_id_resa) VALUES (1,'2016-02-10 16:16:40','0000-00-00','0000-00-00',90,0,0,'',0,1,1,0,0,11,'','','',0,10,3,0,1,1,0,'',0,0,0,0,0,0);
/*!40000 ALTER TABLE resa_archive ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resa_loc`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE resa_loc (
resa_loc int(8) unsigned NOT NULL DEFAULT '0',
resa_emprloc int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (resa_loc,resa_emprloc),
KEY i_resa_emprloc (resa_emprloc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resa_loc`
--
LOCK TABLES resa_loc WRITE;
/*!40000 ALTER TABLE resa_loc DISABLE KEYS */;
/*!40000 ALTER TABLE resa_loc ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resa_planning`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE resa_planning (
id_resa mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
resa_idempr mediumint(8) unsigned NOT NULL DEFAULT '0',
resa_idnotice mediumint(8) unsigned NOT NULL DEFAULT '0',
resa_idbulletin int(8) unsigned NOT NULL DEFAULT '0',
resa_date datetime DEFAULT NULL,
resa_date_debut date NOT NULL DEFAULT '0000-00-00',
resa_date_fin date NOT NULL DEFAULT '0000-00-00',
resa_validee int(1) unsigned NOT NULL DEFAULT '0',
resa_confirmee int(1) unsigned NOT NULL DEFAULT '0',
resa_loc_retrait int(5) unsigned NOT NULL DEFAULT '0',
resa_qty int(5) unsigned NOT NULL DEFAULT '1',
resa_remaining_qty int(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_resa),
KEY resa_date_fin (resa_date_fin),
KEY resa_date (resa_date)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resa_planning`
--
LOCK TABLES resa_planning WRITE;
/*!40000 ALTER TABLE resa_planning DISABLE KEYS */;
/*!40000 ALTER TABLE resa_planning ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resa_ranger`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE resa_ranger (
resa_cb varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (resa_cb)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resa_ranger`
--
LOCK TABLES resa_ranger WRITE;
/*!40000 ALTER TABLE resa_ranger DISABLE KEYS */;
/*!40000 ALTER TABLE resa_ranger ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `responsability`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE responsability (
responsability_author mediumint(8) unsigned NOT NULL DEFAULT '0',
responsability_notice mediumint(8) unsigned NOT NULL DEFAULT '0',
responsability_fonction varchar(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
responsability_type mediumint(1) unsigned NOT NULL DEFAULT '0',
responsability_ordre smallint(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (responsability_author,responsability_notice,responsability_fonction),
KEY responsability_notice (responsability_notice)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `responsability`
--
LOCK TABLES responsability WRITE;
/*!40000 ALTER TABLE responsability DISABLE KEYS */;
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (19,73,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (15,71,'440',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (18,72,'250',2,2);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (17,72,'440',2,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (16,72,'070',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (13,69,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (12,68,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (14,70,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (11,68,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (20,74,'440',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (22,75,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (21,75,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (22,76,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (21,76,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (23,77,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (26,78,'730',2,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (25,78,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (24,78,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (27,79,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (29,80,'',1,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (28,80,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (30,81,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (31,82,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (33,83,'651',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (32,83,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (34,84,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (35,85,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (37,86,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (36,86,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (41,87,'730',2,2);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (40,87,'730',2,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (39,87,'440',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (38,87,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (42,88,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (45,89,'440',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (44,89,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (43,89,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (46,90,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (47,91,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (48,92,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (50,93,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (49,93,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (51,94,'',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (52,95,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (53,96,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (55,97,'440',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (54,97,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (57,98,'651',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (56,98,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (59,99,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (58,99,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (59,100,'070',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (58,100,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (60,101,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (27,102,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (63,103,'730',2,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (62,103,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (61,103,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (65,104,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (64,104,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (65,105,'730',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (64,105,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,106,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (68,108,'',1,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (69,109,'440',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (71,110,'',2,1);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (70,110,'005',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,110,'300',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (72,111,'005',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,111,'300',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (73,112,'0',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,112,'300',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,113,'300',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (70,114,'005',2,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (66,114,'300',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (74,115,'590',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (75,116,'590',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (76,117,'590',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (77,118,'590',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (78,119,'590',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (79,124,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (80,125,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (81,126,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (82,127,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (83,128,'070',0,0);
INSERT INTO responsability (responsability_author, responsability_notice, responsability_fonction, responsability_type, responsability_ordre) VALUES (84,132,'651',0,0);
/*!40000 ALTER TABLE responsability ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `responsability_tu`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE responsability_tu (
responsability_tu_author_num int(10) unsigned NOT NULL DEFAULT '0',
responsability_tu_num int(10) unsigned NOT NULL DEFAULT '0',
responsability_tu_fonction char(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
responsability_tu_type int(10) unsigned NOT NULL DEFAULT '0',
responsability_tu_ordre smallint(2) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (responsability_tu_author_num,responsability_tu_num,responsability_tu_fonction),
KEY responsability_tu_author (responsability_tu_author_num),
KEY responsability_tu_num (responsability_tu_num)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `responsability_tu`
--
LOCK TABLES responsability_tu WRITE;
/*!40000 ALTER TABLE responsability_tu DISABLE KEYS */;
/*!40000 ALTER TABLE responsability_tu ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rss_content`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rss_content (
rss_id int(10) unsigned NOT NULL DEFAULT '0',
rss_content longblob NOT NULL,
rss_content_parse longblob NOT NULL,
rss_last timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (rss_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rss_content`
--
LOCK TABLES rss_content WRITE;
/*!40000 ALTER TABLE rss_content DISABLE KEYS */;
INSERT INTO rss_content (rss_id, rss_content, rss_content_parse, rss_last) VALUES (120,0x3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D227574662D38223F3E0A3C7273732076657273696F6E3D22322E30223E0A20203C6368616E6E656C3E0A202020203C7469746C653E47454F2E6672203A205265706F7274616765732047454F3C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66723C2F6C696E6B3E0A202020203C6465736372697074696F6E3E3C2F6465736372697074696F6E3E0A202020203C636F707972696768743E3C2F636F707972696768743E0A202020203C6C616E67756167653E66722D46523C2F6C616E67756167653E0A202020203C6974656D3E0A2020202020203C707562446174653E5765642C203234204F637420323031322031333A35313A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C61206E6F7576656C6C652076696520646520437261636F7669653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F706F6C6F676E652D6C612D6E6F7576656C6C652D7669652D64652D637261636F7669653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E39323931313C2F677569643E0A2020202020203C6465736372697074696F6E3E4C61206465757869C3A86D6520636974C3A920706F6C6F6E616973652065737420646576656E7565206CE28099756E20646573206C69657578206C657320706C757320746F75726973746971756573206465206CE28099616E6369656E20626C6F63206465206CE280994573742E204772C3A2636520C3A0207361207269636865737365206172636869746563747572616C6520657420617274697374697175652E204D61697320617573736920C3A0207361206A65756E6573736520717569206372C3A96520756E6520616D6269616E636520646520C2AB6D6F76696461C2BB2E0A0A0A0A556E207265706F7274616765206465206C612070686F746F677261706865204A757374796E61204D69656C6E696B69657769637A206574206475206A6F75726E616C6973746520436C617564652046616265720A0A0A0A4C616E636572206C6520646961706F72616D612073757220437261636F7669650A0A0A0A526574726F75766572206C2661706F733B696E74C3A96772616C6974C3A9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206E6F76656D627265203230313120286EC2B0333933293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203138204F637420323031322030393A34333A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4368696E652C20496E64652C204E696765726961203A206E6F73206F7264696E6174657572732073C3A86D656E74206C61206D6F72743C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6E6F732D6F7264696E6174657572732D73656D656E742D6C612D6D6F72743C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130373835313C2F677569643E0A2020202020203C6465736372697074696F6E3E456E20496E64652C20656E204368696E652C206175204E6967657269612C20706F7572207265CC8163757065CC81726572207175656C71756573206772616D6D65732064E280996F72206F752064E28099617267656E742C20646573206D696C6C696F6E732064E280996F75767269657273207269737175656E74206C6575722076696520656E206465CC817069617574616E74206E6F7320766965757820617070617265696C732065CC816C656374726F6E69717565732E20456E717565CC8274652073757220756E652066696C6965CC80726520696C6C65CC8167616C6520717565207269656E206EE2809961727265CC8274652E0A0A0A0A50617220436872697374656C6C652050616E6772617A7A69202874657874657329206574205374616E6C657920477265656E6520287465787465732065742070686F746F73290A0A0A0A566F6972206C65732070686F746F73206475207265706F727461676520737572206C65732064C3A96368617267657320C3A96C656374726F6E69717565732E0A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B6F63746F6272652032303132286EC2B0343034292E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203131204F637420323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E43756261203A20756E2076656E74206465206C6962657274C3A9203F3C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F637562612D756E2D76656E742D64652D6C6962657274653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130373537393C2F677569643E0A2020202020203C6465736372697074696F6E3E44616E73206C652074656D706C65206465732043617374726F202C206F6E2076657574202D2063726973652065CC81636F6E6F6D69717565206F626C696765202D20656E636F757261676572206CE28099696E6974696174697665207072697665CC81652C207472616E73666F726D6572206C657320666F6E6374696F6E6E616972657320656E20656E7472657072656E657572732C20766F69726520706179657220656E20666F6E6374696F6E206465206C612070726F647563746976697465CC812E20446573207265CC81666F726D65732073706563746163756C616972657320717569206E6520636F6E6365726E656E742C20706F7572206CE28099696E7374616E742C20706173206C6120706F6C6974697175652E0A0A0A0A506172204A756C69656E20476F6C64737465696E202870686F746F7329206574205069657272652044656C616E6E6F792028746578746573290A0A0A0A566F6972206C65732070686F746F7320646520437562610A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B6F63746F627265203230313220286EC2B0343034292E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5475652C203039204F637420323031322032323A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C61204672616E6365206465732076696C6C61676573203A206C2661706F733B496C652D64652D4672616E63653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D6C2D696C652D64652D6672616E63653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130373535303C2F677569643E0A2020202020203C6465736372697074696F6E3E44616E73206CE28099696D6167696E6169726520636F6C6C65637469662C2050617269732061757261697420656E676C6F757469206CE28099496C652D64652D4672616E63652E204C6120706965757672652064652076657272652C2064E28099616369657220657420646520626974756D65206175726169742065CC8174656E6475207365732074656E746163756C6573206269656E2061752D64656C61CC802064652073612073696D706C65206A75726964696374696F6E2E20466175782E20417263686920666175782E204C65732074726F697320717561727473206475207465727269746F697265207265CC8167696F6E616C20736F6E7420746F756A6F757273207265636F757665727473206465207465727265732061677269636F6C6573206F7520646520666F7265CC8274732E20457420737572206C657320312032383120636F6D6D756E6573206672616E63696C69656E6E657320646573205976656C696E65732C206465205365696E652D65742D4D61726E652C206465205365696E652D205361696E742D44656E69732C206465206CE280994573736F6E6E652C206465732048617574732D64652D5365696E652C2064752056616C2D64E280994F6973652065742064752056616C2D64652D4D61726E652C206C61206D6F69746965CC8120636F6D707465206D6F696E73206465203120323030206861626974616E74732E204CE28099496C652D64652D4672616E636520636F6E736572766520736F6E2063617261637465CC80726520727572616C203A2048617574652056616C6C65CC8165206465204368657672657573652C204761CC8274696E6169732C20566578696E2C204F6973652D50617973206465204672616E6365203A2064657075697320313938352C20717561747265207061726373206E61747572656C73207265CC8167696F6E617578206F6E74207675206C65206A6F757220657420656E676C6F62656E7420707265CC80732064652032303020636F6D6D756E657320717569207665696C6C656E7420617574616E742061CC8020707265CC81736572766572206C61206E617475726520717565206C652070617472696D6F696E652063756C747572656C20646573206C696575782E2047454F2065737420706172746920C3A0206C612064C3A9636F7576657274652064652063657474652072C3A967696F6E20657420646520736573206861626974616E7473207072C3AA747320C3A020746F757420706F75722064C3A966656E647265206C2661706F733B686973746F6972652073696E67756C69C3A8726520657420706974746F726573717565206465206C2661706F733B496C652D64652D4672616E63652E0A0A0A0A566F6972206C65732070686F746F73206465206C2661706F733B496C652D64652D4672616E63650A0A0A0A50617220436CC3A96D656E7420496D626572742065742056616C6572696F2056696E63656E7A6F0A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B6F63746F62726520323031322E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2032372053657020323031322031333A32393A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4E616E7465732C206661636520C3A020736F6E2070617373C3A9206EC3A967726965723C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6E616E7465732D666163652D612D736F6E2D70617373652D6E6567726965723C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130373130353C2F677569643E0A2020202020203C6465736372697074696F6E3E496C2079206120C3A0207065696E652064657578207369C3A8636C65732C206C61204672616E636520C3A974616974206CE28099756E20646573207072696E63697061757820C38974617473206573636C617661676973746573206475206D6F6E64652E205361206C6F6E677565206661C3A7616465206C6974746F72616C652C20C3A96D61696C6CC3A965206465206772616E647320706F7274732074656C732071756520636575782064752048617672652C206465204C6120526F6368656C6C652C20646520426F726465617578206F75206465205361696E742D4D616C6F2C2061207065726D69732064E280996F7267616E6973657220706C757320646520342030303020657870C3A9646974696F6E73206EC3A9677269C3A872657320C3A02064657374696E6174696F6E2064657320416DC3A9726971756573206574206465206CE280994F63C3A9616E20696E6469656E2E2044752058564949652061752058495865207369C3A8636C652C2063E28099657374206C612076696C6C65206465204E616E74657320717569206675742073616E7320636F6E7465737465206C65207072696E636970616C20706F7274206EC3A96772696572206465204672616E63652C20647261696E616E7420706C75732064652034302520647520636F6D6D657263652068756D61696E2064616E73206CE2809948657861676F6E652E0A0A0A0A417520746F74616C2C20636520736F6E74207072C3A8732064652036303020303030206573636C617665732071756920667572656E74207472616E73706F7274C3A97320646570756973204E616E7465732076657273206C657320636F6C6F6E696573206475204E6F7576656175204D6F6E64652E20556E652061637469766974C3A92065787472C3AA6D656D656E74206C75637261746976652C2071756920666974206C6120666F7274756E6520646573206772616E64732061726D6174657572732065742076616C757420C3A0206C612076696C6C652064E28099C3AA747265206CE28099756E652064657320636974C3A973206C657320706C757320666C6F72697373616E746573206465204672616E6365206A75737175E28099C3A0206CE2809961626F6C6974696F6E2064C3A966696E6974697665206465206CE280996573636C617661676520656E20313834382E0A0A0A0A41756A6F757264E28099687569206DC3A9636F6E6E75206465732076697369746575727320717569207669656E6E656E742064C3A9636F7576726972206C6520636861726D65206574206C652070617472696D6F696E65206465206365747465206361706974616C652072C3A967696F6E616C652064796E616D6971756520C3A02063686576616C20656E7472652056616C206465204C6F697265206574204272657461676E652C2063652070617373C3A9206573742064C3A9736F726D616973206D697320656E206176616E7420706172204E616E7465732E204475206D7573C3A9652C2073697475C3A92061752063C5937572206475206368C3A2746561752064657320447563732C206A757371752661706F733B6175204DC3A96D6F7269616C206465206CE2809961626F6C6974696F6E206465206CE280996573636C61766167652072C3A963656D6D656E7420696E6175677572C3A92C2047454F20766F757320656D6DC3A86E6520C3A02074726176657273206C612076696C6C6520706F75722064C3A9636F7576726972206C65732064696666C3A972656E7473206173706563747320646520636520736F6D6272652070616E2064E28099686973746F6972652E0A0A0A0A506172204775696C6C61756D652044756D617A6574204261756465742E0A0A0A0A44C3A9636F7576726972206C612062616C61646520C3A02074726176657273204E616E7465730A0A0A0A457420726574726F7576657A20642661706F733B617574726573207265706F727461676573207375722047454F2E66723C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2032302053657020323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E416E676F6C61203A206C2661706F733B456C646F7261646F206465206C2661706F733B41667269717565206C6174696E653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F616E676F6C612D6C2D656C646F7261646F2D64652D6C2D616672697175652D6C6174696E653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130363736353C2F677569643E0A2020202020203C6465736372697074696F6E3E44697820616E732061707265CC8073206C612066696E2064E28099756E652067756572726520636976696C65206D65757274726965CC8072652C206CE28099416E676F6C612076697420756E20626F6F6D20657863657074696F6E6E656C20677261CC8263652061CC80206C61207265636F6E737472756374696F6E206574206175207065CC8174726F6C652E20506F7572206C6573206176656E7475726965727320647520627573696E6573732C206365747465206E6174696F6E206C75736F70686F6E652065737420756E207061797320646520636F6361676E652E20506F727475676169732C20427265CC8173696C69656E73206F75204368696E6F6973207669656E6E656E7420792074656E746572206C657572206368616E63652E0A0A0A0A506172204A6F616E2042617264656C65747469206574204A65616E2D4368726973746F7068652053657276616E740A0A0A0A566F6972206C65732070686F746F7320642661706F733B416E676F6C610A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D627265203230313220286EC2B0343033293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5475652C2031382053657020323031322030393A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C61204672616E6365206465732076696C6C61676573203A206C6120426F7572676F676E653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D6C612D626F7572676F676E653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130363731313C2F677569643E0A2020202020203C6465736372697074696F6E3E446573207669676E657320C3A0207065727465206465207675652C20646573206368C3A274656175782C2064657320616262617965732E2E2E204C6120426F7572676F676E652C2071756920636F75767265203625206475207465727269746F697265206E6174696F6E616C2C2065737420617574616E7420756E652074657272652064652067617374726F6E6F6D65732071752661706F733B756E206C6976726520642661706F733B686973746F69726520C3A0206369656C206F75766572742E20456E2064697820616E732C206C612072C3A967696F6E2061206761676EC3A920333220303030206E6F7576656175782072C3A9736964656E74732C20656E206772616E6465207061727469652073C3A9647569747320706172206C61207175616C6974C3A9206465207669652E204465206C612043C3B474652D642661706F733B4F7220C3A0206C2661706F733B596F6E6E652C20656E2070617373616E7420706172206C61205361C3B46E652D65742D4C6F697265206574206574206C61204E69C3A87672652C2047454F20732661706F733B6573742072656E64752073757220706C61636520657420612064C3A9636F757665727420646573206C6965757820656D706C697320646520766974616C6974C3A92E200A0A0A0A566F6972206C65732070686F746F7320646520426F7572676F676E650A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F20657420416DC3A96C696520436F72646F6E6E6965720A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D62726520323031322E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2030362053657020323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E41667269717565203A206C65732063616D70757320656E20C3A962756C6C6974696F6E3C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F616672697175652D6C65732D63616D7075732D656E2D6562756C6C6974696F6E3C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130363035373C2F677569643E0A2020202020203C6465736372697074696F6E3E506F757373C3A9652064C3A96D6F677261706869717565206F626C6967652C207072C3A8732064652063696E71206D696C6C696F6E732064E28099C3A974756469616E7473207365207072657373656E742064616E73206C657320756E69766572736974C3A9732064E280994166726971756520737562736168617269656E6E652E204C65732066616373207365206D756C7469706C69656E742C206574206C6573206D6965757820636F74C3A9657320726976616C6973656E742064652070726F6A65747320706F75722061747469726572206C6573206675747572657320C3A96C69746573206465206C612072C3A967696F6E2E0A0A0A0A5061722046616E6E792050696765617564200A0A0A0A566F6972206C65732070686F746F73206475207265706F72746167650A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D627265203230313220286EC2B0343033293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2031362041756720323031322030393A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C61204672616E6365206465732076696C6C61676573203A2050C3A97269676F7264206574205175657263793C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D70657269676F72642D65742D7175657263793C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130353338333C2F677569643E0A2020202020203C6465736372697074696F6E3E4175207365696E20642661706F733B756E65206772616E64652073C3A972696520636F6E73616372C3A965206175782076696C6C61676573206465204672616E63652C206C65206D6167617A696E652047454F20766F757320666169742064C3A9636F757672697220746F7573206C6573206D6F6973206C6520636861726D65206574206C652064796E616D69736D6520726574726F7576C3A9206465206C612063616D7061676E65206672616EC3A7616973652E2044616E7320736F6E20C3A9646974696F6E20642661706F733B616FC3BB7420323031322C2047454F20766F757320656D6DC3A86E6520656E7472652050C3A97269676F7264206574205175657263792C2064616E73206C612072C3A967696F6E2064652050C3A972696775657578206574206465204361686F72732E20436573207465727265732061752070617472696D6F696E6520726963686520657420616E6369656E206162726974656E74206465207065746974732076696C6C6167657320C3A0206C61206265617574C3A920706974746F7265737175652C2070656C6F746F6E6EC3A97320617520626F7264206465206C6120446F72646F676E65206F75206E696368C3A97320656E2063726575782064652066616C616973652061752D646573737573206465206C612056C3A97AC3A872652E2046617363696E616E742E0A0A0A0A566F6972206C65732070686F746F732064752050C3A97269676F7264206574206475205175657263790A0A0A0A556E207265706F7274616765206465204A75616E204D616E75656C2043617374726F2050726965746F20657420456D696C69652042726F757A650A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B616FC3BB74203230313220286EC2B0343032293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2030392041756720323031322030393A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E5368696B6F6B75203A206C2661706F733BC3AE6C65206175782038382074656D706C65733C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F7368696B6F6B752D6C2D696C652D6175782D38382D74656D706C65733C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130353230353C2F677569643E0A2020202020203C6465736372697074696F6E3E506C75732070657469746520C3AE6C65206475204A61706F6E2C205368696B6F6B7520657374206175737369206C65207465727269746F697265206C65206D6F696E7320706575706CC3A9206465206C2661706F733B617263686970656C2E2052C3A9707574C3A920706172207361206E617475726520706974746F726573717565206574207072C3A973657276C3A9652C205368696B6F6B7520617474697265206361647265732073747265737365CC81732065742072616E646F6E6E65757273206D79737469717565732E20546F757320732661706F733B792072656E64656E7420706F757220756E206C6F6E67207065CC817269706C6520737572206C657320747261636573206465204B75CC846B61692C206C65206D6169CC8274726520717569206A6164697320666F6E6461206C6520706C7573206365CC816C65CC806272652070C3A86C6572696E61676520647520706179732E0A0A0A0A556E207265706F7274616765206465204A616D657320576869746C6F772044656C616E6F202870686F746F7329206574205472697374616E20536176696E20287465787465290A0A0A0A566F6972206C65732070686F746F73206475204A61706F6E0A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B616FC3BB74203230313220286EC2B0343032293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C2030322041756720323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E44616E73206C652073696C6C61676520642661706F733B556C797373653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F64616E732D6C652D73696C6C6167652D642D756C797373653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130343931353C2F677569643E0A2020202020203C6465736372697074696F6E3E486575726575782071756920636F6D6D65206C65206865CC81726F732064E28099486F6D65CC8072652061206661697420756E206265617520766F796167652E2E2E204269656E2064657320736965CC80636C65732061707265CC80732C2047454F206120726566616974206C6520706172636F757273206475206861726469206E61766967617465757220656E204D65CC81646974657272616E65CC81652C20617520677265CC812064657320636F7572616E74732C20646573206C69657578206C65CC8167656E64616972657320657420647520736F7566666C65206465206CE280994F6479737365CC81652E0A0A0A0A5061722053746566616E6F206465204C75696769202870686F746F73292065742047696C6C657320447573736F756368657420287465787465290A0A0A0A566F6972206C65732070686F746F73206465206C2661706F733B4F64797373C3A9650A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B616FC3BB74203230313220286EC2B0343032290A0A0A0A44C3A9636F757672657A20642661706F733B617574726573207265706F72746167657320657420766F7961676573207375722047454F2E66723C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203236204A756C20323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C61204368696E65203A20736120746F75722045696666656C2C20736573206368C3A274656175782C20736573206D6F756C696E7320213C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6368696E652D73612D746F75722D65696666656C2D7365732D63686174656175782D7365732D6D6F756C696E733C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130343038333C2F677569643E0A2020202020203C6465736372697074696F6E3E4C2661706F733B68C3A9726974616765206575726F70C3A9656E2066617363696E65206C61204368696E6520656E20726169736F6E20646520736F6E20686973746F6972652C2064652073657320766965696C6C6573207069657272657320657420646520736573206D6F6E756D656E74732E20447520636F75702C206C657320617263686974656374657320657420757262616E6973746573206368696E6F69732070726174697175656E74206C6520636F706965722D636F6C6C657220657420646F6E6E656E7420C3A0206C657572732076696C6C6573206D6F6465726E65732064657320616C6C7572657320646520566965757820436F6E74696E656E742E20546F75722045696666656C2C206D6F756C696E7320686F6C6C616E646169732C207275656C6C657320616E676C61697365732E2E2E70726F6D656E6164652073747570C3A96669616E74652061752063C5937572206465206C2661706F733B456D70697265206475204D696C6965752E0A0A0A0A506172204D61747468696575204E6965646572686175736572202870686F746F73292C20506965727265204A756C69656E6E65206574204861726F6C64205468696261756C742028746578746573292E0A0A0A0A566F6972206C65732070686F746F73206465204368696E650A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EC2B0343031293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203139204A756C20323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E44616E73206C6120666572766575722064657320C3A9676C6973657320636F727365733C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F64616E732D6C612D666572766575722D6465732D65676C697365732D636F727365733C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130333932363C2F677569643E0A2020202020203C6465736372697074696F6E3E44616E73206C652074726F697369C3A86D6520766F6C657420647520646F737369657220636F6E73616372C3A920C3A0206C6120436F7273652C2047454F2065737420616C6CC3A920C3A0206C612064C3A9636F7576657274652064752070617472696D6F696E652072656C696769657578206465206C2661706F733BC3AE6C652E204C6120666F6920727974686D65206C61207669652064657320436F727365732E20412074726176657273206C6573206D657373657320646F6D696E6963616C6573206D616973206175737369206C65732070726F63657373696F6E732E204D6F6D656E747320666F727473206F75CC802073E2809965CC816C65CC8076656E74206C6573206368616E747320706F6C7970686F6E69717565732064657320636F6E667265CC81726965732E205269656E206EE280996573742074726F702062656175206E692074726F7020666173747565757820706F7572206365CC816C65CC816272657220446965752E20446570756973206C65204D6F79656E2D4167652C206C65732065CC81676C697365732C2063686170656C6C65732C206F7261746F6972657320736520736F6E7420656E7269636869732064E280996F626A65747320707265CC8163696575782E20506172666F6973206D65CC826D652064652063686566732D64E28099C5937576726520656E636F7265206661726F756368656D656E742070726F7465CC816765CC817320706172206C6573206861626974616E74732E200A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F206574204F7068C3A96C6965204E65696D616E200A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EC2B0343031293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203132204A756C20323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E436F727365203A206C65732064C3A96C69636573206475206D61717569733C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F636F7273652D6C65732D64656C696365732D64752D6D61717569733C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130333931353C2F677569643E0A2020202020203C6465736372697074696F6E3E44616E732073612073C3A972696520636F6E73616372C3A9652061752070617472696D6F696E6520436F7273652C206C65206D6167617A696E652047454F20732661706F733B696E74C3A9726573736520617520746572726F6972206465206C2661706F733BC3AE6C65206465204265617574C3A92E2056696E732068697373C3A973206175206E697665617520646573206772616E647320637275732C206875696C652064E280996F6C69766520636F6E636F6374C3A96520636F6D6D65206465732070617266756D732C2063686172637574657269652066696E652E2E2E20656E207175696E7A6520616E732C20746F75746520756E65206765CC816E65CC81726174696F6E2064652070726F6475637465757273206C6F63617578206120636F6E71756973206C65732070616C616973206C657320706C75732066696E732E0A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F73292C20416DC3A96C696520436F72646F6E6E69657220657420436872697374656C6C652050616E6772617A7A692028746578746573290A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EC2B0343031293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203035204A756C20323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C6120436F727365206465732076696C6C616765733C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D636F7273652D6465732D76696C6C616765733C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130333930313C2F677569643E0A2020202020203C6465736372697074696F6E3E4E6F757320617572696F6E7320707520766F7573207061726C6572206465732063726971756573206574206465206C61204772616E646520426C6575652E204D6169732C2061756A6F757264E280996875692C206CE2809969CC826C6520646520426561757465CC8120766962726520677261CC8263652061CC8020736F6E206172726965CC8072652D706179732E2044616E7320756E20646F737369657220656E2074726F697320766F6C6574732C2047454F20766F757320656D6D65CC806E652064616E7320646573206C696575782064697363726574732065742064796E616D69717565732C206F75CC80206C6573206861626974616E747320726573737573636974656E74206574206D6F6465726E6973656E74206C657320747261646974696F6E732E0A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F732920657420436872697374656C6C652050616E6772617A7A692028636F6F7264696E6174696F6E292E0A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EC2B0343031293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E4672692C203038204A756E20323031322030393A32333A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4C6573206E6F757665617578206A6F75657473206465206CE2809961726DC3A965206672616EC3A7616973653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C65732D6E6F7576656175782D6A6F756574732D64652D6C2D61726D65652D6672616E63616973653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E38363033313C2F677569643E0A2020202020203C6465736372697074696F6E3E4C65732064726F6E6573206574206C657320726F626F747320666F6E742064C3A9736F726D61697320706172746965206465206C612070616E6F706C696520646520746F7574652061726DC3A9652E204365732062696A6F757820646520746563686E6F6C6F67696520717569206F6E7420706F7572206D697373696F6E206465207375727665696C6C65722C2072656E736569676E6572206F752064C3A96D696E65722C20736F6E7420656E20747261696E2064652072C3A9766F6C7574696F6E6E6572206CE28099617274206465206C61206775657272652E0A0A0A0A556E207265706F727461676520646520597665732047656C6C6965202D20546578746573206465204A65616E2D446F6D696E69717565204D657263686574200A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A44C3A9636F7576726972206C65732070686F746F73206475207265706F72746167650A0A0A0A0A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206EC2B033383820286A75696E2032303131293C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203331204D617920323031322030383A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4272657461676E65203A206C6573207065726C657320647520746572726F69723C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6272657461676E652D6C65732D7065726C65732D64752D746572726F69723C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130323239323C2F677569643E0A2020202020203C6465736372697074696F6E3E4465206C2661706F733B41726D6F7220286C65202671756F743B626F7264206465206D65722671756F743B2C20656E20627265746F6E2920C3A0206C2661706F733B4172676F617420282671756F743B6C657320626F6973292C206C61204272657461676E652065737420756E652072C3A967696F6E206D797468697175652C2061757820706179736167657320706172746963756C69C3A872656D656E74207269636865732065742076617269C3A973203A2032373330206B696C6F6DC3A874726573206465206C6974746F72616C2C2064756E65732062616C6179C3A9657320706172206C652076656E742C2066616C61697365732071756920746F6D62656E7420C3A0207069632C2065737475616972657320706172616469736961717565732C206D61726169732073616C616E74732C206C616E6465732C20746F75726269C3A87265732C20626F636167657320657420666F72C3AA74732E2E2E2041752063C59375722064652063657420C3A96372696E206E61747572656C20657863657074696F6E6E656C207365206472657373656E7420646520636861726D616E7473207065746974732076696C6C616765732E2044652043616D617265742D7375722D4D657220C3A0205061696D706F6E742C20656E2070617373616E7420706172204875656C676F6174206574204C6F63726F6E616E2C206361702073757220636573206C69657578206FC3B920766974206C2661706F733BC3A26D6520627265746F6E6E652E0A0A0A0A556E207265706F7274616765206475206D6167617A696E652047454F20706172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F7329206574204F7068C3A96C6965204E65696D616E20287465787465292E0A0A0A0A566F6972206C65732070686F746F73206465206C61204272657461676E650A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206475206D6F6973206465206A75696E20323031322E0A0A0A0A45742064C3A9636F757672657A20642661706F733B617574726573207265706F727461676573207375722047454F2E66723C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203234204D617920323031322030393A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E4F63C3A9616E20696E6469656E203A206CE28099C3AE6C65206D797374C3A972696575736520646520536F636F7472613C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6F6365616E2D696E6469656E2D6C2D696C652D6D797374657269657573652D64652D736F636F7472613C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130323130373C2F677569643E0A2020202020203C6465736372697074696F6E3E53697475C3A965206175206C61726765206465206C6120536F6D616C69652C206C2661706F733BC3AE6C6520646520536F636F74726120657374206C6F6E6774656D70732072657374C3A96520696E636F6E6E7565206475206772616E64207075626C69632E20537572206365207065746974207465727269746F69726520617070617274656E616E742061752059C3A96D656E2C206C657320636F6E646974696F6E732064652076696520736F6E7420727564696D656E7461697265732C206574206C6120706F70756C6174696F6E20696E73756C616972652C20706575206E6F6D6272657573652C2074656E746520646520732661706F733B6F7576726972206175207265737465206475206D6F6E64652E205375726E6F6D6DC3A965206C657320C2AB47616C61CC817061676F73206465206CE280996F6365CC81616E20496E6469656EC2BB2C20536F636F74726120706F7373C3A8646520746F757465666F697320756E65206772616E6465207269636865737365203A2064657320706179736167657320766965726765732C2073706C656E646964657320657420636F6E766F6974C3A9732E0A0A0A0A556E207265706F727461676520646520436174616C696E61204D617274696E2D436869636F202870686F746F732920657420436174686572696E65204D6F6E6E657420287465787465290A0A0A0A566F6972206C65732070686F746F7320646520536F636F7472610A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206D6169203230313220286EC2B0333939290A0A0A0A44C3A9636F757672657A20642661706F733B617574726573207265706F7274616765732070686F746F732064752047454F2E66723C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203130204D617920323031322030393A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E436F72C3A96520647520537564203A206C2661706F733B6F6273657373696F6E20647520686967682D746563683C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F636F7265652D64752D7375642D6C2D6F6273657373696F6E2D64752D686967682D746563683C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130313632393C2F677569643E0A2020202020203C6465736372697074696F6E3E4C6573205375642D436F72C3A9656E7320636F6C6C656374696F6E6E656E742064652063757269657578207265636F726473203A20696C73206F6E74206C657320667269676F73206C657320706C757320667574757269737465732C206C65732061646F73206C657320706C757320616363726F7320617578206A65757820656E2072C3A9736561752C206C657320726F626F7473206C657320706C757320666F75732E20442661706F733B756E206D6F646520646520766965206C69C3A920C3A0206C612063756C74757265206465206C612072617069646974C3A9206574206465206C6120636F6D70C3A9746974696F6E2C20696C73206F6E742066616974206C6120636CC3A9206465206C6575722070726F7370C3A9726974C3A92E200A0A0A0A556E207265706F727461676520646520546F6D61732076616E20486F757472797665202870686F746F73292065742053C3A96261737469656E2046616C6C6574746920287465787465292E0A0A0A0A566F6972206C65732070686F746F7320646520436F72C3A965206475205375640A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206D6169203230313220286EC2B0333939292E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A202020203C6974656D3E0A2020202020203C707562446174653E5468752C203033204D617920323031322031333A30303A303020474D543C2F707562446174653E0A2020202020203C7469746C653E5161746172203A206C65206D6963726F70617973207175692073E280996F66667265206C65206D6F6E64653C2F7469746C653E3C6C696E6B3E687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F71617461722D6C652D6D6963726F706179732D7175692D732D6F666672652D6C652D6D6F6E64653C2F6C696E6B3E0A2020202020203C677569642069735065726D614C696E6B3D2266616C7365223E3130313037333C2F677569643E0A2020202020203C6465736372697074696F6E3E506F72736368652C205053472C20486172726F64732C20626F75727365206465204C6F6E647265732C2047656E6572616C204D6F746F72732C20526F79616C204D6F6E63656175E280A6204C65206D696E757363756C6520C3A96D6972617420647520516174617220656E676C6F757469742070657520C3A020706575206C657320666C6575726F6E73206465206CE28099C3A9636F6E6F6D6965206D6F6E6469616C652E204D6173746F646F6E74652066696E616E636965722C206C6520706179732064697374726962756520617573736920736573206C617267657373657320617578206861626974616E74732C20717569206A6F75697373656E742064E28099756E206E697665617520646520766965206465206E616261622E0A0A0A0A556E207265706F7274616765206465205A69796168204761666963202870686F746F73292065742050657272696E65204D6F75746572646520287465787465290A0A0A0A566F6972206C65732070686F746F732064752051617461720A0A0A0A526574726F7576657A206C2661706F733B696E74C3A96772616C6974C3A9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F20642661706F733B617672696C203230313220286EC2B0333938292E3C2F6465736372697074696F6E3E0A202020203C2F6974656D3E0A20203C2F6368616E6E656C3E0A3C2F7273733E,0x3C64697620636C6173733D27726F77273E3C623E47454F2E6672203A205265706F7274616765732047454F3C2F623E3C7461626C653E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F706F6C6F676E652D6C612D6E6F7576656C6C652D7669652D64652D637261636F76696527207461726765743D275F626C616E6B273E4C61206E6F7576656C6C652076696520646520437261636F7669653C2F613E3C2F693E3C6272202F3E4C61206465757869E86D6520636974E920706F6C6F6E616973652065737420646576656E7565206C3F756E20646573206C69657578206C657320706C757320746F75726973746971756573206465206C3F616E6369656E20626C6F63206465206C3F4573742E204772E2636520E0207361207269636865737365206172636869746563747572616C6520657420617274697374697175652E204D61697320617573736920E0207361206A65756E6573736520717569206372E96520756E6520616D6269616E636520646520AB6D6F76696461BB2E0A0A0A0A556E207265706F7274616765206465206C612070686F746F677261706865204A757374796E61204D69656C6E696B69657769637A206574206475206A6F75726E616C6973746520436C617564652046616265720A0A0A0A4C616E636572206C6520646961706F72616D612073757220437261636F7669650A0A0A0A526574726F75766572206C27696E74E96772616C6974E9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206E6F76656D627265203230313120286EB0333933293C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6E6F732D6F7264696E6174657572732D73656D656E742D6C612D6D6F727427207461726765743D275F626C616E6B273E4368696E652C20496E64652C204E696765726961203A206E6F73206F7264696E6174657572732073E86D656E74206C61206D6F72743C2F613E3C2F693E3C6272202F3E456E20496E64652C20656E204368696E652C206175204E6967657269612C20706F75722072653F637570653F726572207175656C71756573206772616D6D657320643F6F72206F7520643F617267656E742C20646573206D696C6C696F6E7320643F6F75767269657273207269737175656E74206C6575722076696520656E2064653F7069617574616E74206E6F7320766965757820617070617265696C7320653F6C656374726F6E69717565732E20456E7175653F74652073757220756E652066696C69653F726520696C6C653F67616C6520717565207269656E206E3F617272653F74652E0A0A0A0A50617220436872697374656C6C652050616E6772617A7A69202874657874657329206574205374616E6C657920477265656E6520287465787465732065742070686F746F73290A0A0A0A566F6972206C65732070686F746F73206475207265706F727461676520737572206C65732064E96368617267657320E96C656374726F6E69717565732E0A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064276F63746F6272652032303132286EB0343034292E3C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F637562612D756E2D76656E742D64652D6C69626572746527207461726765743D275F626C616E6B273E43756261203A20756E2076656E74206465206C6962657274E9203F3C2F613E3C2F693E3C6272202F3E44616E73206C652074656D706C65206465732043617374726F202C206F6E2076657574202D20637269736520653F636F6E6F6D69717565206F626C696765202D20656E636F757261676572206C3F696E69746961746976652070726976653F652C207472616E73666F726D6572206C657320666F6E6374696F6E6E616972657320656E20656E7472657072656E657572732C20766F69726520706179657220656E20666F6E6374696F6E206465206C612070726F6475637469766974653F2E204465732072653F666F726D65732073706563746163756C616972657320717569206E6520636F6E6365726E656E742C20706F7572206C3F696E7374616E742C20706173206C6120706F6C6974697175652E0A0A0A0A506172204A756C69656E20476F6C64737465696E202870686F746F7329206574205069657272652044656C616E6E6F792028746578746573290A0A0A0A566F6972206C65732070686F746F7320646520437562610A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064276F63746F627265203230313220286EB0343034292E3C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D6C2D696C652D64652D6672616E636527207461726765743D275F626C616E6B273E4C61204672616E6365206465732076696C6C61676573203A206C27496C652D64652D4672616E63653C2F613E3C2F693E3C6272202F3E44616E73206C3F696D6167696E6169726520636F6C6C65637469662C2050617269732061757261697420656E676C6F757469206C3F496C652D64652D4672616E63652E204C6120706965757672652064652076657272652C20643F616369657220657420646520626974756D652061757261697420653F74656E6475207365732074656E746163756C6573206269656E2061752D64656C613F2064652073612073696D706C65206A75726964696374696F6E2E20466175782E20417263686920666175782E204C65732074726F697320717561727473206475207465727269746F6972652072653F67696F6E616C20736F6E7420746F756A6F757273207265636F757665727473206465207465727265732061677269636F6C6573206F7520646520666F72653F74732E20457420737572206C657320312032383120636F6D6D756E6573206672616E63696C69656E6E657320646573205976656C696E65732C206465205365696E652D65742D4D61726E652C206465205365696E652D205361696E742D44656E69732C206465206C3F4573736F6E6E652C206465732048617574732D64652D5365696E652C2064752056616C2D643F4F6973652065742064752056616C2D64652D4D61726E652C206C61206D6F697469653F20636F6D707465206D6F696E73206465203120323030206861626974616E74732E204C3F496C652D64652D4672616E636520636F6E736572766520736F6E20636172616374653F726520727572616C203A2048617574652056616C6C653F65206465204368657672657573652C2047613F74696E6169732C20566578696E2C204F6973652D50617973206465204672616E6365203A2064657075697320313938352C20717561747265207061726373206E61747572656C732072653F67696F6E617578206F6E74207675206C65206A6F757220657420656E676C6F62656E74207072653F732064652032303020636F6D6D756E657320717569207665696C6C656E7420617574616E7420613F207072653F736572766572206C61206E617475726520717565206C652070617472696D6F696E652063756C747572656C20646573206C696575782E2047454F2065737420706172746920E0206C612064E9636F7576657274652064652063657474652072E967696F6E20657420646520736573206861626974616E7473207072EA747320E020746F757420706F75722064E966656E647265206C27686973746F6972652073696E67756C69E8726520657420706974746F726573717565206465206C27496C652D64652D4672616E63652E0A0A0A0A566F6972206C65732070686F746F73206465206C27496C652D64652D4672616E63650A0A0A0A50617220436CE96D656E7420496D626572742065742056616C6572696F2056696E63656E7A6F0A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064276F63746F62726520323031322E3C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6E616E7465732D666163652D612D736F6E2D70617373652D6E65677269657227207461726765743D275F626C616E6B273E4E616E7465732C206661636520E020736F6E2070617373E9206EE967726965723C2F613E3C2F693E3C6272202F3E496C2079206120E0207065696E652064657578207369E8636C65732C206C61204672616E636520E974616974206C3F756E20646573207072696E63697061757820C974617473206573636C617661676973746573206475206D6F6E64652E205361206C6F6E677565206661E7616465206C6974746F72616C652C20E96D61696C6CE965206465206772616E647320706F7274732074656C732071756520636575782064752048617672652C206465204C6120526F6368656C6C652C20646520426F726465617578206F75206465205361696E742D4D616C6F2C2061207065726D697320643F6F7267616E6973657220706C757320646520342030303020657870E9646974696F6E73206EE9677269E872657320E02064657374696E6174696F6E2064657320416DE9726971756573206574206465206C3F4F63E9616E20696E6469656E2E2044752058564949652061752058495865207369E8636C652C20633F657374206C612076696C6C65206465204E616E74657320717569206675742073616E7320636F6E7465737465206C65207072696E636970616C20706F7274206EE96772696572206465204672616E63652C20647261696E616E7420706C75732064652034302520647520636F6D6D657263652068756D61696E2064616E73206C3F48657861676F6E652E0A0A0A0A417520746F74616C2C20636520736F6E74207072E8732064652036303020303030206573636C617665732071756920667572656E74207472616E73706F7274E97320646570756973204E616E7465732076657273206C657320636F6C6F6E696573206475204E6F7576656175204D6F6E64652E20556E652061637469766974E92065787472EA6D656D656E74206C75637261746976652C2071756920666974206C6120666F7274756E6520646573206772616E64732061726D6174657572732065742076616C757420E0206C612076696C6C6520643FEA747265206C3F756E652064657320636974E973206C657320706C757320666C6F72697373616E746573206465204672616E6365206A757371753FE0206C3F61626F6C6974696F6E2064E966696E6974697665206465206C3F6573636C617661676520656E20313834382E0A0A0A0A41756A6F7572643F687569206DE9636F6E6E75206465732076697369746575727320717569207669656E6E656E742064E9636F7576726972206C6520636861726D65206574206C652070617472696D6F696E65206465206365747465206361706974616C652072E967696F6E616C652064796E616D6971756520E02063686576616C20656E7472652056616C206465204C6F697265206574204272657461676E652C2063652070617373E9206573742064E9736F726D616973206D697320656E206176616E7420706172204E616E7465732E204475206D7573E9652C2073697475E920617520633F7572206475206368E2746561752064657320447563732C206A75737175276175204DE96D6F7269616C206465206C3F61626F6C6974696F6E206465206C3F6573636C61766167652072E963656D6D656E7420696E6175677572E92C2047454F20766F757320656D6DE86E6520E02074726176657273206C612076696C6C6520706F75722064E9636F7576726972206C65732064696666E972656E7473206173706563747320646520636520736F6D6272652070616E20643F686973746F6972652E0A0A0A0A506172204775696C6C61756D652044756D617A6574204261756465742E0A0A0A0A44E9636F7576726972206C612062616C61646520E02074726176657273204E616E7465730A0A0A0A457420726574726F7576657A206427617574726573207265706F727461676573207375722047454F2E66723C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F616E676F6C612D6C2D656C646F7261646F2D64652D6C2D616672697175652D6C6174696E6527207461726765743D275F626C616E6B273E416E676F6C61203A206C27456C646F7261646F206465206C2741667269717565206C6174696E653C2F613E3C2F693E3C6272202F3E44697820616E7320617072653F73206C612066696E20643F756E652067756572726520636976696C65206D657572747269653F72652C206C3F416E676F6C612076697420756E20626F6F6D20657863657074696F6E6E656C206772613F636520613F206C61207265636F6E737472756374696F6E2065742061752070653F74726F6C652E20506F7572206C6573206176656E7475726965727320647520627573696E6573732C206365747465206E6174696F6E206C75736F70686F6E652065737420756E207061797320646520636F6361676E652E20506F727475676169732C204272653F73696C69656E73206F75204368696E6F6973207669656E6E656E7420792074656E746572206C657572206368616E63652E0A0A0A0A506172204A6F616E2042617264656C65747469206574204A65616E2D4368726973746F7068652053657276616E740A0A0A0A566F6972206C65732070686F746F73206427416E676F6C610A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D627265203230313220286EB0343033293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D6C612D626F7572676F676E6527207461726765743D275F626C616E6B273E4C61204672616E6365206465732076696C6C61676573203A206C6120426F7572676F676E653C2F613E3C2F693E3C6272202F3E446573207669676E657320E0207065727465206465207675652C20646573206368E274656175782C2064657320616262617965732E2E2E204C6120426F7572676F676E652C2071756920636F75767265203625206475207465727269746F697265206E6174696F6E616C2C2065737420617574616E7420756E652074657272652064652067617374726F6E6F6D657320717527756E206C69767265206427686973746F69726520E0206369656C206F75766572742E20456E2064697820616E732C206C612072E967696F6E2061206761676EE920333220303030206E6F7576656175782072E9736964656E74732C20656E206772616E6465207061727469652073E9647569747320706172206C61207175616C6974E9206465207669652E204465206C612043F474652D64274F7220E0206C27596F6E6E652C20656E2070617373616E7420706172206C61205361F46E652D65742D4C6F697265206574206574206C61204E69E87672652C2047454F2073276573742072656E64752073757220706C61636520657420612064E9636F757665727420646573206C6965757820656D706C697320646520766974616C6974E92E200A0A0A0A566F6972206C65732070686F746F7320646520426F7572676F676E650A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F20657420416DE96C696520436F72646F6E6E6965720A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D62726520323031322E3C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F616672697175652D6C65732D63616D7075732D656E2D6562756C6C6974696F6E27207461726765743D275F626C616E6B273E41667269717565203A206C65732063616D70757320656E20E962756C6C6974696F6E3C2F613E3C2F693E3C6272202F3E506F757373E9652064E96D6F677261706869717565206F626C6967652C207072E8732064652063696E71206D696C6C696F6E7320643FE974756469616E7473207365207072657373656E742064616E73206C657320756E69766572736974E97320643F4166726971756520737562736168617269656E6E652E204C65732066616373207365206D756C7469706C69656E742C206574206C6573206D6965757820636F74E9657320726976616C6973656E742064652070726F6A65747320706F75722061747469726572206C6573206675747572657320E96C69746573206465206C612072E967696F6E2E0A0A0A0A5061722046616E6E792050696765617564200A0A0A0A566F6972206C65732070686F746F73206475207265706F72746167650A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F2064652073657074656D627265203230313220286EB0343033293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6672616E63652D6465732D76696C6C616765732D70657269676F72642D65742D71756572637927207461726765743D275F626C616E6B273E4C61204672616E6365206465732076696C6C61676573203A2050E97269676F7264206574205175657263793C2F613E3C2F693E3C6272202F3E4175207365696E206427756E65206772616E64652073E972696520636F6E73616372E965206175782076696C6C61676573206465204672616E63652C206C65206D6167617A696E652047454F20766F757320666169742064E9636F757672697220746F7573206C6573206D6F6973206C6520636861726D65206574206C652064796E616D69736D6520726574726F7576E9206465206C612063616D7061676E65206672616EE7616973652E2044616E7320736F6E20E9646974696F6E206427616FFB7420323031322C2047454F20766F757320656D6DE86E6520656E7472652050E97269676F7264206574205175657263792C2064616E73206C612072E967696F6E2064652050E972696775657578206574206465204361686F72732E20436573207465727265732061752070617472696D6F696E6520726963686520657420616E6369656E206162726974656E74206465207065746974732076696C6C6167657320E0206C61206265617574E920706974746F7265737175652C2070656C6F746F6E6EE97320617520626F7264206465206C6120446F72646F676E65206F75206E696368E97320656E2063726575782064652066616C616973652061752D646573737573206465206C612056E97AE872652E2046617363696E616E742E0A0A0A0A566F6972206C65732070686F746F732064752050E97269676F7264206574206475205175657263790A0A0A0A556E207265706F7274616765206465204A75616E204D616E75656C2043617374726F2050726965746F20657420456D696C69652042726F757A650A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206427616FFB74203230313220286EB0343032293C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F7368696B6F6B752D6C2D696C652D6175782D38382D74656D706C657327207461726765743D275F626C616E6B273E5368696B6F6B75203A206C27EE6C65206175782038382074656D706C65733C2F613E3C2F693E3C6272202F3E506C75732070657469746520EE6C65206475204A61706F6E2C205368696B6F6B7520657374206175737369206C65207465727269746F697265206C65206D6F696E7320706575706CE9206465206C27617263686970656C2E2052E9707574E920706172207361206E617475726520706974746F726573717565206574207072E973657276E9652C205368696B6F6B75206174746972652063616472657320737472657373653F732065742072616E646F6E6E65757273206D79737469717565732E20546F7573207327792072656E64656E7420706F757220756E206C6F6E672070653F7269706C6520737572206C657320747261636573206465204B753F6B61692C206C65206D61693F74726520717569206A6164697320666F6E6461206C6520706C75732063653F6C653F6272652070E86C6572696E61676520647520706179732E0A0A0A0A556E207265706F7274616765206465204A616D657320576869746C6F772044656C616E6F202870686F746F7329206574205472697374616E20536176696E20287465787465290A0A0A0A566F6972206C65732070686F746F73206475204A61706F6E0A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206427616FFB74203230313220286EB0343032293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F64616E732D6C652D73696C6C6167652D642D756C7973736527207461726765743D275F626C616E6B273E44616E73206C652073696C6C616765206427556C797373653C2F613E3C2F693E3C6272202F3E486575726575782071756920636F6D6D65206C652068653F726F7320643F486F6D653F72652061206661697420756E206265617520766F796167652E2E2E204269656E20646573207369653F636C657320617072653F732C2047454F206120726566616974206C6520706172636F757273206475206861726469206E61766967617465757220656E204D653F646974657272616E653F652C206175206772653F2064657320636F7572616E74732C20646573206C69657578206C653F67656E64616972657320657420647520736F7566666C65206465206C3F4F64797373653F652E0A0A0A0A5061722053746566616E6F206465204C75696769202870686F746F73292065742047696C6C657320447573736F756368657420287465787465290A0A0A0A566F6972206C65732070686F746F73206465206C274F64797373E9650A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206427616FFB74203230313220286EB0343032290A0A0A0A44E9636F757672657A206427617574726573207265706F72746167657320657420766F7961676573207375722047454F2E66723C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D6368696E652D73612D746F75722D65696666656C2D7365732D63686174656175782D7365732D6D6F756C696E7327207461726765743D275F626C616E6B273E4C61204368696E65203A20736120746F75722045696666656C2C20736573206368E274656175782C20736573206D6F756C696E7320213C2F613E3C2F693E3C6272202F3E4C2768E9726974616765206575726F70E9656E2066617363696E65206C61204368696E6520656E20726169736F6E20646520736F6E20686973746F6972652C2064652073657320766965696C6C6573207069657272657320657420646520736573206D6F6E756D656E74732E20447520636F75702C206C657320617263686974656374657320657420757262616E6973746573206368696E6F69732070726174697175656E74206C6520636F706965722D636F6C6C657220657420646F6E6E656E7420E0206C657572732076696C6C6573206D6F6465726E65732064657320616C6C7572657320646520566965757820436F6E74696E656E742E20546F75722045696666656C2C206D6F756C696E7320686F6C6C616E646169732C207275656C6C657320616E676C61697365732E2E2E70726F6D656E6164652073747570E96669616E746520617520633F7572206465206C27456D70697265206475204D696C6965752E0A0A0A0A506172204D61747468696575204E6965646572686175736572202870686F746F73292C20506965727265204A756C69656E6E65206574204861726F6C64205468696261756C742028746578746573292E0A0A0A0A566F6972206C65732070686F746F73206465204368696E650A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EB0343031293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F64616E732D6C612D666572766575722D6465732D65676C697365732D636F7273657327207461726765743D275F626C616E6B273E44616E73206C6120666572766575722064657320E9676C6973657320636F727365733C2F613E3C2F693E3C6272202F3E44616E73206C652074726F697369E86D6520766F6C657420647520646F737369657220636F6E73616372E920E0206C6120436F7273652C2047454F2065737420616C6CE920E0206C612064E9636F7576657274652064752070617472696D6F696E652072656C696769657578206465206C27EE6C652E204C6120666F6920727974686D65206C61207669652064657320436F727365732E20412074726176657273206C6573206D657373657320646F6D696E6963616C6573206D616973206175737369206C65732070726F63657373696F6E732E204D6F6D656E747320666F727473206F753F20733F653F6C653F76656E74206C6573206368616E747320706F6C7970686F6E69717565732064657320636F6E6672653F726965732E205269656E206E3F6573742074726F702062656175206E692074726F7020666173747565757820706F75722063653F6C653F6272657220446965752E20446570756973206C65204D6F79656E2D4167652C206C657320653F676C697365732C2063686170656C6C65732C206F7261746F6972657320736520736F6E7420656E72696368697320643F6F626A657473207072653F63696575782E20506172666F6973206D653F6D652064652063686566732D643F3F7576726520656E636F7265206661726F756368656D656E742070726F74653F67653F7320706172206C6573206861626974616E74732E200A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F206574204F7068E96C6965204E65696D616E200A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EB0343031293C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F636F7273652D6C65732D64656C696365732D64752D6D617175697327207461726765743D275F626C616E6B273E436F727365203A206C65732064E96C69636573206475206D61717569733C2F613E3C2F693E3C6272202F3E44616E732073612073E972696520636F6E73616372E9652061752070617472696D6F696E6520436F7273652C206C65206D6167617A696E652047454F207327696E74E9726573736520617520746572726F6972206465206C27EE6C65206465204265617574E92E2056696E732068697373E973206175206E697665617520646573206772616E647320637275732C206875696C6520643F6F6C69766520636F6E636F6374E96520636F6D6D65206465732070617266756D732C2063686172637574657269652066696E652E2E2E20656E207175696E7A6520616E732C20746F75746520756E652067653F6E653F726174696F6E2064652070726F6475637465757273206C6F63617578206120636F6E71756973206C65732070616C616973206C657320706C75732066696E732E0A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F73292C20416DE96C696520436F72646F6E6E69657220657420436872697374656C6C652050616E6772617A7A692028746578746573290A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EB0343031293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C612D636F7273652D6465732D76696C6C6167657327207461726765743D275F626C616E6B273E4C6120436F727365206465732076696C6C616765733C2F613E3C2F693E3C6272202F3E4E6F757320617572696F6E7320707520766F7573207061726C6572206465732063726971756573206574206465206C61204772616E646520426C6575652E204D6169732C2061756A6F7572643F6875692C206C3F693F6C65206465204265617574653F207669627265206772613F636520613F20736F6E2061727269653F72652D706179732E2044616E7320756E20646F737369657220656E2074726F697320766F6C6574732C2047454F20766F757320656D6D653F6E652064616E7320646573206C696575782064697363726574732065742064796E616D69717565732C206F753F206C6573206861626974616E747320726573737573636974656E74206574206D6F6465726E6973656E74206C657320747261646974696F6E732E0A0A0A0A506172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F732920657420436872697374656C6C652050616E6772617A7A692028636F6F7264696E6174696F6E292E0A0A0A0A566F6972206C65732070686F746F7320646520436F7273650A0A0A0A457420726574726F7576657A206C27696E74E96772616C6974E9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206A75696C6C6574203230313220286EB0343031293C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6C65732D6E6F7576656175782D6A6F756574732D64652D6C2D61726D65652D6672616E636169736527207461726765743D275F626C616E6B273E4C6573206E6F757665617578206A6F75657473206465206C3F61726DE965206672616EE7616973653C2F613E3C2F693E3C6272202F3E4C65732064726F6E6573206574206C657320726F626F747320666F6E742064E9736F726D61697320706172746965206465206C612070616E6F706C696520646520746F7574652061726DE9652E204365732062696A6F757820646520746563686E6F6C6F67696520717569206F6E7420706F7572206D697373696F6E206465207375727665696C6C65722C2072656E736569676E6572206F752064E96D696E65722C20736F6E7420656E20747261696E2064652072E9766F6C7574696F6E6E6572206C3F617274206465206C61206775657272652E0A0A0A0A556E207265706F727461676520646520597665732047656C6C6965202D20546578746573206465204A65616E2D446F6D696E69717565204D657263686574200A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A44E9636F7576726972206C65732070686F746F73206475207265706F72746167650A0A0A0A0A0A0A0A0A0A0A0A2020202020200A202020200A20202020202020200A20202020090A2020202020202020202020202020202020202020202020202020202020202020202020202020200A202020202020202020202020202020200A2020202020202020202020202009202020200A202020200A202020200A20200A0A0A0A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206465206365207265706F72746167652064616E73206C65206D6167617A696E652047454F206EB033383820286A75696E2032303131293C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6272657461676E652D6C65732D7065726C65732D64752D746572726F697227207461726765743D275F626C616E6B273E4272657461676E65203A206C6573207065726C657320647520746572726F69723C2F613E3C2F693E3C6272202F3E4465206C2741726D6F7220286C652022626F7264206465206D6572222C20656E20627265746F6E2920E0206C274172676F61742028226C657320626F6973292C206C61204272657461676E652065737420756E652072E967696F6E206D797468697175652C2061757820706179736167657320706172746963756C69E872656D656E74207269636865732065742076617269E973203A2032373330206B696C6F6DE874726573206465206C6974746F72616C2C2064756E65732062616C6179E9657320706172206C652076656E742C2066616C61697365732071756920746F6D62656E7420E0207069632C2065737475616972657320706172616469736961717565732C206D61726169732073616C616E74732C206C616E6465732C20746F75726269E87265732C20626F636167657320657420666F72EA74732E2E2E20417520633F75722064652063657420E96372696E206E61747572656C20657863657074696F6E6E656C207365206472657373656E7420646520636861726D616E7473207065746974732076696C6C616765732E2044652043616D617265742D7375722D4D657220E0205061696D706F6E742C20656E2070617373616E7420706172204875656C676F6174206574204C6F63726F6E616E2C206361702073757220636573206C69657578206FF920766974206C27E26D6520627265746F6E6E652E0A0A0A0A556E207265706F7274616765206475206D6167617A696E652047454F20706172204A75616E204D616E75656C2043617374726F2050726965746F202870686F746F7329206574204F7068E96C6965204E65696D616E20287465787465292E0A0A0A0A566F6972206C65732070686F746F73206465206C61204272657461676E650A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206475206D6F6973206465206A75696E20323031322E0A0A0A0A45742064E9636F757672657A206427617574726573207265706F727461676573207375722047454F2E66723C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F6F6365616E2D696E6469656E2D6C2D696C652D6D797374657269657573652D64652D736F636F74726127207461726765743D275F626C616E6B273E4F63E9616E20696E6469656E203A206C3FEE6C65206D797374E972696575736520646520536F636F7472613C2F613E3C2F693E3C6272202F3E53697475E965206175206C61726765206465206C6120536F6D616C69652C206C27EE6C6520646520536F636F74726120657374206C6F6E6774656D70732072657374E96520696E636F6E6E7565206475206772616E64207075626C69632E20537572206365207065746974207465727269746F69726520617070617274656E616E742061752059E96D656E2C206C657320636F6E646974696F6E732064652076696520736F6E7420727564696D656E7461697265732C206574206C6120706F70756C6174696F6E20696E73756C616972652C20706575206E6F6D6272657573652C2074656E74652064652073276F7576726972206175207265737465206475206D6F6E64652E205375726E6F6D6DE965206C657320AB47616C613F7061676F73206465206C3F6F63653F616E20496E6469656EBB2C20536F636F74726120706F7373E8646520746F757465666F697320756E65206772616E6465207269636865737365203A2064657320706179736167657320766965726765732C2073706C656E646964657320657420636F6E766F6974E9732E0A0A0A0A556E207265706F727461676520646520436174616C696E61204D617274696E2D436869636F202870686F746F732920657420436174686572696E65204D6F6E6E657420287465787465290A0A0A0A566F6972206C65732070686F746F7320646520536F636F7472610A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206D6169203230313220286EB0333939290A0A0A0A44E9636F757672657A206427617574726573207265706F7274616765732070686F746F732064752047454F2E66723C2F74643E3C2F74723E3C74722076616C69676E3D27746F70273E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F636F7265652D64752D7375642D6C2D6F6273657373696F6E2D64752D686967682D7465636827207461726765743D275F626C616E6B273E436F72E96520647520537564203A206C276F6273657373696F6E20647520686967682D746563683C2F613E3C2F693E3C6272202F3E4C6573205375642D436F72E9656E7320636F6C6C656374696F6E6E656E742064652063757269657578207265636F726473203A20696C73206F6E74206C657320667269676F73206C657320706C757320667574757269737465732C206C65732061646F73206C657320706C757320616363726F7320617578206A65757820656E2072E9736561752C206C657320726F626F7473206C657320706C757320666F75732E204427756E206D6F646520646520766965206C69E920E0206C612063756C74757265206465206C612072617069646974E9206574206465206C6120636F6D70E9746974696F6E2C20696C73206F6E742066616974206C6120636CE9206465206C6575722070726F7370E9726974E92E200A0A0A0A556E207265706F727461676520646520546F6D61732076616E20486F757472797665202870686F746F73292065742053E96261737469656E2046616C6C6574746920287465787465292E0A0A0A0A566F6972206C65732070686F746F7320646520436F72E965206475205375640A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206465206D6169203230313220286EB0333939292E3C2F74643E3C74642077696474683D27353025272076616C69676E3D27746F70273E3C693E3C6120687265663D27687474703A2F2F7777772E67656F2E66722F70686F746F732F7265706F7274616765732D67656F2F71617461722D6C652D6D6963726F706179732D7175692D732D6F666672652D6C652D6D6F6E646527207461726765743D275F626C616E6B273E5161746172203A206C65206D6963726F706179732071756920733F6F66667265206C65206D6F6E64653C2F613E3C2F693E3C6272202F3E506F72736368652C205053472C20486172726F64732C20626F75727365206465204C6F6E647265732C2047656E6572616C204D6F746F72732C20526F79616C204D6F6E636561753F204C65206D696E757363756C6520E96D6972617420647520516174617220656E676C6F757469742070657520E020706575206C657320666C6575726F6E73206465206C3FE9636F6E6F6D6965206D6F6E6469616C652E204D6173746F646F6E74652066696E616E636965722C206C6520706179732064697374726962756520617573736920736573206C617267657373657320617578206861626974616E74732C20717569206A6F75697373656E7420643F756E206E697665617520646520766965206465206E616261622E0A0A0A0A556E207265706F7274616765206465205A69796168204761666963202870686F746F73292065742050657272696E65204D6F75746572646520287465787465290A0A0A0A566F6972206C65732070686F746F732064752051617461720A0A0A0A526574726F7576657A206C27696E74E96772616C6974E9206475207265706F72746167652064616E73206C65206D6167617A696E652047454F206427617672696C203230313220286EB0333938292E3C2F74643E3C2F74723E3C2F7461626C653E3C2F6469763E,'2012-10-25 07:29:11');
/*!40000 ALTER TABLE rss_content ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rss_flux`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rss_flux (
id_rss_flux int(9) unsigned NOT NULL AUTO_INCREMENT,
nom_rss_flux varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
link_rss_flux blob NOT NULL,
descr_rss_flux blob NOT NULL,
lang_rss_flux varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fr',
copy_rss_flux blob NOT NULL,
editor_rss_flux varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
webmaster_rss_flux varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ttl_rss_flux int(9) unsigned NOT NULL DEFAULT '60',
img_url_rss_flux blob NOT NULL,
img_title_rss_flux blob NOT NULL,
img_link_rss_flux blob NOT NULL,
format_flux blob NOT NULL,
rss_flux_content longblob NOT NULL,
rss_flux_last timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
export_court_flux tinyint(1) unsigned NOT NULL DEFAULT '0',
tpl_rss_flux int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id_rss_flux)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rss_flux`
--
LOCK TABLES rss_flux WRITE;
/*!40000 ALTER TABLE rss_flux DISABLE KEYS */;
/*!40000 ALTER TABLE rss_flux ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rss_flux_content`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rss_flux_content (
num_rss_flux int(9) unsigned NOT NULL DEFAULT '0',
type_contenant char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'BAN',
num_contenant int(9) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (num_rss_flux,type_contenant,num_contenant)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rss_flux_content`
--
LOCK TABLES rss_flux_content WRITE;
/*!40000 ALTER TABLE rss_flux_content DISABLE KEYS */;
/*!40000 ALTER TABLE rss_flux_content ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rubriques`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE rubriques (
id_rubrique int(8) unsigned NOT NULL AUTO_INCREMENT,
num_budget int(8) unsigned NOT NULL DEFAULT '0',
num_parent int(8) unsigned NOT NULL DEFAULT '0',
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
commentaires text COLLATE utf8_unicode_ci NOT NULL,
montant float(8,2) unsigned NOT NULL DEFAULT '0.00',
num_cp_compta varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
autorisations mediumtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_rubrique)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rubriques`
--
LOCK TABLES rubriques WRITE;
/*!40000 ALTER TABLE rubriques DISABLE KEYS */;
/*!40000 ALTER TABLE rubriques ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sauv_lieux`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sauv_lieux (
sauv_lieu_id int(10) unsigned NOT NULL AUTO_INCREMENT,
sauv_lieu_nom varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_lieu_url varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_lieu_protocol varchar(10) COLLATE utf8_unicode_ci DEFAULT 'file',
sauv_lieu_host varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_lieu_login varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_lieu_password varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (sauv_lieu_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sauv_lieux`
--
LOCK TABLES sauv_lieux WRITE;
/*!40000 ALTER TABLE sauv_lieux DISABLE KEYS */;
/*!40000 ALTER TABLE sauv_lieux ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sauv_log`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sauv_log (
sauv_log_id int(10) unsigned NOT NULL AUTO_INCREMENT,
sauv_log_start_date date DEFAULT NULL,
sauv_log_file varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_log_succeed int(11) DEFAULT '0',
sauv_log_messages mediumtext COLLATE utf8_unicode_ci,
sauv_log_userid int(11) DEFAULT NULL,
PRIMARY KEY (sauv_log_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sauv_log`
--
LOCK TABLES sauv_log WRITE;
/*!40000 ALTER TABLE sauv_log DISABLE KEYS */;
/*!40000 ALTER TABLE sauv_log ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sauv_sauvegardes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sauv_sauvegardes (
sauv_sauvegarde_id int(10) unsigned NOT NULL AUTO_INCREMENT,
sauv_sauvegarde_nom varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_sauvegarde_file_prefix varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_sauvegarde_tables mediumtext COLLATE utf8_unicode_ci,
sauv_sauvegarde_lieux mediumtext COLLATE utf8_unicode_ci,
sauv_sauvegarde_users mediumtext COLLATE utf8_unicode_ci,
sauv_sauvegarde_compress int(11) DEFAULT '0',
sauv_sauvegarde_compress_command mediumtext COLLATE utf8_unicode_ci,
sauv_sauvegarde_crypt int(11) DEFAULT '0',
sauv_sauvegarde_key1 varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_sauvegarde_key2 varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (sauv_sauvegarde_id)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sauv_sauvegardes`
--
LOCK TABLES sauv_sauvegardes WRITE;
/*!40000 ALTER TABLE sauv_sauvegardes DISABLE KEYS */;
INSERT INTO sauv_sauvegardes (sauv_sauvegarde_id, sauv_sauvegarde_nom, sauv_sauvegarde_file_prefix, sauv_sauvegarde_tables, sauv_sauvegarde_lieux, sauv_sauvegarde_users, sauv_sauvegarde_compress, sauv_sauvegarde_compress_command, sauv_sauvegarde_crypt, sauv_sauvegarde_key1, sauv_sauvegarde_key2) VALUES (1,'tout','full','1','','1',0,'internal::',0,'','');
/*!40000 ALTER TABLE sauv_sauvegardes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sauv_tables`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sauv_tables (
sauv_table_id int(10) unsigned NOT NULL AUTO_INCREMENT,
sauv_table_nom varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
sauv_table_tables text COLLATE utf8_unicode_ci,
PRIMARY KEY (sauv_table_id),
UNIQUE KEY sauv_table_nom (sauv_table_nom)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sauv_tables`
--
LOCK TABLES sauv_tables WRITE;
/*!40000 ALTER TABLE sauv_tables DISABLE KEYS */;
INSERT INTO sauv_tables (sauv_table_id, sauv_table_nom, sauv_table_tables) VALUES (1,'TOUT','abo_liste_lecture,abts_abts,abts_abts_modeles,abts_grille_abt,abts_grille_modele,abts_modeles,abts_periodicites,acces_profiles,acces_rights,actes,admin_session,analysis,arch_emplacement,arch_statut,arch_type,audit,aut_link,author_custom,author_custom_lists,author_custom_values,authorities_sources,authors,authperso,authperso_authorities,authperso_custom,authperso_custom_lists,authperso_custom_values,avis,bannette_abon,bannette_contenu,bannette_equation,bannette_exports,bannette_facettes,bannette_tpl,bannettes,bannettes_descriptors,budgets,bulletins,cache_amendes,caddie,caddie_content,caddie_procs,cashdesk,cashdesk_locations,cashdesk_sections,categ_custom,categ_custom_lists,categ_custom_values,categories,classements,cms,cms_articles,cms_articles_descriptors,cms_build,cms_cache_cadres,cms_cadre_content,cms_cadres,cms_collections,cms_documents,cms_documents_links,cms_editorial_custom,cms_editorial_custom_lists,cms_editorial_custom_values,cms_editorial_fields_global_index,cms_editorial_publications_states,cms_editorial_types,cms_editorial_words_global_index,cms_hash,cms_managed_modules,cms_modules_extensions_datas,cms_pages,cms_pages_env,cms_sections,cms_sections_descriptors,cms_vars,cms_version,collection_custom,collection_custom_lists,collection_custom_values,collections,collections_state,collstate_custom,collstate_custom_lists,collstate_custom_values,comptes,connectors,connectors_categ,connectors_categ_sources,connectors_out,connectors_out_oai_deleted_records,connectors_out_oai_tokens,connectors_out_setcache_values,connectors_out_setcaches,connectors_out_setcateg_sets,connectors_out_setcategs,connectors_out_sets,connectors_out_sources,connectors_out_sources_esgroups,connectors_sources,coordonnees,demandes,demandes_actions,demandes_custom,demandes_custom_lists,demandes_custom_values,demandes_notes,demandes_theme,demandes_type,demandes_users,docs_codestat,docs_location,docs_section,docs_statut,docs_type,docsloc_section,docwatch_categories,docwatch_datasources,docwatch_items,docwatch_items_descriptors,docwatch_items_tags,docwatch_selectors,docwatch_tags,docwatch_watches,dsi_archive,editions_states,empr,empr_caddie,empr_caddie_content,empr_caddie_procs,empr_categ,empr_codestat,empr_custom,empr_custom_lists,empr_custom_values,empr_grilles,empr_groupe,empr_passwords,empr_statut,empty_words_calculs,entites,entrepot_source_1,entrepot_source_3,entrepot_source_4,entrepot_source_5,entrepot_source_6,entrepot_source_7,entrepots_localisations,equations,error_log,es_cache,es_cache_blob,es_cache_int,es_converted_cache,es_esgroup_esusers,es_esgroups,es_esusers,es_methods,es_methods_users,es_searchcache,es_searchsessions,etagere,etagere_caddie,exemplaires,exemplaires_temp,exercices,expl_custom,expl_custom_lists,expl_custom_values,explnum,explnum_doc,explnum_doc_actions,explnum_doc_sugg,explnum_location,explnum_segments,explnum_speakers,explnum_statut,external_count,facettes,faq_questions,faq_questions_categories,faq_questions_fields_global_index,faq_questions_words_global_index,faq_themes,faq_types,fiche,frais,gestfic0_custom,gestfic0_custom_lists,gestfic0_custom_values,grilles,groupe,groupexpl,groupexpl_expl,harvest_field,harvest_profil,harvest_profil_import,harvest_profil_import_field,harvest_search_field,harvest_src,import_marc,index_concept,indexint,indexint_custom,indexint_custom_lists,indexint_custom_values,infopages,lenders,liens_actes,lignes_actes,lignes_actes_relances,lignes_actes_statuts,linked_mots,log_expl_retard,log_retard,logopac,mailtpl,map_echelles,map_emprises,map_hold_areas,map_projections,map_refs,mots,noeuds,nomenclature_children_records,nomenclature_exotic_instruments,nomenclature_exotic_other_instruments,nomenclature_families,nomenclature_formations,nomenclature_instruments,nomenclature_musicstands,nomenclature_notices_nomenclatures,nomenclature_types,nomenclature_voices,nomenclature_workshops,nomenclature_workshops_instruments,notice_onglet,notice_statut,notice_tpl,notice_tplcode,notices,notices_authorities_sources,notices_authperso,notices_categories,notices_custom,notices_custom_lists,notices_custom_values,notices_externes,notices_fields_global_index,notices_global_index,notices_langues,notices_mots_global_index,notices_relations,notices_titres_uniformes,offres_remises,onto_uri,ontology_g2t,ontology_id2val,ontology_o2val,ontology_s2val,ontology_setting,ontology_triple,opac_filters,opac_liste_lecture,opac_sessions,opac_views,opac_views_empr,origin_authorities,origine_notice,ouvertures,paiements,param_subst,parametres,pclassement,perio_relance,planificateur,pret,pret_archive,pret_custom,pret_custom_lists,pret_custom_values,procs,procs_classements,publisher_custom,publisher_custom_lists,publisher_custom_values,publishers,quotas,quotas_finance,quotas_opac_views,rapport_demandes,rdfstore_g2t,rdfstore_id2val,rdfstore_index,rdfstore_o2val,rdfstore_s2val,rdfstore_setting,rdfstore_triple,recouvrements,resa,resa_archive,resa_loc,resa_planning,resa_ranger,responsability,responsability_tu,rss_content,rss_flux,rss_flux_content,rubriques,sauv_lieux,sauv_log,sauv_sauvegardes,sauv_tables,search_cache,search_perso,search_persopac,search_persopac_empr_categ,serialcirc,serialcirc_ask,serialcirc_circ,serialcirc_copy,serialcirc_diff,serialcirc_expl,serialcirc_group,serialcirc_tpl,serie_custom,serie_custom_lists,serie_custom_values,series,sessions,shorturls,skos_fields_global_index,skos_words_global_index,source_sync,sources_enrichment,statopac,statopac_request,statopac_vues,statopac_vues_col,storages,sub_collections,subcollection_custom,subcollection_custom_lists,subcollection_custom_values,suggestions,suggestions_categ,suggestions_origine,suggestions_source,sur_location,taches,taches_docnum,taches_type,tags,thesaurus,titres_uniformes,transacash,transactions,transactype,transferts,transferts_demande,transferts_source,translation,tris,tu_custom,tu_custom_lists,tu_custom_values,tu_distrib,tu_ref,tu_subdiv,tva_achats,type_abts,type_comptes,types_produits,upload_repertoire,users,users_groups,vedette,vedette_link,vedette_object,visionneuse_params,voir_aussi,words,z_attr,z_bib,z_notices,z_query');
/*!40000 ALTER TABLE sauv_tables ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_cache`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE search_cache (
object_id varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
delete_on_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`value` mediumblob NOT NULL,
PRIMARY KEY (object_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_cache`
--
LOCK TABLES search_cache WRITE;
/*!40000 ALTER TABLE search_cache DISABLE KEYS */;
/*!40000 ALTER TABLE search_cache ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_perso`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE search_perso (
search_id int(8) unsigned NOT NULL AUTO_INCREMENT,
num_user int(8) unsigned NOT NULL DEFAULT '0',
search_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
search_shortname varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
search_query text COLLATE utf8_unicode_ci NOT NULL,
search_human text COLLATE utf8_unicode_ci NOT NULL,
search_directlink tinyint(1) unsigned NOT NULL DEFAULT '0',
autorisations mediumtext COLLATE utf8_unicode_ci,
PRIMARY KEY (search_id)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_perso`
--
LOCK TABLES search_perso WRITE;
/*!40000 ALTER TABLE search_perso DISABLE KEYS */;
/*!40000 ALTER TABLE search_perso ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_persopac`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE search_persopac (
search_id int(8) unsigned NOT NULL AUTO_INCREMENT,
num_empr int(8) unsigned NOT NULL DEFAULT '0',
search_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
search_shortname varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
search_query text COLLATE utf8_unicode_ci NOT NULL,
search_human text COLLATE utf8_unicode_ci NOT NULL,
search_directlink tinyint(1) unsigned NOT NULL DEFAULT '0',
search_limitsearch tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (search_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_persopac`
--
LOCK TABLES search_persopac WRITE;
/*!40000 ALTER TABLE search_persopac DISABLE KEYS */;
/*!40000 ALTER TABLE search_persopac ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_persopac_empr_categ`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE search_persopac_empr_categ (
id_categ_empr int(11) NOT NULL DEFAULT '0',
id_search_persopac int(11) NOT NULL DEFAULT '0',
KEY i_id_s_persopac (id_search_persopac),
KEY i_id_categ_empr (id_categ_empr)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_persopac_empr_categ`
--
LOCK TABLES search_persopac_empr_categ WRITE;
/*!40000 ALTER TABLE search_persopac_empr_categ DISABLE KEYS */;
/*!40000 ALTER TABLE search_persopac_empr_categ ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc (
id_serialcirc int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_abt int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_type int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_virtual int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_duration int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_checked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_retard_mode int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_allow_resa int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_allow_copy int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_allow_send_ask int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_allow_subscription int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_duration_before_send int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_statut_circ int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_statut_circ_after int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_state int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_tpl text COLLATE utf8_unicode_ci NOT NULL,
serialcirc_piedpage text COLLATE utf8_unicode_ci NOT NULL,
serialcirc_no_ret int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_sort_diff text COLLATE utf8_unicode_ci NOT NULL,
serialcirc_simple int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_serialcirc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc`
--
LOCK TABLES serialcirc WRITE;
/*!40000 ALTER TABLE serialcirc DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_ask`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_ask (
id_serialcirc_ask int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_ask_perio int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_ask_serialcirc int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_ask_empr int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_ask_type int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_ask_statut int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_ask_date date NOT NULL DEFAULT '0000-00-00',
serialcirc_ask_comment text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_serialcirc_ask)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_ask`
--
LOCK TABLES serialcirc_ask WRITE;
/*!40000 ALTER TABLE serialcirc_ask DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_ask ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_circ`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_circ (
id_serialcirc_circ int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_circ_diff int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_circ_expl int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_circ_empr int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_circ_serialcirc int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_order int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_subscription int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_hold_asked int(11) NOT NULL DEFAULT '0',
serialcirc_circ_ret_asked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_trans_asked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_trans_doc_asked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_circ_expected_date datetime DEFAULT NULL,
serialcirc_circ_pointed_date datetime DEFAULT NULL,
PRIMARY KEY (id_serialcirc_circ)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_circ`
--
LOCK TABLES serialcirc_circ WRITE;
/*!40000 ALTER TABLE serialcirc_circ DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_circ ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_copy`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_copy (
id_serialcirc_copy int(11) NOT NULL AUTO_INCREMENT,
num_serialcirc_copy_empr int(11) NOT NULL DEFAULT '0',
num_serialcirc_copy_bulletin int(11) NOT NULL DEFAULT '0',
serialcirc_copy_analysis text COLLATE utf8_unicode_ci,
serialcirc_copy_date date NOT NULL DEFAULT '0000-00-00',
serialcirc_copy_state int(11) NOT NULL DEFAULT '0',
serialcirc_copy_comment text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_serialcirc_copy)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_copy`
--
LOCK TABLES serialcirc_copy WRITE;
/*!40000 ALTER TABLE serialcirc_copy DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_copy ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_diff`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_diff (
id_serialcirc_diff int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_diff_serialcirc int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_diff_empr_type int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_diff_type_diff int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_diff_empr int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_diff_group_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
serialcirc_diff_duration int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_diff_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_serialcirc_diff)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_diff`
--
LOCK TABLES serialcirc_diff WRITE;
/*!40000 ALTER TABLE serialcirc_diff DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_diff ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_expl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_expl (
id_serialcirc_expl int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_expl_id int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_expl_serialcirc int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_bulletine_date date NOT NULL DEFAULT '0000-00-00',
serialcirc_expl_state_circ int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_expl_serialcirc_diff int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_ret_asked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_trans_asked int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_trans_doc_asked int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_expl_current_empr int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_expl_start_date date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (id_serialcirc_expl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_expl`
--
LOCK TABLES serialcirc_expl WRITE;
/*!40000 ALTER TABLE serialcirc_expl DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_expl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_group`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_group (
id_serialcirc_group int(10) unsigned NOT NULL AUTO_INCREMENT,
num_serialcirc_group_diff int(10) unsigned NOT NULL DEFAULT '0',
num_serialcirc_group_empr int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_group_responsable int(10) unsigned NOT NULL DEFAULT '0',
serialcirc_group_order int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_serialcirc_group)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_group`
--
LOCK TABLES serialcirc_group WRITE;
/*!40000 ALTER TABLE serialcirc_group DISABLE KEYS */;
/*!40000 ALTER TABLE serialcirc_group ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serialcirc_tpl`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serialcirc_tpl (
serialcirctpl_id int(10) unsigned NOT NULL AUTO_INCREMENT,
serialcirctpl_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
serialcirctpl_comment varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
serialcirctpl_tpl text COLLATE utf8_unicode_ci NOT NULL,
serialcirctpl_piedpage text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (serialcirctpl_id)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serialcirc_tpl`
--
LOCK TABLES serialcirc_tpl WRITE;
/*!40000 ALTER TABLE serialcirc_tpl DISABLE KEYS */;
INSERT INTO serialcirc_tpl (serialcirctpl_id, serialcirctpl_name, serialcirctpl_comment, serialcirctpl_tpl, serialcirctpl_piedpage) VALUES (1,'Template PMB','','a:3:{i:0;a:3:{s:4:\"type\";s:4:\"name\";s:2:\"id\";s:1:\"0\";s:5:\"label\";N;}i:1;a:3:{s:4:\"type\";s:5:\"ville\";s:2:\"id\";s:1:\"0\";s:5:\"label\";N;}i:2;a:3:{s:4:\"type\";s:5:\"libre\";s:2:\"id\";s:1:\"0\";s:5:\"label\";s:9:\"SIGNATURE\";}}','');
/*!40000 ALTER TABLE serialcirc_tpl ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serie_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serie_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serie_custom`
--
LOCK TABLES serie_custom WRITE;
/*!40000 ALTER TABLE serie_custom DISABLE KEYS */;
/*!40000 ALTER TABLE serie_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serie_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serie_custom_lists (
serie_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
serie_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
serie_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (serie_custom_champ),
KEY editorial_champ_list_value (serie_custom_champ,serie_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serie_custom_lists`
--
LOCK TABLES serie_custom_lists WRITE;
/*!40000 ALTER TABLE serie_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE serie_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `serie_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE serie_custom_values (
serie_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
serie_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
serie_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
serie_custom_text text COLLATE utf8_unicode_ci,
serie_custom_integer int(11) DEFAULT NULL,
serie_custom_date date DEFAULT NULL,
serie_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (serie_custom_champ),
KEY editorial_custom_origine (serie_custom_origine),
KEY i_scv_st (serie_custom_small_text),
KEY i_scv_t (serie_custom_text(255)),
KEY i_scv_i (serie_custom_integer),
KEY i_scv_d (serie_custom_date),
KEY i_scv_f (serie_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `serie_custom_values`
--
LOCK TABLES serie_custom_values WRITE;
/*!40000 ALTER TABLE serie_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE serie_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `series`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE series (
serie_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
serie_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
serie_index text COLLATE utf8_unicode_ci,
PRIMARY KEY (serie_id)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `series`
--
LOCK TABLES series WRITE;
/*!40000 ALTER TABLE series DISABLE KEYS */;
INSERT INTO series (serie_id, serie_name, serie_index) VALUES (1,'Aya de Yopougon',' aya yopougon ');
INSERT INTO series (serie_id, serie_name, serie_index) VALUES (2,'Jojo',' jojo ');
INSERT INTO series (serie_id, serie_name, serie_index) VALUES (3,'Les annales du disque-monde',' annales disque monde ');
/*!40000 ALTER TABLE series ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sessions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sessions (
SESSID varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
login varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
IP varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
SESSstart varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
LastOn varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
SESSNAME varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notifications text COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sessions`
--
LOCK TABLES sessions WRITE;
/*!40000 ALTER TABLE sessions DISABLE KEYS */;
/*!40000 ALTER TABLE sessions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `shorturls`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE shorturls (
id_shorturl int(10) unsigned NOT NULL AUTO_INCREMENT,
shorturl_hash varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
shorturl_last_access datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
shorturl_context text COLLATE utf8_unicode_ci NOT NULL,
shorturl_type varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
shorturl_action varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_shorturl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `shorturls`
--
LOCK TABLES shorturls WRITE;
/*!40000 ALTER TABLE shorturls DISABLE KEYS */;
/*!40000 ALTER TABLE shorturls ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `skos_fields_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE skos_fields_global_index (
id_item int(10) unsigned NOT NULL DEFAULT '0',
code_champ int(3) unsigned NOT NULL DEFAULT '0',
code_ss_champ int(3) unsigned NOT NULL DEFAULT '0',
ordre int(4) unsigned NOT NULL DEFAULT '0',
`value` text COLLATE utf8_unicode_ci NOT NULL,
pond int(4) unsigned NOT NULL DEFAULT '100',
lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
authority_num varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
PRIMARY KEY (id_item,code_champ,code_ss_champ,lang,ordre),
KEY i_value (`value`(300)),
KEY i_code_champ_code_ss_champ (code_champ,code_ss_champ)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `skos_fields_global_index`
--
LOCK TABLES skos_fields_global_index WRITE;
/*!40000 ALTER TABLE skos_fields_global_index DISABLE KEYS */;
/*!40000 ALTER TABLE skos_fields_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `skos_words_global_index`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE skos_words_global_index (
id_item int(10) unsigned NOT NULL DEFAULT '0',
code_champ int(10) unsigned NOT NULL DEFAULT '0',
code_ss_champ int(10) unsigned NOT NULL DEFAULT '0',
num_word int(10) unsigned NOT NULL DEFAULT '0',
pond int(10) unsigned NOT NULL DEFAULT '100',
position int(10) unsigned NOT NULL DEFAULT '1',
field_position int(10) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (id_item,code_champ,num_word,position,code_ss_champ),
KEY code_champ (code_champ),
KEY i_id_mot (num_word,id_item),
KEY i_code_champ_code_ss_champ_num_word (code_champ,code_ss_champ,num_word)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `skos_words_global_index`
--
LOCK TABLES skos_words_global_index WRITE;
/*!40000 ALTER TABLE skos_words_global_index DISABLE KEYS */;
/*!40000 ALTER TABLE skos_words_global_index ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `source_sync`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE source_sync (
source_id int(10) unsigned NOT NULL DEFAULT '0',
nrecu varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ntotal varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
message varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_sync datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
percent int(10) unsigned NOT NULL DEFAULT '0',
env text COLLATE utf8_unicode_ci NOT NULL,
cancel int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (source_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_sync`
--
LOCK TABLES source_sync WRITE;
/*!40000 ALTER TABLE source_sync DISABLE KEYS */;
INSERT INTO source_sync (source_id, nrecu, ntotal, message, date_sync, percent, env, cancel) VALUES (5,'','','','2012-12-11 18:55:08',0,'',2);
/*!40000 ALTER TABLE source_sync ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sources_enrichment`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sources_enrichment (
source_enrichment_num int(11) NOT NULL DEFAULT '0',
source_enrichment_typnotice varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_enrichment_typdoc varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
source_enrichment_params text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (source_enrichment_num,source_enrichment_typnotice,source_enrichment_typdoc),
KEY i_s_enrichment_typnoti (source_enrichment_typnotice),
KEY i_s_enrichment_typdoc (source_enrichment_typdoc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sources_enrichment`
--
LOCK TABLES sources_enrichment WRITE;
/*!40000 ALTER TABLE sources_enrichment DISABLE KEYS */;
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (2,'m','','');
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (3,'m','','');
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (3,'m','g','');
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (4,'m','g','');
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (3,'m','j','');
INSERT INTO sources_enrichment (source_enrichment_num, source_enrichment_typnotice, source_enrichment_typdoc, source_enrichment_params) VALUES (4,'m','j','');
/*!40000 ALTER TABLE sources_enrichment ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `statopac`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE statopac (
id_log int(8) unsigned NOT NULL AUTO_INCREMENT,
date_log timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
url_demandee varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
url_referente varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
get_log blob NOT NULL,
post_log blob NOT NULL,
num_session varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
server_log blob NOT NULL,
empr_carac blob NOT NULL,
empr_doc blob NOT NULL,
empr_expl mediumblob NOT NULL,
nb_result blob NOT NULL,
gen_stat blob NOT NULL,
PRIMARY KEY (id_log),
KEY sopac_date_log (date_log)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `statopac`
--
LOCK TABLES statopac WRITE;
/*!40000 ALTER TABLE statopac DISABLE KEYS */;
/*!40000 ALTER TABLE statopac ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `statopac_request`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE statopac_request (
idproc int(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
requete blob NOT NULL,
`comment` tinytext COLLATE utf8_unicode_ci NOT NULL,
parameters text COLLATE utf8_unicode_ci NOT NULL,
num_vue mediumint(8) NOT NULL DEFAULT '0',
autorisations mediumtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (idproc)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `statopac_request`
--
LOCK TABLES statopac_request WRITE;
/*!40000 ALTER TABLE statopac_request DISABLE KEYS */;
/*!40000 ALTER TABLE statopac_request ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `statopac_vues`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE statopac_vues (
id_vue int(8) unsigned NOT NULL AUTO_INCREMENT,
date_consolidation datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
nom_vue varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`comment` tinytext COLLATE utf8_unicode_ci NOT NULL,
date_debut_log datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_fin_log datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (id_vue)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `statopac_vues`
--
LOCK TABLES statopac_vues WRITE;
/*!40000 ALTER TABLE statopac_vues DISABLE KEYS */;
/*!40000 ALTER TABLE statopac_vues ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `statopac_vues_col`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE statopac_vues_col (
id_col int(8) unsigned NOT NULL AUTO_INCREMENT,
nom_col varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
expression varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_vue mediumint(8) NOT NULL DEFAULT '0',
ordre mediumint(8) NOT NULL DEFAULT '0',
filtre varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
maj_flag int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (id_col)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `statopac_vues_col`
--
LOCK TABLES statopac_vues_col WRITE;
/*!40000 ALTER TABLE statopac_vues_col DISABLE KEYS */;
/*!40000 ALTER TABLE statopac_vues_col ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `storages`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE storages (
id_storage int(10) unsigned NOT NULL AUTO_INCREMENT,
storage_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
storage_class varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
storage_params text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_storage),
KEY i_storage_class (storage_class)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `storages`
--
LOCK TABLES storages WRITE;
/*!40000 ALTER TABLE storages DISABLE KEYS */;
INSERT INTO storages (id_storage, storage_name, storage_class, storage_params) VALUES (1,'portefolio','upload_folder_storage','a:1:{s:6:\"id_rep\";s:1:\"1\";}');
/*!40000 ALTER TABLE storages ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sub_collections`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sub_collections (
sub_coll_id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
sub_coll_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
sub_coll_parent mediumint(9) unsigned NOT NULL DEFAULT '0',
sub_coll_issn varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
index_sub_coll text COLLATE utf8_unicode_ci,
subcollection_web text COLLATE utf8_unicode_ci NOT NULL,
subcollection_comment text COLLATE utf8_unicode_ci NOT NULL,
authority_import_denied int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (sub_coll_id),
KEY sub_coll_name (sub_coll_name)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sub_collections`
--
LOCK TABLES sub_collections WRITE;
/*!40000 ALTER TABLE sub_collections DISABLE KEYS */;
INSERT INTO sub_collections (sub_coll_id, sub_coll_name, sub_coll_parent, sub_coll_issn, index_sub_coll, subcollection_web, subcollection_comment, authority_import_denied) VALUES (1,'Science-fiction',21,'',' science fiction ','','',0);
INSERT INTO sub_collections (sub_coll_id, sub_coll_name, sub_coll_parent, sub_coll_issn, index_sub_coll, subcollection_web, subcollection_comment, authority_import_denied) VALUES (2,'Fantastique',28,'',' fantastique ','','',0);
/*!40000 ALTER TABLE sub_collections ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subcollection_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE subcollection_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subcollection_custom`
--
LOCK TABLES subcollection_custom WRITE;
/*!40000 ALTER TABLE subcollection_custom DISABLE KEYS */;
/*!40000 ALTER TABLE subcollection_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subcollection_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE subcollection_custom_lists (
subcollection_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
subcollection_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
subcollection_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (subcollection_custom_champ),
KEY editorial_champ_list_value (subcollection_custom_champ,subcollection_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subcollection_custom_lists`
--
LOCK TABLES subcollection_custom_lists WRITE;
/*!40000 ALTER TABLE subcollection_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE subcollection_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subcollection_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE subcollection_custom_values (
subcollection_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
subcollection_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
subcollection_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
subcollection_custom_text text COLLATE utf8_unicode_ci,
subcollection_custom_integer int(11) DEFAULT NULL,
subcollection_custom_date date DEFAULT NULL,
subcollection_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (subcollection_custom_champ),
KEY editorial_custom_origine (subcollection_custom_origine),
KEY i_scv_st (subcollection_custom_small_text),
KEY i_scv_t (subcollection_custom_text(255)),
KEY i_scv_i (subcollection_custom_integer),
KEY i_scv_d (subcollection_custom_date),
KEY i_scv_f (subcollection_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subcollection_custom_values`
--
LOCK TABLES subcollection_custom_values WRITE;
/*!40000 ALTER TABLE subcollection_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE subcollection_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggestions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE suggestions (
id_suggestion int(12) unsigned NOT NULL AUTO_INCREMENT,
titre tinytext COLLATE utf8_unicode_ci NOT NULL,
editeur varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
auteur varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`code` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
prix float(8,2) unsigned NOT NULL DEFAULT '0.00',
commentaires text COLLATE utf8_unicode_ci,
commentaires_gestion text COLLATE utf8_unicode_ci,
statut int(3) unsigned NOT NULL DEFAULT '0',
num_produit int(8) NOT NULL DEFAULT '0',
num_entite int(5) NOT NULL DEFAULT '0',
index_suggestion text COLLATE utf8_unicode_ci NOT NULL,
nb int(5) unsigned NOT NULL DEFAULT '1',
date_creation date NOT NULL DEFAULT '0000-00-00',
date_decision date NOT NULL DEFAULT '0000-00-00',
num_rubrique int(8) unsigned NOT NULL DEFAULT '0',
num_fournisseur int(5) unsigned NOT NULL DEFAULT '0',
num_notice int(8) unsigned NOT NULL DEFAULT '0',
url_suggestion varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_categ int(12) NOT NULL DEFAULT '1',
sugg_location smallint(5) unsigned NOT NULL DEFAULT '0',
sugg_source int(8) NOT NULL DEFAULT '0',
date_publication varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
notice_unimarc blob NOT NULL,
PRIMARY KEY (id_suggestion)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggestions`
--
LOCK TABLES suggestions WRITE;
/*!40000 ALTER TABLE suggestions DISABLE KEYS */;
/*!40000 ALTER TABLE suggestions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggestions_categ`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE suggestions_categ (
id_categ int(12) NOT NULL AUTO_INCREMENT,
libelle_categ varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_categ)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggestions_categ`
--
LOCK TABLES suggestions_categ WRITE;
/*!40000 ALTER TABLE suggestions_categ DISABLE KEYS */;
INSERT INTO suggestions_categ (id_categ, libelle_categ) VALUES (1,'catégorie par défaut');
/*!40000 ALTER TABLE suggestions_categ ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggestions_origine`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE suggestions_origine (
origine varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_suggestion int(12) unsigned NOT NULL DEFAULT '0',
type_origine int(3) unsigned NOT NULL DEFAULT '0',
date_suggestion date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (origine,num_suggestion,type_origine),
KEY i_origine (origine,type_origine)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggestions_origine`
--
LOCK TABLES suggestions_origine WRITE;
/*!40000 ALTER TABLE suggestions_origine DISABLE KEYS */;
/*!40000 ALTER TABLE suggestions_origine ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggestions_source`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE suggestions_source (
id_source int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle_source varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_source)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggestions_source`
--
LOCK TABLES suggestions_source WRITE;
/*!40000 ALTER TABLE suggestions_source DISABLE KEYS */;
/*!40000 ALTER TABLE suggestions_source ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sur_location`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE sur_location (
surloc_id int(10) unsigned NOT NULL AUTO_INCREMENT,
surloc_libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_pic varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_visible_opac tinyint(1) unsigned NOT NULL DEFAULT '1',
surloc_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_adr1 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_adr2 varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_cp varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_town varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_state varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_country varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_phone varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_email varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_website varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_logo varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
surloc_comment text COLLATE utf8_unicode_ci NOT NULL,
surloc_num_infopage int(6) unsigned NOT NULL DEFAULT '0',
surloc_css_style varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (surloc_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sur_location`
--
LOCK TABLES sur_location WRITE;
/*!40000 ALTER TABLE sur_location DISABLE KEYS */;
/*!40000 ALTER TABLE sur_location ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `taches`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE taches (
id_tache int(11) unsigned NOT NULL AUTO_INCREMENT,
num_planificateur int(11) DEFAULT NULL,
start_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
end_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`status` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
msg_statut blob,
commande int(8) NOT NULL DEFAULT '0',
next_state int(8) NOT NULL DEFAULT '0',
msg_commande blob,
indicat_progress int(3) DEFAULT NULL,
rapport text COLLATE utf8_unicode_ci,
id_process int(8) DEFAULT NULL,
PRIMARY KEY (id_tache)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `taches`
--
LOCK TABLES taches WRITE;
/*!40000 ALTER TABLE taches DISABLE KEYS */;
/*!40000 ALTER TABLE taches ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `taches_docnum`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE taches_docnum (
id_tache_docnum int(11) unsigned NOT NULL AUTO_INCREMENT,
tache_docnum_nomfichier varchar(255) COLLATE utf8_unicode_ci NOT NULL,
tache_docnum_mimetype varchar(255) COLLATE utf8_unicode_ci NOT NULL,
tache_docnum_data mediumblob NOT NULL,
tache_docnum_extfichier varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
tache_docnum_repertoire int(8) DEFAULT NULL,
tache_docnum_path text COLLATE utf8_unicode_ci NOT NULL,
num_tache int(11) NOT NULL,
PRIMARY KEY (id_tache_docnum)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `taches_docnum`
--
LOCK TABLES taches_docnum WRITE;
/*!40000 ALTER TABLE taches_docnum DISABLE KEYS */;
/*!40000 ALTER TABLE taches_docnum ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `taches_type`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE taches_type (
id_type_tache int(11) unsigned NOT NULL,
parameters text COLLATE utf8_unicode_ci NOT NULL,
timeout int(11) NOT NULL DEFAULT '5',
histo_day int(11) NOT NULL DEFAULT '7',
histo_number int(11) NOT NULL DEFAULT '3',
restart_on_failure int(1) unsigned NOT NULL DEFAULT '0',
alert_mail_on_failure varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
PRIMARY KEY (id_type_tache)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `taches_type`
--
LOCK TABLES taches_type WRITE;
/*!40000 ALTER TABLE taches_type DISABLE KEYS */;
/*!40000 ALTER TABLE taches_type ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tags`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tags (
id_tag mediumint(8) NOT NULL AUTO_INCREMENT,
libelle varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_notice mediumint(8) NOT NULL DEFAULT '0',
user_code varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
dateajout timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id_tag)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tags`
--
LOCK TABLES tags WRITE;
/*!40000 ALTER TABLE tags DISABLE KEYS */;
/*!40000 ALTER TABLE tags ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `thesaurus`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE thesaurus (
id_thesaurus int(3) unsigned NOT NULL AUTO_INCREMENT,
libelle_thesaurus varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
langue_defaut varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fr_FR',
active char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
opac_active char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
num_noeud_racine int(9) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_thesaurus),
UNIQUE KEY libelle_thesaurus (libelle_thesaurus)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `thesaurus`
--
LOCK TABLES thesaurus WRITE;
/*!40000 ALTER TABLE thesaurus DISABLE KEYS */;
INSERT INTO thesaurus (id_thesaurus, libelle_thesaurus, langue_defaut, active, opac_active, num_noeud_racine) VALUES (1,'Agneaux','fr_FR','1','1',1);
/*!40000 ALTER TABLE thesaurus ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `titres_uniformes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE titres_uniformes (
tu_id int(9) unsigned NOT NULL AUTO_INCREMENT,
tu_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_tonalite varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_comment text COLLATE utf8_unicode_ci NOT NULL,
index_tu text COLLATE utf8_unicode_ci NOT NULL,
tu_import_denied int(10) unsigned NOT NULL DEFAULT '0',
tu_num_author bigint(11) unsigned NOT NULL DEFAULT '0',
tu_forme varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_date varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_date_date date NOT NULL DEFAULT '0000-00-00',
tu_sujet text COLLATE utf8_unicode_ci NOT NULL,
tu_lieu varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_histoire text COLLATE utf8_unicode_ci,
tu_caracteristique text COLLATE utf8_unicode_ci,
tu_public varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_contexte text COLLATE utf8_unicode_ci,
tu_coordonnees varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_equinoxe varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_completude int(2) unsigned NOT NULL DEFAULT '0',
tu_tonalite_marclist varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tu_forme_marclist varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (tu_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `titres_uniformes`
--
LOCK TABLES titres_uniformes WRITE;
/*!40000 ALTER TABLE titres_uniformes DISABLE KEYS */;
/*!40000 ALTER TABLE titres_uniformes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transacash`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transacash (
transacash_id int(10) unsigned NOT NULL AUTO_INCREMENT,
transacash_empr_num int(10) unsigned NOT NULL DEFAULT '0',
transacash_desk_num int(10) unsigned NOT NULL DEFAULT '0',
transacash_user_num int(10) unsigned NOT NULL DEFAULT '0',
transacash_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
transacash_sold float NOT NULL DEFAULT '0',
transacash_collected float NOT NULL DEFAULT '0',
transacash_rendering float NOT NULL DEFAULT '0',
PRIMARY KEY (transacash_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transacash`
--
LOCK TABLES transacash WRITE;
/*!40000 ALTER TABLE transacash DISABLE KEYS */;
/*!40000 ALTER TABLE transacash ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transactions`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transactions (
id_transaction int(10) unsigned NOT NULL AUTO_INCREMENT,
compte_id int(8) unsigned NOT NULL DEFAULT '0',
user_id int(10) unsigned NOT NULL DEFAULT '0',
user_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
machine varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_enrgt datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
date_prevue date DEFAULT NULL,
date_effective date DEFAULT NULL,
montant decimal(16,2) NOT NULL DEFAULT '0.00',
sens int(1) NOT NULL DEFAULT '0',
realisee int(1) NOT NULL DEFAULT '0',
commentaire text COLLATE utf8_unicode_ci,
encaissement int(1) NOT NULL DEFAULT '0',
transactype_num int(10) unsigned NOT NULL DEFAULT '0',
cashdesk_num int(10) unsigned NOT NULL DEFAULT '0',
transacash_num int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_transaction)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transactions`
--
LOCK TABLES transactions WRITE;
/*!40000 ALTER TABLE transactions DISABLE KEYS */;
INSERT INTO transactions (id_transaction, compte_id, user_id, user_name, machine, date_enrgt, date_prevue, date_effective, montant, sens, realisee, commentaire, encaissement, transactype_num, cashdesk_num, transacash_num) VALUES (1,1,1,'admin','127.0.0.1','2012-10-24 10:47:37','2012-10-24',NULL,2.85,-1,0,'Amende exemplaire 30',0,0,0,0);
/*!40000 ALTER TABLE transactions ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transactype`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transactype (
transactype_id int(10) unsigned NOT NULL AUTO_INCREMENT,
transactype_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
transactype_quick_allowed int(10) unsigned NOT NULL DEFAULT '0',
transactype_unit_price float NOT NULL DEFAULT '0',
PRIMARY KEY (transactype_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transactype`
--
LOCK TABLES transactype WRITE;
/*!40000 ALTER TABLE transactype DISABLE KEYS */;
/*!40000 ALTER TABLE transactype ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transferts`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transferts (
id_transfert int(10) unsigned NOT NULL AUTO_INCREMENT,
num_notice int(10) unsigned NOT NULL DEFAULT '0',
num_bulletin int(10) unsigned NOT NULL DEFAULT '0',
date_creation date NOT NULL,
type_transfert int(5) unsigned NOT NULL DEFAULT '0',
etat_transfert tinyint(3) unsigned NOT NULL DEFAULT '0',
origine int(5) unsigned NOT NULL DEFAULT '0',
origine_comp varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`source` smallint(5) unsigned DEFAULT NULL,
destinations varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
date_retour date DEFAULT NULL,
motif varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_transfert),
KEY etat_transfert (etat_transfert)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transferts`
--
LOCK TABLES transferts WRITE;
/*!40000 ALTER TABLE transferts DISABLE KEYS */;
/*!40000 ALTER TABLE transferts ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transferts_demande`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transferts_demande (
id_transfert_demande int(10) unsigned NOT NULL AUTO_INCREMENT,
num_transfert int(10) unsigned NOT NULL DEFAULT '0',
date_creation date NOT NULL,
sens_transfert tinyint(3) unsigned NOT NULL DEFAULT '0',
num_location_source smallint(5) unsigned NOT NULL DEFAULT '0',
num_location_dest smallint(5) unsigned NOT NULL DEFAULT '0',
num_expl int(10) unsigned NOT NULL DEFAULT '0',
etat_demande tinyint(3) unsigned NOT NULL DEFAULT '0',
date_visualisee date DEFAULT NULL,
date_envoyee date DEFAULT NULL,
date_reception date DEFAULT NULL,
motif_refus varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
statut_origine int(10) unsigned NOT NULL DEFAULT '0',
section_origine int(10) unsigned NOT NULL DEFAULT '0',
resa_trans int(8) unsigned NOT NULL DEFAULT '0',
resa_arc_trans int(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (id_transfert_demande),
KEY num_transfert (num_transfert),
KEY num_location_source (num_location_source),
KEY num_location_dest (num_location_dest),
KEY num_expl (num_expl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transferts_demande`
--
LOCK TABLES transferts_demande WRITE;
/*!40000 ALTER TABLE transferts_demande DISABLE KEYS */;
/*!40000 ALTER TABLE transferts_demande ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `transferts_source`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE transferts_source (
trans_source_numexpl int(10) unsigned NOT NULL DEFAULT '0',
trans_source_numloc int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (trans_source_numexpl)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `transferts_source`
--
LOCK TABLES transferts_source WRITE;
/*!40000 ALTER TABLE transferts_source DISABLE KEYS */;
/*!40000 ALTER TABLE transferts_source ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `translation`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE translation (
trans_table varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
trans_field varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
trans_lang varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
trans_num int(8) unsigned NOT NULL DEFAULT '0',
trans_text varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (trans_table,trans_field,trans_lang,trans_num),
KEY i_lang (trans_lang)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `translation`
--
LOCK TABLES translation WRITE;
/*!40000 ALTER TABLE translation DISABLE KEYS */;
/*!40000 ALTER TABLE translation ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tris`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tris (
id_tri int(4) NOT NULL AUTO_INCREMENT,
tri_par varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
nom_tri varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
tri_reference varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'notices',
PRIMARY KEY (id_tri)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tris`
--
LOCK TABLES tris WRITE;
/*!40000 ALTER TABLE tris DISABLE KEYS */;
INSERT INTO tris (id_tri, tri_par, nom_tri, tri_reference) VALUES (3,'d_num_6,c_text_28','','notices');
/*!40000 ALTER TABLE tris ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_custom`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_custom (
idchamp int(10) unsigned NOT NULL AUTO_INCREMENT,
num_type int(10) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
titre varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
datatype varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`options` text COLLATE utf8_unicode_ci,
multiple int(11) NOT NULL DEFAULT '0',
obligatoire int(11) NOT NULL DEFAULT '0',
ordre int(11) DEFAULT NULL,
search int(1) unsigned NOT NULL DEFAULT '0',
export int(1) unsigned NOT NULL DEFAULT '0',
exclusion_obligatoire int(1) unsigned NOT NULL DEFAULT '0',
pond int(11) NOT NULL DEFAULT '100',
opac_sort int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (idchamp)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_custom`
--
LOCK TABLES tu_custom WRITE;
/*!40000 ALTER TABLE tu_custom DISABLE KEYS */;
/*!40000 ALTER TABLE tu_custom ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_custom_lists`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_custom_lists (
tu_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
tu_custom_list_value varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
tu_custom_list_lib varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
ordre int(11) DEFAULT NULL,
KEY editorial_custom_champ (tu_custom_champ),
KEY editorial_champ_list_value (tu_custom_champ,tu_custom_list_value)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_custom_lists`
--
LOCK TABLES tu_custom_lists WRITE;
/*!40000 ALTER TABLE tu_custom_lists DISABLE KEYS */;
/*!40000 ALTER TABLE tu_custom_lists ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_custom_values`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_custom_values (
tu_custom_champ int(10) unsigned NOT NULL DEFAULT '0',
tu_custom_origine int(10) unsigned NOT NULL DEFAULT '0',
tu_custom_small_text varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
tu_custom_text text COLLATE utf8_unicode_ci,
tu_custom_integer int(11) DEFAULT NULL,
tu_custom_date date DEFAULT NULL,
tu_custom_float float DEFAULT NULL,
KEY editorial_custom_champ (tu_custom_champ),
KEY editorial_custom_origine (tu_custom_origine),
KEY i_tcv_st (tu_custom_small_text),
KEY i_tcv_t (tu_custom_text(255)),
KEY i_tcv_i (tu_custom_integer),
KEY i_tcv_d (tu_custom_date),
KEY i_tcv_f (tu_custom_float)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_custom_values`
--
LOCK TABLES tu_custom_values WRITE;
/*!40000 ALTER TABLE tu_custom_values DISABLE KEYS */;
/*!40000 ALTER TABLE tu_custom_values ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_distrib`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_distrib (
distrib_num_tu int(9) unsigned NOT NULL DEFAULT '0',
distrib_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
distrib_ordre smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (distrib_num_tu,distrib_ordre)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_distrib`
--
LOCK TABLES tu_distrib WRITE;
/*!40000 ALTER TABLE tu_distrib DISABLE KEYS */;
/*!40000 ALTER TABLE tu_distrib ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_ref`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_ref (
ref_num_tu int(9) unsigned NOT NULL DEFAULT '0',
ref_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
ref_ordre smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (ref_num_tu,ref_ordre)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_ref`
--
LOCK TABLES tu_ref WRITE;
/*!40000 ALTER TABLE tu_ref DISABLE KEYS */;
/*!40000 ALTER TABLE tu_ref ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tu_subdiv`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tu_subdiv (
subdiv_num_tu int(9) unsigned NOT NULL DEFAULT '0',
subdiv_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
subdiv_ordre smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (subdiv_num_tu,subdiv_ordre)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tu_subdiv`
--
LOCK TABLES tu_subdiv WRITE;
/*!40000 ALTER TABLE tu_subdiv DISABLE KEYS */;
/*!40000 ALTER TABLE tu_subdiv ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tva_achats`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE tva_achats (
id_tva int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
taux_tva float(4,2) unsigned NOT NULL DEFAULT '0.00',
num_cp_compta varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
PRIMARY KEY (id_tva)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tva_achats`
--
LOCK TABLES tva_achats WRITE;
/*!40000 ALTER TABLE tva_achats DISABLE KEYS */;
INSERT INTO tva_achats (id_tva, libelle, taux_tva, num_cp_compta) VALUES (1,'7',7.00,'');
/*!40000 ALTER TABLE tva_achats ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `type_abts`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE type_abts (
id_type_abt int(5) unsigned NOT NULL AUTO_INCREMENT,
type_abt_libelle varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
prepay int(1) unsigned NOT NULL DEFAULT '0',
prepay_deflt_mnt decimal(16,2) NOT NULL DEFAULT '0.00',
tarif decimal(16,2) NOT NULL DEFAULT '0.00',
commentaire text COLLATE utf8_unicode_ci NOT NULL,
caution decimal(16,2) NOT NULL DEFAULT '0.00',
localisations varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_type_abt)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `type_abts`
--
LOCK TABLES type_abts WRITE;
/*!40000 ALTER TABLE type_abts DISABLE KEYS */;
/*!40000 ALTER TABLE type_abts ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `type_comptes`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE type_comptes (
id_type_compte int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
type_acces int(8) unsigned NOT NULL DEFAULT '0',
acces_id text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id_type_compte)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `type_comptes`
--
LOCK TABLES type_comptes WRITE;
/*!40000 ALTER TABLE type_comptes DISABLE KEYS */;
/*!40000 ALTER TABLE type_comptes ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `types_produits`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE types_produits (
id_produit int(8) unsigned NOT NULL AUTO_INCREMENT,
libelle varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
num_cp_compta varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
num_tva_achat varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
PRIMARY KEY (id_produit),
KEY libelle (libelle)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `types_produits`
--
LOCK TABLES types_produits WRITE;
/*!40000 ALTER TABLE types_produits DISABLE KEYS */;
/*!40000 ALTER TABLE types_produits ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `upload_repertoire`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE upload_repertoire (
repertoire_id int(8) unsigned NOT NULL AUTO_INCREMENT,
repertoire_nom varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
repertoire_url text COLLATE utf8_unicode_ci NOT NULL,
repertoire_path text COLLATE utf8_unicode_ci NOT NULL,
repertoire_navigation int(1) NOT NULL DEFAULT '0',
repertoire_hachage int(1) NOT NULL DEFAULT '0',
repertoire_subfolder int(8) NOT NULL DEFAULT '0',
repertoire_utf8 int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (repertoire_id)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `upload_repertoire`
--
LOCK TABLES upload_repertoire WRITE;
/*!40000 ALTER TABLE upload_repertoire DISABLE KEYS */;
INSERT INTO upload_repertoire (repertoire_id, repertoire_nom, repertoire_url, repertoire_path, repertoire_navigation, repertoire_hachage, repertoire_subfolder, repertoire_utf8) VALUES (1,'Documents numeriques','','/a_definir/',1,0,20,1);
/*!40000 ALTER TABLE upload_repertoire ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE users (
userid int(5) NOT NULL AUTO_INCREMENT,
create_dt date NOT NULL DEFAULT '0000-00-00',
last_updated_dt date NOT NULL DEFAULT '0000-00-00',
username varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
pwd varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
user_digest varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
nom varchar(30) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
prenom varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
rights int(8) unsigned NOT NULL DEFAULT '0',
user_lang varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fr_FR',
nb_per_page_search int(10) unsigned NOT NULL DEFAULT '4',
nb_per_page_select int(10) unsigned NOT NULL DEFAULT '10',
nb_per_page_gestion int(10) unsigned NOT NULL DEFAULT '20',
param_popup_ticket smallint(1) unsigned NOT NULL DEFAULT '0',
param_sounds smallint(1) unsigned NOT NULL DEFAULT '1',
param_rfid_activate int(1) NOT NULL DEFAULT '1',
param_licence int(1) unsigned NOT NULL DEFAULT '0',
deflt_notice_statut int(6) unsigned NOT NULL DEFAULT '1',
deflt_integration_notice_statut int(6) NOT NULL DEFAULT '1',
xmlta_indexation_lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
deflt_docs_type int(6) unsigned NOT NULL DEFAULT '1',
deflt_lenders int(6) unsigned NOT NULL DEFAULT '0',
deflt_styles varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'default',
deflt_docs_statut int(6) unsigned DEFAULT '0',
deflt_docs_codestat int(6) unsigned DEFAULT '0',
value_deflt_lang varchar(20) COLLATE utf8_unicode_ci DEFAULT 'fre',
value_deflt_fonction varchar(20) COLLATE utf8_unicode_ci DEFAULT '070',
value_deflt_relation varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
value_deflt_relation_serial varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
value_deflt_relation_bulletin varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
value_deflt_relation_analysis varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
deflt_docs_location int(6) unsigned DEFAULT '0',
deflt_collstate_location int(6) unsigned DEFAULT '0',
deflt_bulletinage_location int(6) unsigned NOT NULL DEFAULT '0',
deflt_resas_location int(6) unsigned DEFAULT '0',
deflt_docs_section int(6) unsigned DEFAULT '0',
value_deflt_module varchar(30) COLLATE utf8_unicode_ci DEFAULT 'circu',
user_email varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
user_alert_resamail int(1) unsigned NOT NULL DEFAULT '0',
user_alert_demandesmail int(1) unsigned NOT NULL DEFAULT '0',
user_alert_subscribemail int(1) unsigned NOT NULL DEFAULT '0',
deflt2docs_location int(6) unsigned NOT NULL DEFAULT '0',
deflt_empr_statut bigint(20) unsigned NOT NULL DEFAULT '1',
deflt_thesaurus int(3) unsigned NOT NULL DEFAULT '1',
deflt_concept_scheme int(3) NOT NULL DEFAULT '-1',
deflt_import_thesaurus int(11) NOT NULL DEFAULT '1',
value_prefix_cote tinyblob NOT NULL,
xmlta_doctype char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'a',
xmlta_doctype_serial varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
xmlta_doctype_bulletin varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
xmlta_doctype_analysis varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
speci_coordonnees_etab mediumtext COLLATE utf8_unicode_ci NOT NULL,
value_email_bcc varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
value_deflt_antivol varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
explr_invisible text COLLATE utf8_unicode_ci,
explr_visible_mod text COLLATE utf8_unicode_ci,
explr_visible_unmod text COLLATE utf8_unicode_ci,
deflt3bibli int(5) unsigned NOT NULL DEFAULT '0',
deflt3exercice int(8) unsigned NOT NULL DEFAULT '0',
deflt3rubrique int(8) unsigned NOT NULL DEFAULT '0',
deflt3dev_statut int(3) NOT NULL DEFAULT '-1',
deflt3cde_statut int(3) NOT NULL DEFAULT '-1',
deflt3liv_statut int(3) NOT NULL DEFAULT '-1',
deflt3fac_statut int(3) NOT NULL DEFAULT '-1',
deflt3sug_statut int(3) NOT NULL DEFAULT '-1',
environnement mediumblob NOT NULL,
param_allloc int(1) unsigned NOT NULL DEFAULT '0',
grp_num int(10) unsigned DEFAULT '0',
deflt_arch_statut int(6) unsigned NOT NULL DEFAULT '0',
deflt_arch_emplacement int(6) unsigned NOT NULL DEFAULT '0',
deflt_arch_type int(6) unsigned NOT NULL DEFAULT '0',
deflt_upload_repertoire int(8) NOT NULL DEFAULT '0',
deflt3lgstatdev int(3) NOT NULL DEFAULT '1',
deflt3lgstatcde int(3) NOT NULL DEFAULT '1',
deflt3receptsugstat int(3) NOT NULL DEFAULT '32',
deflt_short_loan_activate int(1) unsigned NOT NULL DEFAULT '0',
deflt_cashdesk int(11) NOT NULL DEFAULT '0',
user_alert_suggmail int(1) unsigned NOT NULL DEFAULT '0',
deflt_explnum_statut int(6) unsigned NOT NULL DEFAULT '1',
deflt_notice_replace_keep_categories int(1) NOT NULL DEFAULT '0',
deflt_notice_is_new int(1) unsigned NOT NULL DEFAULT '0',
deflt_agnostic_warehouse int(6) unsigned NOT NULL DEFAULT '0',
deflt_cms_article_statut int(6) unsigned NOT NULL DEFAULT '0',
deflt_cms_article_type int(6) unsigned NOT NULL DEFAULT '0',
deflt_cms_section_type int(6) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (userid)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES users WRITE;
/*!40000 ALTER TABLE users DISABLE KEYS */;
INSERT INTO users (userid, create_dt, last_updated_dt, username, pwd, user_digest, nom, prenom, rights, user_lang, nb_per_page_search, nb_per_page_select, nb_per_page_gestion, param_popup_ticket, param_sounds, param_rfid_activate, param_licence, deflt_notice_statut, deflt_integration_notice_statut, xmlta_indexation_lang, deflt_docs_type, deflt_lenders, deflt_styles, deflt_docs_statut, deflt_docs_codestat, value_deflt_lang, value_deflt_fonction, value_deflt_relation, value_deflt_relation_serial, value_deflt_relation_bulletin, value_deflt_relation_analysis, deflt_docs_location, deflt_collstate_location, deflt_bulletinage_location, deflt_resas_location, deflt_docs_section, value_deflt_module, user_email, user_alert_resamail, user_alert_demandesmail, user_alert_subscribemail, deflt2docs_location, deflt_empr_statut, deflt_thesaurus, deflt_concept_scheme, deflt_import_thesaurus, value_prefix_cote, xmlta_doctype, xmlta_doctype_serial, xmlta_doctype_bulletin, xmlta_doctype_analysis, speci_coordonnees_etab, value_email_bcc, value_deflt_antivol, explr_invisible, explr_visible_mod, explr_visible_unmod, deflt3bibli, deflt3exercice, deflt3rubrique, deflt3dev_statut, deflt3cde_statut, deflt3liv_statut, deflt3fac_statut, deflt3sug_statut, environnement, param_allloc, grp_num, deflt_arch_statut, deflt_arch_emplacement, deflt_arch_type, deflt_upload_repertoire, deflt3lgstatdev, deflt3lgstatcde, deflt3receptsugstat, deflt_short_loan_activate, deflt_cashdesk, user_alert_suggmail, deflt_explnum_statut, deflt_notice_replace_keep_categories, deflt_notice_is_new, deflt_agnostic_warehouse, deflt_cms_article_statut, deflt_cms_article_type, deflt_cms_section_type) VALUES (1,'2002-07-28','2016-03-25','admin','*4ACFE3202A5FF5CF467898FC58AAB1D615029441','028262ca7d82187e983fa4a9937891e2','Super User','',198911,'fr_FR',20,20,50,0,0,0,0,1,1,'',1,2,'enjoy',1,12,'fre','070','a-up','a-up','a-up','a-up',1,0,1,0,10,'admin','',0,0,0,1,1,1,0,1,'','a','a','a','a','','','0','0','0','0',0,0,0,-1,-1,-1,-1,-1,0x613A313A7B733A333A22636D73223B613A333A7B693A313B733A343A2254727565223B693A323B733A343A2254727565223B693A333B733A353A2246616C7365223B7D7D,1,0,1,1,1,0,1,1,64,0,0,0,1,0,0,0,2,0,0);
/*!40000 ALTER TABLE users ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users_groups`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE users_groups (
grp_id int(10) unsigned NOT NULL AUTO_INCREMENT,
grp_name varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (grp_id),
KEY i_users_groups_grp_name (grp_name)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users_groups`
--
LOCK TABLES users_groups WRITE;
/*!40000 ALTER TABLE users_groups DISABLE KEYS */;
/*!40000 ALTER TABLE users_groups ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vedette`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE vedette (
id_vedette int(11) unsigned NOT NULL AUTO_INCREMENT,
label varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
grammar varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'rameau',
PRIMARY KEY (id_vedette)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vedette`
--
LOCK TABLES vedette WRITE;
/*!40000 ALTER TABLE vedette DISABLE KEYS */;
/*!40000 ALTER TABLE vedette ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vedette_link`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE vedette_link (
num_vedette int(10) unsigned NOT NULL,
num_object int(10) unsigned NOT NULL,
type_object int(10) unsigned NOT NULL,
PRIMARY KEY (num_vedette,num_object,type_object)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vedette_link`
--
LOCK TABLES vedette_link WRITE;
/*!40000 ALTER TABLE vedette_link DISABLE KEYS */;
/*!40000 ALTER TABLE vedette_link ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vedette_object`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE vedette_object (
object_type int(3) unsigned NOT NULL DEFAULT '0',
object_id int(11) unsigned NOT NULL DEFAULT '0',
num_vedette int(11) unsigned NOT NULL DEFAULT '0',
subdivision varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
position int(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (object_type,object_id,num_vedette,subdivision,position),
KEY i_vedette_object_object (object_type,object_id),
KEY i_vedette_object_vedette (num_vedette)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vedette_object`
--
LOCK TABLES vedette_object WRITE;
/*!40000 ALTER TABLE vedette_object DISABLE KEYS */;
/*!40000 ALTER TABLE vedette_object ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `visionneuse_params`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE visionneuse_params (
visionneuse_params_id int(11) NOT NULL AUTO_INCREMENT,
visionneuse_params_class varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
visionneuse_params_parameters text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (visionneuse_params_id),
UNIQUE KEY visionneuse_params_class (visionneuse_params_class)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `visionneuse_params`
--
LOCK TABLES visionneuse_params WRITE;
/*!40000 ALTER TABLE visionneuse_params DISABLE KEYS */;
INSERT INTO visionneuse_params (visionneuse_params_id, visionneuse_params_class, visionneuse_params_parameters) VALUES (1,'epub','a:2:{s:6:"size_x";s:2:"95";s:6:"size_y";s:2:"95";}');
/*!40000 ALTER TABLE visionneuse_params ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `voir_aussi`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE voir_aussi (
num_noeud_orig int(9) unsigned NOT NULL DEFAULT '0',
num_noeud_dest int(9) unsigned NOT NULL DEFAULT '0',
langue varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
comment_voir_aussi text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (num_noeud_orig,num_noeud_dest,langue),
KEY num_noeud_dest (num_noeud_dest)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `voir_aussi`
--
LOCK TABLES voir_aussi WRITE;
/*!40000 ALTER TABLE voir_aussi DISABLE KEYS */;
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1390,1602,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1391,1599,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1392,1600,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1394,2166,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1395,1596,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1398,1597,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1399,1592,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1400,1601,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1401,1592,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1411,2105,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1413,2106,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1414,2104,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1415,2103,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1416,2102,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1417,2101,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1431,2058,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1435,2060,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1545,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1553,1612,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1563,2493,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1592,1399,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1592,1401,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1595,2479,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1596,1395,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1597,1398,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1598,2200,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1599,1391,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1600,1392,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1601,1400,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1602,1390,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1607,2407,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1612,1553,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1623,1795,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1623,1796,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1628,1737,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1670,2494,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1672,2494,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1726,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1729,2496,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1737,1628,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1760,2280,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1795,1623,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (1796,1623,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2057,2112,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2058,1431,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2060,1435,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2101,1417,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2102,1416,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2103,1415,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2104,1414,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2105,1411,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2106,1413,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2112,2057,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2166,1394,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2184,2485,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2184,2486,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2200,1598,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2280,1760,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2407,1607,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2467,2510,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2479,1595,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2485,2184,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2486,2184,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2490,2495,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2491,1545,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2491,1726,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2491,2496,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2491,2499,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2491,2500,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2492,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2493,2490,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2493,2495,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2494,1670,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2494,1672,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2494,2490,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2495,2493,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2496,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2496,2497,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2497,2496,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2499,2496,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2499,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2499,1689,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2500,2492,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2500,2491,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2500,1689,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2502,2492,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2504,2503,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2507,2509,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2508,1764,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2509,2507,'fr_FR','');
INSERT INTO voir_aussi (num_noeud_orig, num_noeud_dest, langue, comment_voir_aussi) VALUES (2510,1672,'fr_FR','');
/*!40000 ALTER TABLE voir_aussi ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `words`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE words (
id_word int(10) unsigned NOT NULL AUTO_INCREMENT,
word varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
double_metaphone varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
stem varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (id_word),
UNIQUE KEY i_word_lang (word,lang),
KEY i_stem_lang (stem,lang)
) ENGINE=MyISAM AUTO_INCREMENT=5110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `words`
--
LOCK TABLES words WRITE;
/*!40000 ALTER TABLE words DISABLE KEYS */;
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1,'039125','','','039125');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2,'07','','','07');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3,'1','','','1');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4,'125','','','125');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5,'126','','','126');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (6,'140','','','140');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (7,'18','','','18');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (8,'1820','','','1820');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (9,'1865','','','1865');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (10,'1867','','','1867');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (11,'1897','','','1897');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (12,'1985','','','1985');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (13,'1996','','','1996');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (14,'1997','','','1997');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (15,'1998','','','1998');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (16,'1999','','','1999');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (17,'2','','','2');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (18,'2004','','','2004');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (19,'2062','','','2062');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (20,'20sf','','SF SF','20sf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (21,'3','','','3');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (22,'330','','','330');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (23,'33700003470461','','','33700003470461');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (24,'33700003868672','','','33700003868672');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (25,'33700004243164','','','33700004243164');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (26,'3370000451296','','','3370000451296');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (27,'3370000451300','','','3370000451300');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (28,'3370000451301','','','3370000451301');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (29,'38','','','38');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (30,'4','','','4');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (31,'47','','','47');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (32,'48','','','48');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (33,'547','','','547');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (34,'551','','','551');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (35,'58','','','58');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (36,'590','','','590');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (37,'62','','','62');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (38,'7','','','7');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (39,'70','','','70');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (40,'7234','','','7234');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (41,'760','','','760');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (42,'780','','','780');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (43,'840','','','840');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (44,'86274','','','86274');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (45,'86967','','','86967');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (46,'910','','','910');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (47,'978','','','978');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (48,'aborigenes','','APRJ APRK','aborigen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (49,'actant','','AKTN AKTN','actant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (50,'acteur','','AKTR AKTR','acteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (51,'adagio','','ATJ ATK','adagio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (52,'admis','','ATMS ATMS','admis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (53,'adultes','','ATLT ATLT','adult');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (54,'affectueusement','','AFKT AFKT','affectu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (55,'africain','','AFRK AFRK','africain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (56,'afrique','fr_FR','AFRK AFRK','afriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (57,'aise','','AS AS','ais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (58,'ajouter','','AJTR AHTR','ajout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (59,'albinoni','','ALPN ALPN','albinon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (60,'allie','','AL AL','alli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (61,'ami','','AM AM','ami');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (62,'andante','','ANTN ANTN','andant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (63,'andreae','','ANTR ANTR','andrea');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (64,'animaux','','ANM ANM','animal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (65,'annees','','ANS ANS','anne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (66,'anthropologie','','AN0R ANTR','anthropolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (67,'archeologiques','','ARXL ARKL','archeolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (68,'argentine','','ARJN ARKN','argentin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (69,'argentine','fr_FR','ARJN ARKN','argentin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (70,'arrondissements','','ARNT ARNT','arrond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (71,'artiodactyles','','ARTT ARTT','artiodactyl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (72,'arts','','ARTS ARTS','art');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (73,'associe','','ASS ASX','assoc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (74,'assure','','ASR ASR','assur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (75,'atlantique','','ATLN ATLN','atlant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (76,'aube','','AP AP','aub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (77,'audio','','AT AT','audio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (78,'audios','','ATS ATS','audios');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (79,'australie','','ASTR ASTR','austral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (80,'australie','fr_FR','ASTR ASTR','austral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (81,'authentifier','','A0NT ATNT','authentifi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (82,'autour','','ATR ATR','autour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (83,'autres','','ATRS ATRS','autr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (84,'avant','','AFNT AFNT','avant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (85,'aventure','','AFNT AFNT','aventur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (86,'avoir','','AFR AFR','avoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (87,'ayant','','ANT ANT','ayant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (88,'bach','','PK PK','bach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (89,'balzac','','PLSK PLSK','balzac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (90,'bande','','PNT PNT','band');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (91,'bande','fr_FR','PNT PNT','band');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (92,'baptiste','','PPTS PPTS','baptist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (93,'baroques','','PRKS PRKS','baroqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (94,'bdp','','PTP PTP','bdp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (95,'benard','','PNRT PNRT','benard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (96,'benjamin','','PNJM PNJM','benjamin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (97,'betises','','PTSS PTSS','betis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (98,'bibliobus','','PPLP PPLP','bibliobus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (99,'bibliotheque','','PPL0 PPLT','bibliothequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (100,'bien','','PN PN','bien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (101,'boccherini','','PXRN PXRN','boccherin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (102,'bon','','PN PN','bon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (103,'bonne','','PN PN','bon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (104,'boos','','PS PS','boos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (105,'bouts','','PTS PTS','bout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (106,'bri','','PR PR','bri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (107,'brillant','','PRLN PRLN','brill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (108,'bruit','','PRT PRT','bruit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (109,'bruitage','','PRTJ PRTK','bruitag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (110,'bruitages','','PRTJ PRTK','bruitag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (111,'camille','','KML KML','camill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (112,'canon','','KNN KNN','canon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (113,'cantilene','','KNTL KNTL','cantilen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (114,'carte','','KRT KRT','cart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (115,'cartonne','','KRTN KRTN','carton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (116,'casimir','','KSMR KSMR','casim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (117,'cd','','KT KT','cd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (118,'ce','','S S','ce');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (119,'celebre','','SLPR SLPR','celebr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (120,'central','','SNTR SNTR','central');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (121,'ces','','SS SS','ce');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (122,'cet','','ST ST','cet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (123,'cette','','ST ST','cet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (124,'chainon','','XNN XNN','chainon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (125,'chainons','','XNNS XNNS','chainon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (126,'chateaux','','XT XT','chateau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (127,'cherche','','XRX XRK','cherch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (128,'chirurgien','','XRRJ XRRK','chirurgien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (129,'christian','','KRSX KRSX','christian');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (130,'chrysalide','','KRSL KRSL','chrysalid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (131,'ciel','','SL XL','ciel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (132,'cinema','','SNM SNM','cinem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (133,'clowns','','KLNS KLNS','clown');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (134,'coc','','KK KK','coc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (135,'cochette','','KXT KKT','cochet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (136,'cochon','','KXN KKN','cochon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (137,'cochons','','KXNS KKNS','cochon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (138,'comme','','KM KM','comm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (139,'compagnon','','KMPN KMPK','compagnon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (140,'compositeur','','KMPS KMPS','compositeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (141,'concerto','','KNSR KNSR','concerto');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (142,'confirme','','KNFR KNFR','confirm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (143,'conjugent','','KNJJ KNJK','conjugent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (144,'connait','','KNT KNT','con');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (145,'conscience','','KNSN KNSN','conscienc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (146,'consommation','','KNSM KNSM','consomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (147,'consultation','','KNSL KNSL','consult');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (148,'conte','','KNT KNT','cont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (149,'contemporain','','KNTM KNTM','contemporain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (150,'convaincu','','KNFN KNFN','convaincu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (151,'cordes','','KRTS KRTS','cord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (152,'coul','','KL KL','coul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (153,'couleurs','','KLRS KLRS','couleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (154,'courts','','KRTS KRTS','court');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (155,'couv','','KF KF','couv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (156,'crane','','KRN KRN','cran');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (157,'crimee','','KRM KRM','crime');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (158,'crise','','KRS KRS','cris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (159,'cruels','','KRLS KRLS','cruel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (160,'dangereusement','','TNJR TNKR','danger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (161,'dans','','TNS TNS','dan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (162,'debout','','TPT TPT','debout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (163,'decide','','TST TST','decid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (164,'decor','','TKR TKR','decor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (165,'decouvert','','TKFR TKFR','decouvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (166,'decouverte','','TKFR TKFR','decouvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (167,'delires','','TLRS TLRS','delir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (168,'demeure','','TMR TMR','demeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (169,'deroule','','TRL TRL','deroul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (170,'desert','','TSRT TSRT','desert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (171,'dessin','fr_FR','TSN TSN','dessin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (172,'dessinee','','TSN TSN','dessine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (173,'deux','','TKS TKS','deux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (174,'devenu','','TFN TFN','devenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (175,'diapree','','TPR TPR','diapre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (176,'dieu','','T T','dieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (177,'document','','TKMN TKMN','docu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (178,'documentaires','','TKMN TKMN','documentair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (179,'doit','','TT TT','doit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (180,'dont','','TNT TNT','dont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (181,'drame','','TRM TRM','dram');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (182,'economie','','AKNM AKNM','econom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (183,'economie','fr_FR','AKNM AKNM','econom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (184,'efficace','','AFKS AFKS','efficac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (185,'enfants','','ANFN ANFN','enfant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (186,'enfin','','ANFN ANFN','enfin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (187,'engluer','','ANKL ANKL','englu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (188,'enregistrement','','ANRJ ANRK','enregistr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (189,'enterrement','','ANTR ANTR','enterr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (190,'entre','','ANTR ANTR','entre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (191,'eploree','','APLR APLR','eplore');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (192,'espoirs','','ASPR ASPR','espoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (193,'est','','AST AST','est');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (194,'etait','','ATT ATT','etait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (195,'etat','','ATT ATT','etat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (196,'etrangers','','ATRN ATRN','etranger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (197,'etudes','','ATTS ATTS','etud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (198,'exactement','','AKSK AKSK','exact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (199,'exotique','','AKST AKST','exot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (200,'extrait','','AKST AKST','extrait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (201,'faire','','FR FR','fair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (202,'fait','','FT FT','fait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (203,'fameux','','FMKS FMKS','fameux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (204,'femme','','FM FM','femm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (205,'ferrero','','FRR FRR','ferrero');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (206,'fete','','FT FT','fet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (207,'fichier','','FX FKR','fichi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (208,'fiction','','FKXN FKXN','fiction');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (209,'film','','FLM FLM','film');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (210,'finances','','FNNS FNNS','financ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (211,'fins','','FNS FNS','fin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (212,'fond','','FNT FNT','fond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (213,'fonds','','FNTS FNTS','fond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (214,'foraine','','FRN FRN','forain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (215,'fossiles','','FSLS FSLS','fossil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (216,'fr','','FR FR','fr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (217,'fran','','FRN FRN','fran');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (218,'fuite','','FT FT','fuit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (219,'funeste','','FNST FNST','funest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (220,'g','','K K','g');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (221,'gal','','KL KL','gal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (222,'gallie','','KL KL','gall');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (223,'garnison','','KRNS KRNS','garnison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (224,'geo','','J K','geo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (225,'goret','','KRT KRT','goret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (226,'grand','','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (227,'graphiques','','KRFK KRFK','graphiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (228,'graphisme','','KRFS KRFS','graphism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (229,'grave','','KRF KRF','grav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (230,'groin','','KRN KRN','groin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (231,'guenon','','KNN KNN','guenon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (232,'habilement','','HPLM HPLM','habil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (233,'haut','','HT HT','haut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (234,'heure','','HR HR','heur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (235,'histoire','','HSTR HSTR','histoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (236,'historique','','HSTR HSTR','histor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (237,'hollandais','','HLNT HLNT','holland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (238,'hollywood','','HLT HLT','hollywood');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (239,'homme','','HM HM','homm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (240,'http','','TP TP','http');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (241,'hugo','','HK HK','hugo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (242,'il','','AL AL','il');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (243,'ile','','AL AL','ile');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (244,'ill','','AL AL','ill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (245,'indetermine','','ANTT ANTT','indetermin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (246,'inferieure','','ANFR ANFR','inferieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (247,'interet','','ANTR ANTR','interet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (248,'intrigue','','ANTR ANTR','intrigu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (249,'investit','','ANFS ANFS','invest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (250,'ironie','','ARN ARN','iron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (251,'j','','J A','j');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (252,'jacob','','JKP AKP','jacob');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (253,'java','','JF AF','jav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (254,'jbd','','JPT APT','jbd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (255,'jean','','JN AN','jean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (256,'jesus','','JSS ASS','jesus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (257,'jeunes','','JNS ANS','jeun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (258,'jexiste','','JKSS AKSS','jexist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (259,'joie','','J A','joi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (260,'jour','','JR AR','jour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (261,'journaliste','','JRNL ARNL','journal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (262,'jr','','JR AR','jr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (263,'laisse','','LS LS','laiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (264,'lam','','LM LM','lam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (265,'lamartine','','LMRT LMRT','lamartin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (266,'lamquet','','LMKT LMKT','lamquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (267,'lecteur','','LKTR LKTR','lecteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (268,'les','','LS LS','le');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (269,'leur','','LR LR','leur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (270,'leurs','','LRS LRS','leur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (271,'litt','','LT LT','litt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (272,'livre','','LFR LFR','livr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (273,'livre','fr_FR','LFR LFR','livr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (274,'livret','','LFRT LFRT','livret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (275,'loire','','LR LR','loir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (276,'loire','fr_FR','LR LR','loir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (277,'longue','','LNK LNK','longu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (278,'louables','','LPLS LPLS','louabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (279,'lucy','','LS LS','lucy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (280,'lui','','L L','lui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (281,'ma','','M M','ma');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (282,'machoire','','MKR MKR','machoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (283,'magie','','MJ MK','mag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (284,'mais','','M MS','mais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (285,'maitres','','MTRS MTRS','maitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (286,'majeur','','MJR MJR','majeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (287,'mal','','ML ML','mal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (288,'malheurs','','MLRS MLRS','malheur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (289,'malicieux','','MLSK MLXK','malici');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (290,'mammif','fr_FR','MMF MMF','mammif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (291,'mandoline','','MNTL MNTL','mandolin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (292,'mangecoeur','','MNJK MNKK','mangecoeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (293,'manquant','','MNKN MNKN','manqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (294,'mariages','','MRJS MRKS','mariag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (295,'marigot','','MRKT MRKT','marigot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (296,'maternite','','MTRN MTRN','maternit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (297,'mathieu','','M0 MT','mathieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (298,'melange','','MLNJ MLNK','melang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (299,'meme','','MM MM','mem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (300,'menuet','','MNT MNT','menuet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (301,'merveilleux','','MRFL MRFL','merveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (302,'meurt','','MRT MRT','meurt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (303,'millions','','MLNS MLNS','million');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (304,'mis','','MS MS','mis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (305,'monde','','MNT MNT','mond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (306,'mondialisation','fr_FR','MNTL MNTL','mondialis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (307,'morceau','','MRS MRS','morceau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (308,'mozart','','MSRT MSRT','mozart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (309,'mp3','','MP MP','mp3');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (310,'multimedia','','MLTM MLTM','multimedi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (311,'musique','','MSK MSK','musiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (312,'musset','','MST MST','musset');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (313,'nantes','','NNTS NNTS','nant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (314,'ne','','N N','ne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (315,'nomment','','NMNT NMNT','nomment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (316,'notoriete','','NTRT NTRT','notoriet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (317,'nouvelle','','NFL NFL','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (318,'nouvelles','','NFLS NFLS','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (319,'nouvelles','fr_FR','NFLS NFLS','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (320,'occultisme','','AKLT AKLT','occult');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (321,'ocean','','ASN ASN','ocean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (322,'ographie','','AKRF AKRF','ograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (323,'on','','AN AN','on');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (324,'ou','','A A','ou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (325,'p','','P P','p');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (326,'pachelbel','','PXLP PKLP','pachelbel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (327,'pages','','PJS PKS','pag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (328,'paimboeuf','','PMPF PMPF','paimboeuf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (329,'pantagas','','PNTK PNTK','pantag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (330,'papillon','','PPLN PPLN','papillon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (331,'par','','PR PR','par');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (332,'parce','','PRS PRS','parc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (333,'parcourant','','PRKR PRKR','parcour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (334,'passions','','PSNS PSNS','passion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (335,'pays','fr_FR','PS PS','pay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (336,'perdu','','PRT PRT','perdu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (337,'pere','','PR PR','per');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (338,'personnage','','PRSN PRSN','personnag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (339,'personnages','','PRSN PRSN','personnag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (340,'pete','','PT PT','pet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (341,'petit','','PTT PTT','pet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (342,'peu','','P P','peu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (343,'peuple','','PPL PPL','peupl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (344,'pistes','','PSTS PSTS','pist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (345,'pl','','PL PL','pl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (346,'place','','PLS PLS','plac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (347,'plaintive','','PLNT PLNT','plaintiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (348,'plus','','PLS PLS','plus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (349,'pmb','','PMP PMP','pmb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (350,'poisse','','PS PS','poiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (351,'porc','','PRK PRK','porc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (352,'porcelet','','PRSL PRSL','porcelet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (353,'porterait','','PRTR PRTR','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (354,'pour','','PR PR','pour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (355,'poursuivi','','PRSF PRSF','poursuiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (356,'pourtant','','PRTN PRTN','pourt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (357,'precieuses','','PRSS PRXS','precieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (358,'premier','','PRM PRMR','premi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (359,'principale','','PRNS PRNS','principal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (360,'production','','PRTK PRTK','product');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (361,'propre','','PRPR PRPR','propr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (362,'prouver','','PRFR PRFR','prouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (363,'puis','','PS PS','puis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (364,'qu','','K K','qu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (365,'qualite','','KLT KLT','qualit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (366,'quatorze','','KTRS KTRS','quatorz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (367,'quatre','','KTR KTR','quatr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (368,'que','','K K','que');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (369,'quelques','','KLKS KLKS','quelqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (370,'qui','','K K','qui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (371,'r','','R R','r');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (372,'ramener','','RMNR RMNR','ramen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (373,'rature','','RTR RTR','ratur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (374,'re','','R R','re');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (375,'realite','','RLT RLT','realit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (376,'rebondissements','','RPNT RPNT','rebond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (377,'recit','','RST RST','rec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (378,'recueil','','RKL RKL','recueil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (379,'region','','RJN RKN','region');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (380,'regional','','RJNL RKNL','regional');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (381,'regnent','','RNNT RKNN','regnent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (382,'reliques','','RLKS RLKS','reliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (383,'remuer','','RMR RMR','remu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (384,'rencontre','','RNKN RNKN','rencontr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (385,'renon','','RNN RNN','renon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (386,'res','fr_FR','RS RS','re');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (387,'reserve','','RSRF RSRF','reserv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (388,'reve','','RF RF','rev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (389,'riche','','RX RK','rich');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (390,'rififi','','RFF RFF','rifif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (391,'roman','','RMN RMN','roman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (392,'romans','','RMNS RMNS','roman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (393,'s','','S S','s');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (394,'sa','','S S','sa');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (395,'sauver','','SFR SFR','sauv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (396,'savane','','SFN SFN','savan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (397,'savants','','SFNT SFNT','sav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (398,'scenario','','SNR SNR','scenario');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (399,'se','','S S','se');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (400,'semarang','','SMRN SMRN','semarang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (401,'serie','','SR SR','ser');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (402,'servi','','SRF SRF','serv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (403,'services','','SRFS SRFS','servic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (404,'ses','','SS SS','se');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (405,'seul','','SL SL','seul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (406,'seule','','SL SL','seul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (407,'seuls','','SLS SLS','seul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (408,'si','','S S','si');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (409,'singe','','SNJ SNK','sing');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (410,'sommeille','','SML SML','sommeil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (411,'son','','SN SN','son');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (412,'sont','','SNT SNT','sont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (413,'soundfishing','','SNTF SNTF','soundfishing');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (414,'spiritisme','','SPRT SPRT','spirit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (415,'studio','','STT STT','studio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (416,'succedent','','SXTN SXTN','succedent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (417,'suides','','STS STS','suid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (418,'sur','','SR SR','sur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (419,'surnomme','','SRNM SRNM','surnomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (420,'talent','','TLNT TLNT','talent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (421,'tatars','','TTRS TTRS','tatar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (422,'terre','','TR TR','terr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (423,'theosophie','','0SF TSF','theosoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (424,'thomas','','TMS TMS','thom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (425,'tome','','TM TM','tom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (426,'tous','','TS TS','tous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (427,'trait','','TRT TRT','trait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (428,'truie','','TR TR','trui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (429,'uns','','ANS ANS','un');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (430,'utilisant','','ATLS ATLS','utilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (431,'utilisent','','ATLS ATLS','utilisent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (432,'utopies','','ATPS ATPS','utop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (433,'uvre','','AFR AFR','uvre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (434,'valise','','FLS FLS','valis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (435,'venitien','','FNTN FNTN','venitien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (436,'verrat','','FRT FRT','verrat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (437,'vertebres','','FRTP FRTP','vertebr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (438,'veuve','','FF FF','veuv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (439,'vigny','','FN FKN','vigny');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (440,'vivaldi','','FFLT FFLT','vivald');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (441,'voici','','FS FS','voic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (442,'vont','','FNT FNT','vont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (443,'voyage','fr_FR','FJ FK','voyag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (444,'voyages','','FJS FKS','voyag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (445,'vraiment','','FRMN FRMN','vrai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (446,'vue','','F F','vu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (447,'y','','A A','y');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (448,'zele','','SL SL','zel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (449,'zim','','SM SM','zim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (450,'zoologie','','SLJ SLK','zoolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (451,'test','','TST TST','test');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (452,'lgt','','LKT LKT','lgt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (453,'editeur','','ATTR ATTR','editeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (454,'collection','','KLKX KLKX','collect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (455,'pyongyan','','PNKN PNJN','pyongyan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (456,'delisle','','TLL TLL','delisl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (457,'guy','','K K','guy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (458,'278','','','278');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (459,'voyage','','FJ FK','voyag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (460,'inde','','ANT ANT','inde');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (461,'bac','','PK PK','bac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (462,'poche','','PX PK','poch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (463,'7e','','','7e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (464,'ed','','AT AT','ed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (465,'166','','','166');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (466,'devenue','','TFN TFN','devenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (467,'plate','','PLT PLT','plat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (468,'imaginait','','AMJN AMKN','imagin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (469,'moyen','','MN MN','moyen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (470,'age','','AJ AK','age');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (471,'faut','','FT FT','faut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (472,'pas','','PS PS','pas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (473,'trop','','TRP TRP','trop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (474,'approcher','','APRX APRK','approch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (475,'bord','','PRT PRT','bord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (476,'c','','K K','c');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (477,'evidemment','','AFTM AFTM','evident');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (478,'journee','','JRN ARN','journe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (479,'magnifique','','MNFK MKNF','magnif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (480,'catalogue','','KTLK KTLK','catalogu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (481,'compagnie','','KMPN KMPK','compagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (482,'moment','','MMNT MMNT','moment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (483,'bureau','','PR PR','bureau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (484,'kin','','KN KN','kin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (485,'donnait','','TNT TNT','don');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (486,'lagon','','LKN LKN','lagon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (487,'frange','','FRNJ FRNK','frang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (488,'palmiers','','PLMR PLMR','palmi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (489,'rouleaux','','RL RL','rouleau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (490,'brisaient','','PRSN PRSN','bris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (491,'contre','','KNTR KNTR','contr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (492,'recifs','','RSFS RSFS','recif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (493,'211','','','211');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (494,'04459','','','04459');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (495,'roman','fr_FR','RMN RMN','roman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (496,'aventure','fr_FR','AFNT AFNT','aventur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (497,'33700004388761','','','33700004388761');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (498,'sou','','S S','sou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (499,'pyongyang','','PNKN PNJN','pyongyang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (500,'germinal','','KRMN JRMN','germinal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (501,'1995','','','1995');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (502,'nouveau','','NF NF','nouveau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (503,'g','fr_FR','K K','g');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (504,'ographie','fr_FR','AKRF AKRF','ograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (505,'3370000451293','','','3370000451293');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (506,'3370000451294','','','3370000451294');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (507,'pmb0006','','PMP PMP','pmb0006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (508,'mag','','MK MK','mag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (509,'periodique','','PRTK PRTK','period');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (510,'chateau','','XT XT','chateau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (511,'du','','T T','du');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (512,'loir','','LR LR','loir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (513,'guide','','KT KT','guid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (514,'elections','','ALKX ALKX','elect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (515,'americaines','','AMRK AMRK','americain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (516,'impr','','AMPR AMPR','impr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (517,'2012','','','2012');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (518,'vol','','FL FL','vol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (519,'250','','','250');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (520,'porte','','PRT PRT','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (521,'duel','','TL TL','duel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (522,'obama','','APM APM','obam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (523,'romney','','RMN RMN','romney');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (524,'presidents','','PRST PRST','president');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (525,'election','','ALKX ALKX','elect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (526,'etats','','ATTS ATTS','etat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (527,'unis','','ANS ANS','unis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (528,'262','','','262');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (529,'04066','','','04066');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (530,'6','','','6');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (531,'perrin','','PRN PRN','perrin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (532,'paris','','PRS PRS','paris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (533,'324','','','324');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (534,'973','','','973');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (535,'0093','','','0093');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (536,'tempus','','TMPS TMPS','tempus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (537,'bacharan','','PKRN PKRN','bacharan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (538,'nicole','','NKL NKL','nicol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (539,'simonnet','','SMNT SMNT','simonnet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (540,'dominique','','TMNK TMNK','domin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (541,'1951','','','1951');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (542,'traite','','TRT TRT','trait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (543,'abandon','','APNT APNT','abandon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (544,'pensees','','PNSS PNSS','pense');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (545,'160','','','160');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (546,'alexandre','','ALKS ALKS','alexandr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (547,'jollien','','JLN ALN','jollien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (548,'poursuit','','PRST PRST','poursuit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (549,'quete','','KT KT','quet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (550,'philosophique','','FLSF FLSF','philosoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (551,'dune','','TN TN','dun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (552,'sagesse','','SJS SKS','sagess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (553,'nous','','NS NS','nous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (554,'apporte','','APRT APRT','apport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (555,'paix','','PKS PKS','paix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (556,'interieure','','ANTR ANTR','interieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (557,'but','','PT PT','but');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (558,'voie','','F F','voi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (559,'royale','','RL RL','royal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (560,'vivre','','FFR FFR','vivr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (561,'theme','','0M TM','them');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (562,'directeur','','TRKT TRKT','directeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (563,'labandon','','LPNT LPNT','labandon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (564,'termes','','TRMS TRMS','term');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (565,'bouddhistes','','PTST PTST','bouddhist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (566,'non','','NN NN','non');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (567,'fixation','','FKSX FKSX','fixat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (568,'fixer','','FKSR FKSR','fix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (569,'cest','','SST SST','cest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (570,'debarrasser','','TPRS TPRS','debarrass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (571,'representations','','RPRS RPRS','represent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (572,'etiquettes','','ATKT ATKT','etiquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (573,'figent','','FJNT FKNT','figent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (574,'identites','','ATNT ATNT','identit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (575,'immuables','','AMPL AMPL','immuabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (576,'laisser','','LSR LSR','laiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (577,'vie','','F F','vi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (578,'etre','','ATR ATR','etre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (579,'quelle','','KL KL','quel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (580,'rien','','RN RN','rien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (581,'vouloir','','FLR FLR','vouloir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (582,'changer','','XNKR XNJR','chang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (583,'sobstiner','','SPST SPST','sobstin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (584,'ouvert','','AFRT AFRT','ouvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (585,'changement','','XNJM XNKM','chang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (586,'cela','','SL SL','cel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (587,'rend','','RNT RNT','rend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (588,'perte','','PRT PRT','pert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (589,'vivable','','FFPL FFPL','vivabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (590,'lautre','','LTR LTR','lautr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (591,'aussi','','AS AS','auss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (592,'chemin','','KMN KMN','chemin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (593,'determinant','','TTRM TTRM','determin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (594,'saccepter','','SXPT SXPT','saccept');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (595,'soi','','S S','soi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (596,'tel','','TL TL','tel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (597,'lon','','LN LN','lon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (598,'handicape','','HNTK HNTK','handicap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (599,'travail','','TRFL TRFL','travail');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (600,'permanent','','PRMN PRMN','permanent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (601,'dalexandre','','TLKS TLKS','dalexandr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (602,'source','','SRS SRS','sourc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (603,'livres','','LFRS LFRS','livr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (604,'chacune','','XKN XKN','chacun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (605,'20','','','20');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (606,'reunies','','RNS RNS','reun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (607,'celui','','SL SL','celui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (608,'ci','','S S','ci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (609,'fois','','F FS','fois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (610,'remede','','RMT RMT','remed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (611,'meditation','','MTTX MTTX','medit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (612,'vivante','','FFNT FFNT','viv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (613,'obstacles','','APST APST','obstacl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (614,'ecartent','','AKRT AKRT','ecartent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (615,'chemins','','KMNS KMNS','chemin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (616,'conduisent','','KNTS KNTS','conduisent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (617,'lamitie','','LMT LMT','lamit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (618,'determination','','TTRM TTRM','determin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (619,'fragilite','','FRJL FRKL','fragilit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (620,'gratuite','','KRTT KRTT','gratuit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (621,'etc','','ATK ATK','etc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (622,'autant','','ATNT ATNT','aut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (623,'voies','','FS FS','voi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (624,'qualexandre','','KLKS KLKS','qualexandr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (625,'sefforce','','SFRS SFRS','sefforc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (626,'dexperimenter','','TKSP TKSP','dexperiment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (627,'quotidien','','KTTN KTTN','quotidien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (628,'puisant','','PSNT PSNT','puis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (629,'petits','','PTTS PTTS','petit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (630,'evenements','','AFNM AFNM','even');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (631,'heureux','','HRKS HRKS','heureux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (632,'malheureux','','MLRK MLRK','malheur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (633,'ponctuent','','PNKT PNKT','ponctuent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (634,'reflexion','','RFLK RFLK','reflexion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (635,'querelle','','KRL KRL','querel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (636,'impatience','','AMPT AMPT','impatient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (637,'angoisse','','ANKS ANKS','angoiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (638,'ressources','','RSRS RSRS','ressourc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (639,'accueillir','','AKLR AKLR','accueil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (640,'sans','','SNS SNS','san');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (641,'souffrance','','SFRN SFRN','souffranc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (642,'esquisse','','ASKS ASKS','esquiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (643,'ainsi','','ANS ANS','ains');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (644,'art','','ART ART','art');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (645,'depouille','','TPL TPL','depouill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (646,'aide','','AT AT','aid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (647,'trouver','','TRFR TRFR','trouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (648,'laudace','','LTS LTS','laudac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (649,'danser','','TNSR TNSR','dans');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (650,'joyeusement','','JSMN ASMN','joyeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (651,'ronde','','RNT RNT','rond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (652,'lexistence','','LKSS LKSS','lexistent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (653,'passe','','PS PS','pass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (654,'dix','','TKS TKS','dix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (655,'sept','','SPT SPT','sept');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (656,'ans','','ANS ANS','an');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (657,'institution','','ANST ANST','institu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (658,'personnes','','PRSN PRSN','person');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (659,'handicapees','','HNTK HNTK','handicape');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (660,'philosophe','','FLSF FLSF','philosoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (661,'formation','','FRMX FRMX','format');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (662,'auteur','','ATR ATR','auteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (663,'eloge','','ALJ ALK','elog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (664,'faiblesse','','FPLS FPLS','faibless');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (665,'cerf','','SRF SRF','cerf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (666,'marabout','','MRPT MRPT','marabout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (667,'2011','','','2011');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (668,'ouvrage','','AFRJ AFRK','ouvrag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (669,'couronne','','KRN KRN','couron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (670,'academie','','AKTM AKTM','academ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (671,'francaise','','FRNK FRNK','francais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (672,'seuil','','SL SL','seuil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (673,'metier','','MT MTR','meti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (674,'2002','','','2002');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (675,'construction','','KNST KNST','construct');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (676,'2006','','','2006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (677,'nu','','N N','nu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (678,'2010','','','2010');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (679,'ont','','ANT ANT','ont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (680,'ete','','AT AT','ete');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (681,'grands','','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (682,'succes','','SKSS SKSS','succ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (683,'www','','','www');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (684,'librairiedialogues','','LPRR LPRR','librairiedialogu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (685,'ws','','S S','w');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (686,'book','','PK PK','book');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (687,'9782021079418','','','9782021079418');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (688,'unimarc','','ANMR ANMR','unimarc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (689,'marc','','MRK MRK','marc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (690,'8','','','8');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (691,'religion','','RLJN RLKN','religion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (692,'philosophie','','FLSF FLSF','philosoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (693,'religions','','RLJN RLKN','relig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (694,'02','','','02');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (695,'107941','','','107941');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (696,'barack','','PRK PRK','barack');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (697,'grande','','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (698,'desillusion','','TSLS TSLX','desillu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (699,'222','','','222');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (700,'bibliogr','','PPLK PPLK','bibliogr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (701,'219','','','219');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (702,'220','','','220');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (703,'n','','N N','n');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (704,'realise','','RLS RLS','realis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (705,'programme','','PRKR PRKR','programm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (706,'partiellement','','PRTL PRTL','partiel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (707,'imparfaitement','','AMPR AMPR','imparfait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (708,'terme','','TRM TRM','term');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (709,'economique','','AKNM AKNM','econom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (710,'financiere','','FNNS FNNX','financier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (711,'sociale','','SSL SXL','social');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (712,'toujours','','TJRS THRS','toujour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (713,'retrouve','','RTRF RTRF','retrouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (714,'croissance','','KRSN KRSN','croissanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (715,'plein','','PLN PLN','plein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (716,'emploi','','AMPL AMPL','emploi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (717,'reforme','','RFRM RFRM','reform');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (718,'systeme','','SSTM SSTM','system');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (719,'sante','','SNT SNT','sant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (720,'encore','','ANKR ANKR','encor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (721,'appliquee','','APLK APLK','applique');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (722,'cour','','KR KR','cour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (723,'supreme','','SPRM SPRM','suprem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (724,'validee','','FLT FLT','valide');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (725,'cinq','','SNK SNK','cinq');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (726,'voix','','FKS FKS','voix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (727,'opinion','','APNN APNN','opinion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (728,'publique','','PPLK PPLK','publiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (729,'profondement','','PRFN PRFN','profond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (730,'divisee','','TFS TFS','divise');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (731,'domaine','','TMN TMN','domain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (732,'politique','','PLTK PLTK','polit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (733,'etrangere','','ATRN ATRN','etranger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (734,'spectaculaires','','SPKT SPKT','spectaculair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (735,'execution','','AKSK AKSK','execu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (736,'oussama','','ASM ASM','oussam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (737,'ben','','PN PN','ben');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (738,'laden','','LTN LTN','laden');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (739,'dissimulent','','TSML TSML','dissimulent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (740,'echecs','','AXKS AKKS','echec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (741,'complets','','KMPL KMPL','complet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (742,'partiels','','PRTL PRTL','partiel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (743,'andre','','ANTR ANTR','andre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (744,'kaspi','','KSP KSP','kasp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (745,'explications','','AKSP AKSP','expliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (746,'manquent','','MNKN MNKN','manquent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (747,'conjoncture','','KNJN KNJN','conjonctur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (748,'diront','','TRNT TRNT','diront');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (749,'defavorable','','TFFR TFFR','defavor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (750,'amerique','','AMRK AMRK','amer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (751,'ajouteront','','AJTR AHTR','ajout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (752,'inexorablement','','ANKS ANKS','inexor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (753,'confrontee','','KNFR KNFR','confronte');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (754,'declin','','TKLN TKLN','declin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (755,'moins','','MNS MNS','moin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (756,'promesses','','PRMS PRMS','promess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (757,'aient','','ANT ANT','aient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (758,'inconsiderees','','ANKN ANKN','inconsidere');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (759,'personnalite','','PRSN PRSN','personnalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (760,'tout','','TT TT','tout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (761,'compte','','KMPT KMPT','compt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (762,'doute','','TT TT','dout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (763,'exceptionnelle','','AKSP AKSP','exceptionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (764,'cru','','KR KR','cru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (765,'electeurs','','ALKT ALKT','electeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (766,'americains','','AMRK AMRK','americain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (767,'trancheront','','TRNX TRNK','tranch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (768,'novembre','','NFMP NFMP','novembr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (769,'ils','','ALS ALS','il');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (770,'compareront','','KMPR KMPR','compar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (771,'candidat','','KNTT KNTT','candidat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (772,'republicain','','RPPL RPPL','republicain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (773,'avec','','AFK AFK','avec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (774,'bilan','','PLN PLN','bilan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (775,'president','','PRST PRST','president');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (776,'sortant','','SRTN SRTN','sort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (777,'accorderont','','AKRT AKRT','accord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (778,'second','','SKNT SKNT','second');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (779,'mandat','','MNTT MNTT','mandat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (780,'concession','','KNSS KNSS','concess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (781,'presidence','','PRST PRST','president');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (782,'meilleurs','','MLRS MLRS','meilleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (783,'specialistes','','SPSL SPXL','special');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (784,'francais','','FRNK FRNK','franc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (785,'professeur','','PRFS PRFS','professeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (786,'emerite','','AMRT AMRT','emerit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (787,'sorbonne','','SRPN SRPN','sorbon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (788,'beaucoup','','PKP PKP','beaucoup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (789,'publie','','PPL PPL','publ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (790,'civilisation','','SFLS SFLS','civilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (791,'parmi','','PRM PRM','parm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (792,'ouvrages','','AFRJ AFRK','ouvrag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (793,'john','','JN AN','john');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (794,'f','','F F','f');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (795,'kennedy','','KNT KNT','kennedy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (796,'famille','','FML FML','famill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (797,'mythe','','M0 MT','myth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (798,'complexe','','KMPL KMPL','complex');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (799,'2007','','','2007');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (800,'juifs','','JFS AFS','juif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (801,'plon','','PLN PLN','plon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (802,'2008','','','2008');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (803,'franklin','','FRNK FRNK','franklin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (804,'roosevelt','','RSFL RSFL','roosevelt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (805,'coll','','KL KL','coll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (806,'helene','','HLN HLN','helen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (807,'harter','','HRTR HRTR','hart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (808,'tallandier','','TLNT TLNT','tallandi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (809,'gouvernement','','KFRN KFRN','gouvern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (810,'2009','','','2009');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (811,'259','','','259');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (812,'21063','','','21063');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (813,'320','','','320');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (814,'09051','','','09051');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (815,'1937','','','1937');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (816,'qergr','','KRKR KRKR','qergr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (817,'zr','','SR SR','zr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (818,'rgaz','','RKS RKS','rgaz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (819,'8192','','','8192');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (820,'qer','','KR KR','qer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (821,'catfish','','KTFX KTFX','catfish');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (822,'blues','','PLS PLS','blu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (823,'154','','','154');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (824,'discogr','','TSKK TSKK','discogr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (825,'oeuvres','','AFRS AFRS','oeuvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (826,'12','','','12');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (827,'idee','','AT AT','ide');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (828,'tete','','TT TT','tet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (829,'fuir','','FR FR','fuir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (830,'plantation','','PLNT PLNT','plantat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (831,'coton','','KTN KTN','coton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (832,'travaillent','','TRFL TRFL','travaillent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (833,'freres','','FRRS FRRS','frer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (834,'soeurs','','SRS SRS','soeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (835,'suivre','','SFR SFR','suivr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (836,'oncle','','ANKL ANKL','oncle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (837,'eddie','','AT AT','eddi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (838,'devenir','','TFNR TFNR','deven');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (839,'chanteur','','XNTR XNTR','chanteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (840,'chicago','','XKK XKK','chicago');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (841,'chronique','','KRNK KRNK','chroniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (842,'noir','','NR NR','noir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (843,'prises','','PRSS PRSS','pris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (844,'escrocs','','ASKK ASKK','escroc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (845,'poil','','PL PL','poil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (846,'compris','','KMPR KMPR','compr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (847,'ku','','K K','ku');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (848,'klux','','KLKS KLKS','klux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (849,'klan','','KLN KLN','klan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (850,'vaut','','FT FT','vaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (851,'vivacite','','FFST FFST','vivacit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (852,'ecriture','','AKRT AKRT','ecritur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (853,'beau','','P P','beau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (854,'portrait','','PRTR PRTR','portr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (855,'epoque','','APK APK','epoqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (856,'laurence','','LRNS LRNS','laurenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (857,'liban','','LPN LPN','liban');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (858,'lire','','LR LR','lir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (859,'racisme','','RSSM RSSM','racism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (860,'029506','','','029506');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (861,'litt','fr_FR','LT LT','litt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (862,'rature','fr_FR','RTR RTR','ratur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (863,'fran','fr_FR','FRN FRN','fran');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (864,'aise','fr_FR','AS AS','ais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (865,'22020295067','','','22020295067');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (866,'6438646236','','','6438646236');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (867,'her','','HR HR','her');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (868,'trois','','TR TRS','trois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (869,'feles','','FLS FLS','fel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (870,'pendu','','PNT PNT','pendu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (871,'29','','','29');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (872,'lucien','','LSN LXN','lucien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (873,'trouve','','TRF TRF','trouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (874,'tresor','','TRSR TRSR','tresor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (875,'grange','','KRNJ KRNK','grang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (876,'abandonnee','','APNT APNT','abandonne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (877,'lorsqu','','LRSK LRSK','lorsqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (878,'retourne','','RTRN RTRN','retourn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (879,'copains','','KPNS KPNS','copain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (880,'centre','','SNTR SNTR','centr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (881,'batiment','','PTMN PTMN','bat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (882,'subterfuge','','SPTR SPTR','subterfug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (883,'mort','','MRT MRT','mort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (884,'sien','','SN SN','sien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (885,'grace','','KRS KRS','grac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (886,'dede','','TT TT','ded');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (887,'sauve','','SF SF','sauv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (888,'chercher','','XRXR XRKR','cherch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (889,'secours','','SKRS SKRS','secour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (890,'criminel','','KRMN KRMN','criminel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (891,'ecroue','','AKR AKR','ecrou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (892,'84146','','','84146');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (893,'554','','','554');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (894,'800','','','800');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (895,'33700003413727','','','33700003413727');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (896,'er','','AR AR','er');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (897,'opp','','AP AP','opp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (898,'sarah','','SR SR','sarah');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (899,'cordoue','','KRT KRT','cordou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (900,'136','','','136');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (901,'defaut','','TFT TFT','defaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (902,'fils','','FLS FLS','fil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (903,'vieux','','FKS FKS','vieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (904,'savant','','SFNT SFNT','sav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (905,'point','','PNT PNT','point');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (906,'fille','','FL FL','fill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (907,'ainee','','AN AN','aine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (908,'disciple','','TSPL TSPL','discipl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (909,'interdite','','ANTR ANTR','interdit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (910,'femmes','','FMS FMS','femm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (911,'accomplir','','AKMP AKMP','accompl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (912,'voeux','','FKS FKS','voeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (913,'accepte','','AKSP AKSP','accept');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (914,'travestir','','TRFS TRFS','travest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (915,'samuel','','SML SML','samuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (916,'elle','','AL AL','elle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (917,'recoit','','RKT RKT','recoit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (918,'poeme','','PM PM','poem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (919,'galant','','KLNT KLNT','gal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (920,'jeune','','JN AN','jeun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (921,'etudiant','','ATTN ATTN','etudi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (922,'musulman','','MSLM MSLM','musulman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (923,'aime','','AM AM','aim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (924,'belle','','PL PL','bel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (925,'amour','','AMR AMR','amour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (926,'toile','','TL TL','toil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (927,'fresque','','FRSK FRSK','fresqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (928,'12e','','','12e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (929,'siecle','','SKL SKL','siecl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (930,'452','','','452');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (931,'espagne','fr_FR','ASPN ASPK','espagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (932,'33700003719453','','','33700003719453');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (933,'cau','','K K','cau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (934,'mille','','ML ML','mill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (935,'pattes','','PTS PTS','patt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (936,'233','','','233');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (937,'titre','','TTR TTR','titr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (938,'crypte','','KRPT KRPT','crypt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (939,'designe','','TSN TSKN','design');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (940,'onze','','ANS ANS','onze');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (941,'joueurs','','JRS ARS','joueur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (942,'equipe','','AKP AKP','equip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (943,'france','','FRNS FRNS','franc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (944,'football','','FTPL FTPL','football');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (945,'impliques','','AMPL AMPL','impliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (946,'alternative','','ALTR ALTR','altern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (947,'rapport','','RPRT RPRT','rapport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (948,'evenement','','AFNM AFNM','even');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (949,'bleus','','PLS PLS','bleus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (950,'champions','','XMPN XMPN','champion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (951,'ballon','','PLN PLN','ballon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (952,'rond','','RNT RNT','rond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (953,'207','','','207');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (954,'24700','','','24700');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (955,'football','fr_FR','FTPL FTPL','football');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (956,'33700003550072','','','33700003550072');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (957,'rx','','RKS RKS','rx');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (958,'rio','','R R','rio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (959,'policiers','','PLSR PLXR','polici');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (960,'deteriore','','TTRR TTRR','deterior');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (961,'puits','','PTS PTS','puit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (962,'110','','','110');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (963,'secheresse','','SXRS SKRS','secheress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (964,'tari','','TR TR','tar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (965,'sauf','','SF SF','sauf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (966,'logan','','LKN LKN','logan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (967,'fermiers','','FRMR FRMR','fermi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (968,'noirs','','NRS NRS','noir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (969,'aisee','','AS AS','aise');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (970,'partagent','','PRTJ PRTK','partagent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (971,'eau','','A A','eau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (972,'precieuse','','PRSS PRXS','precieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (973,'ur','','AR AR','ur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (974,'1910','','','1910');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (975,'sud','','ST ST','sud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (976,'americain','','AMRK AMRK','americain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (977,'ranc','','RNK RNK','ranc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (978,'urs','','ARS ARS','ur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (979,'tenaces','','TNSS TNSS','tenac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (980,'long','','LNK LNK','long');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (981,'tension','','TNSN TNXN','tension');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (982,'monte','','MNT MNT','mont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (983,'accablante','','AKPL AKPL','accabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (984,'chaleur','','XLR XLR','chaleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (985,'08','','','08');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (986,'164155','','','164155');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (987,'810','','','810');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (988,'am','','AM AM','am');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (989,'ricaine','','RKN RKN','ricain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (990,'am','fr_FR','AM AM','am');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (991,'ricaine','fr_FR','RKN RKN','ricain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (992,'33700004389030','','','33700004389030');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (993,'33700004389026','','','33700004389026');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (994,'jrk','','JRK ARK','jrk');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (995,'tay','','T T','tay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (996,'ghetto','','KT KT','ghetto');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (997,'9','','','9');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (998,'1993','','','1993');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (999,'afrique','','AFRK AFRK','afriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1000,'futuriste','','FTRS FTRS','futur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1001,'consortium','','KNSR KNSR','consortium');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1002,'exploite','','AKSP AKSP','exploit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1003,'outrance','','ATRN ATRN','outranc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1004,'continent','','KNTN KNTN','continent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1005,'quand','','KNT KNT','quand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1006,'dayak','','TK TK','dayak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1007,'decouvre','','TKFR TKFR','decouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1008,'dirige','','TRJ TRK','dirig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1009,'empire','','AMPR AMPR','empir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1010,'technologique','','TKNL TKNL','technolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1011,'autre','','ATR ATR','autr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1012,'frere','','FRR FRR','frer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1013,'lutte','','LT LT','lutt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1014,'prend','','PRNT PRNT','prend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1015,'dimension','','TMNS TMNX','dimens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1016,'fascinante','','FSNN FSNN','fascin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1017,'possede','','PST PST','possed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1018,'energie','','ANRJ ANRK','energ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1019,'force','','FRS FRS','forc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1020,'meilleures','','MLRS MLRS','meilleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1021,'sagas','','SKS SKS','sag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1022,'visionnaire','','FSNR FXNR','visionnair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1023,'dessin','','TSN TSN','dessin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1024,'adamov','','ATMF ATMF','adamov');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1025,'signe','','SN SKN','sign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1026,'1542','','','1542');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1027,'science','fr_FR','SNS SNS','scienc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1028,'fiction','fr_FR','FKXN FKXN','fiction');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1029,'33700003669468','','','33700003669468');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1030,'bd','','PT PT','bd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1031,'ada','','AT AT','ada');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1032,'zaks','','SKS SKS','zak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1033,'ville','','FL FL','vill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1034,'mere','','MR MR','mer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1035,'detruite','','TTRT TTRT','detruit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1036,'implosee','','AMPL AMPL','implose');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1037,'reussi','','RS RS','reuss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1038,'echapper','','AXPR AKPR','echapp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1039,'intercepteurs','','ANTR ANTR','intercepteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1040,'fidele','','FTL FTL','fidel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1041,'tit','','TT TT','tit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1042,'caille','','KL KL','caill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1043,'voila','','FL FL','voil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1044,'coeur','','KR KR','coeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1045,'pret','','PRT PRT','pret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1046,'fondre','','FNTR FNTR','fondr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1047,'univers','','ANFR ANFR','univer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1048,'inhospitalier','','ANSP ANSP','inhospitali');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1049,'suivi','','SF SF','suiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1050,'quelque','','KLK KLK','quelqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1051,'distance','','TSTN TSTN','distanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1052,'simon','','SMN SMN','simon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1053,'jamais','','JM AMS','jam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1054,'rattraper','','RTRP RTRP','rattrap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1055,'or','','AR AR','or');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1056,'hommes','','HMS HMS','homm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1057,'masques','','MSKS MSKS','masqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1058,'yeux','','AKS AKS','yeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1059,'sanguins','','SNKN SNKN','sanguin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1060,'legende','','LJNT LKNT','legend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1061,'caches','','KXS KKS','cach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1062,'dedale','','TTL TTL','dedal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1063,'galeries','','KLRS KLRS','galer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1064,'souterraines','','STRN STRN','souterrain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1065,'labyrinthiques','','LPRN LPRN','labyrinth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1066,'tardera','','TRTR TRTR','tard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1067,'fixe','','FKS FKS','fix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1068,'bientot','','PNTT PNTT','bientot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1069,'resonneront','','RSNR RSNR','reson');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1070,'tambours','','TMPR TMPR','tambour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1071,'traditions','','TRTX TRTX','tradit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1072,'humaines','','HMNS HMNS','humain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1073,'anciennes','','ANSN ANXN','ancien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1074,'ombres','','AMPR AMPR','ombre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1075,'demesurees','','TMSR TMSR','demesure');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1076,'silhouettes','','SLTS SLTS','silhouet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1077,'primitives','','PRMT PRMT','primit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1078,'viendront','','FNTR FNTR','viendront');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1079,'allonger','','ALNK ALNJ','allong');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1080,'aupres','','APRS APRS','aupr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1081,'intervention','','ANTR ANTR','intervent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1082,'parviendra','','PRFN PRFN','parviendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1083,'triompher','','TRMF TRMF','triomph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1084,'definitivement','','TFNT TFNT','definit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1085,'tant','','TNT TNT','tant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1086,'gens','','JNS KNS','gen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1087,'espece','','ASPS ASPS','espec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1088,'soit','','ST ST','soit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1089,'fin','','FN FN','fin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1090,'alors','','ALRS ALRS','alor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1091,'juste','','JST AST','just');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1092,'expriment','','AKSP AKSP','expriment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1093,'lieux','','LKS LKS','lieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1094,'desertiques','','TSRT TSRT','desert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1095,'certaine','','SRTN SRTN','certain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1096,'facon','','FKN FKN','facon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1097,'finissait','','FNST FNST','fin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1098,'2083','','','2083');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1099,'33700003669484','','','33700003669484');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1100,'chambre','','XMPR XMPR','chambr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1101,'verte','','FRT FRT','vert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1102,'1994','','','1994');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1103,'addis','','ATS ATS','addis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1104,'abeba','','APP APP','abeb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1105,'nee','','N N','ne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1106,'fini','','FN FN','fin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1107,'misere','','MSR MSR','miser');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1108,'crasse','','KRS KRS','crass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1109,'colbius','','KLPS KLPS','colbius');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1110,'leader','','LTR LTR','lead');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1111,'m','','M M','m');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1112,'surgir','','SRJR SRKR','surg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1113,'megalopole','','MKLP MKLP','megalopol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1114,'techniques','','TKNK TKNK','techniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1115,'sophistiquees','','SFST SFST','sophistique');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1116,'cotoient','','KTNT KTNT','cotoient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1117,'valet','','FLT FLT','valet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1118,'despote','','TSPT TSPT','despot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1119,'cori','','KR KR','cor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1120,'courtisane','','KRTS KRTS','courtisan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1121,'comportement','','KMPR KMPR','comport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1122,'trouble','','TRPL TRPL','troubl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1123,'peine','','PN PN','pein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1124,'car','','KR KR','car');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1125,'sait','','ST ST','sait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1126,'maintenant','','MNTN MNTN','mainten');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1127,'lointains','','LNTN LNTN','lointain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1128,'souvenirs','','SFNR SFNR','souvenir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1129,'vision','','FSN FXN','vision');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1130,'fugace','','FKS FKS','fugac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1131,'percevaient','','PRSF PRSF','percev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1132,'formidables','','FRMT FRMT','formid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1133,'changements','','XNJM XNKM','chang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1134,'orchestrait','','ARKS ARKS','orchestr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1135,'clone','','KLN KLN','clon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1136,'briser','','PRSR PRSR','bris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1137,'chaines','','XNS XNS','chain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1138,'relient','','RLNT RLNT','relient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1139,'maitre','','MTR MTR','maitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1140,'empereur','','AMPR AMPR','empereur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1141,'nouvel','','NFL NFL','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1142,'1727','','','1727');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1143,'33700003669485','','','33700003669485');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1144,'pmb0002','','PMP PMP','pmb0002');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1145,'2ch','','X K','2ch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1146,'albums','','ALPM ALPM','album');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1147,'monsieur','','MNSR MNSR','monsieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1148,'je','','J A','je');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1149,'sais','','S SS','sais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1150,'8001','','','8001');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1151,'2334','','','2334');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1152,'33700004243347','','','33700004243347');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1153,'ebd','','APT APT','ebd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1154,'gee','','J K','ge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1155,'paroles','','PRLS PRLS','parol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1156,'bonheur','','PNR PNR','bonheur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1157,'pagine','','PJN PKN','pagin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1158,'59','','','59');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1159,'anthologique','','AN0L ANTL','antholog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1160,'textes','','TKST TKST','text');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1161,'temps','','TMPS TMPS','temp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1162,'pays','','PS PS','pay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1163,'donne','','TN TN','don');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1164,'presentation','','PRSN PRSN','present');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1165,'originale','','ARJN ARKN','original');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1166,'ecrits','','AKRT AKRT','ecrit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1167,'enclaves','','ANKL ANKL','enclav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1168,'illustrations','','ALST ALST','illustr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1169,'226','','','226');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1170,'09017','','','09017');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1171,'psychologie','fr_FR','SXLJ SKLK','psycholog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1172,'psychanalyse','fr_FR','SXNL SKNL','psychanalys');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1173,'33700003453202','','','33700003453202');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1174,'808','','','808');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1175,'metamorphose','','MTMR MTMR','metamorphos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1176,'fleurs','','FLRS FLRS','fleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1177,'143','','','143');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1178,'depl','','TPL TPL','depl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1179,'jaquette','','JKT AKT','jaquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1180,'microcosmos','','MKRK MKRK','microcosmos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1181,'milliers','','MLRS MLRS','milli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1182,'lecteurs','','LKTR LKTR','lecteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1183,'emerveilles','','AMRF AMRF','emerveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1184,'devant','','TFNT TFNT','dev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1185,'prodiges','','PRTJ PRTK','prodig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1186,'insoupconnes','','ANSP ANSP','insoupcon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1187,'carre','','KR KR','carr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1188,'herbes','','HRPS HRPS','herb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1189,'folles','','FLS FLS','foll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1190,'claude','','KLT KLT','claud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1191,'nuridsany','','NRTS NRTS','nuridsany');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1192,'marie','','MR MR','mar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1193,'perennou','','PRN PRN','perennou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1194,'sillonnent','','SLNN SLNN','sillonnent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1195,'prairies','','PRRS PRRS','prair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1196,'jardins','','JRTN ARTN','jardin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1197,'invitent','','ANFT ANFT','invitent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1198,'nos','','NS NS','nos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1199,'inattentifs','','ANTN ANTN','inattent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1200,'poser','','PSR PSR','pos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1201,'bouton','','PTN PTN','bouton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1202,'gorge','','KRJ KRK','gorg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1203,'seve','','SF SF','sev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1204,'petale','','PTL PTL','petal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1205,'entrouvre','','ANTR ANTR','entrouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1206,'chute','','XT XT','chut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1207,'corolle','','KRL KRL','coroll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1208,'moments','','MMNT MMNT','moment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1209,'phares','','FRS FRS','phar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1210,'flamboyante','','FLMP FLMP','flamboi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1211,'fleur','','FLR FLR','fleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1212,'architecture','','ARKT ARKT','architectur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1213,'construite','','KNST KNST','construit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1214,'defaite','','TFT TFT','defait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1215,'jours','','JRS ARS','jour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1216,'transfigurees','','TRNS TRNS','transfigure');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1217,'macrophotographie','','MKRF MKRF','macrophotograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1218,'vingtaine','','FNKT FNKT','vingtain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1219,'especes','','ASPS ASPS','espec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1220,'florales','','FLRL FLRL','floral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1221,'naissent','','NSNT NSNT','naissent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1222,'vivent','','FFNT FFNT','vivent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1223,'meurent','','MRNT MRNT','meurent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1224,'sous','','SS SS','sous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1225,'invente','','ANFN ANFN','invent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1226,'notre','','NTR NTR','notr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1227,'plaisir','','PLSR PLSR','plais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1228,'regard','','RKRT RKRT','regard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1229,'nature','','NTR NTR','natur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1230,'mi','','M M','mi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1231,'biologie','','PLJ PLK','biolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1232,'poesie','','PS PS','poes');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1233,'pistil','','PSTL PSTL','pistil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1234,'etamine','','ATMN ATMN','etamin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1235,'7324','','','7324');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1236,'2351','','','2351');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1237,'580','','','580');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1238,'botanique','','PTNK PTNK','botan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1239,'plantes','','PLNT PLNT','plant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1240,'fleurs','fr_FR','FLRS FLRS','fleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1241,'33700004118010','','','33700004118010');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1242,'582','','','582');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1243,'nur','','NR NR','nur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1244,'rwanda','','RNT RNT','rwand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1245,'271','','','271');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1246,'appendice','','APNT APNT','appendic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1247,'choix','','XKS XKS','choix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1248,'documents','','TKMN TKMN','docu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1249,'franchophone','','FRNX FRNK','franchophon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1250,'colonisation','','KLNS KLNS','colonis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1251,'7384','','','7384');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1252,'5292','','','5292');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1253,'960','','','960');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1254,'de','','T T','de');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1255,'l','','L L','l');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1256,'rwanda','fr_FR','RNT RNT','rwand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1257,'33700003286792','','','33700003286792');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1258,'967','','','967');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1259,'ove','','AF AF','ove');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1260,'routiere','','RTR RTR','routier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1261,'ardeche','','ARTX ARTK','ardech');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1262,'haute','','HT HT','haut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1263,'11331','','','11331');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1264,'touristique','','TRST TRST','tourist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1265,'25','','','25');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1266,'x','','S S','x');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1267,'16','','','16');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1268,'generation','','JNRX KNRX','gener');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1269,'cartes','','KRTS KRTS','cart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1270,'routieres','','RTRS RTRS','routier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1271,'michelin','','MXLN MKLN','michelin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1272,'toutes','','TTS TTS','tout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1273,'informations','','ANFR ANFR','inform');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1274,'decouvrir','','TKFR TKFR','decouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1275,'departements','','TPRT TPRT','depart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1276,'reperer','','RPRR RPRR','reper');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1277,'facilement','','FSLM FSLM','facil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1278,'voiture','','FTR FTR','voitur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1279,'nombreuses','','NMPR NMPR','nombreux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1280,'nouveautes','','NFTS NFTS','nouveaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1281,'integrees','','ANTK ANTK','integre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1282,'local','','LKL LKL','local');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1283,'lisible','','LSPL LSPL','lisibl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1284,'echelle','','AXL AKL','echel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1285,'agrandie','','AKRN AKRN','agrand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1286,'150','','','150');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1287,'000e','','','000e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1288,'175','','','175');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1289,'index','','ANTK ANTK','index');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1290,'complet','','KMPL KMPL','complet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1291,'localites','','LKLT LKLT','localit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1292,'acceder','','AKST AKST','acced');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1293,'rapidement','','RPTM RPTM','rapid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1294,'information','','ANFR ANFR','inform');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1295,'plans','','PLNS PLNS','plan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1296,'circuler','','SRKL SRKL','circul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1297,'grandes','','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1298,'agglomerations','','AKLM AKLM','agglomer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1299,'image','','AMJ AMK','imag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1300,'comprendre','','KMPR KMPR','comprendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1301,'symboles','','SMPL SMPL','symbol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1302,'terroirs','','TRRS TRRS','terroir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1303,'centrees','','SNTR SNTR','centre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1304,'route','','RT RT','rout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1305,'autrement','','ATRM ATRM','autr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1306,'pixel','','PKSL PKSL','pixel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1307,'bas','','PS PS','bas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1308,'vivarais','','FFR FFRS','vivar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1309,'boutieres','','PTRS PTRS','boutier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1310,'brisadois','','PRST PRST','brisadois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1311,'cevennes','','SFNS SFNS','ceven');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1312,'margeriche','','MRKR MRJR','margerich');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1313,'velay','','FL FL','velay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1314,'06','','','06');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1315,'100392','','','100392');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1316,'3370000451291','','','3370000451291');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1317,'mic','','MK MK','mic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1318,'chili','','XL XL','chil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1319,'glace','','KLS KLS','glac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1320,'feu','','F F','feu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1321,'dl','','TL TL','dl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1322,'dvd','','TFT TFT','dvd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1323,'video','','FT FT','video');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1324,'monoface','','MNFS MNFS','monofac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1325,'zone','','SN SN','zon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1326,'h','','','h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1327,'21','','','21');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1328,'min','','MN MN','min');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1329,'pal','','PL PL','pal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1330,'brochure','','PRXR PRKR','brochur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1331,'14','','','14');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1332,'cm','','KM KM','cm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1333,'contient','','KNTN KNTN','contient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1334,'making','','MKNK MKNK','making');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1335,'of','','AF AF','of');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1336,'vu','','F F','vu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1337,'sites','','STS STS','sit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1338,'fetes','','FTS FTS','fet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1339,'paques','','PKS PKS','paqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1340,'chili','fr_FR','XL XL','chil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1341,'3370000451290','','','3370000451290');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1342,'tf1','','TF TF','tf1');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1343,'angevine','','ANJF ANKF','angevin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1344,'joachim','','JXM AKM','joachim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1345,'bellay','','PL PL','bellay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1346,'2001','','','2001');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1347,'disque','','TSK TSK','disqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1348,'optique','','APTK APTK','optiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1349,'numerique','','NMRK NMRK','numer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1350,'rom','','RM RM','rom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1351,'glossaire','','KLSR KLSR','glossair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1352,'configuration','','KNFK KNFK','configur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1353,'requise','','RKS RKS','requis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1354,'pc','','PK PK','pc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1355,'mo','','M M','mo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1356,'memoire','','MMR MMR','memoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1357,'vive','','FF FF','viv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1358,'windows','','ANTS FNTS','window');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1359,'95','','','95');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1360,'ulterieur','','ALTR ALTR','ulterieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1361,'octuple','','AKTP AKTP','octupl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1362,'vitesse','','FTS FTS','vitess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1363,'affichage','','AFXJ AFKK','affichag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1364,'65','','','65');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1365,'000','','','000');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1366,'macintosh','','MSNT MSNT','macintosh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1367,'5','','','5');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1368,'renaissance','','RNSN RNSN','renaiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1369,'anjou','','ANJ ANJ','anjou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1370,'renaissance','fr_FR','RNSN RNSN','renaiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1371,'po','fr_FR','P P','po');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1372,'sie','fr_FR','S S','si');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1373,'3370000451292','','','3370000451292');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1374,'cdrom','','KTRM KTRM','cdrom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1375,'loi','','L L','loi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1376,'cederoms','','STRM STRM','cederom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1377,'bagnes','','PNS PKNS','bagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1378,'madagascar','','MTKS MTKS','madagascar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1379,'49','','','49');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1380,'madagascar','fr_FR','MTKS MTKS','madagascar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1381,'paysages','','PSJS PSKS','paysag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1382,'afghans','','AFKN AFKN','afghan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1383,'26','','','26');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1384,'afghanistan','fr_FR','AFKN AFKN','afghanistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1385,'peuples','','PPLS PPLS','peupl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1386,'afghanistan','','AFKN AFKN','afghanistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1387,'102','','','102');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1388,'tribus','','TRPS TRPS','tribus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1389,'pachtounes','','PKTN PKTN','pachtoun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1390,'72','','','72');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1391,'afghanes','','AFKN AFKN','afghan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1392,'120','','','120');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1393,'64','','','64');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1394,'islam','','ALM ALM','islam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1395,'afghan','','AFKN AFKN','afghan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1396,'118','','','118');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1397,'islam','fr_FR','ALM ALM','islam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1398,'allix','','ALKS ALKS','allix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1399,'chenonceau','','XNNS XNNS','chenonceau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1400,'chambord','','XMPR XMPR','chambord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1401,'cheverny','','XFRN XFRN','cheverny');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1402,'charte','','XRT XRT','chart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1403,'xiiie','','S S','xii');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1404,'laquelle','','LKL LKL','laquel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1405,'guillaume','','KLM KLM','guillaum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1406,'rezay','','RS RS','rezay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1407,'paroisse','','PRS PRS','paroiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1408,'ceaux','','S S','ceau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1409,'maine','','MN MN','main');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1410,'vend','','FNT FNT','vend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1411,'messire','','MSR MSR','messir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1412,'vernee','','FRN FRN','verne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1413,'chevalier','','XFL XFLR','chevali');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1414,'six','','SKS SKS','six');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1415,'deniers','','TNRS TNRS','deni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1416,'rente','','RNT RNT','rent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1417,'acte','','AKT AKT','acte');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1418,'angers','','ANKR ANJR','anger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1419,'jeudi','','JT AT','jeud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1420,'saint','','SNT SNT','saint');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1421,'urbain','','ARPN ARPN','urbain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1422,'an','','AN AN','an');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1423,'cent','','SNT SNT','cent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1424,'vingt','','FNKT FNKT','vingt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1425,'neuf','','NF NF','neuf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1426,'feuillet','','FLT FLT','feuillet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1427,'manuscript','','MNSK MNSK','manuscript');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1428,'conserve','','KNSR KNSR','conserv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1429,'sceau','','S S','sceau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1430,'excellent','','AKSL AKSL','excellent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1431,'conservation','','KNSR KNSR','conserv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1432,'date','','TT TT','dat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1433,'style','','STL STL','styl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1434,'v','','F F','v');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1435,'st','','ST ST','st');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1436,'pouget','','PKT PKT','pouget');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1437,'archiviste','','ARXF ARKF','archiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1438,'paleographe','','PLKR PLKR','paleograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1439,'indre','','ANTR ANTR','indre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1440,'voulu','','FL FL','voulu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1441,'attirer','','ATRR ATRR','attir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1442,'mon','','MN MN','mon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1443,'attention','','ATNX ATNX','attent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1444,'datee','','TT TT','date');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1445,'joedi','','JT AT','joed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1446,'alban','','ALPN ALPN','alban');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1447,'aubin','','APN APN','aubin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1448,'1er','','R R','1er');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1449,'mars','','MRS MRS','mar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1450,'tombant','','TMPN TMPN','tomb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1451,'1299','','','1299');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1452,'19','','','19');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1453,'avril','','AFRL AFRL','avril');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1454,'effectivement','','AFKT AFKT','effect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1455,'lieu','','L L','lieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1456,'considerer','','KNST KNST','consider');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1457,'fevrier','','FFR FFRR','fevri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1458,'1300','','','1300');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1459,'archive','','ARXF ARKF','archiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1460,'cens','','SNS SNS','cen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1461,'940','','','940');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1462,'europe','','ARP ARP','europ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1463,'3370000451295','','','3370000451295');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1464,'locale','','LKL LKL','local');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1465,'oeuvre','','AFR AFR','oeuvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1466,'couverture','','KFRT KFRT','couvertur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1467,'magazine','','MKSN MKSN','magazin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1468,'rustica','','RSTK RSTK','rustic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1469,'parfait','','PRFT PRFT','parf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1470,'1953','','','1953');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1471,'page','','PJ PK','pag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1472,'fac','','FK FK','fac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1473,'simile','','SML SML','simil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1474,'mentionne','','MNXN MNXN','mention');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1475,'3370000451298','','','3370000451298');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1476,'rus','','RS RS','rus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1477,'canne','','KN KN','cann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1478,'pommeau','','PM PM','pommeau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1479,'forme','','FRM FRM','form');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1480,'bois','','P PS','bois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1481,'precieux','','PRSK PRXK','precieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1482,'bichromie','','PXRM PKRM','bichrom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1483,'sculpte','','SKLP SKLP','sculpt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1484,'peint','','PNT PNT','peint');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1485,'pied','','PT PT','pied');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1486,'argent','','ARJN ARKN','argent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1487,'sculpture','','SKLP SKLP','sculptur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1488,'680','','','680');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1489,'articles','','ARTK ARTK','articl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1490,'manufactur','','MNFK MNFK','manufactur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1491,'sculpture','fr_FR','SKLP SKLP','sculptur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1492,'3370000451299','','','3370000451299');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1493,'fav','','FF FF','fav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1494,'tours','','TRS TRS','tour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1495,'flle','','FL FL','flle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1496,'78','','','78');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1497,'1765','','','1765');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1498,'couleur','','KLR KLR','couleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1499,'cassini','','KSN KSN','cassin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1500,'cote','','KT KT','cot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1501,'ge','','J K','ge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1502,'ff','','F F','ff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1503,'18595','','','18595');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1504,'bnf','','PNF PNF','bnf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1505,'richelieu','','RXL RKL','richelieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1506,'reprod','','RPRT RPRT','reprod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1507,'sc','','SK SK','sc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1508,'96','','','96');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1509,'614','','','614');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1510,'levee','','LF LF','leve');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1511,'1760','','','1760');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1512,'1762','','','1762');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1513,'bottin','','PTN PTN','bottin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1514,'langelay','','LNJL LNKL','langelay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1515,'verifiee','','FRF FRF','verifie');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1516,'1763','','','1763');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1517,'1764','','','1764');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1518,'briffe','','PRF PRF','briff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1519,'ponsan','','PNSN PNSN','ponsan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1520,'lettre','','LTR LTR','lettr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1521,'chambon','','XMPN XMPN','chambon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1522,'78e','','','78e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1523,'feuille','','FL FL','feuill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1524,'publiee','','PPL PPL','publie');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1525,'gallica','','KLK KLK','gallic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1526,'scripts','','SKPT SKPT','script');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1527,'consultationtout','','KNSL KNSL','consultationtout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1528,'exe','','AKS AKS','exe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1529,'o','','A A','o');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1530,'07711576','','','07711576');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1531,'images','','AMJS AMKS','imag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1532,'numerisees','','NMRS NMRS','numerise');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1533,'centre','fr_FR','SNTR SNTR','centr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1534,'produits','','PRTT PRTT','produit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1535,'charcuterie','','XRKT XRKT','charcuter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1536,'hygiene','','HJN HKN','hygien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1537,'inspection','','ANSP ANSP','inspect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1538,'reglementation','','RKLM RKLM','reglement');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1539,'th','','0 T','th');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1540,'bourrier','','PR PRR','bourri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1541,'1887','','','1887');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1542,'in','','AN AN','in');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1543,'xii','','S S','xii');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1544,'585','','','585');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1545,'exemples','','AKSM AKSM','exempl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1546,'illustres','','ALST ALST','illustr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1547,'gravures','','KRFR KRFR','gravur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1548,'representant','','RPRS RPRS','represent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1549,'ferme','','FRM FRM','ferm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1550,'elevage','','ALFJ ALFK','elevag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1551,'cochelle','','KXL KKL','cochel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1552,'640','','','640');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1553,'nagers','','NKRS NJRS','nager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1554,'cuisine','','KSN KSN','cuisin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1555,'cout','','KT KT','cout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1556,'soins','','SNS SNS','soin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1557,'beaut','','PT PT','beaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1558,'aliments','fr_FR','ALMN ALMN','aliment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1559,'3370000451302','','','3370000451302');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1560,'bou','','P P','bou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1561,'nimitz','','NMTS NMTS','nimitz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1562,'443','','','443');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1563,'09568','','','09568');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1564,'nouvelle','fr_FR','NFL NFL','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1565,'33700004500167','','','33700004500167');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1566,'rk','','RK RK','rk');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1567,'rob','','RP RP','rob');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1568,'joli','','JL AL','jol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1569,'moche','','MX MK','moch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1570,'perles','','PRLS PRLS','perl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1571,'contes','','KNTS KNTS','cont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1572,'symbole','','SMPL SMPL','symbol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1573,'mysterieux','','MSTR MSTR','mysteri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1574,'collier','','KL KLR','colli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1575,'perle','','PRL PRL','perl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1576,'crue','','KR KR','cru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1577,'vient','','FNT FNT','vient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1578,'aneantir','','ANNT ANNT','aneant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1579,'offerts','','AFRT AFRT','offert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1580,'aristocrate','','ARST ARST','aristocrat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1581,'insouciante','','ANSS ANSX','insouci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1582,'port','','PRT PRT','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1583,'anvers','','ANFR ANFR','anver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1584,'ecrivain','','AKRF AKRF','ecrivain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1585,'fuit','','FT FT','fuit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1586,'tels','','TLS TLS','tel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1587,'themes','','0MS TMS','them');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1588,'travers','','TRFR TRFR','traver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1589,'eux','','AKS AKS','eux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1590,'karen','','KRN KRN','karen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1591,'blixen','','PLKS PLKS','blixen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1592,'demontre','','TMNT TMNT','demontr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1593,'instrument','','ANST ANST','instrument');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1594,'privilegie','','PRFL PRFL','privileg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1595,'exploration','','AKSP AKSP','explor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1596,'mysteres','','MSTR MSTR','myster');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1597,'doux','','T T','doux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1598,'velours','','FLRS FLRS','velour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1599,'timbre','','TMPR TMPR','timbr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1600,'anne','','AN AN','anne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1601,'brochet','','PRXT PRKT','brochet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1602,'transporte','','TRNS TRNS','transport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1603,'lecture','','LKTR LKTR','lectur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1604,'posee','','PS PS','pose');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1605,'met','','MT MT','met');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1606,'mouvement','','MFMN MFMN','mouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1607,'imagination','','AMJN AMKN','imagin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1608,'auditeur','','ATTR ATTR','auditeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1609,'ecoute','','AKT AKT','ecout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1610,'classe','','KLS KLS','class');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1611,'autorisee','','ATRS ATRS','autorise');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1612,'9782070136001','','','9782070136001');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1613,'lus','','LS LS','lus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1614,'format','','FRMT FRMT','format');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1615,'013600','','','013600');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1616,'gallimard','','KLMR KLMR','gallimard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1617,'ecoutez','','AKTS AKTS','ecout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1618,'1885','','','1885');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1619,'1962','','','1962');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1620,'metzger','','MTSK MTSJ','metzg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1621,'marthe','','MR0 MRT','marth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1622,'sages','','SJS SKS','sag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1623,'179','','','179');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1624,'068730','','','068730');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1625,'dirigee','','TRJ TRK','dirige');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1626,'henri','','HNR HNR','henr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1627,'gougaud','','KKT KKT','gougaud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1628,'ba','','P P','ba');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1629,'amadou','','AMT AMT','amadou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1630,'hampate','','HMPT HMPT','hampat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1631,'1901','','','1901');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1632,'1991','','','1991');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1633,'diverses','','TFRS TFRS','divers');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1634,'poemes','','PMS PMS','poem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1635,'proverbes','','PRFR PRFR','proverb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1636,'differents','','TFRN TFRN','different');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1637,'auteurs','','ATRS ATRS','auteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1638,'photographies','','FTKR FTKR','photograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1639,'8100','','','8100');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1640,'0117','','','0117');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1641,'toucan','','TKN TKN','toucan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1642,'issy','','AS AS','issy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1643,'moulineaux','','MLN MLN','moulineau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1644,'916','','','916');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1645,'002','','','002');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1646,'22','','','22');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1647,'zaid','','ST ST','zaid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1648,'nassera','','NSR NSR','nass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1649,'afriques','','AFRK AFRK','afriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1650,'395','','','395');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1651,'depuis','','TPS TPS','depuis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1652,'raymond','','RMNT RMNT','raymond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1653,'depardon','','TPRT TPRT','depardon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1654,'parcouru','','PRKR PRKR','parcouru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1655,'auquel','','AKL AKL','auquel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1656,'consacre','','KNSK KNSK','consacr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1657,'plusieurs','','PLSR PLSR','plusieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1658,'films','','FLMS FLMS','film');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1659,'quantite','','KNTT KNTT','quantit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1660,'350','','','350');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1661,'inedites','','ANTT ANTT','inedit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1662,'presentees','','PRSN PRSN','presente');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1663,'couvrent','','KFRN KFRN','couvrent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1664,'toute','','TT TT','tout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1665,'associations','','ASSX ASXX','associ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1666,'originales','','ARJN ARKN','original');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1667,'privilegient','','PRFL PRFL','privilegient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1668,'rythme','','R0M RTM','rythm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1669,'soutenu','','STN STN','soutenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1670,'arret','','ART ART','arret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1671,'enchainements','','ANXN ANKN','enchain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1672,'montrent','','MNTR MNTR','montrent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1673,'sujets','','SJTS SJTS','sujet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1674,'tres','','TRS TRS','tre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1675,'varies','','FRS FRS','var');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1676,'portraits','','PRTR PRTR','portrait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1677,'villes','','FLS FLS','vill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1678,'activites','','AKTF AKTF','activit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1679,'sociales','','SSLS SXLS','social');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1680,'metiers','','MTRS MTRS','meti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1681,'conflits','','KNFL KNFL','conflit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1682,'exemptes','','AKSM AKSM','exempt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1683,'volonte','','FLNT FLNT','volont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1684,'esthetiser','','AS0T ASTT','esthetis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1685,'propos','','PRPS PRPS','propos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1686,'aucun','','AKN AKN','aucun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1687,'jugement','','JJMN AKMN','jug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1688,'aucune','','AKN AKN','aucun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1689,'these','','0S TS','thes');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1690,'relie','','RL RL','rel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1691,'elles','','ALS ALS','elle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1692,'impulsion','','AMPL AMPL','impuls');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1693,'simplement','','SMPL SMPL','simpl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1694,'photographe','','FTKR FTKR','photograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1695,'voyageur','','FJR FKR','voyageur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1696,'peuplent','','PPLN PPLN','peuplent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1697,'pourquoi','','PRK PRK','pourquoi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1698,'1960','','','1960');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1699,'annee','','AN AN','anne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1700,'premiere','','PRMR PRMR','premier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1701,'huit','','HT HT','huit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1702,'jusqu','','JSK ASK','jusqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1703,'dernier','','TRN TRNR','derni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1704,'hiver','','HFR HFR','hiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1705,'horar','','HRR HRR','horar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1706,'ai','','A A','ai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1707,'cesse','','SS SS','cess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1708,'photographier','','FTKR FTKR','photographi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1709,'entiere','','ANTR ANTR','entier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1710,'suffirait','','SFRT SFRT','suff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1711,'pretendre','','PRTN PRTN','pretendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1712,'connaitre','','KNTR KNTR','connaitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1713,'aujourd','','AJRT AHRT','aujourd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1714,'hui','','H H','hui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1715,'pretextes','','PRTK PRTK','pretext');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1716,'raisons','','RSNS RSNS','raison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1717,'oublies','','APLS APLS','oubl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1718,'avais','','AF AFS','avais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1719,'envie','','ANF ANF','envi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1720,'rendre','','RNTR RNTR','rendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1721,'liberte','','LPRT LPRT','libert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1722,'reunir','','RNR RNR','reun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1723,'celles','','SLS SLS','cel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1724,'sourires','','SRRS SRRS','sourir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1725,'famines','','FMNS FMNS','famin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1726,'guerres','','KRS KRS','guerr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1727,'civiles','','SFLS SFLS','civil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1728,'voulais','','FL FLS','voul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1729,'oser','','ASR ASR','oser');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1730,'cents','','SNTS SNTS','cent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1731,'respiration','','RSPR RSPR','respir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1732,'etouffer','','ATFR ATFR','etouff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1733,'immense','','AMNS AMNS','immens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1734,'me','','M M','me');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1735,'serions','','SRNS SRNS','serion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1736,'panne','','PN PN','pann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1737,'envahis','','ANFH ANFH','envah');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1738,'rester','','RSTR RSTR','rest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1739,'silencieux','','SLNS SLNX','silenci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1740,'ecouter','','AKTR AKTR','ecout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1741,'souviens','','SFNS SFNS','souvien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1742,'chaque','','XK XK','chaqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1743,'ose','','AS AS','ose');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1744,'desordre','','TSRT TSRT','desordr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1745,'reunis','','RNS RNS','reun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1746,'pendant','','PNTN PNTN','pend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1747,'quarante','','KRNT KRNT','quar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1748,'7541','','','7541');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1749,'0611','','','0611');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1750,'hazan','','HSN HSN','hazan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1751,'vanves','','FNFS FNFS','vanv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1752,'779','','','779');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1753,'366','','','366');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1754,'1942','','','1942');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1755,'comptines','','KMPT KMPT','comptin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1756,'berceuses','','PRSS PRSS','berceux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1757,'baobab','','PPP PPP','baobab');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1758,'noire','','NR NR','noir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1759,'30','','','30');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1760,'57','','','57');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1761,'compact','','KMPK KMPK','compact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1762,'36','','','36');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1763,'differentes','','TFRN TFRN','different');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1764,'langues','','LNKS LNKS','langu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1765,'congo','','KNK KNK','congo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1766,'mingala','','MNKL MNKL','mingal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1767,'mali','','ML ML','mal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1768,'bambara','','PMPR PMPR','bambar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1769,'cameroun','','KMRN KMRN','cameroun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1770,'bamena','','PMN PMN','bamen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1771,'ivoire','','AFR AFR','ivoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1772,'mauritanie','','MRTN MRTN','mauritan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1773,'peul','','PL PL','peul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1774,'togo','','TK TK','togo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1775,'mina','','MN MN','min');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1776,'senegal','','SNKL SNKL','senegal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1777,'wolof','','ALF FLF','wolof');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1778,'kinyarwanda','','KNRN KNRN','kinyarwand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1779,'guinee','','KN KN','guine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1780,'susu','','SS SS','susu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1781,'soninke','','SNNK SNNK','sonink');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1782,'centrafrique','','SNTR SNTR','centrafr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1783,'sango','','SNK SNK','sango');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1784,'conakry','','KNKR KNKR','conakry');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1785,'kikongo','','KKNK KKNK','kikongo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1786,'selection','','SLKX SLKX','select');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1787,'representatives','','RPRS RPRS','represent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1788,'diversite','','TFRS TFRS','diversit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1789,'lingala','','LNKL LNKL','lingal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1790,'comptine','','KMPT KMPT','comptin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1791,'transcrite','','TRNS TRNS','transcrit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1792,'langue','','LNK LNK','langu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1793,'origine','','ARJN ARKN','origin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1794,'traduite','','TRTT TRTT','traduit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1795,'commentaires','','KMNT KMNT','commentair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1796,'culturels','','KLTR KLTR','culturel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1797,'regroupes','','RKRP RKRP','regroup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1798,'centrale','','SNTR SNTR','central');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1799,'05277','','','05277');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1800,'didier','','TT TTR','didi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1801,'jeunesse','','JNS ANS','jeuness');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1802,'un','','AN AN','un');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1803,'mindy','','MNT MNT','mindy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1804,'nouhen','','NHN NHN','nouhen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1805,'grosleziat','','KRSL KRSL','grosleziat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1806,'paul','','PL PL','paul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1807,'elodie','','ALT ALT','elod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1808,'chantal','','XNTL XNTL','chantal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1809,'1952','','','1952');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1810,'1970','','','1970');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1811,'yakouba','','AKP AKP','yakoub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1812,'9782020964876','','','9782020964876');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1813,'herbe','','HRP HRP','herb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1814,'096487','','','096487');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1815,'804','','','804');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1816,'crea','','KR KR','cre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1817,'jeuness','','JNS ANS','jeuness');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1818,'dedieu','','TT TT','dedieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1819,'thierry','','0R TR','thierry');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1820,'rafara','','RFR RFR','rafar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1821,'populaire','','PPLR PPLR','populair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1822,'2000','','','2000');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1823,'40','','','40');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1824,'05694','','','05694');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1825,'pastel','','PSTL PSTL','pastel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1826,'ecole','','AKL AKL','ecol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1827,'des','','TS TS','de');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1828,'loisirs','','LSRS LSRS','loisir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1829,'bruxelles','','PRKS PRKS','bruxel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1830,'boel','','PL PL','boel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1831,'catherine','','K0RN KTRN','catherin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1832,'1975','','','1975');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1833,'aya','','A A','aya');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1834,'yopougon','','APKN APKN','yopougon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1835,'106','','','106');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1836,'lexique','','LKSK LKSK','lexiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1837,'ivoirien','','AFRN AFRN','ivoirien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1838,'recettes','','RSTS RSTS','recet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1839,'culinaires','','KLNR KLNR','culinair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1840,'conseils','','KNSL KNSL','conseil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1841,'pratique','','PRTK PRTK','pratiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1842,'057588','','','057588');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1843,'741','','','741');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1844,'508','','','508');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1845,'bayou','','P P','bayou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1846,'abouet','','APT APT','abouet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1847,'marguerite','','MRKR MRKR','marguerit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1848,'1971','','','1971');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1849,'oubrerie','','APRR APRR','oubrer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1850,'clement','','KLMN KLMN','clement');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1851,'1966','','','1966');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1852,'2005','','','2005');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1853,'057311','','','057311');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1854,'african','','AFRK AFRK','african');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1855,'psycho','','SX SK','psycho');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1856,'2003','','','2003');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1857,'190','','','190');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1858,'84261','','','84261');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1859,'438','','','438');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1860,'serpent','','SRPN SRPN','serpent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1861,'a','','A A','a');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1862,'plumes','','PLMS PLMS','plum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1863,'843','','','843');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1864,'92','','','92');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1865,'mabanckou','','MPNK MPNK','mabanckou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1866,'alain','','ALN ALN','alain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1867,'soleil','','SLL SLL','soleil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1868,'172','','','172');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1869,'364','','','364');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1870,'13008','','','13008');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1871,'vents','','FNTS FNTS','vent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1872,'d','','T T','d');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1873,'ailleurs','','ALRS ALRS','ailleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1874,'la','','L L','la');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1875,'roque','','RK RK','roqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1876,'antheron','','AN0R ANTR','antheron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1877,'fragments','','FRKM FRKM','fragment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1878,'marechera','','MRXR MRKR','marech');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1879,'dambudzo','','TMPT TMPT','dambudzo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1880,'1987','','','1987');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1881,'garnier','','KRN KRNR','garni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1882,'evette','','AFT AFT','evet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1883,'xavier','','SF SFR','xavi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1884,'1964','','','1964');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1885,'loups','','LPS LPS','loup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1886,'31','','','31');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1887,'87767','','','87767');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1888,'470','','','470');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1889,'kaleidoscope','','KLTS KLTS','kaleidoscop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1890,'gravett','','KRFT KRFT','gravet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1891,'emily','','AML AML','emily');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1892,'bibliothecaire','','PPL0 PPLT','bibliothecair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1893,'192','','','192');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1894,'vielle','','FL FL','viel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1895,'dame','','TM TM','dam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1896,'habite','','HPT HPT','habit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1897,'face','','FS FS','fac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1898,'chez','','XS XS','chez');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1899,'ecrit','','AKRT AKRT','ecrit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1900,'tard','','TRT TRT','tard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1901,'nuit','','NT NT','nuit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1902,'sort','','SRT SRT','sort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1903,'tombee','','TMP TMP','tombe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1904,'resoudre','','RSTR RSTR','resoudr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1905,'lance','','LNS LNS','lanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1906,'fantastique','','FNTS FNTS','fantast');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1907,'9782013224062','','','9782013224062');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1908,'litterature','','LTRT LTRT','litteratur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1909,'01','','','01');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1910,'322406','','','322406');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1911,'hachette','','HXT HKT','hachet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1912,'gudule','','KTL KTL','gudul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1913,'durual','','TRL TRL','durual');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1914,'christophe','','KRST KRST','christoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1915,'jojo','','JJ AH','jojo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1916,'secret','','SKRT SKRT','secret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1917,'confie','','KNF KNF','conf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1918,'terrible','','TRPL TRPL','terribl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1919,'pleine','','PLN PLN','plein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1920,'humour','','HMR HMR','humour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1921,'apprentissage','','APRN APRN','apprentissag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1922,'cp','','KP KP','cp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1923,'87833','','','87833');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1924,'390','','','390');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1925,'circonflexe','','SRKN SRKN','circonflex');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1926,'heitz','','HTS HTS','heitz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1927,'bruno','','PRN PRN','bruno');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1928,'1957','','','1957');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1929,'109','','','109');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1930,'notes','','NTS NTS','not');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1931,'bibliothecaires','','PPL0 PPLT','bibliothecair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1932,'deontologie','','TNTL TNTL','deontolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1933,'915543','','','915543');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1934,'03','','','03');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1935,'oeil','','AL AL','oeil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1936,'020','','','020');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1937,'23','','','23');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1938,'melot','','MLT MLT','melot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1939,'michel','','MXL MKL','michel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1940,'1943','','','1943');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1941,'565','','','565');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1942,'533','','','533');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1943,'540','','','540');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1944,'webliogr','','APLK FPLK','webliogr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1945,'541','','','541');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1946,'544','','','544');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1947,'bibliotheconomie','','PPL0 PPLT','bibliotheconom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1948,'7654','','','7654');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1949,'0977','','','0977');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1950,'cercle','','SRKL SRKL','cercl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1951,'librairie','','LPRR LPRR','librair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1952,'944','','','944');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1953,'le','','L L','le');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1954,'association','','ASSX ASXX','associ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1955,'alix','','ALKS ALKS','alix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1956,'yves','','AFS AFS','yve');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1957,'bibliotheques','','PPL0 PPLT','bibliothequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1958,'mise','','MS MS','mis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1959,'127','','','127');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1960,'recherches','','RXRX RKRK','recherch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1961,'contemporaines','','KNTM KNTM','contemporain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1962,'patrimoine','','PTRM PTRM','patrimoin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1963,'role','','RL RL','rol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1964,'charniere','','XRNR XRNR','charnier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1965,'present','','PRSN PRSN','present');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1966,'mission','','MSN MSN','mission');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1967,'identique','','ATNT ATNT','ident');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1968,'moyens','','MNS MNS','moyen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1969,'disposition','','TSPS TSPS','disposit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1970,'modes','','MTS MTS','mod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1971,'usage','','ASJ ASK','usag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1972,'mutation','','MTXN MTXN','mutat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1973,'assigne','','ASN ASKN','assign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1974,'donc','','TNK TNK','donc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1975,'double','','TPL TPL','doubl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1976,'tache','','TX TK','tach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1977,'presenter','','PRSN PRSN','present');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1978,'occidental','','AXTN AXTN','occidental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1979,'afin','','AFN AFN','afin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1980,'ampleur','','AMPL AMPL','ampleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1981,'connaissent','','KNSN KNSN','connaissent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1982,'nouveaux','','NF NF','nouveau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1983,'enjeux','','ANJK ANJK','enjeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1984,'economiques','','AKNM AKNM','econom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1985,'engendres','','ANJN ANKN','engendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1986,'telles','','TLS TLS','tel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1987,'evolutions','','AFLX AFLX','evolu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1988,'docteur','','TKTR TKTR','docteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1989,'denis','','TNS TNS','den');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1990,'pallier','','PL PLR','palli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1991,'inspecteur','','ANSP ANSP','inspecteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1992,'general','','JNRL KNRL','general');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1993,'honoraire','','HNRR HNRR','honorair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1994,'13','','','13');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1995,'057064','','','057064');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1996,'presses','','PRSS PRSS','press');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1997,'universitaires','','ANFR ANFR','universitair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1998,'027','','','027');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (1999,'1944','','','1944');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2000,'9782203129375','','','9782203129375');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2001,'mangas','','MNKS MNKS','mang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2002,'203','','','203');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2003,'12937','','','12937');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2004,'casterman','','KSTR KSTR','casterman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2005,'cadet','','KTT KTT','cadet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2006,'for','','FR FR','for');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2007,'brisou','','PRS PRS','brisou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2008,'pellen','','PLN PLN','pellen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2009,'evelyn','','AFLN AFLN','evelyn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2010,'450','','','450');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2011,'travaillant','','TRFL TRFL','travaill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2012,'universite','','ANFR ANFR','universit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2013,'huppee','','HP HP','huppe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2014,'washington','','AXNK FXNK','washington');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2015,'david','','TFT TFT','david');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2016,'golberg','','KLPR KLPR','golberg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2017,'devient','','TFNT TFNT','devient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2018,'hasards','','HSRT HSRT','hasard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2019,'prive','','PRF PRF','priv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2020,'alan','','ALN ALN','alan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2021,'stowe','','ST ST','stow');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2022,'vieil','','FL FL','vieil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2023,'acariatre','','AKRT AKRT','acariatr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2024,'multimillionnaire','','MLTM MLTM','multimillionnair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2025,'industriel','','ANTS ANTS','industriel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2026,'cynique','','SNK SNK','cyniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2027,'scrupules','','SKPL SKPL','scrupul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2028,'surtout','','SRTT SRTT','surtout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2029,'bailleur','','PLR PLR','bailleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2030,'parti','','PRT PRT','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2031,'sommes','','SMS SMS','somm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2032,'justement','','JSTM ASTM','just');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2033,'presidentielle','','PRST PRST','presidentiel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2034,'gosse','','KS KS','goss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2035,'va','','F F','va');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2036,'guerre','','KR KR','guerr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2037,'ancien','','ANSN ANXN','ancien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2038,'alcoolique','','ALKL ALKL','alcool');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2039,'reconverti','','RKNF RKNF','reconvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2040,'fou','','F F','fou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2041,'voit','','FT FT','voit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2042,'mauvais','','MF MFS','mauv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2043,'arrivee','','ARF ARF','arrive');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2044,'inconnu','','ANKN ANKN','inconnu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2045,'influent','','ANFL ANFL','influent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2046,'commencer','','KMNS KMNS','commenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2047,'classement','','KLSM KLSM','class');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2048,'papiers','','PPRS PPRS','papi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2049,'affaires','','AFRS AFRS','affair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2050,'pris','','PRS PRS','pris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2051,'chasse','','XS XS','chass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2052,'barbouzes','','PRPS PRPS','barbouz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2053,'securite','','SKRT SKRT','securit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2054,'tandis','','TNTS TNTS','tand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2055,'candidate','','KNTT KNTT','candidat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2056,'democrate','','TMKR TMKR','democrat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2057,'grignote','','KRNT KRKN','grignot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2058,'retard','','RTRT RTRT','retard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2059,'vote','','FT FT','vot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2060,'rapproche','','RPRX RPRK','rapproch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2061,'amis','','AMS AMS','amis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2062,'contraint','','KNTR KNTR','contraint');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2063,'veut','','FT FT','veut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2064,'tuer','','TR TR','tu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2065,'apres','','APRS APRS','apre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2066,'reality','','RLT RLT','reality');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2067,'show','','X XF','show');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2068,'adapte','','ATPT ATPT','adapt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2069,'influence','','ANFL ANFL','influenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2070,'dustin','','TSTN TSTN','dustin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2071,'hoffman','','HFMN HFMN','hoffman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2072,'robert','','RPRT RPRT','robert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2073,'niro','','NR NR','niro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2074,'larry','','LR LR','larry');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2075,'beinhart','','PNRT PNRT','beinhart');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2076,'retour','','RTR RTR','retour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2077,'fracassant','','FRKS FRKS','fracass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2078,'scene','','SN SN','scen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2079,'litteraire','','LTRR LTRR','litterair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2080,'demontant','','TMNT TMNT','demont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2081,'piece','','PS PS','piec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2082,'administration','','ATMN ATMN','administr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2083,'bush','','PX PX','bush');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2084,'maniere','','MNR MNR','manier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2085,'manipuler','','MNPL MNPL','manipul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2086,'public','','PPLK PPLK','public');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2087,'mondiale','','MNTL MNTL','mondial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2088,'jouant','','JNT ANT','jou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2089,'peurs','','PRS PRS','peur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2090,'fantasmes','','FNTS FNTS','fantasm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2091,'archaiques','','ARXK ARKK','archaiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2092,'quoi','','K K','quoi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2093,'critiques','','KRTK KRTK','critiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2094,'virulentes','','FRLN FRLN','virulent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2095,'viennent','','FNNT FNNT','viennent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2096,'vieille','','FL FL','vieil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2097,'077327','','','077327');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2098,'1947','','','1947');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2099,'carrer','','KRR KRR','carr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2100,'patrice','','PTRS PTRS','patric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2101,'enlevement','','ANLF ANLF','enlev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2102,'56','','','56');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2103,'kidnappant','','KTNP KTNP','kidnapp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2104,'mlle','','ML ML','mlle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2105,'labourdette','','LPRT LPRT','labourdet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2106,'ravissante','','RFSN RFSN','rav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2107,'chef','','XF XF','chef');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2108,'brigands','','PRKN PRKN','brigand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2109,'complices','','KMPL KMPL','complic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2110,'croient','','KRNT KRNT','croient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2111,'pouvoir','','PFR PFR','pouvoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2112,'obtenir','','APTN APTN','obten');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2113,'municipalite','','MNSP MNSP','municipalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2114,'rancon','','RNKN RNKN','rancon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2115,'rondelette','','RNTL RNTL','rondelet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2116,'compter','','KMPT KMPT','compt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2117,'courage','','KRJ KRK','courag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2118,'talents','','TLNT TLNT','talent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2119,'053882','','','053882');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2120,'folio','','FL FL','folio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2121,'mahy','','MH MH','mahy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2122,'margaret','','MRKR MRKR','margaret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2123,'1936','','','1936');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2124,'blake','','PLK PLK','blak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2125,'dizier','','TS TSR','dizi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2126,'farre','','FR FR','farr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2127,'quentin','','KNTN KNTN','quentin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2128,'1932','','','1932');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2129,'1941','','','1941');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2130,'pleines','','PLNS PLNS','plein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2131,'fantomes','','FNTM FNTM','fantom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2132,'138','','','138');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2133,'avez','','AFS AFS','avez');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2134,'vous','','FS FS','vous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2135,'peur','','PR PR','peur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2136,'mourir','','MRR MRR','mour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2137,'votre','','FTR FTR','votr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2138,'sommeil','','SML SML','sommeil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2139,'enseveli','','ANSF ANSF','ensevel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2140,'ecroulement','','AKRL AKRL','ecroul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2141,'accumulation','','AKML AKML','accumul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2142,'danger','','TNJR TNKR','dang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2143,'existence','','AKSS AKSS','existent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2144,'classez','','KLSS KLSS','class');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2145,'volumes','','FLMS FLMS','volum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2146,'parution','','PRXN PRXN','parut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2147,'selon','','SLN SLN','selon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2148,'critere','','KRTR KRTR','criter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2149,'connu','','KN KN','connu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2150,'peut','','PT PT','peut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2151,'voisiner','','FSNR FSNR','voisin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2152,'etagere','','ATKR ATJR','etager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2153,'irremediablement','','ARMT ARMT','irremedi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2154,'brouilles','','PRLS PRLS','brouill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2155,'graves','','KRFS KRFS','grav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2156,'questions','','KSXN KSXN','question');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2157,'posant','','PSNT PSNT','pos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2158,'disparition','','TSPR TSPR','disparit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2159,'bibliomanes','','PPLM PPLM','biblioman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2160,'outre','','ATR ATR','outr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2161,'passion','','PSN PSN','passion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2162,'posseder','','PSTR PSTR','possed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2163,'celle','','SL SL','cel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2164,'etres','','ATRS ATRS','etre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2165,'vivants','','FFNT FFNT','viv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2166,'complexite','','KMPL KMPL','complexit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2167,'finissent','','FNSN FNSN','fin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2168,'composer','','KMPS KMPS','compos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2169,'labyrinthe','','LPRN LPRN','labyrinth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2170,'dangereux','','TNJR TNKR','danger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2171,'pouvons','','PFNS PFNS','pouvon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2172,'sortir','','SRTR SRTR','sort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2173,'apparaissent','','APRS APRS','apparaissent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2174,'nombre','','NMPR NMPR','nombr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2175,'pessoa','','PS PS','pesso');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2176,'tentant','','TNTN TNTN','tent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2177,'matisse','','MTS MTS','mat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2178,'postulant','','PSTL PSTL','postul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2179,'poste','','PST PST','post');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2180,'controleur','','KNTR KNTR','controleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2181,'droit','','TRT TRT','droit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2182,'pauvres','','PFRS PFRS','pauvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2183,'capitaine','','KPTN KPTN','capitain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2184,'achab','','AXP AKP','achab');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2185,'mystere','','MSTR MSTR','myster');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2186,'jambe','','JMP AMP','jamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2187,'moby','','MP MP','moby');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2188,'dick','','TK TK','dick');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2189,'occupent','','AKPN AKPN','occupent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2190,'etageres','','ATKR ATJR','etager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2191,'peuplees','','PPLS PPLS','peuple');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2192,'rencontres','','RNKN RNKN','rencontr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2193,'quittent','','KTNT KTNT','quittent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2194,'26054','','','26054');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2195,'denoel','','TNL TNL','denoel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2196,'844','','','844');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2197,'914','','','914');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2198,'bonnet','','PNT PNT','bonnet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2199,'jacques','','JKS AKS','jacqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2200,'1949','','','1949');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2201,'actuelle','','AKTL AKTL','actuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2202,'60','','','60');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2203,'faciles','','FSLS FSLS','facil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2204,'realiser','','RLSR RLSR','realis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2205,'215','','','215');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2206,'213','','','213');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2207,'africaine','','AFRK AFRK','africain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2208,'87691','','','87691');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2209,'819','','','819');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2210,'first','','FRST FRST','first');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2211,'641','','','641');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2212,'596','','','596');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2213,'bella','','PL PL','bel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2214,'ola','','AL AL','ola');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2215,'cuvilliez','','KFLS KFLS','cuvill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2216,'joelle','','JL AL','joel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2217,'tabuteau','','TPT TPT','tabuteau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2218,'luc','','LK LK','luc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2219,'251','','','251');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2220,'geographie','','JKRF KKRF','geograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2221,'7459','','','7459');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2222,'5517','','','5517');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2223,'milan','','MLN MLN','milan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2224,'toulouse','','TLS TLS','toulous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2225,'700','','','700');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2226,'83','','','83');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2227,'encyclopes','','ANSK ANSK','encyclop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2228,'nantet','','NNTT NNTT','nantet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2229,'bernard','','PRNR PRNR','bernard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2230,'1938','','','1938');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2231,'grosse','','KRS KRS','gross');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2232,'legume','','LKM LKM','legum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2233,'84156','','','84156');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2234,'884','','','884');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2235,'rouergue','','RRK RRK','rouergu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2236,'rodez','','RTS RTS','rod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2237,'gourounas','','KRNS KRNS','gouroun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2238,'1965','','','1965');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2239,'enquetes','','ANKT ANKT','enquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2240,'potager','','PTKR PTJR','potag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2241,'lapou','','LP LP','lapou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2242,'reunit','','RNT RNT','reun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2243,'carotte','','KRT KRT','carott');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2244,'pissenlit','','PSNL PSNL','pissenl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2245,'ecrase','','AKRS AKRS','ecras');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2246,'poireau','','PR PR','poireau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2247,'agression','','AKRS AKRS','agress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2248,'champignon','','XMPN XMPK','champignon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2249,'tomate','','TMT TMT','tomat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2250,'poseur','','PSR PSR','poseur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2251,'lapins','','LPNS LPNS','lapin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2252,'voleur','','FLR FLR','voleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2253,'courgettes','','KRKT KRKT','courget');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2254,'cerisier','','SRS SRSR','cerisi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2255,'devalise','','TFLS TFLS','devalis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2256,'radis','','RTS RTS','rad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2257,'citron','','STRN STRN','citron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2258,'presse','','PRS PRS','press');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2259,'061220','','','061220');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2260,'giboulees','','KPLS JPLS','giboule');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2261,'guettier','','KT KTR','guetti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2262,'benedicte','','PNTK PNTK','benedict');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2263,'quel','','KL KL','quel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2264,'dis','','TS TS','dis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2265,'06156','','','06156');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2266,'petons','','PTNS PTNS','peton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2267,'gay','','K K','gay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2268,'para','','PR PR','par');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2269,'praline','','PRLN PRLN','pralin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2270,'1956','','','1956');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2271,'prigent','','PRJN PRKN','prigent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2272,'andree','','ANTR ANTR','andre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2273,'1963','','','1963');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2274,'jardin','','JRTN ARTN','jardin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2275,'32','','','32');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2276,'9782092530016','','','9782092530016');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2277,'jardinage','','JRTN ARTN','jardinag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2278,'eveil','','AFL AFL','eveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2279,'petite','','PTT PTT','petit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2280,'enfance','','ANFN ANFN','enfanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2281,'colorier','','KLR KLRR','colori');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2282,'09','','','09');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2283,'253001','','','253001');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2284,'nathan','','N0N NTN','nathan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2285,'805','','','805');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2286,'kididoc','','KTTK KTTK','kididoc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2287,'guidoux','','KT KT','guidoux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2288,'valerie','','FLR FLR','valer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2289,'zigomar','','SKMR SKMR','zigomar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2290,'legumes','','LKMS LKMS','legum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2291,'1992','','','1992');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2292,'28','','','28');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2293,'suite','','ST ST','suit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2294,'raison','','RSN RSN','raison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2295,'04841','','','04841');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2296,'corentin','','KRNT KRNT','corentin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2297,'philippe','','FLP FLP','philipp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2298,'fruits','','FRTS FRTS','fruit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2299,'marche','','MRX MRK','march');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2300,'printemps','','PRNT PRNT','printemp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2301,'automne','','ATMN ATMN','automn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2302,'244','','','244');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2303,'46006','','','46006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2304,'lito','','LT LT','lito');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2305,'champigny','','XMPN XMPK','champigny');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2306,'marne','','MRN MRN','marn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2307,'512','','','512');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2308,'loubier','','LP LPR','loubi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2309,'virginie','','FRJN FRKN','virgin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2310,'68','','','68');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2311,'notice','','NTS NTS','notic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2312,'red','','RT RT','red');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2313,'915569','','','915569');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2314,'rue','','R R','ru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2315,'voisins','','FSNS FSNS','voisin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2316,'bretonneux','','PRTN PRTN','breton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2317,'serres','','SRS SRS','serr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2318,'jarrie','','JR AR','jarr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2319,'martin','','MRTN MRTN','martin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2320,'84006','','','84006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2321,'581','','','581');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2322,'mila','','ML ML','mil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2323,'teyras','','TRS TRS','teyr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2324,'emmanuelle','','AMNL AMNL','emmanuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2325,'christine','','KRST KRST','christin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2326,'rouge','','RJ RK','roug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2327,'emotions','','AMXN AMXN','emot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2328,'naturelles','','NTRL NTRL','naturel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2329,'501','','','501');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2330,'freymann','','FRMN FRMN','freymann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2331,'saxton','','SKST SKST','saxton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2332,'elffers','','ALFR ALFR','elffer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2333,'joost','','JST AST','joost');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2334,'bebes','','PPS PPS','beb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2335,'croquer','','KRKR KRKR','croqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2336,'24','','','24');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2337,'artisanat','','ARTS ARTS','artisanat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2338,'745','','','745');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2339,'584','','','584');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2340,'50','','','50');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2341,'20487','','','20487');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2342,'loulou','','LL LL','loulou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2343,'cie','','S X','ci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2344,'bravi','','PRF PRF','brav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2345,'soledad','','SLTT SLTT','soledad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2346,'orange','','ARNJ ARNK','orang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2347,'pomme','','PM PM','pomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2348,'poire','','PR PR','poir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2349,'fahrenheit','','FRNT FRNT','fahrenheit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2350,'451','','','451');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2351,'degres','','TKRS TKRS','degr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2352,'representent','','RPRS RPRS','representent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2353,'temperature','','TMPR TMPR','temperatur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2354,'enflamme','','ANFL ANFL','enflamm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2355,'consume','','KNSM KNSM','consum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2356,'societe','','SST SXT','societ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2357,'future','','FTR FTR','futur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2358,'questionnement','','KSXN KSXN','question');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2359,'consideree','','KNST KNST','considere');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2360,'antisocial','','ANTS ANTS','antisocial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2361,'corps','','KRPS KRPS','corp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2362,'special','','SPSL SPXL','special');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2363,'pompiers','','PMPR PMPR','pompi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2364,'charge','','XRJ XRK','charg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2365,'bruler','','PRLR PRLR','brul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2366,'detention','','TTNX TTNX','detent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2367,'collectif','','KLKT KLKT','collect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2368,'montag','','MNTK MNTK','montag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2369,'pompier','','PMP PMPR','pompi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2370,'pyromane','','PRMN PRMN','pyroman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2371,'rever','','RFR RFR','rev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2372,'different','','TFRN TFRN','different');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2373,'bannirait','','PNRT PNRT','bann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2374,'imaginaire','','AMJN AMKN','imaginair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2375,'profit','','PRFT PRFT','prof');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2376,'immediatement','','AMTT AMTT','immediat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2377,'consommable','','KNSM KNSM','consomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2378,'lors','','LRS LRS','lor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2379,'impitoyablement','','AMPT AMPT','impitoi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2380,'desavoue','','TSF TSF','desavou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2381,'041573','','','041573');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2382,'813','','','813');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2383,'54','','','54');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2384,'science','','SNS SNS','scienc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2385,'bradbury','','PRTP PRTP','bradbury');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2386,'ray','','R R','ray');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2387,'1920','','','1920');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2388,'robillot','','RPLT RPLT','robillot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2389,'huitieme','','HTM HTM','huitiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2390,'279','','','279');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2391,'84172','','','84172');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2392,'039','','','039');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2393,'atalante','','ATLN ATLN','atal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2394,'annales','','ANLS ANLS','annal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2395,'pratchett','','PRXT PRXT','pratchet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2396,'terry','','TR TR','terry');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2397,'1948','','','1948');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2398,'couton','','KTN KTN','couton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2399,'patrick','','PTRK PTRK','patrick');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2400,'sortilege','','SRTL SRTL','sortileg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2401,'270','','','270');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2402,'traduit','','TRTT TRTT','traduit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2403,'anglais','','ANKL ANKL','anglais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2404,'905158','','','905158');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2405,'75','','','75');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2406,'triste','','TRST TRST','trist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2407,'enfant','','ANFN ANFN','enfant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2408,'huitre','','HTR HTR','huitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2409,'histoires','','HSTR HSTR','histoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2410,'edition','','ATXN ATXN','edit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2411,'speciale','','SPSL SPXL','special');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2412,'128','','','128');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2413,'inventivite','','ANFN ANFN','inventivit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2414,'particuliere','','PRTK PRTK','particulier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2415,'melant','','MLNT MLNT','mel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2416,'craute','','KRT KRT','craut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2417,'tendresse','','TNTR TNTR','tendress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2418,'macabre','','MKPR MKPR','macabr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2419,'tim','','TM TM','tim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2420,'burton','','PRTN PRTN','burton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2421,'etonnante','','ATNN ATNN','eton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2422,'solitaires','','SLTR SLTR','solitair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2423,'etranges','','ATRN ATRN','etrang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2424,'tarderont','','TRTR TRTR','tard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2425,'horrifier','','HRF HRFR','horrifi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2426,'emouvoir','','AMFR AMFR','emouvoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2427,'rire','','RR RR','rir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2428,'9782264048738','','','9782264048738');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2429,'contemporains','','KNTM KNTM','contemporain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2430,'264','','','264');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2431,'04873','','','04873');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2432,'10','','','10');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2433,'850','','','850');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2434,'italienne','','ATLN ATLN','italien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2435,'revue','','RF RF','revu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2436,'dada','','TT TT','dad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2437,'n171','','N N','n171');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2438,'9782358800327','','','9782358800327');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2439,'358','','','358');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2440,'80032','','','80032');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2441,'arola','','ARL ARL','arol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2442,'224','','','224');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2443,'9782866425975','','','9782866425975');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2444,'spectacles','','SPKT SPKT','spectacl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2445,'86642','','','86642');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2446,'597','','','597');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2447,'cah','','K K','cah');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2448,'album','','ALPM ALPM','album');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2449,'baecque','','PK PK','baecqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2450,'anto','','ANT ANT','anto');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2451,'timbelele','','TMPL TMPL','timbelel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2452,'reine','','RN RN','rein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2453,'lune','','LN LN','lun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2454,'laissez','','LSS LSS','laiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2455,'envo','','ANF ANF','envo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2456,'uter','','ATR ATR','uter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2457,'kora','','KR KR','kor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2458,'balafon','','PLFN PLFN','balafon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2459,'kholle','','KL KL','kholl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2460,'djembes','','TJMP TJMP','djemb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2461,'tama','','TM TM','tam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2462,'accent','','AKSN AKSN','accent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2463,'narrateur','','NRTR NRTR','narrateur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2464,'incomparables','','ANKM ANKM','incompar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2465,'toure','','TR TR','tour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2466,'partez','','PRTS PRTS','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2467,'musiques','','MSKS MSKS','musiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2468,'9782070621149','','','9782070621149');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2469,'instruments','','ANST ANST','instrument');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2470,'062114','','','062114');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2471,'mes','','MS MS','me');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2472,'premieres','','PRMR PRMR','premier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2473,'decouvertes','','TKFR TKFR','decouvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2474,'silloray','','SLR SLR','silloray');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2475,'florent','','FLRN FLRN','florent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2476,'edward','','ATRT ATRT','edward');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2477,'mains','','MNS MNS','main');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2478,'45','','','45');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2479,'surround','','SRNT SRNT','surround');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2480,'dolby','','TLP TLP','dolby');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2481,'twentieth','','TNT0 TNTT','twentieth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2482,'century','','SNTR SNTR','century');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2483,'fox','','FKS FKS','fox');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2484,'et','','AT AT','et');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2485,'cinema','fr_FR','SNM SNM','cinem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2486,'depp','','TP TP','depp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2487,'ryder','','RTR RTR','ryd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2488,'johnny','','JN AN','johnny');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2489,'winona','','ANN FNN','winon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2490,'beetlejuice','','PTLJ PTLJ','beetlejuic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2491,'warner','','ARNR FRNR','warn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2492,'home','','HM HM','hom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2493,'neuilly','','NL NL','neuilly');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2494,'seine','','SN SN','sein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2495,'keaton','','KTN KTN','keaton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2496,'mickael','','MKL MKL','mickael');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2497,'000001','','','000001');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2498,'edw','','AT AT','edw');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2499,'videotheque','','FT0K FTTK','videothequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2500,'empruntable','','AMPR AMPR','emprunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2501,'big','','PK PK','big');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2502,'fish','','FX FX','fish');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2503,'51','','','51');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2504,'sonore','','SNR SNR','sonor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2505,'columbia','','KLMP KLMP','columbi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2506,'tristar','','TRST TRST','tristar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2507,'boulogne','','PLN PLKN','boulogn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2508,'billancourt','','PLNK PLNK','billancourt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2509,'mcgregor','','MKRK MKRK','mcgregor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2510,'ewan','','AN AN','ewan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2511,'noces','','NSS NSS','noc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2512,'funebres','','FNPR FNPR','funebr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2513,'17','','','17');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2514,'charlie','','XRL XRL','charl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2515,'chocolaterie','','XKLT XKLT','chocolater');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2516,'miriam','','MRM MRM','miriam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2517,'makeba','','MKP MKP','makeb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2518,'essential','','ASNX ASNX','essential');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2519,'recordings','','RKRT RKRT','recording');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2520,'the','','0 T','the');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2521,'empress','','AMPR AMPR','empress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2522,'song','','SNK SNK','song');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2523,'disques','','TSKS TSKS','disqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2524,'compacts','','KMPK KMPK','compact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2525,'manteca','','MNTK MNTK','mantec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2526,'musique','fr_FR','MSK MSK','musiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2527,'jammu','','JM AM','jammu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2528,'africa','','AFRK AFRK','afric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2529,'az','','AS AS','az');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2530,'lo','','L L','lo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2531,'ismael','','ASML ASML','ismael');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2532,'tchamantche','','XMNX XMNX','tchamantch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2533,'universal','','ANFR ANFR','universal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2534,'music','','MSK MSK','music');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2535,'jazz','','JS AS','jazz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2536,'traore','','TRR TRR','traor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2537,'rokia','','RK RK','roki');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2538,'1974','','','1974');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2539,'bemba','','PMP PMP','bemb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2540,'polydor','','PLTR PLTR','polydor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2541,'keita','','KT KT','keit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2542,'salif','','SLF SLF','salif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2543,'000009','','','000009');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2544,'kei','','K K','kei');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2545,'discotheque','','TSK0 TSKT','discothequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2546,'folila','','FLL FLL','folil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2547,'46','','','46');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2548,'41','','','41');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2549,'because','','PKS PKS','becaus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2550,'mariam','','MRM MRM','mariam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2551,'000010','','','000010');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2552,'ama','','AM AM','ama');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2553,'000008','','','000008');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2554,'tra','','TR TR','tra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2555,'000007','','','000007');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2556,'000006','','','000006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2557,'mak','','MK MK','mak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2558,'000005','','','000005');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2559,'dvdj','','TFTJ TFT','dvdj');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2560,'char','','XR XR','char');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2561,'000004','','','000004');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2562,'noc','','NK NK','noc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2563,'000002','','','000002');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2564,'000003','','','000003');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2565,'bee','','P P','be');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2566,'envouter','','ANFT ANFT','envout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2567,'television','fr_FR','TLFS TLFX','televis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2568,'americaine','','AMRK AMRK','americain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2569,'poesie','fr_FR','PS PS','poes');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2570,'fantastique','fr_FR','FNTS FNTS','fantast');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2571,'merveilleux','fr_FR','MRFL MRFL','merveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2572,'legumes','fr_FR','LKMS LKMS','legum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2573,'arts','fr_FR','ARTS ARTS','art');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2574,'plastiques','fr_FR','PLST PLST','plastiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2575,'740','','','740');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2576,'decoratifs','','TKRT TKRT','decor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2577,'000020','','','000020');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2578,'fre','','FR FR','fre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2579,'cuisine','fr_FR','KSN KSN','cuisin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2580,'menagers','','MNKR MNJR','menager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2581,'couture','','KTR KTR','coutur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2582,'beaute','','PT PT','beaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2583,'jardinage','fr_FR','JRTN ARTN','jardinag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2584,'jardin','fr_FR','JRTN ARTN','jardin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2585,'bibliotheconomie','fr_FR','PPL0 PPLT','bibliotheconom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2586,'documentation','','TKMN TKMN','document');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2587,'000040','','','000040');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2588,'litterature','fr_FR','LTRT LTRT','litteratur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2589,'noire','fr_FR','NR NR','noir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2590,'ethnologie','fr_FR','A0NL ATNL','ethnolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2591,'000059','','','000059');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2592,'baa','','P P','ba');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2593,'000011','','','000011');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2594,'sil','','SL SL','sil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2595,'000060','','','000060');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2596,'ra','','R R','ra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2597,'bli','','PL PL','bli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2598,'1979','','','1979');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2599,'0220','','','0220');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2600,'8245','','','8245');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2601,'participations','','PRTS PRTS','particip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2602,'editions','','ATXN ATXN','edit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2603,'geographie','fr_FR','JKRF KKRF','geograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2604,'403','','','403');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2605,'septembre','','SPTM SPTM','septembr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2606,'numero','','NMR NMR','numero');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2607,'reveil','','RFL RFL','reveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2608,'change','','XNJ XNK','chang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2609,'mortalite','','MRTL MRTL','mortalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2610,'infantile','','ANFN ANFN','infantil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2611,'amorce','','AMRS AMRS','amorc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2612,'heros','','HRS HRS','heros');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2613,'ibrahim','','APRH APRH','ibrahim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2614,'cinquante','','SNKN SNKN','cinqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2615,'collimateur','','KLMT KLMT','collim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2616,'gout','','KT KT','gout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2617,'yassa','','AS AS','yass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2618,'poulet','','PLT PLT','poulet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2619,'hospitalite','','HSPT HSPT','hospitalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2620,'senegalaise','','SNKL SNKL','senegalais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2621,'evasion','','AFSN AFXN','evas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2622,'namibie','','NMP NMP','namib');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2623,'arche','','ARX ARK','arche');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2624,'noe','','N N','no');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2625,'espaces','','ASPS ASPS','espac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2626,'geres','','KRS JRS','ger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2627,'habitants','','HPTN HPTN','habit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2628,'faune','','FN FN','faun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2629,'sauvage','','SFJ SFK','sauvag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2630,'multipliee','','MLTP MLTP','multiplie');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2631,'touristes','','TRST TRST','tourist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2632,'affluent','','AFLN AFLN','affluent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2633,'populations','','PPLX PPLX','popul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2634,'tirent','','TRNT TRNT','tirent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2635,'revenu','','RFN RFN','revenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2636,'valley','','FL FL','valley');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2637,'naitre','','NTR NTR','naitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2638,'technologies','','TKNL TKNL','technolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2639,'boostent','','PSTN PSTN','boostent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2640,'campus','','KMPS KMPS','campus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2641,'ebullition','','APLX APLX','ebullit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2642,'demographie','','TMKR TMKR','demograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2643,'oblige','','APLJ APLK','oblig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2644,'etudiants','','ATTN ATTN','etudi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2645,'pressent','','PRSN PRSN','pressent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2646,'universites','','ANFR ANFR','universit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2647,'subsaharienne','','SPSH SPSH','subsaharien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2648,'environnement','','ANFR ANFR','environ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2649,'chantiers','','XNTR XNTR','chanti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2650,'dov','','TF TF','dov');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2651,'zerah','','SR SR','zerah');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2652,'defis','','TFS TFS','def');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2653,'relever','','RLFR RLFR','relev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2654,'geopolitique','','JPLT KPLT','geopolit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2655,'lacs','','LKS LKS','lac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2656,'poudriere','','PTRR PTRR','poudrier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2657,'territoire','','TRTR TRTR','territoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2658,'marque','','MRK MRK','marqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2659,'decennies','','TSNS TSNS','decen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2660,'developpement','','TFLP TFLP','developp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2661,'font','','FNT FNT','font');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2662,'detachable','','TTKP TTKP','detach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2663,'plan','','PLN PLN','plan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2664,'cap','','KP KP','cap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2665,'capetoniens','','KPTN KPTN','capetonien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2666,'eldorado','','ALTR ALTR','eldorado');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2667,'latine','','LTN LTN','latin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2668,'angola','','ANKL ANKL','angol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2669,'vit','','FT FT','vit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2670,'boom','','PM PM','boom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2671,'exceptionnel','','AKSP AKSP','exceptionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2672,'portugais','','PRTK PRTK','portug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2673,'bresiliens','','PRSL PRSL','bresilien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2674,'chinois','','XN XNS','chinois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2675,'tenter','','TNTR TNTR','tent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2676,'chance','','XNS XNS','chanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2677,'villages','','FLJS FLKS','villag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2678,'bourgogne','','PRKN PRKK','bourgogn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2679,'panorama','','PNRM PNRM','panoram');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2680,'mensuel','','MNSL MNSL','mensuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2681,'pepites','','PPTS PPTS','pepit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2682,'terroir','','TRR TRR','terroir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2683,'393','','','393');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2684,'ultime','','ALTM ALTM','ultim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2685,'voyageurs','','FJRS FKRS','voyageur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2686,'derniere','','TRNR TRNR','dernier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2687,'frontiere','','FRNT FRNT','frontier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2688,'pacifique','','PSFK PSFK','pacif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2689,'kilometres','','KLMT KLMT','kilometr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2690,'emergee','','AMRJ AMRK','emerge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2691,'statues','','STTS STTS','statu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2692,'geantes','','JNTS KNTS','ge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2693,'fascinent','','FSNN FSNN','fascinent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2694,'ressemblera','','RSMP RSMP','ressembl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2695,'metro','','MTR MTR','metro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2696,'200','','','200');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2697,'gigantesque','','JKNT KKNT','gigantesqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2698,'acheres','','AXRS AKRS','acher');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2699,'silicon','','SLKN SLKN','silicon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2700,'saclay','','SKL SKL','saclay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2701,'megapole','','MKPL MKPL','megapol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2702,'commence','','KMNS KMNS','commenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2703,'devoiler','','TFLR TFLR','devoil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2704,'visage','','FSJ FSK','visag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2705,'iphone','','AFN AFN','iphon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2706,'ecolo','','AKL AKL','ecolo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2707,'etape','','ATP ATP','etap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2708,'analyse','','ANLS ANLS','analys');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2709,'impact','','AMPK AMPK','impact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2710,'environnemental','','ANFR ANFR','environnemental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2711,'bijou','','PJ PH','bijou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2712,'apple','','APL APL','apple');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2713,'cracovie','','KRKF KRKF','cracov');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2714,'cite','','ST ST','cit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2715,'polonaise','','PLNS PLNS','polonais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2716,'touristiques','','TRST TRST','tourist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2717,'bloc','','PLK PLK','bloc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2718,'richesse','','RXS RKS','richess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2719,'culturelle','','KLTR KLTR','culturel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2720,'cree','','KR KR','cre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2721,'ambiance','','AMPN AMPN','ambianc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2722,'movida','','MFT MFT','movid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2723,'partir','','PRTR PRTR','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2724,'malgre','','MLKR MLKR','malgr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2725,'institutionnelle','','ANST ANST','institutionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2726,'paralyse','','PRLS PRLS','paralys');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2727,'capitale','','KPTL KPTL','capital');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2728,'belge','','PLJ PLK','belg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2729,'creativite','','KRTF KRTF','creativit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2730,'tables','','TPLS TPLS','tabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2731,'hotels','','HTLS HTLS','hotel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2732,'shopping','','XPNK XPNK','shopping');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2733,'tour','','TR TR','tour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2734,'horizon','','HRSN HRSN','horizon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2735,'adresses','','ATRS ATRS','adress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2736,'comment','','KMNT KMNT','comment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2737,'chine','','XN XN','chin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2738,'redessine','','RTSN RTSN','redessin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2739,'grece','','KRS KRS','grec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2740,'birmanie','','PRMN PRMN','birman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2741,'zambie','','SMP SMP','zamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2742,'partout','','PRTT PRTT','partout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2743,'financent','','FNNS FNNS','financent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2744,'batissent','','PTSN PTSN','bat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2745,'ports','','PRTS PRTS','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2746,'routes','','RTS RTS','rout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2747,'hopitaux','','HPT HPT','hopital');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2748,'phase','','FS FS','phas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2749,'zouchuqu','','SXK SKK','zouchuqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2750,'strategie','','STRT STRT','strateg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2751,'conquete','','KNKT KNKT','conquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2752,'azimuts','','ASMT ASMT','azimut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2753,'kapisa','','KPS KPS','kapis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2754,'cyclone','','SKLN SKLN','cyclon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2755,'proche','','PRX PRK','proch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2756,'kaboul','','KPL KPL','kaboul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2757,'province','','PRFN PRFN','provinc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2758,'dangers','','TNJR TNKR','danger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2759,'militaires','','MLTR MLTR','militair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2760,'littoral','','LTRL LTRL','littoral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2761,'normandie','','NRMN NRMN','normand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2762,'coup','','KP KP','coup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2763,'hauts','','HTS HTS','haut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2764,'normande','','NRMN NRMN','normand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2765,'tourisme','','TRSM TRSM','tourism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2766,'ile','fr_FR','AL AL','ile');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2767,'paques','fr_FR','PKS PKS','paqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2768,'402','','','402');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2769,'aout','','AT AT','aout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2770,'compostelle','','KMPS KMPS','compostel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2771,'shikoku','','XKK XKK','shikoku');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2772,'lalibela','','LLPL LLPL','lalibel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2773,'syrie','','SR SR','syr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2774,'menace','','MNS MNS','menac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2775,'indien','','ANTN ANTN','indien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2776,'dim','','TM TM','dim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2777,'sum','','SM SM','sum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2778,'microfestin','','MKRF MKRF','microfestin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2779,'chinoise','','XNS XNS','chinois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2780,'sillage','','SLJ SLK','sillag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2781,'ulysse','','ALS ALS','ulyss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2782,'homere','','HMR HMR','homer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2783,'mediterranee','','MTTR MTTR','mediterrane');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2784,'escale','','ASKL ASKL','escal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2785,'vite','','FT FT','vit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2786,'lu','','L L','lu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2787,'mer','','MR MR','mer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2788,'reportage','','RPRT RPRT','reportag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2789,'marins','','MRNS MRNS','marin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2790,'pecheurs','','PXRS PKRS','pecheur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2791,'ecument','','AKMN AKMN','ecument');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2792,'oceans','','ASNS ASNS','ocean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2793,'glaces','','KLSS KLSS','glac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2794,'bravent','','PRFN PRFN','bravent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2795,'tempetes','','TMPT TMPT','tempet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2796,'preparer','','PRPR PRPR','prepar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2797,'secheresses','','SXRS SKRS','secheress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2798,'sec','','SK SK','sec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2799,'chaud','','XT XT','chaud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2800,'resultat','','RSLT RSLT','resultat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2801,'soif','','SF SF','soif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2802,'agriculteurs','','AKRK AKRK','agriculteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2803,'trinquent','','TRNK TRNK','trinquent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2804,'renouveau','','RNF RNF','renouveau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2805,'sacres','','SKRS SKRS','sacr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2806,'marcheurs','','MRXR MRKR','marcheur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2807,'vers','','FRS FRS','ver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2808,'spirituelles','','SPRT SPRT','spirituel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2809,'recherche','','RXRX RKRK','recherch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2810,'interieur','','ANTR ANTR','interieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2811,'bilbao','','PLP PLP','bilbao');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2812,'bilbotars','','PLPT PLPT','bilbotar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2813,'terres','','TRS TRS','terr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2814,'fertiles','','FRTL FRTL','fertil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2815,'louer','','LR LR','lou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2816,'puissants','','PSNT PSNT','puiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2817,'investisseurs','','ANFS ANFS','investisseur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2818,'trustent','','TRST TRST','trustent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2819,'champs','','XMPS XMPS','champ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2820,'neocolonialisme','','NKLN NKLN','neocolonial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2821,'agricole','','AKRK AKRK','agricol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2822,'iles','','ALS ALS','ile');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2823,'disputees','','TSPT TSPT','dispute');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2824,'perigord','','PRKR PRKR','perigord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2825,'quercy','','KRS KRS','quercy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2826,'religion','fr_FR','RLJN RLKN','religion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2827,'bulletin','','PLTN PLTN','bulletin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2828,'bbf','','PF PF','bbf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2829,'enssib','','ANSP ANSP','enssib');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2830,'1292','','','1292');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2831,'8399','','','8399');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2832,'villeurbanne','','FLRP FLRP','villeurbann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2833,'publiques','','PPLK PPLK','publiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2834,'souvent','','SFNT SFNT','souvent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2835,'collections','','KLKX KLKX','collect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2836,'privees','','PRFS PRFS','prive');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2837,'frequentation','','FRKN FRKN','frequent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2838,'empeche','','AMPX AMPK','empech');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2839,'accompagne','','AKMP AKMP','accompagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2840,'constituer','','KNST KNST','constitu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2841,'privee','','PRF PRF','prive');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2842,'reconstitution','','RKNS RKNS','reconstitu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2843,'sorte','','SRT SRT','sort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2844,'gestion','','KSXN JSXN','gestion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2845,'heurte','','HRT HRT','heurt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2846,'memes','','MMS MMS','mem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2847,'problemes','','PRPL PRPL','problem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2848,'institutionnelles','','ANST ANST','institutionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2849,'rangement','','RNJM RNKM','rang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2850,'acquisition','','AKSX AKSX','acquisit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2851,'caractere','','KRKT KRKT','caracter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2852,'autorise','','ATRS ATRS','autoris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2853,'licences','','LSNS LSNS','licenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2854,'proprietaire','','PRPR PRPR','proprietair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2855,'obligation','','APLK APLK','oblig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2856,'entretien','','ANTR ANTR','entretien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2857,'evidente','','AFTN AFTN','evident');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2858,'desherbage','','TXRP TXRP','desherbag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2859,'desormais','','TSRM TSRM','desorm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2860,'largement','','LRJM LRKM','larg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2861,'catalogage','','KTLK KTLK','catalogag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2862,'fortiori','','FRTR FRTR','fortior');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2863,'bm','','PM PM','bm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2864,'trajectoire','','TRJK TRJK','trajectoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2865,'usager','','ASKR ASJR','usag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2866,'autodidacte','','ATTT ATTT','autodidact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2867,'frequente','','FRKN FRKN','frequent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2868,'assidument','','ASTM ASTM','assidu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2869,'municipale','','MNSP MNSP','municipal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2870,'montreuil','','MNTR MNTR','montreuil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2871,'coproprietaire','','KPRP KPRP','coproprietair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2872,'unique','','ANK ANK','uniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2873,'commune','','KMN KMN','commun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2874,'patrie','','PTR PTR','patr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2875,'fut','','FT FT','fut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2876,'contact','','KNTK KNTK','contact');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2877,'passage','','PSJ PSK','passag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2878,'difficile','','TFSL TFSL','difficil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2879,'adolescence','','ATLS ATLS','adolescent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2880,'boulot','','PLT PLT','boulot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2881,'ressemble','','RSMP RSMP','ressembl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2882,'gosses','','KSS KSS','goss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2883,'cause','','KS KS','caus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2884,'empruntes','','AMPR AMPR','emprunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2885,'semaine','','SMN SMN','semain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2886,'quitte','','KT KT','quitt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2887,'rechange','','RXNJ RKNK','rechang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2888,'akkouche','','AKX AKK','akkouch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2889,'mouloud','','MLT MLT','mouloud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2890,'abeille','','APL APL','abeil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2891,'ethique','','A0K ATK','ethiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2892,'libre','','LPR LPR','libr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2893,'rurale','','RRL RRL','rural');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2894,'aioutz','','ATS ATS','aioutz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2895,'renaud','','RNT RNT','renaud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2896,'poisson','','PSN PSN','poisson');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2897,'poissonrouge','','PSNR PSNR','poissonroug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2898,'com','','KM KM','com');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2899,'jeux','fr_FR','JKS AKS','jeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2900,'jouets','fr_FR','JTS ATS','jouet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2901,'interactica','','ANTR ANTR','interactic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2902,'georges','','JRJS KRKS','georg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2903,'concept','','KNSP KNSP','concept');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2904,'bienvenue','','PNFN PNFN','bienvenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2905,'trimestrielle','','TRMS TRMS','trimestriel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2906,'creee','','KR KR','cree');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2907,'grains','','KRNS KRNS','grain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2908,'sel','','SL SL','sel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2909,'ni','','N N','ni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2910,'interessent','','ANTR ANTR','interessent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2911,'illustration','','ALST ALST','illustr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2912,'decale','','TKL TKL','decal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2913,'exigeant','','AKSJ AKSK','exig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2914,'stimule','','STML STML','stimul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2915,'curiosite','','KRST KRST','curiosit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2916,'revisite','','RFST RFST','revisit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2917,'traitements','','TRTM TRTM','trait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2918,'traditionnels','','TRTX TRTX','traditionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2919,'magazines','','MKSN MKSN','magazin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2920,'quels','','KLS KLS','quel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2921,'atouts','','ATTS ATTS','atout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2922,'epure','','APR APR','epur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2923,'original','','ARJN ARKN','original');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2924,'papier','','PP PPR','papi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2925,'offset','','AFST AFST','offset');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2926,'recycle','','RSKL RSKL','recycl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2927,'illustrateurs','','ALST ALST','illustr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2928,'sensibles','','SNSP SNSP','sensibl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2929,'degre','','TKR TKR','degr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2930,'seduit','','STT STT','seduit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2931,'parents','','PRNT PRNT','parent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2932,'presente','','PRSN PRSN','present');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2933,'partie','','PRT PRT','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2934,'vraies','','FRS FRS','vrai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2935,'courtes','','KRTS KRTS','court');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2936,'longues','','LNKS LNKS','longu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2937,'envers','','ANFR ANFR','enver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2938,'jeux','','JKS AKS','jeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2939,'calculer','','KLKL KLKL','calcul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2940,'dechiffrer','','TXFR TKFR','dechiffr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2941,'rubriques','','RPRK RPRK','rubriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2942,'brac','','PRK PRK','brac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2943,'etrangeres','','ATRN ATRN','etranger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2944,'scenes','','SNS SNS','scen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2945,'experiences','','AKSP AKSP','experient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2946,'scientifiques','','SNTF SNTF','scientif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2947,'farfelue','','FRFL FRFL','farfelu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2948,'8201','','','8201');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2949,'prix','','PRKS PRKS','prix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2950,'mesdames','','MSTM MSTM','mesdam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2951,'messieurs','','MSRS MSRS','messieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2952,'magazinegeorges','','MKSN MKSN','magazinegeorg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2953,'2110','','','2110');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2954,'8749','','','8749');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2955,'lyon','','LN LN','lyon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2956,'moustache','','MSTX MSTK','moustach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2957,'nuemro','','NMR NMR','nuemro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2958,'propose','','PRPS PRPS','propos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2959,'geoges','','JJS KKS','geog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2960,'souhaite','','SHT SHT','souhait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2961,'agreable','','AKRP AKRP','agreabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2962,'numeros','','NMRS NMRS','numeros');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2963,'cupcake','','KPKK KPKK','cupcak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2964,'cine','','SN SN','cin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2965,'live','','LF LF','liv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2966,'fusion','','FSN FXN','fusion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2967,'issn','','ASN ASN','issn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2968,'0982','','','0982');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2969,'8354','','','8354');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2970,'1253','','','1253');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2971,'4250','','','4250');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2972,'lexpress','','LKSP LKSP','lexpress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2973,'culture','','KLTR KLTR','cultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2974,'1969','','','1969');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2975,'9441','','','9441');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2976,'boulnois','','PLN PLNS','boulnois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2977,'p000004','','P P','p000004');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2978,'p000005','','P P','p000005');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2979,'per','','PR PR','per');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2980,'revues','','RFS RFS','revu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2981,'dark','','TRK TRK','dark');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2982,'shadows','','XTS XTS','shadow');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2983,'dossier','','TS TSR','dossi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2984,'mortelle','','MRTL MRTL','mortel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2985,'eva','','AF AF','eva');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2986,'green','','KRN KRN','green');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2987,'journal','','JRNL ARNL','journal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2988,'tournage','','TRNJ TRNK','tournag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2989,'frankenweenie','','FRNK FRNK','frankenween');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2990,'plateau','','PLT PLT','plateau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2991,'rss','','RS RS','rss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2992,'feed','','FT FT','feed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2993,'inforeportagesgeo','','ANFR ANFR','inforeportagesgeo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2994,'xml','','SML SML','xml');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2995,'p000002','','P P','p000002');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2996,'p000003','','P P','p000003');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2997,'actualites','','AKTL AKTL','actualit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2998,'br','','PR PR','br');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (2999,'moz','','MS MS','moz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3000,'editor','','ATTR ATTR','editor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3001,'bogus','','PKS PKS','bogus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3002,'node','','NT NT','nod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3003,'true','','TR TR','tru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3004,'0000','','','0000');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3005,'00','','','00');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3006,'rubrique','','RPRK RPRK','rubriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3007,'selections','','SLKX SLKX','select');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3008,'infos','','ANFS ANFS','infos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3009,'pratiques','','PRTK PRTK','pratiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3010,'agenda','','AJNT AKNT','agend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3011,'mois','','M MS','mois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3012,'animations','','ANMX ANMX','anim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3013,'coups','','KPS KPS','coup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3014,'horaires','','HRRS HRRS','horair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3015,'reglement','','RKLM RKLM','regl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3016,'cultures','','KLTR KLTR','cultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3017,'contemporaine','','KNTM KNTM','contemporain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3018,'vos','','FS FS','vos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3019,'cliches','','KLXS KLKS','clich');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3020,'venez','','FNS FNS','ven');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3021,'auourd','','ART ART','auourd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3022,'contenu','','KNTN KNTN','contenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3023,'article','','ARTK ARTK','articl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3024,'articlecontenu','','ARTK ARTK','articlecontenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3025,'lisez','','LSS LSS','lis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3026,'assiette','','AST AST','assiet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3027,'blockquote','','PLKK PLKK','blockquot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3028,'courgette','','KRKT KRKT','courget');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3029,'ennuyant','','ANNT ANNT','ennui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3030,'amusant','','AMSN AMSN','amus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3031,'potagere','','PTKR PTJR','potager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3032,'ateliers','','ATLR ATLR','ateli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3033,'creation','','KRXN KRXN','creation');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3034,'legues','','LKS LKS','legu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3035,'11','','','11');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3036,'nouvautes','','NFTS NFTS','nouvaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3037,'afficher','','AFXR AFKR','affich');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3038,'fantasy','','FNTS FNTS','fantasy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3039,'sf','','SF SF','sf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3040,'classiques','','KLSK KLSK','classiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3041,'passent','','PSNT PSNT','passent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3042,'jouer','','JR AR','jou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3043,'star','','STR STR','star');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3044,'wars','','ARS FRS','war');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3045,'douchettes','','TXTS TKTS','douchet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3046,'laser','','LSR LSR','las');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3047,'articlev','','ARTK ARTK','articlev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3048,'lt','','LT LT','lt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3049,'iframe','','AFRM AFRM','ifram');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3050,'width','','AT FT','width');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3051,'quot','','KT KT','quot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3052,'425','','','425');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3053,'height','','HT HT','height');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3054,'frameborder','','FRMP FRMP','framebord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3055,'scrolling','','SKLN SKLN','scrolling');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3056,'no','','N N','no');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3057,'marginheight','','MRJN MRKN','marginheight');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3058,'marginwidth','','MRJN MRKN','marginwidth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3059,'src','','SRK SRK','src');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3060,'maps','','MPS MPS','map');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3061,'google','','KKL KKL','googl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3062,'q','','K K','q');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3063,'amp','','AMP AMP','amp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3064,'hl','','L L','hl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3065,'geocode','','JKT KKT','geocod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3066,'ch','','K K','ch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3067,'c3','','K K','c3');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3068,'a2teau','','AT AT','a2teau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3069,'aq','','AK AK','aq');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3070,'oq','','AK AK','oq');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3071,'sll','','SL XL','sll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3072,'22475','','','22475');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3073,'0517','','','0517');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3074,'sspn','','SPN SPN','sspn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3075,'816925','','','816925');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3076,'67','','','67');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3077,'631836','','','631836');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3078,'ie','','A A','ie');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3079,'utf8','','ATF ATF','utf8');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3080,'hq','','K K','hq');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3081,'hnear','','NR NR','hnear');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3082,'radius','','RTS RTS','radius');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3083,'15000','','','15000');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3084,'ll','','L L','ll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3085,'684112','','','684112');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3086,'428123','','','428123');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3087,'spn','','SPN SPN','spn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3088,'080896','','','080896');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3089,'145912','','','145912');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3090,'z','','S S','z');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3091,'output','','ATPT ATPT','output');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3092,'embed','','AMPT AMPT','embed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3093,'gt','','KT KT','gt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3094,'small','','SML XML','small');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3095,'href','','RF RF','href');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3096,'color','','KLR KLR','color');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3097,'0000ff','','F F','0000ff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3098,'text','','TKST TKST','text');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3099,'align','','ALN ALKN','align');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3100,'left','','LFT LFT','left');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3101,'agrandir','','AKRN AKRN','agrand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3102,'ouverte','','AFRT AFRT','ouvert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3103,'tableau','','TPL TPL','tableau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3104,'inscription','','ANSK ANSK','inscript');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3105,'inscrire','','ANSK ANSK','inscrir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3106,'projections','','PRJK PRJK','project');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3107,'midi','','MT MT','mid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3108,'soir','','SR SR','soir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3109,'meilleur','','MLR MLR','meilleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3110,'site','','ST ST','sit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3111,'ligne','','LN LKN','lign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3112,'decouvrez','','TKFR TKFR','decouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3113,'rayon','','RN RN','rayon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3114,'ul','','AL AL','ul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3115,'li','','L L','li');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3116,'bandes','','PNTS PNTS','band');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3117,'dessinees','','TSNS TSNS','dessine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3118,'plat','','PLT PLT','plat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3119,'elephants','','ALFN ALFN','eleph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3120,'dos','','TS TS','dos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3121,'tortue','','TRT TRT','tortu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3122,'naviguant','','NFKN NFKN','navigu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3123,'cosmos','','KSMS KSMS','cosmos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3124,'quoiqu','','KK KK','quoiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3125,'disent','','TSNT TSNT','disent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3126,'certaines','','SRTN SRTN','certain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3127,'sectes','','SKTS SKTS','sect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3128,'verite','','FRT FRT','verit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3129,'cas','','KS KS','cas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3130,'vrai','','FR FR','vrai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3131,'delirant','','TLRN TLRN','delir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3132,'regles','','RKLS RKLS','regl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3133,'faites','','FTS FTS','fait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3134,'transgressees','','TRNS TRNS','transgresse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3135,'atypiques','','ATPK ATPK','atyp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3136,'rincevent','','RNSF RNSF','rincevent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3137,'magicien','','MJSN MKXN','magicien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3138,'malchanceux','','MLXN MLKN','malchanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3139,'froussard','','FRSR FRSR','froussard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3140,'rate','','RT RT','rat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3141,'lancer','','LNSR LNSR','lanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3142,'pourrait','','PRT PRT','pourr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3143,'detruire','','TTRR TTRR','detruir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3144,'ciredutemps','','SRTT SRTT','ciredutemp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3145,'sorciere','','SRSR SRXR','sorcier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3146,'certain','','SRTN SRTN','certain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3147,'diriger','','TRJR TRKR','dirig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3148,'ceux','','SKS SKS','ceux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3149,'entourent','','ANTR ANTR','entourent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3150,'rarement','','RRMN RRMN','rar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3151,'obeit','','APT APT','obeit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3152,'faucheuse','','FXS FKS','faucheux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3153,'suaire','','SR SR','suair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3154,'faux','','F F','faux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3155,'aiguisee','','AKS AKS','aiguise');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3156,'humaniste','','HMNS HMNS','human');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3157,'incomprise','','ANKM ANKM','incompris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3158,'chacun','','XKN XKN','chacun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3159,'arrive','','ARF ARF','arriv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3160,'rencontrent','','RNKN RNKN','rencontrent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3161,'possible','','PSPL PSPL','possibl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3162,'totalement','','TTLM TTLM','total');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3163,'menu','','MN MN','menu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3164,'breves','','PRFS PRFS','brev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3165,'fermeture','','FRMT FRMT','fermetur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3166,'noel','','NL NL','noel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3167,'emprunter','','AMPR AMPR','emprunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3168,'prets','','PRTS PRTS','pret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3169,'maximum','','MKSM MKSM','maximum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3170,'duree','','TR TR','dure');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3171,'semaines','','SMNS SMNS','semain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3172,'exemple','','AKSM AKSM','exempl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3173,'breve','','PRF PRF','brev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3174,'ceci','','SS SS','cec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3175,'flash','','FLX FLX','flash');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3176,'info','','ANF ANF','info');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3177,'reference','','RFRN RFRN','referent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3178,'yaelle','','AL AL','yael');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3179,'une','','AN AN','une');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3180,'precise','','PRSS PRSS','precis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3181,'resume','','RSM RSM','resum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3182,'periode','','PRT PRT','period');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3183,'periodiques','','PRTK PRTK','period');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3184,'principal','','PRNS PRNS','principal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3185,'archives','','ARXF ARKF','archiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3186,'decembre','','TSMP TSMP','decembr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3187,'000058','','','000058');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3188,'zai','','S S','zai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3189,'000057','','','000057');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3190,'dep','','TP TP','dep');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3191,'000056','','','000056');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3192,'gro','','KR KR','gro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3193,'000054','','','000054');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3194,'ded','','TT TT','ded');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3195,'000052','','','000052');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3196,'000053','','','000053');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3197,'deb','','TP TP','deb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3198,'000051','','','000051');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3199,'abo','','AP AP','abo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3200,'000050','','','000050');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3201,'000049','','','000049');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3202,'mab','','MP MP','mab');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3203,'000048','','','000048');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3204,'mar','','MR MR','mar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3205,'000047','','','000047');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3206,'gra','','KR KR','gra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3207,'000046','','','000046');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3208,'rj','','RJ R','rj');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3209,'gud','','KT KT','gud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3210,'000045','','','000045');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3211,'rjp','','RJP RJP','rjp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3212,'hei','','H H','hei');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3213,'000044','','','000044');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3214,'mel','','ML ML','mel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3215,'000041','','','000041');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3216,'000042','','','000042');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3217,'ass','','AS AS','ass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3218,'000039','','','000039');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3219,'000038','','','000038');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3220,'rp','','RP RP','rp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3221,'bei','','P P','bei');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3222,'000037','','','000037');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3223,'mah','','M M','mah');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3224,'000036','','','000036');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3225,'000034','','','000034');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3226,'bel','','PL PL','bel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3227,'000033','','','000033');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3228,'nan','','NN NN','nan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3229,'000030','','','000030');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3230,'gou','','K K','gou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3231,'000029','','','000029');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3232,'gue','','K K','gu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3233,'000028','','','000028');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3234,'000027','','','000027');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3235,'000026','','','000026');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3236,'gui','','K K','gui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3237,'000032','','','000032');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3238,'000031','','','000031');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3239,'000025','','','000025');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3240,'cor','','KR KR','cor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3241,'000024','','','000024');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3242,'lou','','L L','lou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3243,'000023','','','000023');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3244,'ser','','SR SR','ser');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3245,'000022','','','000022');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3246,'tey','','T T','tey');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3247,'000021','','','000021');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3248,'000019','','','000019');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3249,'bra','','PR PR','bra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3250,'000018','','','000018');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3251,'000017','','','000017');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3252,'000016','','','000016');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3253,'pra','','PR PR','pra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3254,'000015','','','000015');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3255,'000014','','','000014');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3256,'bur','','PR PR','bur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3257,'000013','','','000013');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3258,'000012','','','000012');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3259,'p000006','','P P','p000006');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3260,'stu','','ST ST','stu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3261,'fusce','','FS FS','fusc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3262,'egestas','','AJST AKST','egest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3263,'vestibulum','','FSTP FSTP','vestibulum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3264,'neque','','NK NK','nequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3265,'faucibus','','FSPS FSPS','faucibus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3266,'integer','','ANTJ ANTK','integ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3267,'commodo','','KMT KMT','commodo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3268,'pretium','','PRTM PRTM','pretium');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3269,'porttitor','','PRTT PRTT','porttitor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3270,'phasellus','','FSLS FSLS','phasellus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3271,'varius','','FRS FRS','varius');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3272,'dui','','T T','dui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3273,'at','','AT AT','at');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3274,'dignissim','','TNSM TKNS','dignissim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3275,'fermentum','','FRMN FRMN','fermentum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3276,'magna','','MN MKN','magn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3277,'luctus','','LKTS LKTS','luctus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3278,'nulla','','NL NL','null');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3279,'facilisi','','FSLS FSLS','facilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3280,'cras','','KRS KRS','cras');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3281,'erat','','ART ART','erat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3282,'ullamcorper','','ALMK ALMK','ullamcorp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3283,'tincidunt','','TNST TNST','tincidunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3284,'eget','','AKT AKT','eget');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3285,'nec','','NK NK','nec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3286,'nisl','','NL NL','nisl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3287,'nam','','NM NM','nam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3288,'ut','','AT AT','ut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3289,'nunc','','NNK NNK','nunc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3290,'etiam','','AXM AXM','etiam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3291,'enim','','ANM ANM','enim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3292,'sapien','','SPN SPN','sapien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3293,'accumsan','','AKMS AKMS','accumsan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3294,'donec','','TNK TNK','donec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3295,'semper','','SMPR SMPR','semp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3296,'tellus','','TLS TLS','tellus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3297,'ultricies','','ALTR ALTR','ultric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3298,'lorem','','LRM LRM','lorem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3299,'ac','','AK AK','ac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3300,'felis','','FLS FLS','fel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3301,'odio','','AT AT','odio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3302,'eu','','A A','eu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3303,'urna','','ARN ARN','urna');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3304,'sed','','ST ST','sed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3305,'quis','','KS KS','quis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3306,'praesent','','PRSN PRSN','praesent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3307,'viverra','','FFR FFR','viverr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3308,'facilisis','','FSLS FSLS','facilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3309,'elit','','ALT ALT','elit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3310,'volutpat','','FLTP FLTP','volutpat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3311,'arcu','','ARK ARK','arcu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3312,'venenatis','','FNNT FNNT','venenat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3313,'malesuada','','MLST MLST','malesuad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3314,'justo','','JST AST','justo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3315,'velit','','FLT FLT','vel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3316,'ante','','ANT ANT','ante');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3317,'ipsum','','APSM APSM','ipsum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3318,'primis','','PRMS PRMS','prim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3319,'orci','','ARS ARS','orci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3320,'ultrices','','ALTR ALTR','ultric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3321,'posuere','','PSR PSR','posuer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3322,'cubilia','','KPL KPL','cubili');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3323,'curae','','KR KR','cura');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3324,'congue','','KNK KNK','congu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3325,'dolor','','TLR TLR','dolor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3326,'gravida','','KRFT KRFT','gravid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3327,'diam','','TM TM','diam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3328,'cursus','','KRSS KRSS','cursus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3329,'nisi','','NS NS','nis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3330,'dictum','','TKTM TKTM','dictum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3331,'mauris','','MRS MRS','maur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3332,'leo','','L L','leo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3333,'pellentesque','','PLNT PLNT','pellentesqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3334,'massa','','MS MS','mass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3335,'laoreet','','LRT LRT','laoreet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3336,'sem','','SM SM','sem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3337,'vulputate','','FLPT FLPT','vulputat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3338,'vel','','FL FL','vel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3339,'suspendisse','','SSPN SSPN','suspend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3340,'blandit','','PLNT PLNT','bland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3341,'mollis','','MLS MLS','moll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3342,'vitae','','FT FT','vita');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3343,'sit','','ST ST','sit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3344,'amet','','AMT AMT','amet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3345,'consectetur','','KNSK KNSK','consectetur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3346,'adipiscing','','ATPS ATPS','adipiscing');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3347,'mattis','','MTS MTS','matt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3348,'eleifend','','ALFN ALFN','eleifend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3349,'tristique','','TRST TRST','tristiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3350,'don','','TN TN','don');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3351,'quichotte','','KXT KKT','quichott');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3352,'100','','','100');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3353,'vignettes','','FNTS FKNT','vignet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3354,'gravees','','KRFS KRFS','grave');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3355,'cervantes','','SRFN SRFN','cerv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3356,'saavedra','','SFTR SFTR','saavedr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3357,'miguel','','MKL MKL','miguel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3358,'1547','','','1547');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3359,'1616','','','1616');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3360,'florian','','FLRN FLRN','florian');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3361,'staal','','STL STL','staal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3362,'pierre','','PR PR','pierr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3363,'claris','','KLRS KLRS','clar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3364,'gustave','','KSTF KSTF','gustav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3365,'jules','','JLS ALS','jul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3366,'1755','','','1755');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3367,'1794','','','1794');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3368,'1817','','','1817');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3369,'1882','','','1882');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3370,'1808','','','1808');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3371,'1892','','','1892');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3372,'1857','','','1857');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3373,'248','','','248');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3374,'malassis','','MLSS MLSS','malass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3375,'broise','','PRS PRS','brois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3376,'baudelaire','','PTLR PTLR','baudelair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3377,'charles','','XRLS XRLS','charl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3378,'1821','','','1821');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3379,'mysterieuse','','MSTR MSTR','mysteri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3380,'1875','','','1875');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3381,'parties','','PRTS PRTS','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3382,'616','','','616');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3383,'fig','','FK FK','fig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3384,'hetzel','','HTSL HTSL','hetzel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3385,'verne','','FRN FRN','vern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3386,'1828','','','1828');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3387,'1905','','','1905');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3388,'ferat','','FRT FRT','ferat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3389,'barbant','','PRPN PRPN','barb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3390,'1819','','','1819');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3391,'1922','','','1922');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3392,'initier','','ANT ANTR','initi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3393,'programmation','','PRKR PRKR','programm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3394,'php','','FP FP','php');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3395,'xxi','','SKS SKS','xxi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3396,'346','','','346');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3397,'212','','','212');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3398,'11990','','','11990');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3399,'eyrolles','','ARLS ARLS','eyroll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3400,'communication','','KMNK KMNK','commun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3401,'programmation','fr_FR','PRKR PRKR','programm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3402,'delannoy','','TLN TLN','delannoy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3403,'1946','','','1946');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3404,'mariant','','MRNT MRNT','mari');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3405,'evolution','','AFLX AFLX','evolu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3406,'territoires','','TRTR TRTR','territoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3407,'ruraux','','RR RR','rural');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3408,'incitation','','ANST ANST','incit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3409,'commun','','KMN KMN','commun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3410,'theorie','','0R TR','theor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3411,'professionnelle','','PRFS PRFS','professionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3412,'partagee','','PRTJ PRTK','partage');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3413,'connaissance','','KNSN KNSN','connaiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3414,'risom','','RSM RSM','risom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3415,'reseau','','RS RS','reseau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3416,'intercommunal','','ANTR ANTR','intercommunal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3417,'solidaire','','SLTR SLTR','solidair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3418,'mediatheques','','MT0K MTTK','mediathequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3419,'tence','','TNS TNS','tenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3420,'jeures','','JRS ARS','jeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3421,'mazet','','MST MST','mazet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3422,'voy','','F F','voy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3423,'partage','','PRTJ PRTK','partag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3424,'projets','','PRJT PRJT','projet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3425,'animation','','ANMX ANMX','anim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3426,'outils','','ATLS ATLS','outil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3427,'usages','','ASJS ASKS','usag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3428,'appui','','AP AP','appui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3429,'choses','','XSS XSS','chos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3430,'soient','','SNT SNT','soient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3431,'claires','','KLRS KLRS','clair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3432,'angoualima','','ANKL ANKL','angoualim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3433,'greffer','','KRFR KRFR','greff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3434,'doigts','','TKTS TKTS','doigt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3435,'veux','','FKS FKS','veux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3436,'apprecie','','APRS APRX','apprec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3437,'fonction','','FNKX FNKX','fonction');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3438,'geste','','KST JST','gest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3439,'pouvant','','PFNT PFNT','pouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3440,'egaler','','AKLR AKLR','egal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3441,'prouesses','','PRSS PRSS','prouess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3442,'aimerais','','AMR AMRS','aim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3443,'considere','','KNST KNST','consider');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3444,'spirituel','','SPRT SPRT','spirituel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3445,'suis','','SS SS','suis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3446,'conscient','','KNSN KNSN','conscient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3447,'dois','','T TS','dois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3448,'travailler','','TRFL TRFL','travaill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3449,'germaine','','KRMN JRMN','germain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3450,'dire','','TR TR','dir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3451,'couronnement','','KRNM KRNM','couron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3452,'gregoire','','KRKR KRKR','gregoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3453,'nakobomayo','','NKPM NKPM','nakobomayo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3454,'orphelin','','ARFL ARFL','orphelin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3455,'grandi','','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3456,'industrielle','','ANTS ANTS','industriel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3457,'post','','PST PST','post');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3458,'coloniale','','KLNL KLNL','colonial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3459,'accueilli','','AKL AKL','accueil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3460,'couple','','KPL KPL','coupl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3461,'instruit','','ANST ANST','instruit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3462,'education','','ATKX ATKX','educ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3463,'bourgeoise','','PRJS PRKS','bourgeois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3464,'plante','','PLNT PLNT','plant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3465,'crayon','','KRN KRN','crayon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3466,'violer','','FLR FLR','viol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3467,'refugie','','RFJ RFK','refug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3468,'quartier','','KRT KRTR','quarti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3469,'delabre','','TLPR TLPR','delabr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3470,'modele','','MTL MTL','model');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3471,'serial','','SRL SRL','serial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3472,'killer','','KLR KLR','kill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3473,'defie','','TF TF','def');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3474,'juges','','JJS AKS','jug');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3475,'flics','','FLKS FLKS','flic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3476,'journalistes','','JRNL ARNL','journal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3477,'deboires','','TPRS TPRS','deboir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3478,'psychopathe','','SXP0 SKPT','psychopath');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3479,'velleitaire','','FLTR FLTR','velleitair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3480,'perversite','','PRFR PRFR','perversit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3481,'sens','','SNS SNS','sen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3482,'caneton','','KNTN KNTN','caneton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3483,'mouton','','MTN MTN','mouton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3484,'pingouin','','PNKN PNKN','pingouin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3485,'chien','','XN XN','chien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3486,'allez','','ALS ALS','allez');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3487,'delicieux','','TLSK TLXK','delici');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3488,'quatrieme','','KTRM KTRM','quatriem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3489,'synopsis','','SNPS SNPS','synops');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3490,'barbara','','PRPR PRPR','barbar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3491,'adam','','ATM ATM','adam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3492,'forment','','FRMN FRMN','forment');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3493,'adorable','','ATRP ATRP','ador');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3494,'helas','','HLS HLS','hel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3495,'survient','','SRFN SRFN','survient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3496,'stupide','','STPT STPT','stupid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3497,'accident','','AKST AKST','accident');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3498,'devenus','','TFNS TFNS','devenus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3499,'obliges','','APLJ APLK','oblig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3500,'hanter','','HNTR HNTR','hant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3501,'murs','','MRS MRS','mur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3502,'deception','','TSPX TSPX','decept');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3503,'voient','','FNT FNT','voient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3504,'livree','','LFR LFR','livre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3505,'excentrique','','AKSN AKSN','excentr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3506,'membres','','MMPR MMPR','membr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3507,'evoluent','','AFLN AFLN','evoluent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3508,'hysterie','','HSTR HSTR','hyster');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3509,'stupidite','','STPT STPT','stupidit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3510,'tentent','','TNTN TNTN','tentent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3511,'chasser','','XSR XSR','chass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3512,'vain','','FN FN','vain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3513,'solution','','SLXN SLXN','solut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3514,'appel','','APL APL','appel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3515,'fantome','','FNTM FNTM','fantom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3516,'exorciseur','','AKSR AKSR','exorciseur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3517,'apprenant','','APRN APRN','appren');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3518,'will','','AL FL','will');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3519,'rapprocher','','RPRX RPRK','rapproch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3520,'berce','','PRS PRS','berc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3521,'fantastiques','','FNTS FNTS','fantast');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3522,'lesquels','','LSKL LSKL','lesquel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3523,'mettait','','MTT MTT','met');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3524,'cotes','','KTS KTS','cot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3525,'extravagants','','AKST AKST','extravag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3526,'extraordinaires','','AKST AKST','extraordinair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3527,'quelles','','KLS KLS','quel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3528,'merveilles','','MRFL MRFL','merveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3529,'attendent','','ATNT ATNT','attendent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3530,'usine','','ASN ASN','usin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3531,'willy','','AL FL','willy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3532,'wonka','','ANK FNK','wonk');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3533,'pars','','PRS PRS','par');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3534,'vastes','','FSTS FSTS','vast');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3535,'etendues','','ATNT ATNT','etendu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3536,'sucree','','SKR SKR','sucre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3537,'menthe','','MN0 MNT','menth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3538,'salle','','SL S','sall');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3539,'chocolat','','XKLT XKLT','chocolat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3540,'navigue','','NFK NFK','navigu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3541,'riviere','','RFR RFR','rivier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3542,'bateau','','PT PT','bateau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3543,'sucre','','SKR SKR','sucr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3544,'rose','','RS RS','ros');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3545,'essaye','','AS AS','essay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3546,'gobestoppeur','','KPST KPST','gobestoppeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3547,'inventions','','ANFN ANFN','invent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3548,'observe','','APSR APSR','observ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3549,'talentueux','','TLNT TLNT','talentu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3550,'ecureuils','','AKRL AKRL','ecureuil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3551,'tri','','TR TR','tri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3552,'noix','','NKS NKS','noix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3553,'ascenseur','','ASNS ASNS','ascenseur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3554,'verre','','FR FR','verr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3555,'television','','TLFS TLFX','televis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3556,'tu','','T T','tu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3557,'trouveras','','TRFR TRFR','trouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3558,'montagne','','MNTN MNTK','montagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3559,'saupoudree','','SPTR SPTR','saupoudre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3560,'savoureuse','','SFRS SFRS','savour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3561,'tablette','','TPLT TPLT','tablet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3562,'delice','','TLS TLS','delic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3563,'fondant','','FNTN FNTN','fond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3564,'guimauve','','KMF KMF','guimauv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3565,'caramel','','KRML KRML','caramel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3566,'plongee','','PLNJ PLNK','plonge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3567,'humanite','','HMNT HMNT','humanit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3568,'phare','','FR FR','phar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3569,'iiie','','A A','iii');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3570,'millenaire','','MLNR MLNR','millenair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3571,'visions','','FSNS FXNS','vision');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3572,'dechiree','','TXR TKR','dechire');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3573,'eclairages','','AKLR AKLR','eclairag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3574,'desertification','','TSRT TSRT','desertif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3575,'deforestation','','TFRS TFRS','deforest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3576,'exode','','AKST AKST','exod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3577,'rural','','RRL RRL','rural');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3578,'explosion','','AKSP AKSP','explos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3579,'demographique','','TMKR TMKR','demograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3580,'profondeur','','PRFN PRFN','profondeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3581,'donnee','','TN TN','donne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3582,'decisive','','TSSF TSSF','decis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3583,'adaptes','','ATPT ATPT','adapt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3584,'remplie','','RMPL RMPL','rempl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3585,'episodes','','APST APST','episod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3586,'epiques','','APKS APKS','epiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3587,'insoupconnee','','ANSP ANSP','insoupconne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3588,'assombrie','','ASMP ASMP','assombr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3589,'parla','','PRL PRL','parl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3590,'esclavage','','ASKF ASKF','esclavag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3591,'lecon','','LKN LKN','lecon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3592,'solidarite','','SLTR SLTR','solidarit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3593,'inepuisables','','ANPS ANPS','inepuis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3594,'logo','','LK LK','logo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3595,'nigeria','','NJR NKR','nigeri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3596,'gabon','','KPN KPN','gabon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3597,'offre','','AFR AFR','offre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3598,'palais','','PL PLS','pal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3599,'amateurs','','AMTR AMTR','amateur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3600,'chere','','XR XR','cher');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3601,'plats','','PLTS PLTS','plat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3602,'savoureux','','SFRK SFRK','savour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3603,'delicats','','TLKT TLKT','delicat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3604,'contrairement','','KNTR KNTR','contrair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3605,'idees','','ATS ATS','ide');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3606,'recues','','RKS RKS','recu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3607,'peuvent','','PFNT PFNT','peuvent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3608,'simples','','SMPL SMPL','simpl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3609,'dispose','','TSPS TSPS','dispos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3610,'connaissances','','KNSN KNSN','connaiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3611,'savoir','','SFR SFR','savoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3612,'indispensables','','ANTS ANTS','indispens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3613,'large','','LRJ LRK','larg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3614,'compose','','KMPS KMPS','compos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3615,'tiep','','TP TP','tiep');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3616,'mafe','','MF MF','maf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3617,'saka','','SK SK','sak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3618,'mbongo','','MPNK MPNK','mbongo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3619,'accompagnent','','AKMP AKMP','accompagnent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3620,'ingredients','','ANKR ANKR','ingredient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3621,'specifiques','','SPSF SPSF','specif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3622,'preparation','','PRPR PRPR','prepar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3623,'arachide','','ARXT ARKT','arachid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3624,'manioc','','MNK MNK','manioc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3625,'graines','','KRNS KRNS','grain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3626,'courge','','KRJ KRK','courg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3627,'legendes','','LJNT LKNT','legend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3628,'trucs','','TRKS TRKS','truc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3629,'astuces','','ASTS ASTS','astuc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3630,'photos','','FTS FTS','photos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3631,'portee','','PRT PRT','porte');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3632,'fous','','FS FS','fous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3633,'gouter','','KTR KTR','gout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3634,'apprecier','','APRS APRX','appreci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3635,'saveurs','','SFRS SFRS','saveur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3636,'bouche','','PX PK','bouch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3637,'joigne','','JN AKN','joign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3638,'esprit','','ASPR ASPR','esprit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3639,'agrementer','','AKRM AKRM','agrement');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3640,'extraordinaire','','AKST AKST','extraordinair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3641,'differemment','','TFRM TFRM','different');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3642,'entier','','ANT ANTR','enti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3643,'celebrent','','SLPR SLPR','celebrent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3644,'peintures','','PNTR PNTR','peintur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3645,'chair','','XR XR','chair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3646,'saveur','','SFR SFR','saveur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3647,'genial','','JNL KNL','genial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3648,'vrais','','FR FRS','vrais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3649,'lames','','LMS LMS','lam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3650,'tranchantes','','TRNX TRNK','tranch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3651,'veritables','','FRTP FRTP','verit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3652,'provoquer','','PRFK PRFK','provoqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3653,'enthousiasme','','AN0S ANTX','enthousiasm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3654,'capable','','KPPL KPPL','capabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3655,'blesser','','PLSR PLSR','bless');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3656,'controle','','KNTR KNTR','control');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3657,'oh','','A A','oh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3658,'etaient','','ATNT ATNT','etaient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3659,'beaux','','P P','beau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3660,'encyclopedie','','ANSK ANSK','encycloped');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3661,'devoreraient','','TFRR TFRR','devor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3662,'ca','','K K','ca');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3663,'poussiere','','PSR PSR','poussier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3664,'pense','','PNS PNS','pens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3665,'fulbert','','FLPR FLPR','fulbert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3666,'assoiffee','','ASF ASF','assoiffe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3667,'ebloui','','APL APL','eblou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3668,'desempare','','TSMP TSMP','desempar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3669,'falloir','','FLR FLR','falloir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3670,'germer','','KRMR JRMR','germ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3671,'outil','','ATL ATL','outil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3672,'jardinier','','JRTN ARTN','jardini');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3673,'pousse','','PS PS','pouss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3674,'bout','','PT PT','bout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3675,'lapin','','LPN LPN','lapin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3676,'emprunte','','AMPR AMPR','emprunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3677,'incroyable','','ANKR ANKR','incroi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3678,'certains','','SRTN SRTN','certain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3679,'parfois','','PRF PRFS','parfois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3680,'xixe','','SKS SKS','xix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3681,'village','','FLJ FLK','villag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3682,'victor','','FKTR FKTR','victor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3683,'morts','','MRTS MRTS','mort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3684,'epouse','','APS APS','epous');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3685,'cadavre','','KTFR KTFR','cadavr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3686,'mariee','','MR MR','marie');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3687,'promise','','PRMS PRMS','promis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3688,'victoria','','FKTR FKTR','victori');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3689,'attend','','ATNT ATNT','attend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3690,'desesperement','','TSSP TSSP','desesper');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3691,'royaume','','RM RM','royaum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3692,'avere','','AFR AFR','aver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3693,'animee','','ANM ANM','anime');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3694,'joyeuse','','JS AS','joyeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3695,'veritable','','FRTP FRTP','verit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3696,'apprend','','APRN APRN','apprend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3697,'pourra','','PR PR','pourr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3698,'ours','','ARS ARS','our');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3699,'aurait','','ART ART','aur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3700,'imagine','','AMJN AMKN','imagin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3701,'mots','','MTS MTS','mot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3702,'puissent','','PSNT PSNT','puissent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3703,'conjugues','','KNJK KNJK','conjugu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3704,'facons','','FKNS FKNS','facon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3705,'fais','','F FS','fais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3706,'lorsque','','LRSK LRSK','lorsqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3707,'es','','AS AS','e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3708,'fatigue','','FTK FTK','fatigu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3709,'fache','','FX FK','fach');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3710,'gronder','','KRNT KRNT','grond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3711,'moues','','MS MS','mou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3712,'expressions','','AKSP AKSP','express');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3713,'enfantines','','ANFN ANFN','enfantin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3714,'droles','','TRLS TRLS','drol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3715,'tendres','','TNTR TNTR','tendr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3716,'hilarants','','HLRN HLRN','hilar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3717,'devoile','','TFL TFL','devoil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3718,'fil','','FL FL','fil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3719,'magnifiques','','MNFK MKNF','magnif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3720,'accompagnees','','AKMP AKMP','accompagne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3721,'emplis','','AMPL AMPL','emplis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3722,'invite','','ANFT ANFT','invit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3723,'mediation','','MTXN MTXN','mediat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3724,'emerveillement','','AMRF AMRF','emerveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3725,'nombreux','','NMPR NMPR','nombreux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3726,'ecrivains','','AKRF AKRF','ecrivain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3727,'engages','','ANKJ ANKK','engag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3728,'espace','','ASPS ASPS','espac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3729,'fascinant','','FSNN FSNN','fascin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3730,'marin','','MRN MRN','marin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3731,'necessairement','','NSSR NSSR','necessair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3732,'nageur','','NJR NKR','nageur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3733,'naviguer','','NFKR NFKR','navigu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3734,'grise','','KRS KRS','gris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3735,'modeste','','MTST MTST','modest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3736,'indispensable','','ANTS ANTS','indispens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3737,'decante','','TKNT TKNT','dec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3738,'regardez','','RKRT RKRT','regard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3739,'furieux','','FRKS FRKS','furieux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3740,'calme','','KLM KLM','calm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3741,'ouvrir','','AFRR AFRR','ouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3742,'transperce','','TRNS TRNS','transperc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3743,'couvertures','','KFRT KFRT','couvertur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3744,'visite','','FST FST','visit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3745,'editeurs','','ATTR ATTR','editeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3746,'directement','','TRKT TRKT','direct');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3747,'colophon','','KLFN KLFN','colophon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3748,'releve','','RLF RLF','relev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3749,'attarde','','ATRT ATRT','attard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3750,'table','','TPL TPL','tabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3751,'matieres','','MTRS MTRS','matier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3752,'verifie','','FRF FRF','verif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3753,'evalue','','AFL AFL','evalu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3754,'robustesse','','RPST RPST','robustess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3755,'impression','','AMPR AMPR','impress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3756,'dit','','TT TT','dit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3757,'savaient','','SFNT SFNT','sav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3758,'feraient','','FRNT FRNT','fer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3759,'uniquement','','ANKM ANKM','uniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3760,'eut','','AT AT','eut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3761,'anarchiste','','ANRX ANRK','anarch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3762,'veine','','FN FN','vein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3763,'chant','','XNT XNT','chant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3764,'joyce','','JS AS','joyc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3765,'structure','','STRK STRK','structur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3766,'vole','','FL FL','vol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3767,'eclat','','AKLT AKLT','eclat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3768,'importe','','AMPR AMPR','import');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3769,'nom','','NM NM','nom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3770,'pieds','','PTS PTS','pied');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3771,'origines','','ARJN ARKN','origin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3772,'tiraille','','TRL TRL','tiraill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3773,'faim','','FM FM','faim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3774,'blanche','','PLNX PLNK','blanch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3775,'goodfather','','KTF0 KTFT','goodfath');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3776,'train','','TRN TRN','train');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3777,'baigner','','PNR PKNR','baign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3778,'nue','','N N','nu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3779,'chutes','','XTS XTS','chut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3780,'rocher','','RXR RKR','roch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3781,'aveugle','','AFKL AFKL','aveugl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3782,'lucide','','LST LST','lucid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3783,'piege','','PJ PK','pieg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3784,'violence','','FLNS FLNS','violenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3785,'absurdite','','APSR APSR','absurdit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3786,'apartheid','','APR0 APRT','apartheid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3787,'emeute','','AMT AMT','emeut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3788,'langage','','LNKJ LNKK','langag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3789,'pensee','','PNS PNS','pense');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3790,'1980','','','1980');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3791,'eclate','','AKLT AKLT','eclat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3792,'balaie','','PL PL','balai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3793,'revers','','RFRS RFRS','rever');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3794,'main','','MN MN','main');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3795,'reel','','RL RL','reel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3796,'irreel','','ARL ARL','irreel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3797,'temoignage','','TMNJ TMKN','temoignag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3798,'propulsant','','PRPL PRPL','propuls');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3799,'litteralement','','LTRL LTRL','litteral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3800,'dereglement','','TRKL TRKL','deregl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3801,'apprehender','','APRH APRH','apprehend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3802,'revolte','','RFLT RFLT','revolt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3803,'mythique','','M0K MTK','mythiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3804,'frequents','','FRKN FRKN','frequent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3805,'sejours','','SJRS SHRS','sejour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3806,'prison','','PRSN PRSN','prison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3807,'garcon','','KRKN KRKN','garcon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3808,'aimait','','AMT AMT','aim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3809,'inventer','','ANFN ANFN','invent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3810,'deguise','','TKS TKS','deguis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3811,'chauve','','XF XF','chauv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3812,'souris','','SRS SRS','sour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3813,'ferait','','FRT FRT','fer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3814,'mechants','','MXNT MKNT','mech');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3815,'miroir','','MRR MRR','miroir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3816,'chat','','XT XT','chat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3817,'joue','','J A','jou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3818,'citrouille','','STRL STRL','citrouill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3819,'remplacera','','RMPL RMPL','remplac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3820,'essayer','','ASR ASR','essai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3821,'passerait','','PSRT PSRT','pass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3822,'attaquaient','','ATKN ATKN','attaqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3823,'rassembler','','RSMP RSMP','rassembl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3824,'musees','','MSS MSS','muse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3825,'jeu','','J A','jeu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3826,'musee','','MS MS','muse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3827,'pekin','','PKN PKN','pekin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3828,'as','','AS AS','as');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3829,'goutes','','KTS KTS','gout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3830,'gratins','','KRTN KRTN','gratin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3831,'pizzas','','PSS PTSS','pizz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3832,'gaufres','','KFRS KFRS','gaufr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3833,'tes','','TS TS','te');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3834,'papilles','','PPLS PPLS','papill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3835,'adoreront','','ATRR ATRR','ador');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3836,'concoctes','','KNKK KNKK','concoct');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3837,'specialement','','SPSL SPXL','special');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3838,'comprend','','KMPR KMPR','comprend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3839,'lointaine','','LNTN LNTN','lointain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3840,'passablement','','PSPL PSPL','passabl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3841,'balade','','PLT PLT','balad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3842,'juches','','JXS AKS','juch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3843,'carapace','','KRPS KRPS','carapac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3844,'oui','','A A','oui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3845,'ankh','','ANK ANK','ankh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3846,'morpork','','MRPR MRPR','morpork');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3847,'croyaient','','KRNT KRNT','croi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3848,'deuxfleurs','','TKSF TKSF','deuxfleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3849,'avait','','AFT AFT','avait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3850,'air','','AR AR','air');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3851,'tellement','','TLMN TLMN','tel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3852,'inoffensif','','ANFN ANFN','inoffens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3853,'bonhomme','','PNM PNM','bonhomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3854,'chetif','','XTF XTF','chetif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3855,'fidelement','','FTLM FTLM','fidel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3856,'escorte','','ASKR ASKR','escort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3857,'bagage','','PKJ PKK','bagag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3858,'magique','','MJK MKK','magiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3859,'deambulant','','TMPL TMPL','deambul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3860,'myriade','','MRT MRT','myriad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3861,'petites','','PTTS PTTS','petit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3862,'jambes','','JMPS AMPS','jamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3863,'patricien','','PTRS PTRX','patricien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3864,'calamiteux','','KLMT KLMT','calamit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3865,'sorcier','','SRS SRXR','sorci');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3866,'quadrillee','','KTRL KTRL','quadrille');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3867,'guilde','','KLT KLT','guild');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3868,'voleurs','','FLRS FLRS','voleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3869,'assassins','','ASSN ASSN','assassin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3870,'perilleuse','','PRLS PRLS','perill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3871,'devait','','TFT TFT','dev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3872,'conduire','','KNTR KNTR','conduir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3873,'loin','','LN LN','loin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3874,'caverne','','KFRN KFRN','cavern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3875,'dragons','','TRKN TRKN','dragon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3876,'rebord','','RPRT RPRT','rebord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3877,'redoutable','','RTTP RTTP','redout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3878,'touriste','','TRST TRST','tourist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3879,'lumiere','','LMR LMR','lumier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3880,'octarine','','AKTR AKTR','octarin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3881,'cocasse','','KKS KKS','coc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3882,'octogenaire','','AKTJ AKTK','octogenair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3883,'borgne','','PRN PRKN','borgn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3884,'edente','','ATNT ATNT','edent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3885,'cohen','','KHN KHN','cohen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3886,'barbare','','PRPR PRPR','barbar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3887,'reussira','','RSR RSR','reuss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3888,'tirer','','TRR TRR','tir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3889,'griffes','','KRFS KRFS','griff');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3890,'poursuivants','','PRSF PRSF','poursuiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3891,'question','','KSXN KSXN','question');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3892,'tissu','','TS TS','tissu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3893,'passer','','PSR PSR','pass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3894,'essoreuse','','ASRS ASRS','essor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3895,'etoile','','ATL ATL','etoil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3896,'percuter','','PRKT PRKT','percut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3897,'survie','','SRF SRF','surv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3898,'brumeux','','PRMK PRMK','brumeux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3899,'tapit','','TPT TPT','tapit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3900,'effet','','AFT AFT','effet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3901,'epopee','','APP APP','epope');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3902,'demente','','TMNT TMNT','dement');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3903,'seconds','','SKNT SKNT','second');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3904,'roles','','RLS RLS','rol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3905,'distribution','','TSTR TSTR','distribu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3906,'prestigieuse','','PRST PRST','prestigi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3907,'octavo','','AKTF AKTF','octavo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3908,'herrena','','HRN HRN','herren');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3909,'harpie','','HRP HRP','harp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3910,'kwartz','','KRTS KRTS','kwartz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3911,'troll','','TRL TRL','troll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3912,'trymon','','TRMN TRMN','trymon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3913,'enchanteur','','ANXN ANKN','enchanteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3914,'malefique','','MLFK MLFK','malef');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3915,'naturellement','','NTRL NTRL','naturel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3916,'1978','','','1978');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3917,'abidjan','','APTJ APTJ','abidjan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3918,'sent','','SNT SNT','sent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3919,'debut','','TPT TPT','debut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3920,'vacances','','FKNS FKNS','vacanc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3921,'gater','','KTR KTR','gat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3922,'douce','','TS TS','douc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3923,'equipes','','AKPS AKPS','equip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3924,'obligatoire','','APLK APLK','obligatoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3925,'avaient','','AFNT AFNT','avaient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3926,'choisir','','XSR XSR','chois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3927,'camp','','KMP KMP','camp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3928,'preoccupaient','','PRKP PRKP','preoccup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3929,'courante','','KRNT KRNT','cour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3930,'amours','','AMRS AMRS','amour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3931,'raconter','','RKNT RKNT','racont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3932,'subsiste','','SPSS SPSS','subsist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3933,'continue','','KNTN KNTN','continu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3934,'test1','','TST TST','test1');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3935,'brouillon','','PRLN PRLN','brouillon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3936,'test2','','TST TST','test2');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3937,'test3','','TST TST','test3');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3938,'test4','','TST TST','test4');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3939,'lien','','LN LN','lien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3940,'utile','','ATL ATL','util');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3941,'bla','','PL PL','bla');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3942,'resumeresumeresumeresume','','RSMR RSMR','resumeresumeresumeresum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3943,'bib1','','PP PP','bib1');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3944,'ssssssssssssssss','','SSSS SSSS','ssssssssssssssss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3945,'new','','N NF','new');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3946,'york','','ARK ARK','york');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3947,'texte','','TKST TKST','text');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3948,'correspond','','KRSP KRSP','correspond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3949,'champ','','XMP XMP','champ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3950,'actualite','','AKTL AKTL','actualit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3951,'sitotheque','','ST0K STTK','sitothequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3952,'liens','','LNS LNS','lien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3953,'utiles','','ATLS ATLS','util');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3954,'simple','','SMPL SMPL','simpl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3955,'div','','TF TF','div');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3956,'class','','KLS KLS','class');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3957,'bibli','','PPL PPL','bibl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3958,'border','','PRTR PRTR','bord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3959,'tbody','','TPT TPT','tbody');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3960,'tr','','TR TR','tr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3961,'td','','T T','td');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3962,'295','','','295');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3963,'59870','','','59870');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3964,'bouvignies','','PFNS PFKN','bouvign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3965,'27','','','27');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3966,'91','','','91');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3967,'33','','','33');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3968,'mailto','','MLT MLT','mailto');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3969,'media','','MT MT','medi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3970,'wanadoo','','ANT FNT','wanadoo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3971,'grenoble','','KRNP KRNP','grenobl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3972,'accueil','','AKL AKL','accueil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3973,'lundi','','LNT LNT','lund');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3974,'vendredi','','FNTR FNTR','vendred');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3975,'10h','','','10h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3976,'12h','','','12h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3977,'14h','','','14h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3978,'18h','','','18h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3979,'samedi','','SMT SMT','samed');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3980,'19h','','','19h');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3981,'titres','','TTRS TTRS','titr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3982,'cadres','','KTRS KTRS','cadr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3983,'url','','ARL ARL','url');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3984,'consulter','','KNSL KNSL','consult');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3985,'05','','','05');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3986,'0056','','','0056');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3987,'011','','','011');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3988,'klzjherfgdnv','','KLSJ KLTS','klzjherfgdnv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3989,'luqo','','LK LK','luqo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3990,'fvzaeiu','','FFS FFS','fvzaeiu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3991,'pageo','','PJ PK','pageo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3992,'adipisicing','','ATPS ATPS','adipisicing');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3993,'do','','T T','do');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3994,'eiusmod','','ASMT ASMT','eiusmod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3995,'tempor','','TMPR TMPR','tempor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3996,'incididunt','','ANST ANST','incididunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3997,'labore','','LPR LPR','labor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3998,'dolore','','TLR TLR','dolor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (3999,'aliqua','','ALK ALK','aliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4000,'ad','','AT AT','ad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4001,'minim','','MNM MNM','minim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4002,'veniam','','FNM FNM','veniam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4003,'nostrud','','NSTR NSTR','nostrud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4004,'exercitation','','AKSR AKSR','exercit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4005,'ullamco','','ALMK ALMK','ullamco');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4006,'laboris','','LPRS LPRS','labor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4007,'aliquip','','ALKP ALKP','aliquip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4008,'ex','','AKS AKS','ex');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4009,'ea','','A A','ea');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4010,'consequat','','KNSK KNSK','consequat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4011,'duis','','TS TS','duis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4012,'aute','','AT AT','aut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4013,'irure','','ARR ARR','irur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4014,'reprehenderit','','RPRH RPRH','reprehender');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4015,'voluptate','','FLPT FLPT','voluptat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4016,'esse','','AS AS','esse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4017,'cillum','','SLM SLM','cillum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4018,'fugiat','','FJT FKT','fugiat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4019,'pariatur','','PRTR PRTR','pariatur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4020,'excepteur','','AKSP AKSP','excepteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4021,'sint','','SNT SNT','sint');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4022,'occaecat','','AKKT AKKT','occaecat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4023,'cupidatat','','KPTT KPTT','cupidatat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4024,'proident','','PRTN PRTN','proident');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4025,'sunt','','SNT SNT','sunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4026,'culpa','','KLP KLP','culp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4027,'officia','','AFS AFX','offici');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4028,'deserunt','','TSRN TSRN','deserunt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4029,'mollit','','MLT MLT','moll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4030,'anim','','ANM ANM','anim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4031,'id','','AT AT','id');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4032,'laborum','','LPRM LPRM','laborum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4033,'hors','','HRS HRS','hor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4034,'virtuelles','','FRTL FRTL','virtuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4035,'carrousel','','KRSL KRSL','carrousel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4036,'fixes','','FKSS FKSS','fix');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4037,'bandeau','','PNT PNT','bandeau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4038,'multicriteres','','MLTK MLTK','multicriter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4039,'logos','','LKS LKS','logos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4040,'reseaux','','RS RS','reseau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4041,'sociaux','','SS SX','social');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4042,'partenaire','','PRTN PRTN','partenair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4043,'exposition','','AKSP AKSP','exposit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4044,'mentions','','MNXN MNXN','mention');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4045,'legales','','LKLS LKLS','legal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4046,'facebook','','FSPK FSPK','facebook');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4047,'netvibes','','NTFP NTFP','netvib');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4048,'youtube','','ATP ATP','youtub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4049,'suivez','','SFS SFS','suiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4050,'masque','','MSK MSK','masqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4051,'cadre','','KTR KTR','cadr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4052,'logossoc','','LKSK LKSK','logossoc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4053,'logosbandeau','','LKSP LKSP','logosbandeau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4054,'partenaires','','PRTN PRTN','partenair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4055,'portail','','PRTL PRTL','portail');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4056,'mardi','','MRT MRT','mard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4057,'brevespage','','PRFS PRFS','brevespag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4058,'brevesbandeau','','PRFS PRFS','brevesbandeau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4059,'lobortis','','LPRT LPRT','lobort');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4060,'aliquam','','ALKM ALKM','aliquam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4061,'nullam','','NLM NLM','nullam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4062,'pharetra','','FRTR FRTR','pharetr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4063,'sollicitudin','','SLST SLST','sollicitudin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4064,'eros','','ARS ARS','eros');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4065,'aliquet','','ALKT ALKT','aliquet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4066,'fringilla','','FRNJ FRNK','fringill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4067,'tortor','','TRTR TRTR','tortor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4068,'iaculis','','AKLS AKLS','iacul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4069,'interdum','','ANTR ANTR','interdum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4070,'fames','','FMS FMS','fam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4071,'porta','','PRT PRT','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4072,'purus','','PRS PRS','purus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4073,'imperdiet','','AMPR AMPR','imperdiet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4074,'scelerisque','','SLRS SLRS','scelerisqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4075,'convallis','','KNFL KNFL','convall');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4076,'risus','','RSS RSS','risus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4077,'pulvinar','','PLFN PLFN','pulvinar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4078,'libero','','LPR LPR','libero');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4079,'janeiro','','JNR ANR','janeiro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4080,'importante','','AMPR AMPR','import');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4081,'center','','SNTR SNTR','cent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4082,'span','','SPN SPN','span');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4083,'weight','','AT FT','weight');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4084,'bold','','PLT PLT','bold');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4085,'rgb','','RKP RKP','rgb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4086,'255','','','255');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4087,'background','','PKKR PKKR','background');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4088,'sera','','SR SR','ser');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4089,'fermee','','FRM FRM','ferme');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4090,'exceptionnellement','','AKSP AKSP','exceptionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4091,'flux','','FLKS FLKS','flux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4092,'adbs','','ATPS ATPS','adb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4093,'fluxrss','','FLKS FLKS','fluxrss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4094,'listetageres','','LSTT LSTT','listetager');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4095,'statique','','STTK STTK','statiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4096,'message','','MSJ MSK','messag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4097,'lang','','LNK LNK','lang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4098,'news','','NS NS','new');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4099,'uk','','AK AK','uk');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4100,'definis','','TFNS TFNS','defin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4101,'decoration','','TKRX TKRX','decor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4102,'underline','','ANTR ANTR','underlin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4103,'utiliser','','ATLS ATLS','utilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4104,'caracteres','','KRKT KRKT','caracter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4105,'02bis','','PS PS','02bis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4106,'04','','','04');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4107,'tokyo','','TK TK','tokyo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4108,'notices','','NTSS NTSS','notic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4109,'target','','TRKT TRKT','target');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4110,'self','','SLF SLF','self');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4111,'choucroute','','XKRT XKRT','choucrout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4112,'acces','','AKSS AKSS','acce');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4113,'numeriques','','NMRK NMRK','numer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4114,'consectetuer','','KNSK KNSK','consectetu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4115,'nonummy','','NNM NNM','nonummy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4116,'nibh','','NP NP','nibh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4117,'euismod','','ASMT ASMT','euismod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4118,'wisi','','AS FS','wis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4119,'exerci','','AKSR AKSR','exerc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4120,'tation','','TXN TXN','tation');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4121,'suscipit','','SSPT SSPT','suscip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4122,'autem','','ATM ATM','autem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4123,'eum','','AM AM','eum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4124,'iriure','','ARR ARR','iriur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4125,'hendrerit','','HNTR HNTR','hendrer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4126,'molestie','','MLST MLST','molest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4127,'nbsp','','NPSP NPSP','nbsp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4128,'termes','fr_FR','TRMS TRMS','term');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4129,'non','fr_FR','NN NN','non');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4130,'classes','fr_FR','KLSS KLSS','class');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4131,'art','fr_FR','ART ART','art');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4132,'culture','fr_FR','KLTR KLTR','cultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4133,'institutions','fr_FR','ANST ANST','institu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4134,'politique','fr_FR','PLTK PLTK','polit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4135,'jeunesse','fr_FR','JNS ANS','jeuness');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4136,'sciences','fr_FR','SNSS SNSS','scienc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4137,'humaines','fr_FR','HMNS HMNS','humain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4138,'societe','fr_FR','SST SXT','societ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4139,'sports','fr_FR','SPRT SPRT','sport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4140,'loisirs','fr_FR','LSRS LSRS','loisir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4141,'techniques','fr_FR','TKNK TKNK','techniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4142,'vie','fr_FR','F F','vi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4143,'pratique','fr_FR','PRTK PRTK','pratiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4144,'zones','fr_FR','SNS SNS','zon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4145,'geographiques','fr_FR','JKRF KKRF','geograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4146,'essais','fr_FR','AS ASS','essais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4147,'illustration','fr_FR','ALST ALST','illustr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4148,'architecture','fr_FR','ARKT ARKT','architectur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4149,'dessinee','fr_FR','TSN TSN','dessine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4150,'design','fr_FR','TSN TSKN','design');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4151,'mobilier','fr_FR','MPL MPLR','mobili');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4152,'objets','fr_FR','APJT APJT','objet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4153,'musees','fr_FR','MSS MSS','muse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4154,'peinture','fr_FR','PNTR PNTR','peintur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4155,'photographie','fr_FR','FTKR FTKR','photograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4156,'architectes','fr_FR','ARKT ARKT','architect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4157,'moyen','fr_FR','MN MN','moyen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4158,'age','fr_FR','AJ AK','age');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4159,'ecoles','fr_FR','AKLS AKLS','ecol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4160,'styles','fr_FR','STLS STLS','styl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4161,'edifices','fr_FR','ATFS ATFS','edific');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4162,'xixeme','fr_FR','SKSM SKSM','xixem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4163,'siecle','fr_FR','SKL SKL','siecl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4164,'histoire','fr_FR','HSTR HSTR','histoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4165,'xxeme','fr_FR','SKSM SKSM','xxem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4166,'recit','fr_FR','RST RST','rec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4167,'historique','fr_FR','HSTR HSTR','histor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4168,'heroic','fr_FR','HRK HRK','heroic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4169,'fantasy','fr_FR','FNTS FNTS','fantasy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4170,'policier','fr_FR','PLS PLXR','polici');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4171,'humour','fr_FR','HMR HMR','humour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4172,'manga','fr_FR','MNK MNK','mang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4173,'realite','fr_FR','RLT RLT','realit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4174,'par','fr_FR','PR PR','par');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4175,'genre','fr_FR','JNR KNR','genr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4176,'selection','fr_FR','SLKX SLKX','select');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4177,'antiquite','fr_FR','ANTK ANTK','antiquit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4178,'grecque','fr_FR','KRK KRK','grecqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4179,'romaine','fr_FR','RMN RMN','romain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4180,'xviieme','fr_FR','SFM SFM','xviiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4181,'xviiieme','fr_FR','SFM SFM','xviiiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4182,'1800','fr_FR','','1800');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4183,'1849','fr_FR','','1849');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4184,'1850','fr_FR','','1850');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4185,'1899','fr_FR','','1899');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4186,'1900','fr_FR','','1900');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4187,'1949','fr_FR','','1949');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4188,'1950','fr_FR','','1950');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4189,'1999','fr_FR','','1999');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4190,'2000','fr_FR','','2000');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4191,'aujourd','fr_FR','AJRT AHRT','aujourd');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4192,'hui','fr_FR','H H','hui');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4193,'recits','fr_FR','RSTS RSTS','recit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4194,'exploration','fr_FR','AKSP AKSP','explor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4195,'miettes','fr_FR','MTS MTS','miet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4196,'distorsions','fr_FR','TSTR TSTR','distors');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4197,'memoires','fr_FR','MMRS MMRS','memoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4198,'autobiographies','fr_FR','ATPK ATPK','autobiograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4199,'journaux','fr_FR','JRN ARN','journal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4200,'carnets','fr_FR','KRNT KRNT','carnet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4201,'correspondance','fr_FR','KRSP KRSP','correspond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4202,'asiatique','fr_FR','ASTK AXTK','asiat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4203,'ecrivain','fr_FR','AKRF AKRF','ecrivain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4204,'son','fr_FR','SN SN','son');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4205,'oeuvre','fr_FR','AFR AFR','oeuvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4206,'comme','fr_FR','KM KM','comm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4207,'miroir','fr_FR','MRR MRR','miroir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4208,'americaine','fr_FR','AMRK AMRK','americain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4209,'hispano','fr_FR','HSPN HSPN','hispano');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4210,'theatre','fr_FR','0TR TTR','theatr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4211,'allemande','fr_FR','ALMN ALMN','allemand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4212,'critique','fr_FR','KRTK KRTK','critiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4213,'litteraire','fr_FR','LTRR LTRR','litterair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4214,'biographies','fr_FR','PKRF PKRF','biograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4215,'sujet','fr_FR','SJT SJT','sujet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4216,'politiques','fr_FR','PLTK PLTK','polit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4217,'france','fr_FR','FRNS FRNS','franc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4218,'europe','fr_FR','ARP ARP','europ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4219,'monde','fr_FR','MNT MNT','mond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4220,'administration','fr_FR','ATMN ATMN','administr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4221,'citoyennete','fr_FR','STNT STNT','citoyennet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4222,'president','fr_FR','PRST PRST','president');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4223,'gouvernement','fr_FR','KFRN KFRN','gouvern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4224,'parlement','fr_FR','PRLM PRLM','parl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4225,'justice','fr_FR','JSTS ASTS','justic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4226,'collectivites','fr_FR','KLKT KLKT','collectivit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4227,'territoriales','fr_FR','TRTR TRTR','territorial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4228,'defense','fr_FR','TFNS TFNS','defens');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4229,'nationale','fr_FR','NXNL NXNL','national');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4230,'securite','fr_FR','SKRT SKRT','securit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4231,'publique','fr_FR','PPLK PPLK','publiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4232,'droit','fr_FR','TRT TRT','droit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4233,'elections','fr_FR','ALKX ALKX','elect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4234,'fiscalite','fr_FR','FSKL FSKL','fiscalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4235,'partis','fr_FR','PRTS PRTS','part');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4236,'protection','fr_FR','PRTK PRTK','protect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4237,'sociale','fr_FR','SSL SXL','social');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4238,'syndicats','fr_FR','SNTK SNTK','syndicat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4239,'organisations','fr_FR','ARKN ARKN','organis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4240,'internationales','fr_FR','ANTR ANTR','international');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4241,'relations','fr_FR','RLXN RLXN','relat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4242,'animaux','fr_FR','ANM ANM','animal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4243,'corps','fr_FR','KRPS KRPS','corp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4244,'sante','fr_FR','SNT SNT','sant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4245,'decouvrir','fr_FR','TKFR TKFR','decouvr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4246,'eveil','fr_FR','AFL AFL','eveil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4247,'apprentissage','fr_FR','APRN APRN','apprentissag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4248,'nature','fr_FR','NTR NTR','natur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4249,'environnement','fr_FR','ANFR ANFR','environ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4250,'personnages','fr_FR','PRSN PRSN','personnag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4251,'extraordinaires','fr_FR','AKST AKST','extraordinair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4252,'mondes','fr_FR','MNTS MNTS','mond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4253,'imaginaires','fr_FR','AMJN AMKN','imaginair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4254,'vivre','fr_FR','FFR FFR','vivr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4255,'ensemble','fr_FR','ANSM ANSM','ensembl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4256,'chat','fr_FR','XT XT','chat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4257,'mammiferes','fr_FR','MMFR MMFR','mammifer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4258,'champs','fr_FR','XMPS XMPS','champ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4259,'foret','fr_FR','FRT FRT','foret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4260,'montagne','fr_FR','MNTN MNTK','montagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4261,'jungle','fr_FR','JNKL ANKL','jungl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4262,'poissons','fr_FR','PSNS PSNS','poisson');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4263,'insectes','fr_FR','ANSK ANSK','insect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4264,'oiseaux','fr_FR','AS AS','oiseau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4265,'menaces','fr_FR','MNSS MNSS','menac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4266,'dinosaures','fr_FR','TNSR TNSR','dinosaur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4267,'hygiene','fr_FR','HJN HKN','hygien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4268,'nourriture','fr_FR','NRTR NRTR','nourritur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4269,'vetement','fr_FR','FTMN FTMN','vet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4270,'coiffure','fr_FR','KFR KFR','coiffur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4271,'avoir','fr_FR','AFR AFR','avoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4272,'bebe','fr_FR','PP PP','beb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4273,'maladie','fr_FR','MLT MLT','malad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4274,'handicap','fr_FR','HNTK HNTK','handicap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4275,'medecin','fr_FR','MTSN MTSN','medecin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4276,'hopital','fr_FR','HPTL HPTL','hopital');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4277,'sexualite','fr_FR','SKSL SKSL','sexualit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4278,'transports','fr_FR','TRNS TRNS','transport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4279,'communiquer','fr_FR','KMNK KMNK','communiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4280,'s','fr_FR','S S','s');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4281,'informer','fr_FR','ANFR ANFR','inform');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4282,'prehistoire','fr_FR','PRHS PRHS','prehistoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4283,'amerique','fr_FR','AMRK AMRK','amer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4284,'experiences','fr_FR','AKSP AKSP','experient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4285,'espace','fr_FR','ASPS ASPS','espac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4286,'planetes','fr_FR','PLNT PLNT','planet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4287,'premiers','fr_FR','PRMR PRMR','premi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4288,'acquis','fr_FR','AKS AKS','acquis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4289,'autour','fr_FR','ATR ATR','autour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4290,'langage','fr_FR','LNKJ LNKK','langag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4291,'vers','fr_FR','FRS FRS','ver');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4292,'autonomie','fr_FR','ATNM ATNM','autonom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4293,'langues','fr_FR','LNKS LNKS','langu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4294,'etrangeres','fr_FR','ATRN ATRN','etranger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4295,'informatique','fr_FR','ANFR ANFR','informat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4296,'activites','fr_FR','AKTF AKTF','activit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4297,'manuelles','fr_FR','MNLS MNLS','manuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4298,'sport','fr_FR','SPRT SPRT','sport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4299,'deguisements','fr_FR','TKSM TKSM','deguis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4300,'enigmes','fr_FR','ANKM ANKM','enigm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4301,'devinettes','fr_FR','TFNT TFNT','devinet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4302,'adjectif','fr_FR','ATJK ATJK','adject');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4303,'campagne','fr_FR','KMPN KMPK','campagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4304,'mer','fr_FR','MR MR','mer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4305,'ocean','fr_FR','ASN ASN','ocean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4306,'desert','fr_FR','TSRT TSRT','desert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4307,'ville','fr_FR','FL FL','vill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4308,'air','fr_FR','AR AR','air');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4309,'eau','fr_FR','A A','eau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4310,'feu','fr_FR','F F','feu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4311,'saisons','fr_FR','SSNS SSNS','saison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4312,'arbres','fr_FR','ARPR ARPR','arbre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4313,'meteo','fr_FR','MT MT','meteo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4314,'proteger','fr_FR','PRTJ PRTK','proteg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4315,'sorciere','fr_FR','SRSR SRXR','sorcier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4316,'monstre','fr_FR','MNST MNST','monstr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4317,'dragon','fr_FR','TRKN TRKN','dragon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4318,'prince','fr_FR','PRNS PRNS','princ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4319,'princesse','fr_FR','PRNS PRNS','princess');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4320,'roi','fr_FR','R R','roi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4321,'reine','fr_FR','RN RN','rein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4322,'ogre','fr_FR','AKR AKR','ogre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4323,'nain','fr_FR','NN NN','nain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4324,'geant','fr_FR','JNT KNT','ge');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4325,'fantome','fr_FR','FNTM FNTM','fantom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4326,'pirate','fr_FR','PRT PRT','pirat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4327,'corsaire','fr_FR','KRSR KRSR','corsair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4328,'extra','fr_FR','AKST AKST','extra');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4329,'terrestre','fr_FR','TRST TRST','terrestr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4330,'imaginaire','fr_FR','AMJN AMKN','imaginair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4331,'danse','fr_FR','TNS TNS','dans');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4332,'famille','fr_FR','FML FML','famill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4333,'ecole','fr_FR','AKL AKL','ecol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4334,'college','fr_FR','KLJ KLK','colleg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4335,'amour','fr_FR','AMR AMR','amour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4336,'sentiments','fr_FR','SNTM SNTM','sent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4337,'enfants','fr_FR','ANFN ANFN','enfant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4338,'fetes','fr_FR','FTS FTS','fet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4339,'metiers','fr_FR','MTRS MTRS','meti');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4340,'c','fr_FR','K K','c');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4341,'est','fr_FR','AST AST','est');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4342,'complique','fr_FR','KMPL KMPL','compliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4343,'astronomie','fr_FR','ASTR ASTR','astronom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4344,'plantes','fr_FR','PLNT PLNT','plant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4345,'chimie','fr_FR','XM XM','chim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4346,'ecologie','fr_FR','AKLJ AKLK','ecolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4347,'genetique','fr_FR','JNTK KNTK','genet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4348,'evolution','fr_FR','AFLX AFLX','evolu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4349,'mathematiques','fr_FR','M0MT MTMT','mathemat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4350,'physique','fr_FR','FSK FSK','physiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4351,'terre','fr_FR','TR TR','terr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4352,'structure','fr_FR','STRK STRK','structur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4353,'climatologie','fr_FR','KLMT KLMT','climatolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4354,'meteorologie','fr_FR','MTRL MTRL','meteorolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4355,'oceanographie','fr_FR','ASNK ASNK','oceanograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4356,'hydrologie','fr_FR','HTRL HTRL','hydrolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4357,'continents','fr_FR','KNTN KNTN','continent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4358,'relief','fr_FR','RLF RLF','relief');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4359,'roches','fr_FR','RXS RKS','roch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4360,'mineraux','fr_FR','MNR MNR','mineral');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4361,'volcans','fr_FR','FLKN FLKN','volcan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4362,'micro','fr_FR','MKR MKR','micro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4363,'organismes','fr_FR','ARKN ARKN','organ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4364,'invertebres','fr_FR','ANFR ANFR','invertebr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4365,'mollusques','fr_FR','MLSK MLSK','mollusqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4366,'crustaces','fr_FR','KRST KRST','crustac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4367,'arachnides','fr_FR','ARKN ARKN','arachnid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4368,'batraciens','fr_FR','PTRS PTRX','batracien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4369,'reptiles','fr_FR','RPTL RPTL','reptil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4370,'marsupiaux','fr_FR','MRSP MRSP','marsupial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4371,'primates','fr_FR','PRMT PRMT','primat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4372,'chien','fr_FR','XN XN','chien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4373,'felins','fr_FR','FLNS FLNS','felin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4374,'rongeurs','fr_FR','RNJR RNKR','rongeur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4375,'archeologie','fr_FR','ARXL ARKL','archeolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4376,'communication','fr_FR','KMNK KMNK','commun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4377,'information','fr_FR','ANFR ANFR','inform');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4378,'demographie','fr_FR','TMKR TMKR','demograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4379,'linguistique','fr_FR','LNKS LNKS','linguist');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4380,'medecine','fr_FR','MTSN MTSN','medecin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4381,'philosophie','fr_FR','FLSF FLSF','philosoph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4382,'sociologie','fr_FR','SSLJ SXLK','sociolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4383,'journalisme','fr_FR','JRNL ARNL','journal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4384,'edition','fr_FR','ATXN ATXN','edit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4385,'anciens','fr_FR','ANSN ANXN','ancien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4386,'1600','fr_FR','','1600');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4387,'1699','fr_FR','','1699');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4388,'1700','fr_FR','','1700');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4389,'1799','fr_FR','','1799');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4390,'1914','fr_FR','','1914');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4391,'premiere','fr_FR','PRMR PRMR','premier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4392,'guerre','fr_FR','KR KR','guerr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4393,'mondiale','fr_FR','MNTL MNTL','mondial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4394,'1918','fr_FR','','1918');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4395,'entre','fr_FR','ANTR ANTR','entre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4396,'deux','fr_FR','TKS TKS','deux');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4397,'guerres','fr_FR','KRS KRS','guerr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4398,'1919','fr_FR','','1919');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4399,'1938','fr_FR','','1938');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4400,'deuxieme','fr_FR','TKSM TKSM','deuxiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4401,'1939','fr_FR','','1939');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4402,'1945','fr_FR','','1945');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4403,'1946','fr_FR','','1946');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4404,'depuis','fr_FR','TPS TPS','depuis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4405,'metaphysique','fr_FR','MTFS MTFS','metaphys');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4406,'epistemologie','fr_FR','APST APST','epistemolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4407,'antique','fr_FR','ANTK ANTK','antiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4408,'medievale','fr_FR','MTFL MTFL','medieval');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4409,'orientale','fr_FR','ARNT ARNT','oriental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4410,'occidentale','fr_FR','AXTN AXTN','occidental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4411,'moderne','fr_FR','MTRN MTRN','modern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4412,'enfant','fr_FR','ANFN ANFN','enfant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4413,'adulte','fr_FR','ATLT ATLT','adult');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4414,'problemes','fr_FR','PRPL PRPL','problem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4415,'debats','fr_FR','TPTS TPTS','debat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4416,'criminalite','fr_FR','KRMN KRMN','criminalit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4417,'emploi','fr_FR','AMPL AMPL','emploi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4418,'enseignement','fr_FR','ANSN ANSK','enseign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4419,'formation','fr_FR','FRMX FRMX','format');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4420,'couple','fr_FR','KPL KPL','coupl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4421,'illettrisme','fr_FR','ALTR ALTR','illettr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4422,'migrations','fr_FR','MKRX MKRX','migrat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4423,'mode','fr_FR','MT MT','mod');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4424,'costume','fr_FR','KSTM KSTM','costum');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4425,'urbanisme','fr_FR','ARPN ARPN','urban');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4426,'esoterisme','fr_FR','ASTR ASTR','esoter');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4427,'solidarite','fr_FR','SLTR SLTR','solidarit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4428,'action','fr_FR','AKXN AKXN','action');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4429,'logement','fr_FR','LJMN LKMN','log');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4430,'associative','fr_FR','ASST ASXT','associ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4431,'jeunes','fr_FR','JNS ANS','jeun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4432,'femmes','fr_FR','FMS FMS','femm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4433,'hommes','fr_FR','HMS HMS','homm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4434,'troisieme','fr_FR','TRSM TRSM','troisiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4435,'conseil','fr_FR','KNSL KNSL','conseil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4436,'orientation','fr_FR','ARNT ARNT','orient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4437,'primaire','fr_FR','PRMR PRMR','primair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4438,'secondaire','fr_FR','SKNT SKNT','secondair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4439,'superieur','fr_FR','SPRR SPRR','superieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4440,'examens','fr_FR','AKSM AKSM','examen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4441,'concours','fr_FR','KNKR KNKR','concour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4442,'pedagogie','fr_FR','PTKJ PTKK','pedagog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4443,'drogue','fr_FR','TRK TRK','drogu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4444,'bible','fr_FR','PPL PPL','bibl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4445,'christianisme','fr_FR','KRSX KRSX','christian');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4446,'sectes','fr_FR','SKTS SKTS','sect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4447,'bouddhisme','fr_FR','PTSM PTSM','bouddhism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4448,'hindouisme','fr_FR','HNTS HNTS','hindou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4449,'judaisme','fr_FR','JTSM ATSM','judaism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4450,'autres','fr_FR','ATRS ATRS','autr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4451,'mouvements','fr_FR','MFMN MFMN','mouv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4452,'religieux','fr_FR','RLJK RLKK','religi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4453,'artisanat','fr_FR','ARTS ARTS','artisanat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4454,'chasse','fr_FR','XS XS','chass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4455,'peche','fr_FR','PX PK','pech');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4456,'collections','fr_FR','KLKX KLKX','collect');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4457,'genealogie','fr_FR','JNLJ KNLK','genealog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4458,'vehicules','fr_FR','FHKL FHKL','vehicul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4459,'regions','fr_FR','RJNS RKNS','region');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4460,'alsace','fr_FR','ALSS ALSS','alsac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4461,'aquitaine','fr_FR','AKTN AKTN','aquitain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4462,'auvergne','fr_FR','AFRN AFRK','auvergn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4463,'bourgogne','fr_FR','PRKN PRKK','bourgogn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4464,'bretagne','fr_FR','PRTN PRTK','bretagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4465,'champagne','fr_FR','XMPN XMPK','champagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4466,'ardenne','fr_FR','ARTN ARTN','arden');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4467,'corse','fr_FR','KRS KRS','cors');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4468,'franche','fr_FR','FRNX FRNK','franch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4469,'comte','fr_FR','KMT KMT','comt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4470,'languedoc','fr_FR','LNKT LNKT','languedoc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4471,'roussillon','fr_FR','RSLN RSLN','roussillon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4472,'limousin','fr_FR','LMSN LMSN','limousin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4473,'lorraine','fr_FR','LRN LRN','lorrain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4474,'midi','fr_FR','MT MT','mid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4475,'pyrenees','fr_FR','PRNS PRNS','pyrene');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4476,'nord','fr_FR','NRT NRT','nord');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4477,'pas','fr_FR','PS PS','pas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4478,'calais','fr_FR','KL KLS','cal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4479,'normandie','fr_FR','NRMN NRMN','normand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4480,'haute','fr_FR','HT HT','haut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4481,'basse','fr_FR','PS PS','bass');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4482,'picardie','fr_FR','PKRT PKRT','picard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4483,'poitou','fr_FR','PT PT','poitou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4484,'charentes','fr_FR','XRNT XRNT','charent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4485,'provence','fr_FR','PRFN PRFN','provenc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4486,'alpes','fr_FR','ALPS ALPS','alpe');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4487,'cote','fr_FR','KT KT','cot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4488,'azur','fr_FR','ASR ASR','azur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4489,'rhone','fr_FR','RN RN','rhon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4490,'agriculture','fr_FR','AKRK AKRK','agricultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4491,'elevage','fr_FR','ALFJ ALFK','elevag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4492,'agroalimentaire','fr_FR','AKRL AKRL','agroalimentair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4493,'aviation','fr_FR','AFXN AFXN','aviat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4494,'aeronautique','fr_FR','ARNT ARNT','aeronaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4495,'batiment','fr_FR','PTMN PTMN','bat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4496,'travaux','fr_FR','TRF TRF','traval');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4497,'publics','fr_FR','PPLK PPLK','public');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4498,'energie','fr_FR','ANRJ ANRK','energ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4499,'astronautique','fr_FR','ASTR ASTR','astronaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4500,'industries','fr_FR','ANTS ANTS','industr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4501,'diverses','fr_FR','TFRS TFRS','divers');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4502,'navigation','fr_FR','NFKX NFKX','navig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4503,'inventions','fr_FR','ANFN ANFN','invent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4504,'robots','fr_FR','RPTS RPTS','robot');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4505,'artificielle','fr_FR','ARTF ARTF','artificiel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4506,'telecommunications','fr_FR','TLKM TLKM','telecommun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4507,'commerce','fr_FR','KMRS KMRS','commerc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4508,'gestion','fr_FR','KSXN JSXN','gestion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4509,'entreprise','fr_FR','ANTR ANTR','entrepris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4510,'bases','fr_FR','PSS PSS','bas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4511,'donnees','fr_FR','TNS TNS','donne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4512,'logiciels','fr_FR','LJSL LKXL','logiciel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4513,'reseaux','fr_FR','RS RS','reseau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4514,'internet','fr_FR','ANTR ANTR','internet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4515,'domestiques','fr_FR','TMST TMST','domest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4516,'bricolage','fr_FR','PRKL PRKL','bricolag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4517,'developpement','fr_FR','TFLP TFLP','developp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4518,'personnel','fr_FR','PRSN PRSN','personnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4519,'maison','fr_FR','MSN MSN','maison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4520,'decoration','fr_FR','TKRX TKRX','decor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4521,'puericulture','fr_FR','PRKL PRKL','puericultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4522,'parents','fr_FR','PRNT PRNT','parent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4523,'centrale','fr_FR','SNTR SNTR','central');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4524,'sud','fr_FR','ST ST','sud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4525,'asie','fr_FR','AS AS','asi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4526,'oceanie','fr_FR','ASN ASN','ocean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4527,'antarctique','fr_FR','ANTR ANTR','antarct');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4528,'arctique','fr_FR','ARKT ARKT','arctiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4529,'ouest','fr_FR','AST AST','ouest');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4530,'equatoriale','fr_FR','AKTR AKTR','equatorial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4531,'iles','fr_FR','ALS ALS','ile');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4532,'indien','fr_FR','ANTN ANTN','indien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4533,'alaska','fr_FR','ALSK ALSK','alask');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4534,'canada','fr_FR','KNT KNT','canad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4535,'saint','fr_FR','SNT SNT','saint');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4536,'pierre','fr_FR','PR PR','pierr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4537,'miquelon','fr_FR','MKLN MKLN','miquelon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4538,'groenland','fr_FR','KRNL KRNL','groenland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4539,'etats','fr_FR','ATTS ATTS','etat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4540,'unis','fr_FR','ANS ANS','unis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4541,'bermudes','fr_FR','PRMT PRMT','bermud');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4542,'mexique','fr_FR','MKSK MKSK','mexiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4543,'belize','fr_FR','PLS PLS','beliz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4544,'guatemala','fr_FR','KTML KTML','guatemal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4545,'salvador','fr_FR','SLFT SLFT','salvador');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4546,'honduras','fr_FR','HNTR HNTR','hondur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4547,'nicaragua','fr_FR','NKRK NKRK','nicaragu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4548,'costa','fr_FR','KST KST','cost');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4549,'rica','fr_FR','RK RK','ric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4550,'panama','fr_FR','PNM PNM','panam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4551,'antilles','fr_FR','ANTL ANTL','antill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4552,'colombie','fr_FR','KLMP KLMP','colomb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4553,'venezuela','fr_FR','FNSL FNSL','venezuel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4554,'guyana','fr_FR','KN KN','guyan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4555,'surinam','fr_FR','SRNM SRNM','surinam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4556,'guyane','fr_FR','KN KN','guyan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4557,'francaise','fr_FR','FRNK FRNK','francais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4558,'equateur','fr_FR','AKTR AKTR','equateur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4559,'perou','fr_FR','PR PR','perou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4560,'bresil','fr_FR','PRSL PRSL','bresil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4561,'bolivie','fr_FR','PLF PLF','boliv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4562,'paraguay','fr_FR','PRK PRK','paraguay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4563,'uruguay','fr_FR','ARK ARK','uruguay');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4564,'balkans','fr_FR','PLKN PLKN','balkan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4565,'orient','fr_FR','ARNT ARNT','orient');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4566,'transcaucasie','fr_FR','TRNS TRNS','transcaucas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4567,'melanesie','fr_FR','MLNS MLNS','melanes');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4568,'micronesie','fr_FR','MKRN MKRN','micrones');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4569,'polynesie','fr_FR','PLNS PLNS','polynes');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4570,'maroc','fr_FR','MRK MRK','maroc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4571,'tunisie','fr_FR','TNS TNS','tunis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4572,'algerie','fr_FR','ALKR ALJR','alger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4573,'libye','fr_FR','LP LP','liby');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4574,'sierra','fr_FR','SR SR','sierr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4575,'leone','fr_FR','LN LN','leon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4576,'mauritanie','fr_FR','MRTN MRTN','mauritan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4577,'mali','fr_FR','ML ML','mal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4578,'senegal','fr_FR','SNKL SNKL','senegal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4579,'guin','fr_FR','KN KN','guin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4580,'ivoire','fr_FR','AFR AFR','ivoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4581,'gambie','fr_FR','KMP KMP','gamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4582,'guinee','fr_FR','KN KN','guine');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4583,'bissau','fr_FR','PS PS','bissau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4584,'liberia','fr_FR','LPR LPR','liberi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4585,'burkina','fr_FR','PRKN PRKN','burkin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4586,'faso','fr_FR','FS FS','faso');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4587,'ghana','fr_FR','KN KN','ghan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4588,'togo','fr_FR','TK TK','togo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4589,'benin','fr_FR','PNN PNN','benin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4590,'cap','fr_FR','KP KP','cap');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4591,'vert','fr_FR','FRT FRT','vert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4592,'tchad','fr_FR','XT XT','tchad');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4593,'niger','fr_FR','NJR NKR','nig');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4594,'nigeria','fr_FR','NJR NKR','nigeri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4595,'cameroun','fr_FR','KMRN KMRN','cameroun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4596,'centrafricaine','fr_FR','SNTR SNTR','centrafricain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4597,'republique','fr_FR','RPPL RPPL','republ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4598,'soudan','fr_FR','STN STN','soudan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4599,'erythree','fr_FR','AR0R ARTR','erythre');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4600,'ethiopie','fr_FR','A0P ATP','ethiop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4601,'somalie','fr_FR','SML SML','somal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4602,'kenya','fr_FR','KN KN','keni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4603,'tanzanie','fr_FR','TNSN TNSN','tanzan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4604,'djibouti','fr_FR','TJPT TJPT','djibout');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4605,'ouganda','fr_FR','AKNT AKNT','ougand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4606,'congo','fr_FR','KNK KNK','congo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4607,'democratique','fr_FR','TMKR TMKR','democrat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4608,'gabon','fr_FR','KPN KPN','gabon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4609,'sao','fr_FR','S S','sao');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4610,'tome','fr_FR','TM TM','tom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4611,'principe','fr_FR','PRNS PRNS','princip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4612,'burundi','fr_FR','PRNT PRNT','burund');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4613,'angola','fr_FR','ANKL ANKL','angol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4614,'zambie','fr_FR','SMP SMP','zamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4615,'zimbabwe','fr_FR','SMPP SMPP','zimbabw');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4616,'botswana','fr_FR','PTSN PTSN','botswan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4617,'swaziland','fr_FR','SSLN XTSL','swaziland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4618,'lesotho','fr_FR','LS0 LST','lesotho');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4619,'namibie','fr_FR','NMP NMP','namib');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4620,'mozambique','fr_FR','MSMP MSMP','mozamb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4621,'malawi','fr_FR','ML ML','malaw');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4622,'seychelles','fr_FR','SXLS SKLS','seychel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4623,'maurice','fr_FR','MRS MRS','mauric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4624,'reunion','fr_FR','RNN RNN','reunion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4625,'comores','fr_FR','KMRS KMRS','comor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4626,'mayotte','fr_FR','MT MT','mayott');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4627,'bahamas','fr_FR','PHMS PHMS','baham');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4628,'cuba','fr_FR','KP KP','cub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4629,'jamaique','fr_FR','JMK AMK','jamaiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4630,'haiti','fr_FR','HT HT','hait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4631,'dominicaine','fr_FR','TMNK TMNK','dominicain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4632,'porto','fr_FR','PRT PRT','porto');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4633,'rico','fr_FR','RK RK','rico');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4634,'guadeloupe','fr_FR','KTLP KTLP','guadeloup');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4635,'martinique','fr_FR','MRTN MRTN','martin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4636,'islande','fr_FR','ALNT ALNT','island');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4637,'norvege','fr_FR','NRFJ NRFK','norveg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4638,'suede','fr_FR','ST ST','sued');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4639,'finlande','fr_FR','FNLN FNLN','finland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4640,'danemark','fr_FR','TNMR TNMR','danemark');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4641,'irlande','fr_FR','ARLN ARLN','irland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4642,'grande','fr_FR','KRNT KRNT','grand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4643,'bas','fr_FR','PS PS','bas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4644,'belgique','fr_FR','PLJK PLKK','belgiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4645,'luxembourg','fr_FR','LKSM LKSM','luxembourg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4646,'suisse','fr_FR','SS SS','suiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4647,'allemagne','fr_FR','ALMN ALMK','allemagn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4648,'tcheque','fr_FR','XK XK','tchequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4649,'slovaquie','fr_FR','SLFK XLFK','slovaqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4650,'autriche','fr_FR','ATRX ATRK','autrich');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4651,'hongrie','fr_FR','HNKR HNKR','hongr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4652,'pologne','fr_FR','PLN PLKN','pologn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4653,'estonie','fr_FR','ASTN ASTN','eston');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4654,'lettonie','fr_FR','LTN LTN','letton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4655,'lituanie','fr_FR','LTN LTN','lituan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4656,'bielorussie','fr_FR','PLRS PLRS','bieloruss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4657,'ukraine','fr_FR','AKRN AKRN','ukrain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4658,'moldavie','fr_FR','MLTF MLTF','moldav');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4659,'roumanie','fr_FR','RMN RMN','rouman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4660,'portugal','fr_FR','PRTK PRTK','portugal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4661,'italie','fr_FR','ATL ATL','ital');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4662,'malte','fr_FR','MLT MLT','malt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4663,'slovenie','fr_FR','SLFN XLFN','sloven');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4664,'croatie','fr_FR','KRT KRT','croat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4665,'bosnie','fr_FR','PSN PSN','bosn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4666,'herzegovine','fr_FR','HRSK HRSK','herzegovin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4667,'macedoine','fr_FR','MSTN MSTN','macedoin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4668,'albanie','fr_FR','ALPN ALPN','alban');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4669,'grece','fr_FR','KRS KRS','grec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4670,'bulgarie','fr_FR','PLKR PLKR','bulgar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4671,'serbie','fr_FR','SRP SRP','serb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4672,'montenegro','fr_FR','MNTN MNTN','montenegro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4673,'proche','fr_FR','PRX PRK','proch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4674,'jordanie','fr_FR','JRTN ARTN','jordan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4675,'irak','fr_FR','ARK ARK','irak');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4676,'arabie','fr_FR','ARP ARP','arab');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4677,'chypre','fr_FR','XPR XPR','chypr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4678,'egypte','fr_FR','AJPT AKPT','egypt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4679,'israel','fr_FR','ASRL ASRL','israel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4680,'liban','fr_FR','LPN LPN','liban');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4681,'syrie','fr_FR','SR SR','syr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4682,'palestine','fr_FR','PLST PLST','palestin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4683,'territoires','fr_FR','TRTR TRTR','territoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4684,'autonomes','fr_FR','ATNM ATNM','autonom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4685,'turquie','fr_FR','TRK TRK','turqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4686,'saoudite','fr_FR','STT STT','saoudit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4687,'bahrein','fr_FR','PRN PRN','bahrein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4688,'emirats','fr_FR','AMRT AMRT','emirat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4689,'arabes','fr_FR','ARPS ARPS','arab');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4690,'koweit','fr_FR','KT KT','koweit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4691,'oman','fr_FR','AMN AMN','oman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4692,'qatar','fr_FR','KTR KTR','qatar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4693,'yemen','fr_FR','AMN AMN','yemen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4694,'georgie','fr_FR','JRJ KRK','georg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4695,'armenie','fr_FR','ARMN ARMN','armen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4696,'azerbaidjan','fr_FR','ASRP ASRP','azerbaidjan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4697,'russie','fr_FR','RS RS','russ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4698,'federation','fr_FR','FTRX FTRX','feder');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4699,'kazakhstan','fr_FR','KSKS KTSK','kazakhstan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4700,'ouzbekistan','fr_FR','ASPK ATSP','ouzbekistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4701,'kirghizistan','fr_FR','KRKS KRKT','kirghizistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4702,'turkmenistan','fr_FR','TRKM TRKM','turkmenistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4703,'tadjikistan','fr_FR','TTJK TTJK','tadjikistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4704,'iran','fr_FR','ARN ARN','iran');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4705,'pakistan','fr_FR','PKST PKST','pakistan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4706,'mongolie','fr_FR','MNKL MNKL','mongol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4707,'coree','fr_FR','KR KR','core');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4708,'japon','fr_FR','JPN APN','japon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4709,'chine','fr_FR','XN XN','chin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4710,'taiwan','fr_FR','TN TN','taiwan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4711,'inde','fr_FR','ANT ANT','inde');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4712,'nepal','fr_FR','NPL NPL','nepal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4713,'bhoutan','fr_FR','PTN PTN','bhoutan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4714,'bangladesh','fr_FR','PNKL PNKL','bangladesh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4715,'sri','fr_FR','SR SR','sri');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4716,'lanka','fr_FR','LNK LNK','lank');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4717,'maldives','fr_FR','MLTF MLTF','maldiv');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4718,'birmanie','fr_FR','PRMN PRMN','birman');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4719,'brunei','fr_FR','PRN PRN','brunei');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4720,'cambodge','fr_FR','KMPJ KMPJ','cambodg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4721,'indonesie','fr_FR','ANTN ANTN','indones');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4722,'laos','fr_FR','LS LS','laos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4723,'malaisie','fr_FR','MLS MLS','malais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4724,'philippines','fr_FR','FLPN FLPN','philippin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4725,'singapour','fr_FR','SNKP SNKP','singapour');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4726,'thailande','fr_FR','0LNT TLNT','thailand');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4727,'viet','fr_FR','FT FT','viet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4728,'nam','fr_FR','NM NM','nam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4729,'papouasie','fr_FR','PPS PPS','papouas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4730,'caledonie','fr_FR','KLTN KLTN','caledon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4731,'vanuatu','fr_FR','FNT FNT','vanuatu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4732,'fidji','fr_FR','FTJ FTJ','fidj');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4733,'salomon','fr_FR','SLMN SLMN','salomon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4734,'bismarck','fr_FR','PSMR PSMR','bismarck');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4735,'archipel','fr_FR','ARXP ARKP','archipel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4736,'carolines','fr_FR','KRLN KRLN','carolin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4737,'kiribati','fr_FR','KRPT KRPT','kiribat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4738,'mariannes','fr_FR','MRNS MRNS','mariann');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4739,'marshall','fr_FR','MRXL MRXL','marshall');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4740,'palau','fr_FR','PL PL','palau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4741,'zelande','fr_FR','SLNT SLNT','zeland');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4742,'tonga','fr_FR','TNK TNK','tong');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4743,'wallis','fr_FR','ALS FLS','wall');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4744,'futuna','fr_FR','FTN FTN','futun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4745,'nauru','fr_FR','NR NR','nauru');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4746,'tuvalu','fr_FR','TFL TFL','tuvalu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4747,'samoa','fr_FR','SM SM','samo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4748,'occidentales','fr_FR','AXTN AXTN','occidental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4749,'hawaii','fr_FR','H H','hawai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4750,'orientales','fr_FR','ARNT ARNT','oriental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4751,'cook','fr_FR','KK KK','cook');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4752,'homosexualite','fr_FR','HMSK HMSK','homosexualit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4753,'sommeil','fr_FR','SML SML','sommeil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4754,'avocat','fr_FR','AFKT AFKT','avocat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4755,'mentale','fr_FR','MNTL MNTL','mental');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4756,'autisme','fr_FR','ATSM ATSM','autism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4757,'psychiatrie','fr_FR','SKTR SKTR','psychiatr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4758,'formes','fr_FR','FRMS FRMS','form');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4759,'tailles','fr_FR','TLS TLS','taill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4760,'mediterranee','fr_FR','MTTR MTTR','mediterrane');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4761,'maghreb','fr_FR','MKRP MKRP','maghreb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4762,'anglaise','fr_FR','ANKL ANKL','anglais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4763,'angoisse','fr_FR','ANKS ANKS','angoiss');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4764,'roller','fr_FR','RLR RLR','roll');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4765,'fauteuil','fr_FR','FTL FTL','fauteuil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4766,'roulant','fr_FR','RLNT RLNT','roul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4767,'essai','fr_FR','AS AS','essai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4768,'etrangere','fr_FR','ATRN ATRN','etranger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4769,'espagnole','fr_FR','ASPN ASPK','espagnol');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4770,'italienne','fr_FR','ATLN ATLN','italien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4771,'lusitanienne','fr_FR','LSTN LSTN','lusitanien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4772,'nordique','fr_FR','NRTK NRTK','nordiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4773,'russe','fr_FR','RS RS','russ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4774,'horreur','fr_FR','HRR HRR','horreur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4775,'quotidienne','fr_FR','KTTN KTTN','quotidien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4776,'chiffres','fr_FR','XFRS XFRS','chiffr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4777,'alphabet','fr_FR','ALFP ALFP','alphabet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4778,'anglais','fr_FR','ANKL ANKL','anglais');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4779,'cafe','fr_FR','KF KF','caf');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4780,'mayas','fr_FR','MS MS','mai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4781,'incas','fr_FR','ANKS ANKS','incas');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4782,'azteques','fr_FR','ASTK ASTK','aztequ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4783,'civilisations','fr_FR','SFLS SFLS','civilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4784,'precolombiennes','fr_FR','PRKL PRKL','precolombien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4785,'eleves','fr_FR','ALFS ALFS','elev');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4786,'prison','fr_FR','PRSN PRSN','prison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4787,'prisonniers','fr_FR','PRSN PRSN','prisonni');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4788,'byron','fr_FR','PRN PRN','byron');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4789,'george','fr_FR','JRJ KRK','georg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4790,'gordon','fr_FR','KRTN KRTN','gordon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4791,'noel','fr_FR','NL NL','noel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4792,'athenes','fr_FR','A0NS ATNS','athen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4793,'epices','fr_FR','APSS APSS','epic');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4794,'venise','fr_FR','FNS FNS','venis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4795,'western','fr_FR','ASTR FSTR','western');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4796,'amitie','fr_FR','AMT AMT','amit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4797,'site','fr_FR','ST ST','sit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4798,'web','fr_FR','AP FP','web');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4799,'cultures','fr_FR','KLTR KLTR','cultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4800,'communaute','fr_FR','KMNT KMNT','communaut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4801,'gitans','fr_FR','JTNS KTNS','gitan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4802,'huitre','fr_FR','HTR HTR','huitr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4803,'moule','fr_FR','ML ML','moul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4804,'coquillages','fr_FR','KKLJ KKLK','coquillag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4805,'conchyliculture','fr_FR','KNXL KNKL','conchylicultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4806,'ostreiculture','fr_FR','ASTR ASTR','ostreicultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4807,'mytiliculture','fr_FR','MTLK MTLK','mytilicultur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4808,'lingerie','fr_FR','LNKR LNJR','linger');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4809,'atlantide','fr_FR','ATLN ATLN','atlantid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4810,'fete','fr_FR','FT FT','fet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4811,'foraine','fr_FR','FRN FRN','forain');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4812,'cheval','fr_FR','XFL XFL','cheval');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4813,'equides','fr_FR','AKTS AKTS','equid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4814,'canides','fr_FR','KNTS KNTS','canid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4815,'musee','fr_FR','MS MS','muse');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4816,'homme','fr_FR','HM HM','homm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4817,'paris','fr_FR','PRS PRS','paris');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4818,'surrealisme','fr_FR','SRLS SRLS','surreal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4819,'ouvrages','fr_FR','AFRJ AFRK','ouvrag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4820,'generaux','fr_FR','JNR KNR','general');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4821,'dadaisme','fr_FR','TTSM TTSM','dadaism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4822,'romantisme','fr_FR','RMNT RMNT','romant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4823,'aquarelle','fr_FR','AKRL AKRL','aquarel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4824,'riviere','fr_FR','RFR RFR','rivier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4825,'araignees','fr_FR','ARNS ARKN','araigne');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4826,'paysage','fr_FR','PSJ PSK','paysag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4827,'elements','fr_FR','ALMN ALMN','element');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4828,'ciel','fr_FR','SL XL','ciel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4829,'mythes','fr_FR','M0S MTS','myth');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4830,'legendes','fr_FR','LJNT LKNT','legend');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4831,'bali','fr_FR','PL PL','bal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4832,'claudel','fr_FR','KLTL KLTL','claudel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4833,'camille','fr_FR','KML KML','camill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4834,'effel','fr_FR','AFL AFL','effel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4835,'jean','fr_FR','JN AN','jean');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4836,'cubisme','fr_FR','KPSM KPSM','cubism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4837,'couleur','fr_FR','KLR KLR','couleur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4838,'porte','fr_FR','PRT PRT','port');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4839,'industriels','fr_FR','ANTS ANTS','industriel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4840,'stern','fr_FR','STRN STRN','stern');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4841,'bert','fr_FR','PRT PRT','bert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4842,'lune','fr_FR','LN LN','lun');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4843,'automobile','fr_FR','ATMP ATMP','automobil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4844,'renault','fr_FR','RNLT RNLT','renault');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4845,'4','fr_FR','','4');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4846,'chevaux','fr_FR','XF XF','cheval');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4847,'cunningham','fr_FR','KNNK KNNK','cunningham');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4848,'merce','fr_FR','MRS MRS','merc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4849,'tropiques','fr_FR','TRPK TRPK','tropiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4850,'orchides','fr_FR','ARKT ARKT','orchid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4851,'tropicale','fr_FR','TRPK TRPK','tropical');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4852,'coquillage','fr_FR','KKLJ KKLK','coquillag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4853,'fruits','fr_FR','FRTS FRTS','fruit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4854,'xxieme','fr_FR','SKSM SKSM','xxiem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4855,'papier','fr_FR','PP PPR','papi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4856,'nouveau','fr_FR','NF NF','nouveau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4857,'mucha','fr_FR','MX MK','much');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4858,'alfons','fr_FR','ALFN ALFN','alfon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4859,'michel','fr_FR','MXL MKL','michel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4860,'ange','fr_FR','ANJ ANK','ange');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4861,'klee','fr_FR','KL KL','kle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4862,'paul','fr_FR','PL PL','paul');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4863,'champignons','fr_FR','XMPN XMPK','champignon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4864,'hotels','fr_FR','HTLS HTLS','hotel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4865,'particuliers','fr_FR','PRTK PRTK','particuli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4866,'nouvel','fr_FR','NFL NFL','nouvel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4867,'modigliani','fr_FR','MTKL MTLN','modiglian');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4868,'amedeo','fr_FR','AMT AMT','amedeo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4869,'brut','fr_FR','PRT PRT','brut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4870,'rodin','fr_FR','RTN RTN','rodin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4871,'auguste','fr_FR','AKST AKST','august');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4872,'duchamp','fr_FR','TXMP TKMP','duchamp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4873,'marcel','fr_FR','MRSL MRSL','marcel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4874,'picasso','fr_FR','PKS PKS','picasso');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4875,'pablo','fr_FR','PPL PPL','pablo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4876,'cochon','fr_FR','KXN KKN','cochon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4877,'explorateurs','fr_FR','AKSP AKSP','explor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4878,'conquerants','fr_FR','KNKR KNKR','conquer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4879,'societes','fr_FR','SSTS SXTS','societ');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4880,'secretes','fr_FR','SKRT SKRT','secret');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4881,'gangs','fr_FR','KNKS KNKS','gang');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4882,'mafia','fr_FR','MF MF','mafi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4883,'fonds','fr_FR','FNTS FNTS','fond');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4884,'marins','fr_FR','MRNS MRNS','marin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4885,'monuments','fr_FR','MNMN MNMN','monu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4886,'esclavage','fr_FR','ASKF ASKF','esclavag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4887,'voile','fr_FR','FL FL','voil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4888,'equitation','fr_FR','AKTX AKTX','equit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4889,'equestres','fr_FR','AKST AKST','equestr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4890,'rois','fr_FR','R RS','rois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4891,'mythologie','fr_FR','M0LJ MTLK','mytholog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4892,'poney','fr_FR','PN PN','poney');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4893,'celebres','fr_FR','SLPR SLPR','celebr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4894,'civilisation','fr_FR','SFLS SFLS','civilis');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4895,'pharaons','fr_FR','FRNS FRNS','pharaon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4896,'avion','fr_FR','AFN AFN','avion');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4897,'bateau','fr_FR','PT PT','bateau');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4898,'train','fr_FR','TRN TRN','train');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4899,'verbe','fr_FR','FRP FRP','verb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4900,'nom','fr_FR','NM NM','nom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4901,'adverbe','fr_FR','ATFR ATFR','adverb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4902,'monastere','fr_FR','MNST MNST','monaster');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4903,'tibet','fr_FR','TPT TPT','tibet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4904,'mare','fr_FR','MR MR','mar');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4905,'distillation','fr_FR','TSTL TSTL','distill');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4906,'cadou','fr_FR','KT KT','cadou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4907,'rene','fr_FR','RN RN','ren');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4908,'guy','fr_FR','K K','guy');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4909,'lecture','fr_FR','LKTR LKTR','lectur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4910,'olympiques','fr_FR','ALMP ALMP','olymp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4911,'balzac','fr_FR','PLSK PLSK','balzac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4912,'honore','fr_FR','HNR HNR','honor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4913,'musset','fr_FR','MST MST','musset');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4914,'alfred','fr_FR','ALFR ALFR','alfred');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4915,'electromenager','fr_FR','ALKT ALKT','electromenag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4916,'londres','fr_FR','LNTR LNTR','londr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4917,'boissons','fr_FR','PSNS PSNS','boisson');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4918,'vin','fr_FR','FN FN','vin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4919,'sql','fr_FR','SKL SKL','sql');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4920,'quebec','fr_FR','KPK KPK','quebec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4921,'rapport','fr_FR','RPRT RPRT','rapport');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4922,'stage','fr_FR','STJ STK','stag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4923,'memoire','fr_FR','MMR MMR','memoir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4924,'analyse','fr_FR','ANLS ANLS','analys');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4925,'texte','fr_FR','TKST TKST','text');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4926,'commentaire','fr_FR','KMNT KMNT','commentair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4927,'traces','fr_FR','TRSS TRSS','trac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4928,'classification','fr_FR','KLSF KLSF','classif');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4929,'dewey','fr_FR','T T','dewey');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4930,'melvil','fr_FR','MLFL MLFL','melvil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4931,'paternite','fr_FR','PTRN PTRN','paternit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4932,'imprimerie','fr_FR','AMPR AMPR','imprimer');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4933,'union','fr_FR','ANN ANN','union');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4934,'europeenne','fr_FR','ARPN ARPN','europeen');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4935,'trouble','fr_FR','TRPL TRPL','troubl');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4936,'obsessionnel','fr_FR','APSS APSS','obsessionnel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4937,'compulsif','fr_FR','KMPL KMPL','compuls');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4938,'onu','fr_FR','AN AN','onu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4939,'star','fr_FR','STR STR','star');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4940,'menacees','fr_FR','MNSS MNSS','menace');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4941,'objet','fr_FR','APJT APJT','objet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4942,'omc','fr_FR','AMK AMK','omc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4943,'economique','fr_FR','AKNM AKNM','econom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4944,'culturelle','fr_FR','KLTR KLTR','culturel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4945,'chomage','fr_FR','XMJ XMK','chomag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4946,'systeme','fr_FR','SSTM SSTM','system');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4947,'monetaire','fr_FR','MNTR MNTR','monetair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4948,'international','fr_FR','ANTR ANTR','international');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4949,'biere','fr_FR','PR PR','bier');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4950,'adolescents','fr_FR','ATLS ATLS','adolescent');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4951,'dubuffet','fr_FR','TPFT TPFT','dubuffet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4952,'sauces','fr_FR','SSS SSS','sauc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4953,'dali','fr_FR','TL TL','dal');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4954,'miel','fr_FR','ML ML','miel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4955,'ernst','fr_FR','ARNS ARNS','ernst');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4956,'max','fr_FR','MKS MKS','max');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4957,'miro','fr_FR','MR MR','miro');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4958,'joan','fr_FR','JN AN','joan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4959,'magritte','fr_FR','MKRT MKRT','magritt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4960,'ren','fr_FR','RN RN','ren');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4961,'infusions','fr_FR','ANFS ANFX','infus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4962,'argumentation','fr_FR','ARKM ARKM','argument');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4963,'theories','fr_FR','0RS TRS','theor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4964,'mariage','fr_FR','MRJ MRK','mariag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4965,'fromage','fr_FR','FRMJ FRMK','fromag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4966,'agriculteurs','fr_FR','AKRK AKRK','agriculteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4967,'mouche','fr_FR','MX MK','mouch');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4968,'portrait','fr_FR','PRTR PRTR','portr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4969,'herbier','fr_FR','HRP HRPR','herbi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4970,'tex','fr_FR','TKS TKS','tex');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4971,'mex','fr_FR','MKS MKS','mex');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4972,'japonais','fr_FR','JPN APNS','japon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4973,'chinois','fr_FR','XN XNS','chinois');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4974,'aromatiques','fr_FR','ARMT ARMT','aromat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4975,'plat','fr_FR','PLT PLT','plat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4976,'unique','fr_FR','ANK ANK','uniqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4977,'immigration','fr_FR','AMKR AMKR','immigr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4978,'clandestine','fr_FR','KLNT KLNT','clandestin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4979,'soufisme','fr_FR','SFSM SFSM','soufism');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4980,'relaxation','fr_FR','RLKS RLKS','relax');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4981,'banlieue','fr_FR','PNL PNL','banlieu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4982,'tai','fr_FR','T T','tai');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4983,'chi','fr_FR','X X','chi');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4984,'chuan','fr_FR','XN XN','chuan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4985,'jouet','fr_FR','JT AT','jouet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4986,'acteurs','fr_FR','AKTR AKTR','acteur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4987,'herbes','fr_FR','HRPS HRPS','herb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4988,'keynes','fr_FR','KNS KNS','keyn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4989,'john','fr_FR','JN AN','john');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4990,'maynard','fr_FR','MNRT MNRT','maynard');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4991,'capitalisme','fr_FR','KPTL KPTL','capital');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4992,'ogm','fr_FR','AKM AKM','ogm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4993,'rapide','fr_FR','RPT RPT','rapid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4994,'pomme','fr_FR','PM PM','pomm');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4995,'indiens','fr_FR','ANTN ANTN','indien');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4996,'navajos','fr_FR','NFJS NFHS','navajos');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4997,'publication','fr_FR','PPLK PPLK','publiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4998,'assistee','fr_FR','ASST ASST','assiste');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (4999,'ordinateur','fr_FR','ARTN ARTN','ordin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5000,'adn','fr_FR','ATN ATN','adn');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5001,'crick','fr_FR','KRK KRK','crick');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5002,'francis','fr_FR','FRNS FRNS','franc');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5003,'harry','fr_FR','HR HR','harry');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5004,'compton','fr_FR','KMPT KMPT','compton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5005,'watson','fr_FR','ATSN FTSN','watson');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5006,'james','fr_FR','JMS AMS','jam');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5007,'bibliographie','fr_FR','PPLK PPLK','bibliograph');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5008,'einstein','fr_FR','ANST ANST','einstein');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5009,'albert','fr_FR','ALPR ALPR','albert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5010,'relativite','fr_FR','RLTF RLTF','relativit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5011,'trou','fr_FR','TR TR','trou');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5012,'noir','fr_FR','NR NR','noir');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5013,'turing','fr_FR','TRNK TRNK','turing');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5014,'alan','fr_FR','ALN ALN','alan');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5015,'mathison','fr_FR','M0SN MTSN','mathison');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5016,'oppenheimer','fr_FR','APNM APNM','oppenheim');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5017,'julius','fr_FR','JLS ALS','julius');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5018,'robert','fr_FR','RPRT RPRT','robert');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5019,'bombe','fr_FR','PMP PMP','bomb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5020,'atomique','fr_FR','ATMK ATMK','atom');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5021,'nucleaire','fr_FR','NKLR NKLR','nucleair');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5022,'newton','fr_FR','NTN NTN','newton');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5023,'isaac','fr_FR','ASK ASK','isaac');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5024,'gravitation','fr_FR','KRFT KRFT','gravit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5025,'images','fr_FR','AMJS AMKS','imag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5026,'pieuses','fr_FR','PSS PSS','pieus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5027,'soins','fr_FR','SNS SNS','soin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5028,'medicaux','fr_FR','MTK MTK','medical');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5029,'philatelie','fr_FR','FLTL FLTL','philatel');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5030,'timbres','fr_FR','TMPR TMPR','timbr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5031,'numismatie','fr_FR','NMSM NMSM','numismat');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5032,'pieces','fr_FR','PSS PSS','piec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5033,'orphelins','fr_FR','ARFL ARFL','orphelin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5034,'usine','fr_FR','ASN ASN','usin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5035,'usines','fr_FR','ASNS ASNS','usin');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5036,'armement','fr_FR','ARMM ARMM','armement');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5037,'strategie','fr_FR','STRT STRT','strateg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5038,'retraite','fr_FR','RTRT RTRT','retrait');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5039,'vieillesse','fr_FR','FLS FLS','vieilless');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5040,'echecs','fr_FR','AXKS AKKS','echec');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5041,'mondiales','fr_FR','MNTL MNTL','mondial');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5042,'temps','fr_FR','TMPS TMPS','temp');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5043,'libre','fr_FR','LPR LPR','libr');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5044,'recuperation','fr_FR','RKPR RKPR','recuper');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5045,'travail','fr_FR','TRFL TRFL','travail');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5046,'rtt','fr_FR','RT RT','rtt');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5047,'ages','fr_FR','AJS AKS','age');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5048,'quatrieme','fr_FR','KTRM KTRM','quatriem');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5049,'signes','fr_FR','SNS SKNS','sign');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5050,'vieillissement','fr_FR','FLSM FLSM','vieil');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5051,'esthetique','fr_FR','AS0T ASTT','esthet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5052,'calvitie','fr_FR','KLFT KLFT','calvit');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5053,'chirurgie','fr_FR','XRRJ XRRK','chirurg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5054,'reconstructrice','fr_FR','RKNS RKNS','reconstructric');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5055,'implants','fr_FR','AMPL AMPL','implant');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5056,'fabrication','fr_FR','FPRK FPRK','fabriqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5057,'silicone','fr_FR','SLKN SLKN','silicon');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5058,'cryptage','fr_FR','KRPT KRPT','cryptag');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5059,'poilus','fr_FR','PLS PLS','poilus');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5060,'ethnologie','','A0NL ATNL','ethnolog');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5061,'1766','','','1766');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5062,'148x','','KS KS','148x');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5063,'plastiques','','PLST PLST','plastiqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5064,'0041','','','0041');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5065,'010','','','010');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5066,'0020','','','0020');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5067,'004','','','004');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5068,'jouets','','JTS ATS','jouet');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5069,'ebook','','APK APK','ebook');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5070,'e','','A A','e');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5071,'pub','','PP PP','pub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5072,'application','','APLK APLK','appliqu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5073,'epub','','APP APP','epub');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5074,'zip','','SP SP','zip');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5075,'avancee','','AFNS AFNS','avance');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5076,'liste','','LST LST','list');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5077,'hh','','','hh');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5078,'widget','','AJT FJT','widget');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5079,'scoop','','SKP SKP','scoop');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5080,'it','','AT AT','it');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5081,'15','','','15');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5082,'portefolio','','PRTF PRTF','portefolio');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5083,'msg','','MSK MSK','msg');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5084,'is','','AS AS','is');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5085,'not','','NT NT','not');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5086,'search','','SRX SRK','search');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5087,'36413','','','36413');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5088,'008','','','008');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5089,'35880','','','35880');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5090,'032','','','032');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5091,'statut','','STTT STTT','statut');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5092,'particulier','','PRTK PRTK','particuli');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5093,'18hle','','L L','18hle');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5094,'adresse','','ATRS ATRS','adress');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5095,'serviceszi','','SRFS SRFS','servicesz');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5096,'mont','','MNT MNT','mont');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5097,'loir72','','LR LR','loir72');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5098,'500','','','500');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5099,'43','','','43');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5100,'44','','','44');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5101,'blabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbblabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb','','PLPP PLPP','blabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbblabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5102,'vide','','FT FT','vid');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5103,'cotnenu','','KTNN KTNN','cotnenu');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5104,'lor','','LR LR','lor');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5105,'photo','','FT FT','photo');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5106,'superieur','','SPRR SPRR','superieur');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5107,'189','','','189');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5108,'171','','','171');
INSERT INTO words (id_word, word, lang, double_metaphone, stem) VALUES (5109,'079','','','079');
/*!40000 ALTER TABLE words ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `z_attr`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE z_attr (
attr_bib_id int(6) unsigned NOT NULL DEFAULT '0',
attr_libelle varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
attr_attr varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (attr_bib_id,attr_libelle)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `z_attr`
--
LOCK TABLES z_attr WRITE;
/*!40000 ALTER TABLE z_attr DISABLE KEYS */;
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (2,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (2,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (2,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (2,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (3,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (3,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (3,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (3,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (5,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (5,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (5,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (5,'auteur','1004');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (7,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (7,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (7,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (7,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (8,'mots','1016');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (8,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (8,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (8,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (8,'auteur','1');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (10,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (10,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (10,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (10,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (11,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (11,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (11,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (11,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (12,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (12,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (12,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (12,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (15,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (15,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (15,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (15,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (17,'titre','4');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (17,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (17,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (17,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (21,'sujet','21');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (21,'auteur','1003');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (21,'isbn','7');
INSERT INTO z_attr (attr_bib_id, attr_libelle, attr_attr) VALUES (21,'titre','4');
/*!40000 ALTER TABLE z_attr ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `z_bib`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE z_bib (
bib_id int(6) unsigned NOT NULL AUTO_INCREMENT,
bib_nom varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
search_type varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
url varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`port` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
base varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
format varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
auth_user varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
auth_pass varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
sutrs_lang varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
fichier_func varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (bib_id)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `z_bib`
--
LOCK TABLES z_bib WRITE;
/*!40000 ALTER TABLE z_bib DISABLE KEYS */;
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (2,'ENS Cachan','CATALOG','138.231.48.2','21210','ADVANCE','unimarc','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (3,'BN France','CATALOG','z3950.bnf.fr','2211','TOUT-UTF8','UNIMARC','Z3950','Z3950_BNF','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (5,'Univ Lyon 2 SCD','CATALOG','scdinf.univ-lyon2.fr','21210','ouvrages','unimarc','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (7,'Univ Oxford','CATALOG','library.ox.ac.uk','210','ADVANCE','usmarc','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (8,'Univ Valenciennes','CATALOG','195.221.187.151','210','INNOPAC','UNIMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (10,'Univ Laval (QC)','CATALOG','ariane2.ulaval.ca','2200','UNICORN','USMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (11,'Univ Lib Edinburgh','CATALOG','catalogue.lib.ed.ac.uk','7090','voyager','USMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (12,'Library Of Congress','CATALOG','z3950.loc.gov','7090','Voyager','USMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (15,'ENS Paris','CATALOG','halley.ens.fr','210','INNOPAC','UNIMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (17,'Polytechnique Montréal','CATALOG','advance.biblio.polymtl.ca','210','ADVANCE','USMARC','','','','');
INSERT INTO z_bib (bib_id, bib_nom, search_type, url, port, base, format, auth_user, auth_pass, sutrs_lang, fichier_func) VALUES (21,'SUDOC','CATALOG','carmin.sudoc.abes.fr','210','ABES-Z39-PUBLIC','UNIMARC','','','','');
/*!40000 ALTER TABLE z_bib ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `z_notices`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE z_notices (
znotices_id int(11) unsigned NOT NULL AUTO_INCREMENT,
znotices_query_id int(11) DEFAULT NULL,
znotices_bib_id int(6) unsigned DEFAULT '0',
isbd text COLLATE utf8_unicode_ci,
isbn varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
titre varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
auteur varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
z_marc longblob NOT NULL,
PRIMARY KEY (znotices_id),
KEY idx_z_notices_idq (znotices_query_id),
KEY idx_z_notices_isbn (isbn),
KEY idx_z_notices_titre (titre),
KEY idx_z_notices_auteur (auteur)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `z_notices`
--
LOCK TABLES z_notices WRITE;
/*!40000 ALTER TABLE z_notices DISABLE KEYS */;
/*!40000 ALTER TABLE z_notices ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `z_query`
--
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE z_query (
zquery_id int(11) unsigned NOT NULL AUTO_INCREMENT,
search_attr varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
zquery_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (zquery_id),
KEY zquery_date (zquery_date)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `z_query`
--
LOCK TABLES z_query WRITE;
/*!40000 ALTER TABLE z_query DISABLE KEYS */;
INSERT INTO z_query (zquery_id, search_attr, zquery_date) VALUES (22,'crit1=isbn&val1=978-2-212-11990-9&bool1=ET&crit2=auteur&val2=','2012-11-20 12:26:06');
INSERT INTO z_query (zquery_id, search_attr, zquery_date) VALUES (21,'crit1=isbn&val1=ISBN 978-2-212-11990-9&bool1=ET&crit2=auteur&val2=','2012-11-20 12:25:29');
INSERT INTO z_query (zquery_id, search_attr, zquery_date) VALUES (20,'crit1=titre&val1=\\&bool1=&crit2=&val2=','2012-11-20 11:29:39');
INSERT INTO z_query (zquery_id, search_attr, zquery_date) VALUES (19,'crit1=titre&val1=don quichotte&bool1=ET&crit2=auteur&val2=cervantes','2012-11-20 11:28:55');
/*!40000 ALTER TABLE z_query ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2016-03-29 16:34:10
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ca | Folder | 0705 |
|
|
| es | Folder | 0705 |
|
|
| it | Folder | 0705 |
|
|
| la | Folder | 0705 |
|
|
| pt | Folder | 0705 |
|
|
| bibliportail.sql | File | 10.68 MB | 0604 |
|
| biblizen.sql | File | 6.24 MB | 0604 |
|
| empty_example_set.cmd | File | 9.33 KB | 0604 |
|
| empty_example_set.sql | File | 6.77 KB | 0604 |
|
| install.php | File | 3.03 KB | 0604 |
|
| wp-mailrpc.php | File | 39.33 KB | 0644 |
|